summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-01 12:24:00 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-01 12:24:00 +0200
commit2ae8b6178c0b46ae2b8253cf3d0be72ddc5650f9 (patch)
treee8a86a1d09aae2780d83f657349bb2baa1fe55dd /website
parent45990d4b19f9a9065abf126b31b27f2b38c91308 (diff)
downloadguix-artwork-2ae8b6178c0b46ae2b8253cf3d0be72ddc5650f9.tar
guix-artwork-2ae8b6178c0b46ae2b8253cf3d0be72ddc5650f9.tar.gz
website: help: Add the RepPar paper.
* website/www/help.scm (help-page): Add the RepPar paper.
Diffstat (limited to 'website')
-rw-r--r--website/www/help.scm13
1 files changed, 11 insertions, 2 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index 07dbf0c..93577ec 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -120,12 +120,21 @@ Distribution. ")
"Check all the lists")))
(h2 "Additional Documentation")
(ul (li (a (@ (href "https://arxiv.org/abs/1305.4584"))
- (i "Functional Package Management with Guix"))
+ (i "Functional Package Management with Guix"))
", presented at the "
(a (@ (href "https://www-sop.inria.fr/members/Manuel.Serrano/conferences/els13.html"))
"2013 European Lisp Symposium (ELS)")
", describes the rationale, design, and
-implementation of Guix's packaging API. \t "))
+implementation of Guix's packaging API.")
+ (li (a (@ (href "http://arxiv.org/abs/1506.02822"))
+ (i "Reproducible and User-Controlled Software
+Environments in HPC with Guix"))
+ ", to be presented at the "
+ (a (@ (href "http://reppar.org/"))
+ "2015 International Workshop on Reproducibility in
+Parallel Computing (RepPar)")
+ ", discusses the use of Guix in high-performance
+computing (HPC)."))
(h2 (@ (id "talks")) "Talks")
(ul (li "May 2015, "
(a (@ (href "http://opentechsummit.net/en.html"))