#combine #doi #csv-tsv #web #science #scopus #literature-review

app bibjoin

Combine CSV/TSV files from Scopus and Web of Science by DOI

6 releases

0.3.0 Oct 21, 2021
0.2.2 Sep 15, 2021
0.2.1 Aug 29, 2021
0.1.9 Aug 29, 2021

#5 in #doi

Download history 12/week @ 2024-02-19 230/week @ 2024-04-01

230 downloads per month

MIT license

270KB
122 lines

Scopus/Web of Science RSL Combining Records

GitHub license Build status Crates.io

Combine CSV/TSV files from Scopus and Web of Science by DOI.

Install

cargo install bibjoin

Usage

 bibjoin -h
bibjoin

Program to combine data from Scopus and Web of Science by DOI

USAGE:
    bibjoin [OPTIONS] --scopus <SCOPUS> --wos <WOS>

FLAGS:
    -h, --help       Print help information
    -V, --version    Print version information

OPTIONS:
    -o, --output <OUTPUT>    Output file path [default: combined.csv]
    -s, --scopus <SCOPUS>    Scopus CSV file path
    -w, --wos <WOS>          Web of Science file path

NOTE

Export from Web Of Science as a TSV file with option Full Record and Cited References.

Dependencies

~17MB
~330K SLoC