From d08d81ef76c09dec127e94d3b01dccdcfeff8008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 24 Jul 2017 11:53:17 +0200 Subject: website: help: Add BOSC talk. * website/www/help.scm (help-page): Add BOSC talk. --- website/www/help.scm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/website/www/help.scm b/website/www/help.scm index e8ff8e0..f4e7e07 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -185,7 +185,19 @@ about the Nix package manager, which " ;; TODO: Hi there! This is terrible. We should add a 'talk' ;; procedure that would take a title, list of speakers, slide ;; URL, and optional video URL, and DTRT. - (ul (li "February 2017, " + (ul (li "July 2017, " + (a (@ (href + "https://www.open-bio.org/wiki/BOSC_2017")) + "BOSC") + ", " + (i "Reproducible and user-controlled software +management in HPC with GNU Guix") + " (Ricardo Wurmus, Pjotr Prins, Ben Woodcroft, Altuna +Akalin): " + (a (@ (href ,(slides-url + "guix-bosc-20170724.pdf"))) + "slides")) + (li "February 2017, " (a (@ (href "http://bobkonf.de/2017/en/")) "BOB Konferenz") ", " -- cgit v1.2.3