al_citations 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/README.md +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d95107ada43d15b8febf0964604ffc46d1ca02fc09930cf7797ce5b0991f162
|
|
4
|
+
data.tar.gz: '063008c7e2a5c1ada33b67746cf9500f1d19539adb6ac881c1561b46958c473d'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6214bef213127c4396340c010cbb548815859f7ef42d01897424cd85957312bd9a07b627ad833323972ce9f52a6735efcee7e7032c9bd4c1c3662f6f4259c05b
|
|
7
|
+
data.tar.gz: 9858a8487eb8b12b781338930605624736db89c39e26856965dd3d79d2dda9be06c4ec30fa2c5d50a7fd762803defdc762c956b0b2ffeebc27804d4cab2294d0
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -28,11 +28,13 @@ plugins:
|
|
|
28
28
|
2. Use the tags in your templates:
|
|
29
29
|
|
|
30
30
|
For Google Scholar:
|
|
31
|
+
|
|
31
32
|
```liquid
|
|
32
33
|
{% google_scholar_citations scholar_id article_id %}
|
|
33
34
|
```
|
|
34
35
|
|
|
35
36
|
For InspireHEP:
|
|
37
|
+
|
|
36
38
|
```liquid
|
|
37
39
|
{% inspirehep_citations recid %}
|
|
38
40
|
```
|
|
@@ -40,8 +42,7 @@ For InspireHEP:
|
|
|
40
42
|
### Example
|
|
41
43
|
|
|
42
44
|
```liquid
|
|
43
|
-
Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %}
|
|
44
|
-
InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
|
|
45
|
+
Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %} InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
|
|
45
46
|
```
|
|
46
47
|
|
|
47
48
|
## Development
|
|
@@ -50,4 +51,4 @@ After checking out the repo, run `bundle install` to install dependencies.
|
|
|
50
51
|
|
|
51
52
|
## Contributing
|
|
52
53
|
|
|
53
|
-
Bug reports and pull requests are welcome on GitHub.
|
|
54
|
+
Bug reports and pull requests are welcome on GitHub.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: al_citations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- al-org
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|