Translates ISI Web of Knowledge files into python objects.
Install the library by:
$ pip install wostoolsSay 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- 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 😄
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Development of this package is supported by Core of Science.