guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48637] [PATCH] website: Add publications page


From: Ludovic Courtès
Subject: [bug#48637] [PATCH] website: Add publications page
Date: Sat, 29 May 2021 12:25:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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 --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";

reply via email to

[Prev in Thread] Current Thread [Next in Thread]