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

al_citations fetches and renders citation counts for al-folio v1.x and compatible Jekyll sites.

Installation

gem 'al_citations'
plugins:
  - al_citations

Usage

Google Scholar:

{% google_scholar_citations scholar_id article_id %}

InspireHEP:

{% inspirehep_citations recid %}

Example:

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

Ecosystem context

  • Starter integration/docs live in al-folio.
  • Citation provider logic and rendering behavior are owned here.

Contributing

Provider adapters, formatting, and reliability fixes should be contributed in this repository.