opencitations / bcite

A bibliographic reference correction service
17 stars 2 forks source link

BCite

BCite is a bibliographic reference correction service that allows data curators to reconcile bibliographic data with existing citations available in OpenCitations and Crossref, clean bibliographic data, and generate new open citations as RDF data.

The tool includes a web interface for data entry and cleaning, a triplestore Blazegraph, and an API for interacting with OpenCitations and Crossref.

Requirements

Installation

Clone or download the git repo.

cd bcite
virtualenv --python=python3.6 .
source bin/activate
pip3 install -r requirements.txt
cd triplestore/sh  
./run-local.sh
cd ../..
python3 -m script.web.app 8000

Usage

Evaluation

To evaluate the precision of the tool, and the number of open citations created, the following data is used: https://doi.org/10.6084/m9.figshare.6462443. Results are outlined in the csv file.