This is a Jekyll include file that pulls from a Google Scholar csv file to output and format your references. Using it is pretty simple!
- Download your Google Scholar publications in a csv. Make sure you get all of them.
- Upload that csv file to the
_data/
directory of your site directory and make sure its namedcitations.csv
. - Download the
publications
include file from this repository (here). - Upload that file to the
_includes/
directory of your site. - That's it! You can see some usage examples and documentation here.
This is similar to Jekyll Scholar, but since this is a pure Liquid solution it works seamlessly with Github Pages!