Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.48 KB

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.