From e4a70579f0cd8431f53889f3d40501bb5fccde8f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 15 May 2018 14:41:05 +0200 Subject: Add citeable DOI --- src/Render.hs | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3