-
Notifications
You must be signed in to change notification settings - Fork 6
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
Zenodo #7
Comments
Yes it's non obvious because the inheritance structure is quite large. It inherits from JSON_AT_Lookup will perform queries using title (and author, if present) info, and expect a JSON response. If you copy the DBLP class you should only have to change the following:
Let me know if you have more specific questions |
Since I haven't heard anymore from you I'll assume you figured it out. If not feel free to send me any further questions you might have! |
I haven't actually been working on this. I'll come back on it when I will need it again... |
Some conferences in my field are used to publish papers to zenodo. Therefore, I would like to implement a lookup for zenodo. I've given a look at the code, and it should be similar to the DBLP API class, but I cannot completely get what are the supposed input and output types of each method.
Documentation for the Zenodo API is here: https://developers.zenodo.org/#list36
The text was updated successfully, but these errors were encountered: