translators
translators copied to clipboard
Zotero Translators
It is caused by a `monitorDOMChanges()` line added in #3150 https://github.com/zotero/translators/pull/3150/files#diff-81af869ad57127c637d33a6dcb9090f00f445bf6d1236c4f68075814192397dbR39 by @adam3smith. I'm not sure what it's used for, but any time you leave the mouse cursor from the...
https://link.springer.com/book/10.1007/978-3-030-60067-9 imports ``` [ { "id": "mannaReasoningWebDeclarative2020", "type": "book", "collection-title": "Lecture Notes in Computer Science", "event-place": "Cham", "ISBN": "978-3-030-60066-2", "language": "en", "license": "https://www.springer.com/tdm", "note": "DOI: 10.1007/978-3-030-60067-9", "publisher": "Springer International Publishing",...
https://forums.zotero.org/discussion/114892/zotero-connector-not-saving https://journals.ametsoc.org/view/journals/phoc/53/1/JPO-D-22-0001.1.xml The translator finds 84 DOIs on this page, and then proceeds to download data for all of them in rapid succession, and then one returns a 404 and...
We still need the `error` handler because the default child-translator `error` handler fails translation on the parent, no matter whether or not the error was caught. (Another result of our...
Looke like it just converted from a table to span elements with everythign else quite similar. reported: https://forums.zotero.org/discussion/114819/artwork-citations#latest example: https://www.metmuseum.org/art/collection/search/371722
https://forums.zotero.org/discussion/114575/z7-beta-automatic-metadata-retrieval-fills-out-fields-with-not-available
All the test case pages redirect to Springer Link for me.
I noticed there are some differences in the available data compared to the XML API. For example, fields like ISBN, pages, editors, contributors, and language, etc. can sometimes be missing,...
## Fix 1. Fix the attachment download issue from OSF ## Update 1. Refracting previous code for a more concise structure 2. Replace deprecated `ZU.doGet` with `ZU.requestJSON` ## Remained issue...
The latest update to the Old Bailey Online website broke the translator. This is a rewrite using the site API (it's no longer possible to scrape the site directly). It's...