Zotero connector not passing through complete bibliographical information
The zotero connector button in chrome has stopped passing through much of the data for my library catalog (University of Chicago). Specifically, I no longer get the call number, and it adds a forward slash after the title. I have compared behavior to another library catalog (Stanford) which does pass through all of the expected data, so this seems to be unrelated to my specific installation/devices (and I did check in other browser/computer installations just to make sure).
It stopped giving me library catalog call number data around November as far as I can tell -- any tips on whether this can be fixed somehow? Thanks.
It stopped giving me library catalog call number data around November as far as I can tell -- any tips on whether this can be fixed somehow? Thanks.
https://catalog.lib.uchicago.edu/vufind/Record/5674897
yields slash after title, no library catalog location, no place of publication. Only data is type, title, author, publisher, date, isbn.
URL of page I tried: https://catalog.lib.uchicago.edu/vufind/Record/624835
Debug ID: D881171844
When I try to save: does saving to my library but does not pass through info
Name of translator: CoiNS
From what I understand the problem here is that it's using the generic translator for the University of Chicago library catalog. I am able to use other library catalogs with no issue. Thanks for any info you might be able to offer.
If this worked previously, I'm wondering if they removed some embedded information -- the catalog may have exposed additional metadata in the past.
Generally it wouldn't be hard to support the catalog, it's just a question of doing so in a way that's sufficiently broad (i.e. includes other vufind installations).
That'd be Pika and Finna
https://github.com/zotero/translators/pull/2610
https://github.com/zotero/translators/pull/2661
No idea how heavily those are modified
The alternative would be to implement unAPI and point that at the MODS (https://web.archive.org/web/20141218062835/http://unapi.info/ -- yes I know, the main site is down, but it's still a nice protocol)