aboutsummaryrefslogtreecommitdiff
path: root/doc/jats.md
AgeCommit message (Collapse)AuthorFilesLines
2021-12-23JATS templates: fix affiliation tagging in articleauthoring outputAlbert Krewinkel1-4/+15
Affiliations were `xlink`ed even in the articleauthoring tag set, but `<aff>` are not allowed as children of `contrib-group` elements in that tag set. Each affiliation must be listed directly in the contrib element.
2021-12-23JATS templates: add support for article subtitlesAlbert Krewinkel1-0/+11
2021-11-11JATS template: fix incomplete previous commitAlbert Krewinkel1-3/+3
2021-03-11JATS templates: support 'equal-contrib' attrib for authorsAlbert Krewinkel1-0/+9
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-3/+10
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel1-4/+7
The former attribute is deprecated.
2021-01-29JATS templates: tag author.name as string-nameAlbert Krewinkel1-0/+5
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-23JATS template: allow array of persistent institute ids in `pid`Albert Krewinkel1-0/+7
2020-11-20JATS writer: support author affiliations (#6867)Albert Krewinkel1-0/+84
Closes: #6687
2020-11-03Document pandoc's handling of metadata in JATS output (#6794)Albert Krewinkel1-0/+299