Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
bibjoin

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

USAGE:
bibjoin [OPTIONS] --scopus --wos

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

OPTIONS:
-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`.