Giter Club home page Giter Club logo

book-aligner's Introduction

Ryan Baumann

book-aligner's People

Contributors

dependabot[bot] avatar ryanfb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

book-aligner's Issues

Indicate when a result isn't public domain / viewable

For Google Books, using accessInfo property:

 "accessInfo": {
  "country": "US",
  "viewability": "NO_PAGES",
  "embeddable": false,
  "publicDomain": false,
  "textToSpeechPermission": "ALLOWED",
  "epub": {
   "isAvailable": false
  },
  "pdf": {
   "isAvailable": false
  },
  "webReaderLink": "http://play.google.com/books/reader?id=example&hl=&printsec=frontcover&source=gbs_api",
  "accessViewStatus": "NONE",
  "quoteSharingAllowed": false
 }

HT/IA ISBN normalization

There's some weird stuff in the ISBN fields. We should normalize it before checking for matches.

Excessive DataTables warnings

Performed a search for this volume: https://archive.org/details/analecticmagazi01irvigoog

And got back dozens of datatables popup warning messages similar to the below that had to be confirmed before being allowed to continue loading the page. In the end, I got the results, but it was a hairy experience in both Firefox (59.0.2 (64-bit)) and Chrome (Version 66.0.3359.139 (Official Build) (64-bit)), both on a Macbook Air.

DataTables warning: table id=table - Requested unknown parameter '3' for row 68, column 3. For more information about this error, please see http://datatables.net/tn/4

Examples should be clickable

Would be nice to be able to click on an example, and have it auto-populate + run the search for that example.

Use "full" projection to get additional volume identifiers/metadata from GB

See: https://developers.google.com/books/docs/v1/reference/volumes#resource

Projection
You can use the projection parameter with one of the following values to specify a predefined set of Volume fields to return:

full - Returns all Volume fields.
lite - Returns only certain fields. See field descriptions marked with double asterisks in the Volume reference to find out which fields are included.
The following example returns search results with limited volume information:

GET https://www.googleapis.com/books/v1/volumes?q=flowers&projection=lite&key=yourAPIKey

It looks like we've been getting "lite" by default, which apparently doesn't include these.

Expand results through OCLC identifiers/API

Matches that should be found, but aren't

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 might add these matches.

Bad alignments and AJAX errors

This is a cool service! (although not as cool as when I giddily thought it might be aligning texts across services :) )

Having said that, there seem to be some issues when searching for one of the books in another of your issues "Women's letters from Egypt". There are a number of non-matches included in the list from things which are plausible, like "Letters from ancient Egypt" with a similar title, but different authors, page counts, etc to "Angelina ice skates" which seems very far off the mark. I didn't look at the code to see how it's searching, but something definitely needs a little tweaking.

The bottom of the display also has a long list of errors of the form:

Error in HathiTrust AJAX call.
Error in Google Books AJAX call for identifier 185512691
Error in Google Books AJAX call for identifier 9780517596197

... with another ~20 lines like the last, but with different identifiers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.