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
Citations are only made for authors with a last name, and BioCASe only provides a single name field. That contains names like Prof. Dr. Angelika Brandt, C. Dilger-Endrulat, Prof. Dr. H. Schubert, Dr. Matthias Nuß.
The registry only has firstName and lastName fields. Currently, the whole name is put into firstName, and contacts without a lastName are ignored when generating citations.
I could instead use lastName, but we'd have citations with the full Prof. Dr. Angelika Brandt etc.
Or I could attempt parsing the names (!), so we'd have citations like Brandt A, Dilger-Endrulat C, Schubert H and Nuß Matthias, but then the titles would also be absent from the contact.
Hi Matt,
thank you for your efforts. Is it possible to parse the names and copy the parsed names into citation, but keep the original in the contact field?
Birgit (from LIB in Germany, who raised the issue)
During BioCASE synchronisation dataset owner is mapped to administrative contact only. Administrative contacts aren't included in the dataset auto-generated citation (only originating and metadata authors are: https://www.gbif.org/faq?question=how-is-the-dataset-citation-text-auto-generated). As a result, they aren't in the dataset citation string, see this example: https://www.gbif.org/dataset/e0908eee-ad49-4e91-b4d0-1f05dd17b291#citation
Would it be possible to also map the
DatasetDerivations/DatasetDerivation/Rights/LegalOwner/
toORIGINATOR
?crawler/crawler-metasync/src/main/java/org/gbif/crawler/metasync/protocols/biocase/model/abcd12/SimpleAbcd12Metadata.java
Line 250 in bde1c0c
The text was updated successfully, but these errors were encountered: