Ryan Baumann

Results 31 issues of Ryan Baumann

This would make forward/back work for searches. Potentially related to #13.

See e.g. https://archive.org/details/bub_gb_LaUnOztbkP4C

CoffeeScript

Starting this issue just for collecting various types of matches that should be found, but currently aren't for whatever reason. May help with diagnosing problems or figuring out enhancements that...

Inverse of #12. Example searches: * https://catalog.hathitrust.org/Record/000280889 yields https://books.google.com/books?id=LIM0AAAAMAAJ * https://books.google.com/books?id=LIM0AAAAMAAJ yields no other matches

CoffeeScript

This may catch good matches that no existing identifier mapping does (due to poor metadata).

CoffeeScript

For example (via @hadro in #8): http://babel.hathitrust.org/cgi/pt?id=mdp.39015085786880 shows OCLC http://www.worldcat.org/oclc/66269195 which has ebook versions http://www.worldcat.org/title/translation-of-the-confucian-i-ching-or-the-classic-of-change/oclc/220258848/editions?referer=di&editionsView=true#%2528x0%253Abook%2Bx4%253Adigital%2529format which associates back to HT and also to GB at: https://books.google.com/books?id=HJhKAQAAMAAJ + https://books.google.com/books?id=QAEaAQAAIAAJ

CoffeeScript

It looks like we'd need a separate call to the [Data API](https://www.hathitrust.org/data_api) (likely proxied to keep the access key private) to extract: `htd:numpages­: the number of pages in a volume­type...

CoffeeScript

You should be able to pivot your search to an existing search result by e.g. clicking a "search" icon next to the result. This might help catch things where we...

CoffeeScript

This is sometimes in field `955 $q` of the MARC XML (see [HathiTrust Bibliographic Metadata Specifications](https://www.hathitrust.org/bib_specifications)). We'd need to switch to `full` calls to the Bibliographic API to get this...

CoffeeScript

For a Rails app running under Tomcat via Warbler, upgrading from JRuby 9.1.17.0 (Ruby 2.3.3 compatibility) to JRuby 9.2.14.0 (Ruby 2.5.7 compatibility) with jruby-rack 1.1.21 gives me the following new...