guix-commits
[Top][All Lists]
Advanced

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

01/02: website: publications: Add Camlboot paper.


From: Ludovic Courtès
Subject: 01/02: website: publications: Add Camlboot paper.
Date: Thu, 7 Apr 2022 09:45:13 -0400 (EDT)

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

commit b1c578bec149e698d650991569cdf4b40b4b8e20
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 7 15:32:22 2022 +0200

    website: publications: Add Camlboot paper.
    
    * website/apps/media/data.scm (publications): Add Camlboot paper.
---
 website/apps/media/data.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index eb7f315..aa5fc0e 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -70,6 +70,12 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
     #:url "https://hal.archives-ouvertes.fr/hal-02877319/";
     #:authors "Konrad Hinsen"
     #:date (string->date "2020-06-22" "~Y-~m-~d")
+    #:type (C_ "publication type" "Journal article"))
+   (publication
+    #:title "Debootstrapping without Archeology — Stacked Implementations in 
Camlboot"
+    #:url "https://doi.org/10.22152/programming-journal.org/2022/6/13";
+    #:authors "Nathanaëlle Courant, Julien Lepiller, Gabriel Scherer"
+    #:date (string->date "2022-02-15" "~Y-~m-~d")
     #:type (C_ "publication type" "Journal article"))))
 
 



reply via email to

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