Skip to content

edemaine/beancount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beancount: Count number of papers and coauthors via DBLP

Given the names of some CS authors, this script measures the following metrics for each author via DBLP:

  • the number of papers (journal + conference summed)
  • the number of coauthors

It outputs two sorted list of authors (one for each metric) so you can see who has the most "beans".

This script was written out of idle curiosity. Please don't give any weight to bean counting.

Usage

After installing Node and checking out this repository, run:

npm install
node index.js <author-or-filename> ...

Each command-line argument can be a full author name (in quotes) or a filename containing one author name per line.

About

Count number of papers and coauthors via DBLP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages