[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: publications: Add CiSE article.
From: |
Ludovic Courtès |
Subject: |
branch master updated: website: publications: Add CiSE article. |
Date: |
Tue, 13 Sep 2022 10:41:46 -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 71bfafb website: publications: Add CiSE article.
71bfafb is described below
commit 71bfafb276096bcbe8bd84e2db27279e33451161
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 13 14:47:14 2022 +0200
website: publications: Add CiSE article.
* website/apps/media/data.scm (publications): Add CiSE 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 4493f70..9d295c5 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -90,6 +90,13 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
#: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)
+ (publication
+ #:title "Reproducibility and Performance: Why Choose?"
+ #:authors "Ludovic Courtès"
+ #:url "https://hal.inria.fr/hal-03604971"
+ #:date (string->date "2022-06-30" "~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 CiSE article.,
Ludovic Courtès <=