Skip to content

jonasengelmann/crossref-reconciliation-service

Repository files navigation

Crossref-reconciliation-service

License

OpenRefine reconciliation service for Crossref.

Implemented query properties are author and publication_year.

Run via Docker (Recommended)

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.

Development

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.

License

This project is licensed under MIT license - see the LICENSE file for more information.

About

Crossref.org reconciliation service for OpenRefine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published