You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some entries are being output with undefined in the XML output.
Some of these were because of undefined object properties - now fixed.
Seems like there is an issue in CitationJS with automatically translating author name strings - "O Floerl" (https://www.wikidata.org/wiki/Q89475419) doesn't get destructed into given_name: "O", family_name: "Floerl" and remains represented as literal: "O Floerl" whilst all other authors written similarly in the same entry do get successfully destructed. Mabe it's the non-dropping element again...
The text was updated successfully, but these errors were encountered:
Some entries are being output with
undefined
in the XML output.Some of these were because of undefined object properties - now fixed.
Seems like there is an issue in CitationJS with automatically translating author name strings - "O Floerl" (https://www.wikidata.org/wiki/Q89475419) doesn't get destructed into
given_name: "O"
,family_name: "Floerl"
and remains represented asliteral: "O Floerl"
whilst all other authors written similarly in the same entry do get successfully destructed. Mabe it's the non-dropping element again...The text was updated successfully, but these errors were encountered: