colav / WOSplus

Merge bibliographic data bases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOS+

Codacy Badge Build Status

Load databases from Web of Science, Scopus, Scielo, etc, and combine the results into a single database

For WOSplus execution it is recommended to define drive.cfg file in which you can specify the name of the files and its shared keys in Google drive. The drive.cfg file must be present in the execution folder. For example

$ cat drive.cfg
[FILES]
CIB_Scielo.xlsx    = 0BxoOXsn2EUNIMldPUFlwNkdLOTQ

See also the drive.cfg file in the test folder which gives some addresses of sample databases stored in google drive. If the file is not found in the google drive cloud, it is searched and loaded locally, by using just the name of the file.

Installation

Python 3 is required

# pip install wosplus

Basic usage

import wosplus as wp
wos=wp.wosplus() 
wos.load_biblio('wos.txt')
#Data Frame stored as
wos.WOS
#or as
wos.biblio['WOS']

Further details in test_sample.ipynb.

Visual Overview

design

About

Merge bibliographic data bases

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 66.0%Language:Python 33.7%Language:Makefile 0.2%