Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CrossRef spider #105

Open
kaplun opened this issue May 3, 2017 · 3 comments
Open

CrossRef spider #105

kaplun opened this issue May 3, 2017 · 3 comments

Comments

@kaplun
Copy link
Contributor

kaplun commented May 3, 2017

All publishers are pushing bibliographic data to CrossRef, and this data is freely available through CrossRef API:
https://github.com/CrossRef/rest-api-doc/blob/master/rest_api.md

We should write a Spider that is able to transform CrossRef JSON format into our forma via:
https://github.com/CrossRef/rest-api-doc/blob/master/api_format.md

Additionally we should import when available ORCIDs and References.

@kaplun
Copy link
Contributor Author

kaplun commented May 3, 2017

cc @michamos, @StellaCh, @salmele

@kaplun
Copy link
Contributor Author

kaplun commented May 4, 2017

Actually the most complete format is the XML one:
https://support.crossref.org/hc/en-us/articles/213531266-UNIXSD-query-output-format which is more reliable than the JSON one.

@salmele
Copy link

salmele commented Nov 17, 2017

Meanwhile there is a API Plus service at CrossRef

https://www.crossref.org/services/metadata-delivery/plus-service/

We should analyze this and discuss off-line on whether it is of interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@kaplun @david-caro @salmele and others