-
Notifications
You must be signed in to change notification settings - Fork 0
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
New field literatureCited
in GBIF EML profile
#29
Comments
I would remove Input from IPT perspective could be structured or unstructured. Structured input is a bit of work, but in an ideal scenario you would be able to enter only the bibtex fields relevant for your citation type chosen. Very convenient would be an option to just enter a DOI and retrieve the bibtex record from Crossref, see https://github.com/CatalogueOfLife/coldp/blob/master/docs/publishing-guide-txtree.md#references @thomasstjerne implemented a form for bibtex entries in the CLB metadata forms: https://www.checklistbank.org/tools/metadata-generator Storing wise I would create a new BibTexReference class and use that as the list in Dataset with
The new enum should hole the 14 entry types given here: https://bibtex.eu/types/ Implementation wise there is a very basic jbibtex library that is useful to read, parse and write BibTeX. But I don't think we want to depend on that in our API. |
Thank you Markus I can imagine maintaining two separate entities would be messy. Can we probably find a way to migrate it for all existing resources somehow to |
I see 2 options:
I am struggling with this for years and don't think there is a perfect solution. Updating existing resources touches on a much broader problem. Do we plan to migrate all EML to 1.3 in the registry? |
I have a feeling we might want to postpone the introduction of |
for checklistbank it would be really great to have, but I understand the troubles |
I just checked checklistbanks eml 1.2 parser and it places the entire citation into the title and makes it a book type bibtex entry.
|
literatureCited
in GBIF EML profile 1.3literatureCited
in GBIF EML profile
This is a complex issue. We need to be careful implementing it. But first, we need to release the Metadata profile 1.3 |
There's no clear view for this field yet.
My questions/concerns:
eml/additionalMetadata/metadata/gbif/bibliography
- keep or removeEML details https://eml.ecoinformatics.org/eml-schema
related #5
@MattBlissett @mdoering
The text was updated successfully, but these errors were encountered: