diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm index 8dbb035..fde5918 100644 --- a/website/apps/media/data.scm +++ b/website/apps/media/data.scm @@ -106,11 +106,26 @@ distribution.")) #:url "https://arxiv.org/abs/1305.4584" #:authors "Ludovic Courtès" #:date (string->date "2013-05-20" "~Y-~m-~d")) + (publication + #:title "GNU Guix sports functional package management" + #:authors "Nathan Willis" + #:url "https://lwn.net/Articles/560857/" + #:date (string->date "2013-07-31" "~Y-~m-~d")) (publication #:title "Reproducible and User-Controlled Software Environments in HPC with Guix" #:url "https://hal.inria.fr/hal-01161771/en" #:authors (G_ "Ludovic Courtès, Ricardo Wurmus") #:date (string->date "2015-07-25" "~Y-~m-~d")) + (publication + #:title "Reproducible builds and standalone GNU systems with Guix 0.9" + #:url "https://lwn.net/Articles/663954/" + #:authors "Nathan Willis" + #:date (string->date "2015-11-18" "~Y-~m-~d")) + (publication + #:title "Security and reproducible-build progress in Guix 0.11" + #:url "https://lwn.net/Articles/696890/" + #:authors "Nathan Willis" + #:date (string->date "2016-08-10" "~Y-~m-~d")) (publication #:title "Code Staging in GNU Guix" #:url "https://arxiv.org/abs/1709.00833"