diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-10 11:16:54 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-10 11:23:10 +0100 |
commit | 4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62 (patch) | |
tree | 23de2ec331db98299a25021d936059cf74c906a9 /website | |
parent | b4fdc1c17192846949691462667e5f559179b9d0 (diff) | |
download | guix-artwork-4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62.tar guix-artwork-4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62.tar.gz |
website: help: Add Rennes talk.
* website/www/help.scm (help-page): Add slides and video for the Rennes
talk.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index bfd8281..52c0d4e 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -147,7 +147,15 @@ about the Nix package manager, which " "Guix is based on") ".")) (h2 (@ (id "talks")) "Talks") - (ul (li "August 2015, " + (ul (li "November 2015, Inria: " + (a (@ (href ,(slides-url + "guix-rennes-20151109.pdf"))) + "slides") ", " + (a (@ (href + "https://gnunet.org/sites/default/files/ludo2015guix.webm")) + "video") + " (WebM; 73 minutes)") + (li "August 2015, " (a (@ (href "http://reppar.org")) "Workshop on Reproducibility in Parallel Computing (RepPar)") |