diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-07-24 11:53:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-24 11:53:17 +0200 |
commit | d08d81ef76c09dec127e94d3b01dccdcfeff8008 (patch) | |
tree | 98d27bf0c00c36eced7e1fad48b46b61acb41388 /website | |
parent | 462daff6de5ec1b7ae62d6bc3c3860cbfaf00e45 (diff) | |
download | guix-artwork-d08d81ef76c09dec127e94d3b01dccdcfeff8008.tar guix-artwork-d08d81ef76c09dec127e94d3b01dccdcfeff8008.tar.gz |
website: help: Add BOSC talk.
* website/www/help.scm (help-page): Add BOSC talk.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 14 |
1 files changed, 13 insertions, 1 deletions
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") ", " |