cldf / pycldf

python package to read and write CLDF datasets
https://cldf.clld.org
Apache License 2.0
15 stars 7 forks source link

"dc:bibliographicCitation " #95

Closed SimonGreenhill closed 5 years ago

SimonGreenhill commented 5 years ago

Some of the published datasets have the following key in the json file "dc:bibliographicCitation " -- note the trailing space in the key, e.g.:

ASJP:

    "dc:bibliographicCitation ": "Wichmann, S\u00f8ren & Brown, Cecil H. & Holman, Eric W. 2018.\nThe The ASJP Database Database.\nJena: Max Planck Institute for the Science of Human History.\n(Available online at http://asjp.clld.org, Accessed on 2018-04-19.)\n",

I've spotted this in APICS, WALS, WOLD, and some others. Not sure where it's coming from though, I can't find bibliographicCitation in this repository.

xrotwang commented 5 years ago

Oops. That might be a bug in clld's CLDF converter.

Simon J Greenhill notifications@github.com schrieb am Fr., 19. Juli 2019, 12:12:

Some of the published datasets have the following key in the json file "dc:bibliographicCitation " -- note the trailing space in the key, e.g.:

ASJP:

"dc:bibliographicCitation ": "Wichmann, S\u00f8ren & Brown, Cecil H. & Holman, Eric W. 2018.\nThe The ASJP Database Database.\nJena: Max Planck Institute for the Science of Human History.\n(Available online at http://asjp.clld.org, Accessed on 2018-04-19.)\n",

I've spotted this in APICS, WALS, WOLD, and some others. Not sure where it's coming from though, I can't find bibliographicCitation in this repository.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cldf/pycldf/issues/95?email_source=notifications&email_token=AAGUOKA7LNVZC2ZB6VOLLFTQAGHRJA5CNFSM4IFEQZQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAHNSHA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGUOKEVMVXVHPWBT22E5UDQAGHRJANCNFSM4IFEQZQA .

xrotwang commented 5 years ago

Yep, see https://github.com/clld/clld/blob/1f7c30dc77d266df2dc06dc3c8032d5961703297/src/clld/web/adapters/cldf.py#L162