-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leading junk in OCLC numbers #61
Comments
Interesting! This is actually coming from Citoid API: [
{
"key": "ATXZU78G",
"version": 0,
"itemType": "book",
"tags": [
{
"tag": "Jesus Christ",
"type": 1
},
{
"tag": "Art",
"type": 1
},
{
"tag": "Veronica",
"type": 1
},
{
"tag": "Art",
"type": 1
},
{
"tag": "Jesus Christ",
"type": 1
},
{
"tag": "Veronica",
"type": 1
},
{
"tag": "Veil of Veronica in art",
"type": 1
},
{
"tag": "Veil of Veronica in art",
"type": 1
},
{
"tag": "Art",
"type": 1
}
],
"ISBN": [
"978-80-210-8779-8"
],
"title": "The European fortune of the Roman Veronica in the Middle Ages",
"numPages": "303",
"series": "Convivium (Brno, Czech Republic). Supplementum",
"seriesNumber": "2017",
"callNumber": "N8050 .E88 2017",
"extra": "OCLC: on1021182894",
"place": "Turnhout",
"publisher": "Brepols",
"date": "2017",
"libraryCatalog": "Library of Congress ISBN",
"accessDate": "2024-12-12",
"editor": [
[
"Amanda C.",
"Murphy"
],
[
"Herbert L.",
"Kessler"
],
[
"Marco",
"Petoletti"
],
[
"Eamon",
"Duffy"
],
[
"Guido",
"Milanese"
],
[
"Veronika",
"Tvrzníková"
]
],
"oclc": "on1021182894",
"source": [
"Zotero",
"Library of Congress ISBN"
],
"url": "https://www.worldcat.org/title/on1021182894"
}
] I've Implemented a quick fix The issue needs to be reported upstream (https://phabricator.wikimedia.org/project/view/62/) to see if it can be fixed there, I'll leave this open until then. |
Sometimes Citer includes leading junk characters in the
oclc
parameter.Examples:
oclc=ocm62134798
oclc=on1021182894
In all cases, the correct OCLC number is the numbers without the leading letters.
I have observed examples but I did not record them.
Note: Citer sometimes includes OCLC numbers in output and sometimes doesn't. My guess is that is related to OCLC usage limits and is not a bug, but it may make verifying this problem difficult.
The text was updated successfully, but these errors were encountered: