Scott Barnes
Scott Barnes
Related: #9003, internetarchive/infogami#221 ### Problem ### A clear and concise description of what you want to happen On import, author name matching should be case insensitive. ### Additional Context internetarchive/infogami#217...
### Problem Related: #9390, #9003, internetarchive/infogami#221 #### Evidence / Screenshot https://github.com/internetarchive/infogami/pull/221 will cause Infogami's `~` behavior go back to doing a `LIKE` operation, and this will cause Infogami's `~` behavior...
This commit handles cases where no `pageType` is detected by skipping the page.
This commit adds support for converting to two characters ISO 639 Part2b languages, e.g. `fre` for French rather than the Part3 `fra`. IA items will often include `fre`, `ger`, etc.,...
Closes #9440 Adds more tests to the import validator _and_ remove `publishers` as a required field for a complete record. How is this looking for a first attempt? ### Technical...
### Problem This issue can only be completed by staff. [BWBCoverBot](https://github.com/internetarchive/openlibrary-bots/commits/master/BWBCoverBot) recently finished importing covers from the BWB covers zips. We need to look at the August 31 dump and...
It would be nice to have more type hints in the code base, and [MonkeyType](https://github.com/instagram/MonkeyType) can help with that by generating type hints that are collected at runtime. This is...
### Question I'd like to understand exactly why a [specific MARC record](https://openlibrary.org/show-records/marc_columbia/Columbia-extract-20221130-004.mrc:538221003:815) matched [OL49206154M](https://openlibrary.org/books/OL49206154M/Gustave_Courbet?v=1) instead of [OL21967389M](https://openlibrary.org/books/OL21967389M/Gustave_Courbet). `OL21967389M` would have been a proper match for the MARC record, as the...
### Problem Sometimes records with the requisite fields (`title`, `authors`, `publishers`, `publish_date`, and `source_records`) are nonetheless not books, the title will contain strong evidence of this. Consider the following recent...
This PR adds two commits to address two separate `epubcheck` validation error. The first relates to the mediatype (and HTML escaping), and the second relates to the table of contents....