summaryrefslogtreecommitdiff
path: root/views/layout.haml
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 /views/layout.haml
parentd73df16af1380ebcbda0b9f2ae90c5096e457ed4 (diff)
added DOI
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml8
1 files changed, 8 insertions, 0 deletions
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();