yangyang0477 / pywos

Takes a RIS-formatted ISI Web of Science corpus and turn it into a nicely formatted python dictionnary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyWoS

This Python script takes in input a folder with RIS-formatted files from a ISI Web of Science (WoS) corpus, and returns a nicely formatted python dictionnary.

It tries to format every entries in a python-friendly manner.

Dependencies

Uses gris module.

sudo easy_install gris

Usage

import WoS
wos = Wos('path/to/the/folder/with/RIS/Files')

About

Takes a RIS-formatted ISI Web of Science corpus and turn it into a nicely formatted python dictionnary


Languages

Language:Python 100.0%