https://github.com/cmccomb/google-scholar-for-github-pages
This is a Jekyll include file that pulls from a Google Scholar csv file to output and format your publications
https://github.com/cmccomb/google-scholar-for-github-pages
academic academic-website gh-pages github-pages google-scholar include jekyll liquid publications
Last synced: 6 months ago
JSON representation
This is a Jekyll include file that pulls from a Google Scholar csv file to output and format your publications
- Host: GitHub
- URL: https://github.com/cmccomb/google-scholar-for-github-pages
- Owner: cmccomb
- License: mit
- Created: 2021-10-21T17:47:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T16:16:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:11:55.242Z (6 months ago)
- Topics: academic, academic-website, gh-pages, github-pages, google-scholar, include, jekyll, liquid, publications
- Homepage: https://cmccomb.com/google-scholar-for-github-pages/
- Size: 831 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Scholar for GitHub Pages
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!
1. Download your Google Scholar publications in a csv. Make sure you get all of them.
2. Upload that csv file to the `_data/` directory of your site directory and make sure its named `citations.csv`.
3. Download the `publications` include file from this repository ([here](https://github.com/cmccomb/google-scholar-for-github-pages/blob/main/_includes/publications)).
4. Upload that file to the `_includes/` directory of your site.
5. That's it! You can see some usage examples and documentation [here](https://cmccomb.com/google-scholar-for-github-pages/).This is similar to [Jekyll Scholar](https://github.com/inukshuk/jekyll-scholar), but since this is a pure Liquid solution it works seamlessly with Github Pages!