storopoli / bibjoin

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

Home Page:https://crates.io/crates/bibjoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://crates.io/crates/bibjoin

License:MIT License


Languages

Language:Rust 100.0%