Open Melissa37 opened 6 years ago
In the JATS parser we can support both, I'm tempted to do that now so it doesn't creep up on us.
We still use the "collection"
date to determine from the XML alone whether it is a PoA or non-PoA article version in some places, the PubMed delivery logic I think.
That's good. Thanks!
Is this completed now @Melissa37 ?
No, it's on the long list for Texture implementation.
Problem / Motivation
pub-date pub-type="collection">
topub-date date-type="collection">
Proposed solution
change @pub-type to @date-type in the XML
pub-date pub-type="collection">
topub-date date-type="collection">
Clarification needed and assumptions
Tasks
Technical notes
@gnott
User interface / Wireframes