It grabs DBLP and tries to find rankings (Core Ranks and Scimago)
npm i
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
-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*
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.