Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | JATS templates: tag author.name as string-name | Albert Krewinkel | 1 | -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-20 | JATS writer: support author affiliations (#6867) | Albert Krewinkel | 1 | -3/+4 | |
Closes: #6687 | |||||
2020-02-12 | Introduce new format variants for JATS (#6067) | Albert Krewinkel | 1 | -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 |