-
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
Search GB for OCLC/LCCN/ISBN matches #3
Comments
For ISBN, some example data, using "Parody in the Middle Ages". GB https://books.google.com/books?id=LSh_IPyVIEIC under
HT https://babel.hathitrust.org/cgi/pt?id=mdp.39015038607985: ISBN of "9780472106493" repeated 3 times. So we need to |
We should also query HT/IA for these, so that we can get from e.g. (above) https://books.google.com/books?id=LSh_IPyVIEIC to https://babel.hathitrust.org/cgi/pt?id=mdp.39015038607985 instead of only HT->GB. |
… biblio query functions, have IA metadata queries handle arrays OR strings (see #3)
For IA volumes, we should also use e.g.:
|
Note that we have to use the OpenLibrary API to search the Internet Archive because of the CORS issue in ArchiveLabs/archive.org#1 |
Use the Google Books search API to see if we find matching identifiers from HT/IA results.
The text was updated successfully, but these errors were encountered: