[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: website: help: Add Rennes talk.
From: |
Ludovic Courtès |
Subject: |
01/02: website: help: Add Rennes talk. |
Date: |
Fri, 13 Nov 2015 13:07:32 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 4c01f5d1782c46dbe2796bd5ab92d2ce0b81db62
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 10 11:16:54 2015 +0100
website: help: Add Rennes talk.
* website/www/help.scm (help-page): Add slides and video for the Rennes
talk.
---
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)")