Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wetneb/doi_cache
- Owner: wetneb
- Created: 2015-06-03T13:44:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T16:09:15.000Z (about 7 years ago)
- Last Synced: 2024-10-13T14:15:17.887Z (2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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