GNU bug report logs -
#48637
[PATCH] website: Add publications page
Previous Next
Full log
Message #62 received at 48637 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Luis,
Nice work! It’s now on-line:
https://guix.gnu.org/en/publications/
I see that you want to keep it open to non-academic publications, which
is a good idea. I wonder if there should be a visual distinction
between peer-reviewed scientific articles, journal articles, and other
types of publications?
I started adding historical LWN articles (patch below; the titles look
funny in hindsight :-)), and wondered whether this was a good idea since
they would come first in the list.
Thoughts?
We should call for contributions because I’m sure there are quite a few
articles that would be worth adding.
Thanks,
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 8dbb035..fde5918 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -106,11 +106,26 @@ distribution."))
#:url "https://arxiv.org/abs/1305.4584"
#:authors "Ludovic Courtès"
#:date (string->date "2013-05-20" "~Y-~m-~d"))
+ (publication
+ #:title "GNU Guix sports functional package management"
+ #:authors "Nathan Willis"
+ #:url "https://lwn.net/Articles/560857/"
+ #:date (string->date "2013-07-31" "~Y-~m-~d"))
(publication
#:title "Reproducible and User-Controlled Software Environments in HPC with Guix"
#:url "https://hal.inria.fr/hal-01161771/en"
#:authors (G_ "Ludovic Courtès, Ricardo Wurmus")
#:date (string->date "2015-07-25" "~Y-~m-~d"))
+ (publication
+ #:title "Reproducible builds and standalone GNU systems with Guix 0.9"
+ #:url "https://lwn.net/Articles/663954/"
+ #:authors "Nathan Willis"
+ #:date (string->date "2015-11-18" "~Y-~m-~d"))
+ (publication
+ #:title "Security and reproducible-build progress in Guix 0.11"
+ #:url "https://lwn.net/Articles/696890/"
+ #:authors "Nathan Willis"
+ #:date (string->date "2016-08-10" "~Y-~m-~d"))
(publication
#:title "Code Staging in GNU Guix"
#:url "https://arxiv.org/abs/1709.00833"
This bug report was last modified 4 years and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.