guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: publications: Add more scientific public


From: Ludovic Courtès
Subject: branch master updated: website: publications: Add more scientific publications.
Date: Fri, 28 May 2021 15:19:04 -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 aa3ec50  website: publications: Add more scientific publications.
aa3ec50 is described below

commit aa3ec5059f92ac5a0a47367cb886c87bb26d44fa
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 28 21:18:31 2021 +0200

    website: publications: Add more scientific publications.
    
    * website/apps/media/data.scm (publications): Add two publications.
---
 website/apps/media/data.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 8dbb035..fc7854e 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -117,6 +117,11 @@ distribution."))
     #:authors "Ludovic Courtès"
     #:date (string->date "2017-09-04" "~Y-~m-~d"))
    (publication
+    #:title "Scientific Data Analysis Pipelines and Reproducibility"
+    #:authors "Altuna Akalin"
+    #:url 
"https://towardsdatascience.com/scientific-data-analysis-pipelines-and-reproducibility-75ff9df5b4c5";
+    #:date (string->date "2018-10-01" "~Y-~m-~d"))
+   (publication
     #:title "Reproducible Genomics Analysis Pipelines with GNU Guix"
     #:url "http://dx.doi.org/10.1093/gigascience/giy123";
     #:authors "Ricardo Wurmus, Bora Uyar, Brendan Osberg, Vedran Franke, \
@@ -126,7 +131,14 @@ Alexander Gosdschan, Katarzyna Wreczycka, Jonathan Ronen, 
Altuna Akalin"
     #:title "Guix: A most advanced operating system"
     #:url "https://ambrevar.xyz/guix-advance/index.html";
     #:authors "Pierre Neidhardt"
-    #:date (string->date "2019-01-14" "~Y-~m-~d"))))
+    #:date (string->date "2019-01-14" "~Y-~m-~d"))
+   (publication
+    #:title "Scalable Workflows and Reproducible Data Analysis for Genomics"
+    #:url "https://link.springer.com/protocol/10.1007%2F978-1-4939-9074-0_24";
+    #:authors "Francesco Strozzi, Roel Janssen, Ricardo Wurmus, \
+Michael R. Crusoe, George Githinji, Paolo Di Tommaso, Dominique Belhachemi, \
+Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
+    #:date (string->date "2019-07-06" "~Y-~m-~d"))))
 
 
 (define screenshots



reply via email to

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