al_citations fetches and renders citation counts for al-folio v1.x and compatible Jekyll sites.
gem 'al_citations'plugins:
- al_citationsGoogle 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" %}- Starter integration/docs live in
al-folio. - Citation provider logic and rendering behavior are owned here.
Provider adapters, formatting, and reliability fixes should be contributed in this repository.