summaryrefslogtreecommitdiff
path: root/doc/jats.md
AgeCommit message (Collapse)Author
2022-08-21Fix typosluz paz
Found via `codespell -q 3 -S changelog.md -L bu,fo,ist,mke,multline,noes,ot,pard,pres,tabl,te,tothe`
2022-06-24JATS template: mark authors with cor-id as corresponding authorsAlbert Krewinkel
Corresponding authors are marked by setting the attribute `corresp="yes"` in their respective `<contrib>` element.
2022-04-04JATS template: allow multiple licenses to be given.Albert Krewinkel
The `license` metadata field can now be used to set the license of an article; a list can be used to add multiple license statements.
2022-04-02JATS template: allow multiple copyright statements, years, holdersAlbert Krewinkel
2022-01-10doc/jats.md: link JATSMartin Fischer
2021-12-23JATS templates: fix affiliation tagging in articleauthoring outputAlbert Krewinkel
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 Krewinkel
2021-11-11JATS template: fix incomplete previous commitAlbert Krewinkel
2021-03-11JATS templates: support 'equal-contrib' attrib for authorsAlbert Krewinkel
Authors who contributed equally to a paper may be marked with `equal-contrib`.
2021-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel
The former attribute is deprecated.
2021-01-29JATS templates: tag author.name as string-nameAlbert Krewinkel
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 Krewinkel
2020-11-20JATS writer: support author affiliations (#6867)Albert Krewinkel
Closes: #6687
2020-11-03Document pandoc's handling of metadata in JATS output (#6794)Albert Krewinkel