From f9e43fdcf67486eaa4e7a938826656c07819eb06 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 3 Jul 2017 10:23:42 +0000 Subject: added DOI --- VERSION | 2 +- views/layout.haml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/views/layout.haml b/views/layout.haml index 3597737..0f5f290 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -57,6 +57,14 @@ %img.share{:src=>"/images/LinkedIn.png"} %a{:href=>"https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flazar.in-silico.ch&title=&summary=&source=http%3A%2F%2Flazar.in-silico.ch", :target=>"_blank", :title=>"Share on Facebook"} %img.share{:src=>"/images/Facebook.png"} + %div.row + %div.col-md-12 + Please cite + %a{ :href=>"https://doi.org/10.3389/fphar.2017.00377", :rel=>"external"} + %img{ :src=>"https://zenodo.org/badge/DOI/10.3389/fphar.2017.00377.svg", :alt=>"DOI"} + in scientific publications. + %br + :javascript $(document).ready(function(){ $("#back-top").hide(); -- cgit v1.2.3