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 <[email protected]>
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