Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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
- Created: 2021-08-27T17:04:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T22:34:20.000Z (about 3 years ago)
- Last Synced: 2024-10-08T17:08:17.048Z (about 1 month ago)
- Topics: bibliometrics, literature-review, rust, scopus, webofscience
- Language: Rust
- Homepage: https://crates.io/crates/bibjoin
- Size: 710 KB
- Stars: 1
- Watchers: 2
- 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
[![GitHub license](https://img.shields.io/github/license/storopoli/bibjoin)](https://github.com/storopoli/bibjoin/blob/main/LICENSE)
[![Build status](https://github.com/storopoli/bibjoin/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/storopoli/bibjoin/actions?workflow=Continuous+integration)
[![Crates.io](https://img.shields.io/crates/v/bibjoin.svg)](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`.