guix-commits
[Top][All Lists]
Advanced

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

01/01: website: help: Add Eelco's PhD thesis.


From: Ludovic Courtès
Subject: 01/01: website: help: Add Eelco's PhD thesis.
Date: Thu, 29 Oct 2015 10:36:17 +0000

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

commit 98128587bd67398173fa2c069898fe278996090f
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 29 11:35:46 2015 +0100

    website: help: Add Eelco's PhD thesis.
    
    * website/www/help.scm (help-page): Add link to Eelco's thesis.
---
 website/www/help.scm |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/website/www/help.scm b/website/www/help.scm
index a29179b..556f77a 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -118,6 +118,7 @@ Distribution. ")
                          (a (@ (href ,(base-url "about#contact"))
                                (class "hlink-more-dark"))
                             "Check all the lists")))
+
                (h2 "Additional Documentation")
                (ul (li (a (@ (href "https://arxiv.org/abs/1305.4584";))
                            (i "Functional Package Management with Guix"))
@@ -134,7 +135,17 @@ Environments in HPC with Guix"))
                            "2015 International Workshop on Reproducibility in
 Parallel Computing (RepPar)")
                         ", discusses the use of Guix in high-performance
-computing (HPC)."))
+computing (HPC).")
+                    (li (a (@ (href
+                               "http://nixos.org/~eelco/pubs/phd-thesis.pdf";))
+                           (i "The Purely Functional Software Deployment
+Model"))
+                        ", 2006; this is Eelco Dolstra's seminal PhD thesis
+about the Nix package manager, which "
+                        (a (@ (href
+                               ,(guix-url 
"manual/html_node/Acknowledgments.html")))
+                           "Guix is based on") "."))
+
                (h2 (@ (id "talks")) "Talks")
                (ul (li "August 2015, "
                         (a (@ (href "http://reppar.org";))



reply via email to

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