academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
12.46k stars 43.98k forks source link

Google scholar link in publications doesn't work #862

Closed taranu closed 9 months ago

taranu commented 2 years ago

It looks like there's supposed to be a link to Google Scholar at the top of the publications page (granted, it's redundant with the sidebar link, but still):

https://github.com/academicpages/academicpages.github.io/blob/master/_pages/publications.md?plain=1#L8

However, this doesn't show up on the page even if author.googlescholar is defined (as it is in the template):

https://academicpages.github.io/publications/

profgavinbrown commented 2 years ago

Any update on this? It seems none of the author.X variables are visible in the pages…

abhcs commented 2 years ago

Use site.author.googlescholar instead.

rjzupkoii commented 9 months ago

Resolved by pull request #925