Skip to content

mfenner/jekyll-orcid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Put file jekyll-orcid.rb into your Jekyll _plugins folder

Install the Faraday and Faraday middleware gems:

gem install faraday
gem install faraday_middleware

Add your ORCID identifier to _config.yml:

author:
  orcid: 0000-0002-1825-0097

(Optionally) change the folder where the bibliographies are stored in _config.yml. The default is:

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.

About

Jekyll plugin that integrates with the ORCID service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages