NSF wants you to submit a list of all your collaborators in the last five years, and this can be painful process to generate this list. Here is a quick trick, and a script to get you a quick first list:
- Go to DBLP your author page, and download the bib file with all your publications.
- Install pybtex locally:
pip3 install pybtex
- Run the following python script :
./collaborators.py your_dblp.bib 2018
(let say you wants all collaborators starting in 2018).