From 92069c9d3566875daf64837835768780450a1353 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 25 Aug 2015 23:57:22 +0200 Subject: website: help: Add RepPar slides. * website/www/help.scm (help-page): Add RepPar slides. --- website/www/help.scm | 16 ++++++++++++---- 1 file 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") -- cgit v1.2.3