A simple script for getting a list of an author's collaborators and a count of how many papers on which they have collaborated, based on information from arXiv.org.
Requires feedparser which can be installed with
pip install -r requirements.txt
Place the authors to query into Input/Authors.dat
, one per line and formatted as they appear when searching in arXiv, for example Joseph Polchinski is formatted as Polchinski_J
. An example author list is also provided.
Run with
python arxiv-collaborators.py
Output is placed in the Output/
directory and named with the current date/time and the author's name. One output file is generated for each author.