Andrew-S-Rosen / coapy

A Python package to generate collaborator info for NSF COA forms
https://andrew-s-rosen.github.io/coapy/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Automatically fetch institutional affiliations #2

Open Andrew-S-Rosen opened 10 months ago

Andrew-S-Rosen commented 10 months ago

NSF requests institutional affiliations for all listed collaborators. I'm not really sure the best way to fetch this at the moment. Google Scholar (and the bibtex in general) does not contain institutional affiliation. The most natural way would be to scrap using Google Scholar altogether and instead use ORCiD which contains all the necessary info, but their Python API seems unmaintained and likely broken. Web-scraping with Selenium will be too error-prone and annoying.

Andrew-S-Rosen commented 10 months ago

See https://gist.github.com/shyamd/7f8f03d675a874b4884d696d3ef059c9