0.0
The project is in a healthy, maintained state
Jekyll plugin extracted from al-folio that provides Liquid tags to fetch and render citation counts from Google Scholar and InspireHEP.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.0, < 3.0
~> 13.0

Runtime

>= 6.0, < 8.0
>= 3.9, < 5.0
>= 1.13, < 2.0
 Project Readme

Al-Citations

A Jekyll plugin that allows you to fetch and display citation counts from Google Scholar and InspireHEP in your Jekyll site.

Installation

Add this line to your Jekyll site's Gemfile:

gem 'al_citations'

And then execute:

$ bundle install

Usage

  1. Add the plugin to your site's _config.yml:
plugins:
  - al_citations
  1. Use the tags in your templates:

For Google Scholar:

{% google_scholar_citations scholar_id article_id %}

For InspireHEP:

{% inspirehep_citations recid %}

Example

Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %}
InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}

Development

After checking out the repo, run bundle install to install dependencies.

Contributing

Bug reports and pull requests are welcome on GitHub.