-
Notifications
You must be signed in to change notification settings - Fork 2
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
ISBN: missing information from openlibrary #10
Comments
Interesting, the issue here is that the data is converted first to CSL-JSON, which does not have field for that information. Extending the CSL-JSON standard is a relatively slow process, but currently it does allow for custom fields. I would need to "standardize" a list of custom fields used throughout Citation.js plugins.
This field is supported ( |
I suggest we output to string and let the user handle it: OR even better: We could default to try matching with first result from the mediawiki API wbcirrussearch.
Based on this lookup and inferrence the lines would be:
S1683=quote |
curl -X 'GET'
'https://citation-js.toolforge.org/api/v1/quickstatements/isbn/978-0134093413'
-H 'accept: text/plain'
->
This includes authors, title, isbn, date of publ, OL identifier, total number of pages.
I'm missing this information from the API, which is present in OL:
** length = P2043 =11 inches
** width = P2049 = 9.3 inches
** thickness = P2610 = 2.1 inches
Data we cannot store currently:
The text was updated successfully, but these errors were encountered: