OpenRefine reconciliation service for Crossref.
Implemented query properties are author
and publication_year
.
docker build -t crossref-reconciliation-service .
docker run --rm -p 80:80 --env DOMAIN='http://localhost' crossref-reconciliation-service
The reconciliation service should now be accessible at http://localhost.
pip3 install -r requirement.txt
Setup pre-commit hooks:
pre-commit install
Start the reconciliation service:
uvicorn main:app --reload --port 8000 --env-file .env.example
The reconciliation service should now be accessible at http://localhost:8000.
This project is licensed under MIT license - see the LICENSE file for more information.