summaryrefslogtreecommitdiff
path: root/website/posts/guix-at-openbio-codefest-2014.sxml
blob: 1d320d33c1cda4e6c36ad9f51fb2f2a7e568a2e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(begin
  (use-modules (srfi srfi-19))
  `((title . "Guix at OpenBio Codefest 2014")
    (author . "David Thompson")
    (date unquote (make-date 0 0 0 0 13 7 2014 7200))
    (content
      div
      (p "On Wednesday, July 9th, David Thompson gave a brief introduction to GNU Guix at the "
         (a (@ (href "http://www.open-bio.org/wiki/Codefest_2014"))
            "Open Bioinformatics Codefest 2014 hackathon")
         ".  The objective of the Codefest is to give developers of bioinformatics software a chance to be fully focused on their projects for a few days and work in person.  These developers are concerned with the reliability and reproducibility of their operating systems, and the limitations of their package management utilities."
         (br))
      (p "See the "
         (a (@ (href "http://git.savannah.gnu.org/cgit/guix/maintenance.git/plain/talks/codefest-2014/guix-codefest-2014.pdf"))
            "slides on-line")
         "."
         (br)))))