diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-08-25 23:57:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-08-25 23:57:22 +0200 |
commit | 92069c9d3566875daf64837835768780450a1353 (patch) | |
tree | 84fc7ae4e9262165a224f8bb2e4e6456620f8671 | |
parent | 89258f8f908b76078d9e0fe6183db9b8e8539044 (diff) | |
download | guix-artwork-92069c9d3566875daf64837835768780450a1353.tar guix-artwork-92069c9d3566875daf64837835768780450a1353.tar.gz |
website: help: Add RepPar slides.
* website/www/help.scm (help-page): Add RepPar slides.
-rw-r--r-- | website/www/help.scm | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index 5c28ed9..a29179b 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -136,12 +136,20 @@ 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")) - "OpenTechSummit") + (ul (li "August 2015, " + (a (@ (href "http://reppar.org")) + "Workshop on Reproducibility in Parallel Computing + (RepPar)") ": " - (a (@ (href ,(slides-url "guix-opentechsummit-201505014.pdf"))) + (a (@ (href ,(slides-url + "guix-reppar-20150825.pdf"))) "slides")) + (li "May 2015, " + (a (@ (href "http://opentechsummit.net/en.html")) + "OpenTechSummit") + ": " + (a (@ (href ,(slides-url "guix-opentechsummit-201505014.pdf"))) + "slides")) (li "February 2015, " (a (@ (href "https://fosdem.org/2015/schedule/event/the_emacs_of_distros/")) "FOSDEM") |