Skip to content

Software for creating all the OpenCitations Indexes (e.g. COCI)

License

Notifications You must be signed in to change notification settings

opencitations/index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49182ce · Feb 18, 2025
Oct 5, 2022
Sep 7, 2022
Jul 26, 2024
Jul 26, 2024
Feb 18, 2025
Nov 22, 2022
Jul 26, 2024
Jul 26, 2024
Jul 26, 2024
Jul 26, 2024
Sep 9, 2024
Jul 26, 2024
Aug 30, 2024

Repository files navigation

Python package

OpenCitations: Index

This software allows the production of the OpenCitations index

Requirements

Mandatory

  • Python 3.7+
  • libzip, see INSTALL.md from official repository for additional information.

Optional

  • Redis (* mandatory for redis data source), see Installing Redis for additional information.

Install

To install the index software you must first meet all the requirements above. Then the python package must be installed, this adds all the python scripts to the $PATH

$ pip install .

Configuration

By default when index is installed a configuration file is created in ~/.opencitations/index/, namely config.ini. For more information about the semantics of the settings see config.ini.

Usage

See Usage.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

OpenCitations Index is released under the ISC License.