Skip to content

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.

License

Notifications You must be signed in to change notification settings

sproberts92/arXiv-Collaborators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arXiv Collaborators

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.

Setup

Requires feedparser which can be installed with

pip install -r requirements.txt

Usage

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages