Discussion: Refining Citation Field Requirements in Model Specs (cite
)
#688
Replies: 1 comment 1 reply
-
Thanks for the nice write-up! One minor clarification:
Yes, but this is already the case. If neither is specified the error "Either 'doi' or 'url' is required" is returned. And some thoughts:
If we want to include actual metadata of the citation the BibTex format would probably be the most powerful choice and we could even make suggestions for provided DOIs via https://www.doi2bib.org/ (access is heavily rate-limited though).
maybe, but then we would need to manually review more... Now with How about we just emphasize in the documentation that we intend it to be a description of why this citation is listed? Curious to read more opinions on this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion: Refining Citation Field Requirements in Model Specs (
cite
)Current Specification:
The
cite
field in the BioImage.IO model spec allows multiple citations with three components:^10\.[0-9]{4}.+$
)Issues:
Missing Mandatory DOI or URL
text
is required, allowing citations without a DOI or URL.doi
orurl
to ensure proper referencing?Ambiguity in
text
Field Usagetext
as a citation (APA, Chicago), while others use it for context (e.g., "This paper describes the model architecture.").text
todescription
?formatted_citation
field for structured citations?Proposed Discussion Points:
doi
orurl
?text
todescription
?formatted_citation
?Looking forward to hear your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions