nano-lazar 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/views/layout.haml +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7670176985d4a8842600807f8e5b70994a7b87e2
|
4
|
+
data.tar.gz: '0479511439716c909b9e076625c45392ba67fa44'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebffc682de82c700f8d4c63b3ac3c60fefcf853089144aea8db1131a19c5a443071a079b685961993d7174d717a028708cf83aea6179a0ae34579d87617a0969
|
7
|
+
data.tar.gz: 4e3c1f9dc875341765ae7f546cf308100039f62b3967589495d019cc894c83c3a03c4f371ccf8cbe714325ec50cc934aecd7195dae2618ec97579a5887132798
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
data/views/layout.haml
CHANGED
@@ -57,6 +57,14 @@
|
|
57
57
|
%img.share{:src=>"/images/LinkedIn.png"}
|
58
58
|
%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"}
|
59
59
|
%img.share{:src=>"/images/Facebook.png"}
|
60
|
+
%div.row
|
61
|
+
%div.col-md-12
|
62
|
+
Please cite
|
63
|
+
%a{ :href=>"https://doi.org/10.3389/fphar.2017.00377", :rel=>"external"}
|
64
|
+
%img{ :src=>"https://zenodo.org/badge/DOI/10.3389/fphar.2017.00377.svg", :alt=>"DOI"}
|
65
|
+
in scientific publications.
|
66
|
+
%br
|
67
|
+
|
60
68
|
:javascript
|
61
69
|
$(document).ready(function(){
|
62
70
|
$("#back-top").hide();
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nano-lazar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christoph Helma
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: lazar
|