summaryrefslogtreecommitdiffstats
path: root/article.jats_publishing
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 14:30:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 14:30:12 -0800
commitb5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee (patch)
treeed77da2cf6fd1fe6205af13efed353032cf3d29c /article.jats_publishing
parentf11a6ef3c04e0f7b95179ca768c07aa9657ac196 (diff)
downloadpandoc-templates-b5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee.tar.gz
pandoc-templates-b5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee.zip
Updated templates for pandoc 2.11.1
Diffstat (limited to 'article.jats_publishing')
-rw-r--r--article.jats_publishing13
1 files changed, 13 insertions, 0 deletions
diff --git a/article.jats_publishing b/article.jats_publishing
index ce184c0..b64425f 100644
--- a/article.jats_publishing
+++ b/article.jats_publishing
@@ -14,6 +14,13 @@ $endif$
14$if(journal.pmc)$ 14$if(journal.pmc)$
15<journal-id journal-id-type="pmc">$journal.pmc$</journal-id> 15<journal-id journal-id-type="pmc">$journal.pmc$</journal-id>
16$endif$ 16$endif$
17$-- Fallback: an empty journal-id in case none is available.
18$if(journal.publisher-id)$
19$elseif(journal.nlm-ta)$
20$elseif(journal.pmc)$
21$else$
22<journal-id></journal-id>
23$endif$
17<journal-title-group> 24<journal-title-group>
18$if(journal.title)$ 25$if(journal.title)$
19<journal-title>$journal.title$</journal-title> 26<journal-title>$journal.title$</journal-title>
@@ -28,6 +35,12 @@ $endif$
28$if(journal.eissn)$ 35$if(journal.eissn)$
29<issn pub-type="epub">$journal.eissn$</issn> 36<issn pub-type="epub">$journal.eissn$</issn>
30$endif$ 37$endif$
38$-- At least one issn element is required; use empty issn as fallback
39$if(journal.pissn)$
40$elseif(journal.eissn)$
41$else$
42<issn></issn>
43$endif$
31<publisher> 44<publisher>
32<publisher-name>$journal.publisher-name$</publisher-name> 45<publisher-name>$journal.publisher-name$</publisher-name>
33$if(journal.publisher-loc)$ 46$if(journal.publisher-loc)$