summaryrefslogtreecommitdiffstats
path: root/default.jats
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
commitac3dc50580d7185d18dd4916782904fd733b3bfd (patch)
tree23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.jats
parente7d5d8957c77e125b8a1c7eb51356542633d0796 (diff)
downloadpandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz
pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip
Initial commit, 2.0.5
Diffstat (limited to 'default.jats')
-rw-r--r--default.jats203
1 files changed, 203 insertions, 0 deletions
diff --git a/default.jats b/default.jats
new file mode 100644
index 0000000..228a063
--- /dev/null
+++ b/default.jats
@@ -0,0 +1,203 @@
1<?xml version="1.0" encoding="utf-8" ?>
2$if(xml-stylesheet)$
3<?xml-stylesheet type="text/xsl" href="$xml-stylesheet$"?>
4$endif$
5<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.0 20120330//EN"
6 "JATS-journalpublishing1.dtd">
7$if(article.type)$
8<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.0" article-type="$article.type$">
9$else$
10<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.0" article-type="other">
11$endif$
12<front>
13<journal-meta>
14$if(journal.publisher-id)$
15<journal-id journal-id-type="publisher-id">$journal.publisher-id$</journal-id>
16$endif$
17$if(journal.nlm-ta)$
18<journal-id journal-id-type="nlm-ta">$journal.nlm-ta$</journal-id>
19$endif$
20$if(journal.pmc)$
21<journal-id journal-id-type="pmc">$journal.pmc$</journal-id>
22$endif$
23<journal-title-group>
24$if(journal.title)$
25<journal-title>$journal.title$</journal-title>
26$endif$
27$if(journal.abbrev-title)$
28<abbrev-journal-title>$journal.abbrev-title$</abbrev-journal-title>
29$endif$
30</journal-title-group>
31$if(journal.pissn)$
32<issn pub-type="ppub">$journal.pissn$</issn>
33$endif$
34$if(journal.eissn)$
35<issn pub-type="epub">$journal.eissn$</issn>
36$endif$
37<publisher>
38<publisher-name>$journal.publisher-name$</publisher-name>
39$if(journal.publisher-loc)$
40<publisher-loc>$journal.publisher-loc$</publisher-loc>
41$endif$
42</publisher>
43</journal-meta>
44<article-meta>
45$if(article.publisher-id)$
46<article-id pub-id-type="publisher-id">$article.publisher-id$</article-id>
47$endif$
48$if(article.doi)$
49<article-id pub-id-type="doi">$article.doi$</article-id>
50$endif$
51$if(article.pmid)$
52<article-id pub-id-type="pmid">$article.pmid$</article-id>
53$endif$
54$if(article.pmcid)$
55<article-id pub-id-type="pmcid">$article.pmcid$</article-id>
56$endif$
57$if(article.art-access-id)$
58<article-id pub-id-type="art-access-id">$article.art-access-id$</article-id>
59$endif$
60$if(article.heading)$
61<article-categories>
62<subj-group subj-group-type="heading">
63<subject>$article.heading$</subject>
64</subj-group>
65$if(article.categories)$
66<subj-group subj-group-type="categories">
67$for(article.categories)$
68<subject>$article.categories$</subject>
69$endfor$
70</subj-group>
71$endif$
72</article-categories>
73$endif$
74$if(title)$
75<title-group>
76<article-title>$title$</article-title>
77</title-group>
78$endif$
79$if(author)$
80<contrib-group>
81$for(author)$
82<contrib contrib-type="author">
83$if(author.orcid)$
84<contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
85$endif$
86<name>
87$if(author.surname)$
88<surname>$author.surname$</surname>
89<given-names>$author.given-names$</given-names>
90$else$
91<string-name>$author$</string-name>
92$endif$
93</name>
94$if(author.email)$
95<email>$author.email$</email>
96$endif$
97$if(author.aff-id)$
98<xref ref-type="aff" rid="aff-$contrib.aff-id$"/>
99$endif$
100$if(author.cor-id)$
101<xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref>
102$endif$
103</contrib>
104$endfor$
105</contrib-group>
106$endif$
107$if(article.author-notes)$
108<author-notes>
109$if(article.author-notes.corresp)$
110$for(article.author-notes.corresp)$
111<corresp id="cor-$article.author-notes.corresp.id$">* E-mail: <email>$article.author-notes.corresp.email$</email></corresp>
112$endfor$
113$endif$
114$if(article.author-notes.conflict)$
115<fn fn-type="conflict"><p>$article.author-notes.conflict$</p></fn>
116$endif$
117$if(article.author-notes.con)$
118<fn fn-type="con"><p>$article.author-notes.con$</p></fn>
119$endif$
120</author-notes>
121$endif$
122$if(date)$
123$if(date.iso-8601)$
124<pub-date pub-type="epub" iso-8601-date="$date.iso-8601$">
125$else$
126<pub-date pub-type="epub">
127$endif$
128$if(date.day)$
129<day>$pub-date.day$</day>
130$endif$
131$if(date.month)$
132<month>$pub-date.month$</month>
133$endif$
134$if(date.year)$
135<year>$pub-date.year$</year>
136$else$
137<string-date>$date$</string-date>
138$endif$
139</pub-date>
140$endif$
141$if(article.volume)$
142<volume>$article.volume$</volume>
143$endif$
144$if(article.issue)$
145<issue>$article.issue$</issue>
146$endif$
147$if(article.fpage)$
148<fpage>$article.fpage$</fpage>
149$endif$
150$if(article.lpage)$
151<lpage>$article.lpage$</lpage>
152$endif$
153$if(article.elocation-id)$
154<elocation-id>$article.elocation-id$</elocation-id>
155$endif$
156$if(history)$
157<history>
158</history>
159$endif$
160$if(copyright)$
161<permissions>
162$if(copyright.statement)$
163<copyright-statement>$copyright.statement$</copyright-statement>
164$endif$
165$if(copyright.year)$
166<copyright-year>$copyright.year$</copyright-year>
167$endif$
168$if(copyright.holder)$
169<copyright-holder>$copyright.holder$</copyright-holder>
170$endif$
171$if(copyright.text)$
172<license license-type="$copyright.type$" xlink:href="$copyright.link$">
173<license-p>$copyright.text$</license-p>
174</license>
175</permissions>
176$endif$
177$endif$
178$if(tags)$
179<kwd-group kwd-group-type="author">
180$for(tags)$
181<kwd>$tags$</kwd>
182$endfor$
183</kwd-group>
184$endif$
185$if(article.funding-statement)$
186<funding-group>
187<funding-statement>$article.funding-statement$</funding-statement>
188</funding-group>
189$endif$
190</article-meta>
191$if(notes)$
192<notes>$notes$</notes>
193$endif$
194</front>
195<body>
196$body$
197</body>
198<back>
199$if(back)$
200$back$
201$endif$
202</back>
203</article>