aboutsummaryrefslogtreecommitdiff
path: root/data/templates/article.jats_publishing
AgeCommit message (Collapse)AuthorFilesLines
2021-11-11JATS template: fix incomplete previous commitAlbert Krewinkel1-0/+1
2021-11-11JATS template: fix equal-contrib attributeAlbert Krewinkel1-2/+1
The standard requires the value to be either `yes` or `no`, but is was set to `true` for authors who contributed equally.
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-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel1-1/+1
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel1-3/+3
The former attribute is deprecated.
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-10-31JATS templates: ensure jats_publishing output is validAlbert Krewinkel1-0/+13
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-0/+195
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