Skip to content

Software to pre-process data acquired from different sources

License

Notifications You must be signed in to change notification settings

martasoricetti/preprocess

 
 

Repository files navigation

Python package

OpenCitations: Preprocess

This software is meant to preprocess data dumps to be ingested in OpenCitations, provided by different data sources. The aim of the software is that of preprocessing data dumps in order to facilitate data parsing and extraction in OpenCitations Meta and OpenCitation Index processes. Note that preprocessing is not a mandatory step of data ingestion in OpenCitations. However, preprocessing is suggested when:

  1. A consistent part of the bibliographic entities represented in the dump come without citation data
  2. The dump content is redundant with respect to OpenCitations scopes (e.g.: duplicated citations retrievable both as addressed and received citations)
  3. The dump consists of a unique big file, and it is too heavy to be processed all at once
  4. A consistent part of the data provided is not relevant with respect to OpenCitations scopes (e.g.: discipline-specific and content-related metadata)

Mandatory

  • Python 3.8+

Start the tests

$ python -m unittest discover -s ./preprocessing/test -p "*.py"

License

OpenCitations Index is released under the ISC License.

About

Software to pre-process data acquired from different sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%