aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.jats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-13Merge pull request #5604 from jgm/jats-abstractJohn MacFarlane1-0/+5
JATS template: add abstract
2019-07-06Updating JATS template to v1.1dtd (#5632)Arfon Smith1-3/+3
* Updating JATS template to v1.1dtd * Update writer.jats
2019-06-20JATS template: add abstractMauro Bieg1-0/+5
2019-06-11Revert "JATS template: don't include journal-meta unless 'journal'..."John MacFarlane1-2/+0
This reverts commit 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95. journal-meta is required. Better to include it even if it doesn't validate through lack of required fields.
2019-06-11JATS template: don't include journal-meta unless 'journal'...John MacFarlane1-0/+2
...is set in metadata. Otherwise we get validation errors.
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-12/+4
We try to parse the date and convert to year, month, day, as expected in pub-date. We also add an iso-8601-date attribute if possible.
2019-06-11JATS writer: don't embed string-name in string.John MacFarlane1-2/+2
That's illegal with this DTD.
2017-03-31JATS template: always include `<back>` element even if empty.John MacFarlane1-2/+2
2017-03-31JATS writer: put references in `<back>`.John MacFarlane1-0/+7
Modified template to include a `<back>` and `<body>` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in `<back>`. References are automatically extracted and put into `<back>`.
2017-03-30jats template: added xml-stylesheet variable.John MacFarlane1-0/+3
2017-03-28Added default.jats template.John MacFarlane1-0/+193
This is copied from Martin Fenner's pandoc-jats project: https://github.com/mfenner/pandoc-jats