summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-07-03 10:23:42 +0000
committergebele <gebele@in-silico.ch>2017-07-03 10:23:42 +0000
commitf9e43fdcf67486eaa4e7a938826656c07819eb06 (patch)
treee3bde4ae10c397e17db38a7f085f75e324e40ce4
parentd73df16af1380ebcbda0b9f2ae90c5096e457ed4 (diff)
added DOI
-rw-r--r--VERSION2
-rw-r--r--views/layout.haml8
2 files changed, 9 insertions, 1 deletions
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();