Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-13 | Merge pull request #5604 from jgm/jats-abstract | John MacFarlane | 1 | -0/+5 | |
JATS template: add abstract | |||||
2019-07-06 | Updating JATS template to v1.1dtd (#5632) | Arfon Smith | 1 | -3/+3 | |
* Updating JATS template to v1.1dtd * Update writer.jats | |||||
2019-06-20 | JATS template: add abstract | Mauro Bieg | 1 | -0/+5 | |
2019-06-11 | Revert "JATS template: don't include journal-meta unless 'journal'..." | John MacFarlane | 1 | -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-11 | JATS template: don't include journal-meta unless 'journal'... | John MacFarlane | 1 | -0/+2 | |
...is set in metadata. Otherwise we get validation errors. | |||||
2019-06-11 | JATS writer: ensure validity of pub-date. | John MacFarlane | 1 | -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-11 | JATS writer: don't embed string-name in string. | John MacFarlane | 1 | -2/+2 | |
That's illegal with this DTD. | |||||
2017-03-31 | JATS template: always include `<back>` element even if empty. | John MacFarlane | 1 | -2/+2 | |
2017-03-31 | JATS writer: put references in `<back>`. | John MacFarlane | 1 | -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-30 | jats template: added xml-stylesheet variable. | John MacFarlane | 1 | -0/+3 | |
2017-03-28 | Added default.jats template. | John MacFarlane | 1 | -0/+193 | |
This is copied from Martin Fenner's pandoc-jats project: https://github.com/mfenner/pandoc-jats |