Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 856 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 856 Bytes

rap-etl

Extracting RAP information from the Web of Science and mapping it to VIVO RDF.

This is a work in-progress. More functionality and documentation will be coming.

More details about the project are available here.

Requirements

  • Python 2.7
  • VIVO SPARQL Update API credentials
  • Web of Science Expanded API credentials
  • InCites access

To install:

  • $ pip install -r requirements.txt

Set environment variables: See example in .env-sample.

  • $ cp .env-sample .env

Adjust values for VIVO and WOS API and:

  • $ source .env

Data sources

  • Web of Science Web Services Expanded
  • InCites API
  • Web of Science categories
  • Web of Science organization enhanced names

Tests

Initial unit tests are intests. Run as:

python -m unittest discover tests