guix-commits
[Top][All Lists]
Advanced

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

60/66: programming-2022: Add acknowledgments.


From: Ludovic Courtès
Subject: 60/66: programming-2022: Add acknowledgments.
Date: Wed, 29 Jun 2022 11:32:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 8142323a9561a3491a9faf8eb9befd06c78985fa
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 3 12:26:25 2022 +0200

    programming-2022: Add acknowledgments.
    
    * doc/programming-2022/supply-chain.skb (acknowledgments): New
    procedure.
    <top level>: Use it.  Change title to "research software engineer".
---
 doc/programming-2022/supply-chain.skb | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/programming-2022/supply-chain.skb 
b/doc/programming-2022/supply-chain.skb
index 09d92ea..946e91a 100644
--- a/doc/programming-2022/supply-chain.skb
+++ b/doc/programming-2022/supply-chain.skb
@@ -145,6 +145,9 @@
                      
 (define (acmart-abstract . body)
   (!latex "\\begin{abstract}\n$1\n\\end{abstract}\n" body))
+  
+(define (acknowledgments . body)
+  (!latex "\n\\acks\n$1\n" body))
 
 (include "bibliography.scm")
 
@@ -157,7 +160,7 @@
    :author (list (author :name "Ludovic Courtès"
                    :affiliation "Inria"
                    :email "ludovic.courtes@inria.fr"
-                   :address [works as a research engineer at Inria,
+                   :address [works as a research software engineer at Inria,
 France.  He has been contributing to the development of GNU Guix since
 its inception in 2012 and works on its use in support of reproducible
 research workflows.]))
@@ -1426,6 +1429,14 @@ possibly allowing users to register those when they 
first pull from the
 channel.  All this requires more thought, but it looks like there are
 new opportunities here.]))
    
+   (acknowledgments
+   
+     (p [The author thanks the anonymous reviewers of subsequent
+revisions of this paper for insightful suggestions.  His gratitude goes
+to the developers who contributed to the public review process of the
+authentication mechanism described in this article, and to those who
+work tirelessly on bootstrapping and reproducibility.]))
+   
    (flush :side 'left
      (the-bibliography
       :sort bib-sort/first-author-last-name)))



reply via email to

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