/topauthors

Top conference authors

Primary LanguagePython

Top Conference Authors

This is a set of scripts to tell you who the most prolific authors at a conference are. Inspired by existing lists for ISCA and OSDI & SOSP.

All the expected caveats apply: quality not quantity, a single number is worthless, not guaranteed to scrape DBLP correctly, DBLP data isn't perfect, etc.

Name mappings are borrowed from pcminer.

Usage

Requires Python 3.

To set up:

pip3 install -r requirements.txt

To use:

python3 leaderboard.py asplos

Then open output/asplos.html.

You can pass one conference, or many to get an aggregate across all:

python3 leaderboard.py -o output/systems.html sosp osdi