diff mbox series

[bug#48637] website: Add publications page

Message ID 874kelet0s.fsf@gnu.org
State Accepted
Headers show
Series [bug#48637] website: Add publications page | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ludovic Courtès May 29, 2021, 10:25 a.m. UTC
Hi,

Luis Felipe <luis.felipe.la@protonmail.com> skribis:

>> I started adding historical LWN articles (patch below; the titles look
>> funny in hindsight :-)), and wondered whether this was a good idea since
>> they would come first in the list.
>>
>> Thoughts?
>>
>> We should call for contributions because I’m sure there are quite a few
>> articles that would be worth adding.
>
> Did you forget the patch? :)

Oops, here we go!

Ludo’.
diff mbox series

Patch

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"