aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.jats_articleauthoring
AgeCommit message (Collapse)AuthorFilesLines
2021-03-11JATS templates: support 'equal-contrib' attrib for authorsAlbert Krewinkel1-1/+1
Authors who contributed equally to a paper may be marked with `equal-contrib`.
2021-01-29JATS templates: tag author.name as string-nameAlbert Krewinkel1-0/+2
The partitioning the components of a name into surname, given names, etc. is not always possible or not available. Using `author.name` allows to give the full name as a fallback to be used when `author.surname` is not available.
2020-11-20JATS writer: support author affiliations (#6867)Albert Krewinkel1-3/+4
Closes: #6687
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-0/+90
New formats: - `jats_archiving` for the "Archiving and Interchange Tag Set", - `jats_publishing` for the "Journal Publishing Tag Set", and - `jats_articleauthoring` for the "Article Authoring Tag Set." The "jats" output format is now an alias for "jats_archiving". Closes: #6014