[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: publications: Add Nature article.
From: |
Ludovic Courtès |
Subject: |
branch master updated: website: publications: Add Nature article. |
Date: |
Tue, 04 Oct 2022 08:58:59 -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 8f76260 website: publications: Add Nature article.
8f76260 is described below
commit 8f762600649fba0260c6fc6ffea5a2c13d731bf5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 4 14:56:17 2022 +0200
website: publications: Add Nature article.
* website/apps/media/data.scm (publications): Add Nature Scientific Data
article.
---
website/apps/media/data.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 9d295c5..6be6fc6 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -97,6 +97,13 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
#:url "https://hal.inria.fr/hal-03604971"
#:date (string->date "2022-06-30" "~Y-~m-~d")
#:type (C_ "publication type" "Journal article")
+ #:scientific? #true)
+ (publication
+ #:title "Toward practical transparent verifiable and long-term
reproducible research using Guix"
+ #:authors "Nicolas Vallet, David Michonneau, Simon Tournier"
+ #:url "https://doi.org/10.1038/s41597-022-01720-9"
+ #:date (string->date "2022-09-04" "~Y-~m-~d")
+ #:type (C_ "publication type" "Journal article")
#:scientific? #true)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: publications: Add Nature article.,
Ludovic Courtès <=