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://cmccomb.com/google-scholar-for-github-pages/
MIT License
4 stars 3 forks source link

Deal with Zero-Width No-Break Space at beginning of CSV #1

Closed cmccomb closed 2 years ago

cmccomb commented 2 years ago

Looks like Google Scholar tends to include a <U+FEFF> character at the beginning of the CSV file, which makes it impossible to access the Authors key in site.data.citations. Current solution is to manually remove.

cmccomb commented 2 years ago

Fix tested. It works now!