guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: publications: Add <Programming> paper.


From: Ludovic Courtès
Subject: branch master updated: website: publications: Add <Programming> paper.
Date: Thu, 30 Jun 2022 09:50:27 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 68b041b  website: publications: Add <Programming> paper.
68b041b is described below

commit 68b041b916aaafb402cec895c60a4fadb95385c0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 30 15:49:33 2022 +0200

    website: publications: Add <Programming> paper.
    
    * website/apps/media/data.scm (publications): Add <Programming> paper.
---
 website/apps/media/data.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 786ea0f..4493f70 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -83,7 +83,14 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
     #:authors "Sjors Provoost"
     #:date (string->date "2022-05-12" "~Y-~m-~d")
     #:type (C_ "publication type" "Book chapter")
-    #:scientific? #false)))
+    #:scientific? #false)
+   (publication
+    #:title "Building a Secure Software Supply Chain with GNU Guix"
+    #:authors "Ludovic Courtès"
+    #:url "https://doi.org/10.22152/programming-journal.org/2023/7/1";
+    #:date (string->date "2022-06-30" "~Y-~m-~d")
+    #:type (C_ "publication type" "Journal article")
+    #:scientific? #true)))
 
 
 (define screenshots



reply via email to

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