summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-05-15 14:41:05 +0200
committerLars-Dominik Braun <lars@6xq.net>2018-05-15 14:41:05 +0200
commite4a70579f0cd8431f53889f3d40501bb5fccde8f (patch)
tree4fb0df8e7478ddfb3cef00b93252614db820a77b /src
parent489bff4feac9a95d7f40c623fb634887aab3455c (diff)
downloadcomatose-e4a70579f0cd8431f53889f3d40501bb5fccde8f.tar.gz
comatose-e4a70579f0cd8431f53889f3d40501bb5fccde8f.tar.bz2
comatose-e4a70579f0cd8431f53889f3d40501bb5fccde8f.zip
Add citeable DOI
Diffstat (limited to 'src')
-rw-r--r--src/Render.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Render.hs b/src/Render.hs
index 441572b..3e17bf3 100644
--- a/src/Render.hs
+++ b/src/Render.hs
@@ -224,6 +224,12 @@ about db attrib = let
a_ [href_ "https://www.bmbf.de/en/index.html"] "German Federal Ministry of Education and Research (BMBF)"
" within the project “TreuFunk” (grant number 16KIS0236)."
img_ [src_ "bmbf_logo_fremdpublikation.svg", class_ "bmbflogo" ]
+ p_ $ do
+ "If you want to cite this work use either the URL of this document "
+ a_ [href_ "https://6xq.net/comatose/"] "https://6xq.net/comatose/"
+ " or "
+ a_ [href_ "https://doi.org/10.4119/unibi/2918509"] "doi:10.4119/unibi/2918509"
+ "."
references (sortBy (compare `on` publicationYear) attrib)
-- | The list of protocols