Skip to content

Repository files navigation

Python WoS tools

Python packageimageDOI: 10.5281/zenodo.1344261

Translates ISI Web of Knowledge files into python objects.

Quickstart

Install the library by:

$ pip install wostools

Say you want to grab the title of all the articles in an ISI file, you can grab this example file.

>>>fromwostoolsimportCachedCollection>>>collection=CachedCollection.from_filenames('docs/examples/bit-pattern-savedrecs.txt')
>>>forarticleincollection:
... print(article.title)
Insitugrazingincidencesmall-angleX-rayscatteringstudyofsolventvaporannealinginlamellae-formingblockcopolymerthinfilms: Trade-offofdefectsindeswellingStructuralcontrolofultra-fineCoPtnanodotarraysviaelectrodepositionprocessPorphyrin-basedPt/Pd-containingmetallopolymers: Synthesis, characterization, opticalpropertyandpotentialapplicationinbioimagingSynthesesandControllableSelf-AssemblyofLuminescencePlatinum(II) Plane-CoilDiblockCopolymers# ...

Never fear wostools cli is here. To help you do some common tasks right from your terminal.

$ wostools --help
$ # To extract all the properties in a json file
$ wostools to-json docs/examples/bit-pattern-savedrecs.txt --output=document.json

Features

  • Free software: MIT license
  • Parses an ISI Web of Knowledge file and produces a native python object.
  • Parses RIS scopus files and produces a native python object.
  • Merges ISI and RIS files into enriched collections.
  • It has a cli to extract documents and citation pairs for you 😄

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Development of this package is supported by Core of Science.

About

Tools to work with web of science plain text files.

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages