Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wetneb/doi_cache

Simple cached DOI metadata resolver with batch lookup capabilities
https://github.com/wetneb/doi_cache

Last synced: 29 days ago
JSON representation

Simple cached DOI metadata resolver with batch lookup capabilities

Awesome Lists containing this project

README

        

# doi_cache

Simple cached DOI metadata resolver with batch lookup capabilities.
This resolves metadata for articles, using CrossRef's API.
It adds a batch lookup capability, to retrieve many DOIs in a single request. This is particularly efficient if the DOIs have been cached before.

Usage:


python manage.py runserver &

For a single DOI:

curl http://localhost:8000/10.1016/j.physletb.2015.01.010

For a batch:


curl -d 'dois=["10.1016/j.physletb.2015.01.010","10.5380/dp.v1i1.1922","10.1007/978-3-319-10936-7_9"]' http://localhost:8000/batch