https://github.com/storopoli/bibjoin
Combine TSV and CSV files from Scopus/Web of Science by DOI
https://github.com/storopoli/bibjoin
bibliometrics literature-review rust scopus webofscience
Last synced: 3 months ago
JSON representation
Combine TSV and CSV files from Scopus/Web of Science by DOI
- Host: GitHub
- URL: https://github.com/storopoli/bibjoin
- Owner: storopoli
- License: mit
- Archived: true
- Created: 2021-08-27T17:04:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T22:34:20.000Z (almost 4 years ago)
- Last Synced: 2025-06-29T08:38:31.580Z (4 months ago)
- Topics: bibliometrics, literature-review, rust, scopus, webofscience
- Language: Rust
- Homepage: https://crates.io/crates/bibjoin
- Size: 710 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scopus/Web of Science RSL Combining Records
[](https://github.com/storopoli/bibjoin/blob/main/LICENSE)
[](https://github.com/storopoli/bibjoin/actions?workflow=Continuous+integration)
[](https://crates.io/crates/bibjoin)Combine CSV/TSV files from Scopus and Web of Science by DOI.
## Install
```bash
cargo install bibjoin
```## Usage
```bash
❯ bibjoin -h
bibjoinProgram to combine data from Scopus and Web of Science by DOI
USAGE:
bibjoin [OPTIONS] --scopus --wosFLAGS:
-h, --help Print help information
-V, --version Print version informationOPTIONS:
-o, --output Output file path [default: combined.csv]
-s, --scopus Scopus CSV file path
-w, --wos Web of Science file path
```## NOTE
Export from Web Of Science as a TSV file with option `Full Record and Cited References`.