Skip to content

xblanc33/dblp_ranker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBLP and rankings

It grabs DBLP and tries to find rankings (Core Ranks and Scimago)

Install

npm i

Run

It needs at least two arguments: the target URL (DBLP page) and the output file (CSV)

node src/index.js URL -o file

For example

node src/index.js https://dblp.uni-trier.de/pers/b/Blanc_0001:Xavier.html -o xavier

An IdHAL can also be given with the DBLP page

node src/index.js URL -i IDHAL file

An IdHAL can also be given without the DBLP page

node src/index.js -i IDHAL file

Options

  -h, --help         Print this usage guide.
  -i, --idhal        Fetch idhal
  -c, --cache        Use a local cache for the ranking.
  -o, --out file     The output file to generate.
  -p, --patch file   DBLP and Scimago rewriting rules for ranking queries.
                     Default value is *patch.json*

Patches

Some DBLP entries do not match Core or Scimago queries. The --patch option allows to specify user-specific rewriting rules between a DBLP entry and its corresponding Core/Scimago query.

About

Grab DBLP and try to find rankings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published