jekyll-orcid
Jekyll plugin that writes a bibtex, Citeproc JSON and Citeproc YML bibliography file based on the publications in a user's Open Researcher & Contributor ID (ORCID) profile.
Installation
jekyll-orcid.rb
into your Jekyll _plugins
folder
Put file Install the Faraday and Faraday middleware gems:
gem install faraday
gem install faraday_middleware
_config.yml
:
Add your ORCID identifier to author:
orcid: 0000-0002-1825-0097
_config.yml
. The default is:
(Optionally) change the folder where the bibliographies are stored in scholar:
source: ./bibliography
Use
The bibtex or Citeproc JSON file generated by jekyll-orcid can be used to generate citations with pandoc and/or to generate reference lists, the latter works really well with jekyll-scholar.