2017-03-28 09:36:07 +02:00
|
|
|
$if(article.type)$
|
2019-12-31 07:18:55 +01:00
|
|
|
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="$article.type$">
|
2017-03-28 09:36:07 +02:00
|
|
|
$else$
|
2019-12-31 07:18:55 +01:00
|
|
|
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="other">
|
2017-03-28 09:36:07 +02:00
|
|
|
$endif$
|
|
|
|
<front>
|
|
|
|
<journal-meta>
|
|
|
|
$if(journal.publisher-id)$
|
|
|
|
<journal-id journal-id-type="publisher-id">$journal.publisher-id$</journal-id>
|
|
|
|
$endif$
|
|
|
|
$if(journal.nlm-ta)$
|
|
|
|
<journal-id journal-id-type="nlm-ta">$journal.nlm-ta$</journal-id>
|
|
|
|
$endif$
|
|
|
|
$if(journal.pmc)$
|
|
|
|
<journal-id journal-id-type="pmc">$journal.pmc$</journal-id>
|
|
|
|
$endif$
|
2020-10-30 23:10:15 +01:00
|
|
|
$-- Fallback: an empty journal-id in case none is available.
|
|
|
|
$if(journal.publisher-id)$
|
|
|
|
$elseif(journal.nlm-ta)$
|
|
|
|
$elseif(journal.pmc)$
|
|
|
|
$else$
|
|
|
|
<journal-id></journal-id>
|
|
|
|
$endif$
|
2017-03-28 09:36:07 +02:00
|
|
|
<journal-title-group>
|
|
|
|
$if(journal.title)$
|
|
|
|
<journal-title>$journal.title$</journal-title>
|
|
|
|
$endif$
|
|
|
|
$if(journal.abbrev-title)$
|
|
|
|
<abbrev-journal-title>$journal.abbrev-title$</abbrev-journal-title>
|
|
|
|
$endif$
|
|
|
|
</journal-title-group>
|
|
|
|
$if(journal.pissn)$
|
2021-02-15 13:15:14 +01:00
|
|
|
<issn publication-format="print">$journal.pissn$</issn>
|
2017-03-28 09:36:07 +02:00
|
|
|
$endif$
|
|
|
|
$if(journal.eissn)$
|
2021-02-15 13:15:14 +01:00
|
|
|
<issn publication-format="electronic">$journal.eissn$</issn>
|
2017-03-28 09:36:07 +02:00
|
|
|
$endif$
|
2020-10-30 23:10:15 +01:00
|
|
|
$-- At least one issn element is required; use empty issn as fallback
|
|
|
|
$if(journal.pissn)$
|
|
|
|
$elseif(journal.eissn)$
|
|
|
|
$else$
|
|
|
|
<issn></issn>
|
|
|
|
$endif$
|
2017-03-28 09:36:07 +02:00
|
|
|
<publisher>
|
|
|
|
<publisher-name>$journal.publisher-name$</publisher-name>
|
|
|
|
$if(journal.publisher-loc)$
|
|
|
|
<publisher-loc>$journal.publisher-loc$</publisher-loc>
|
|
|
|
$endif$
|
|
|
|
</publisher>
|
|
|
|
</journal-meta>
|
|
|
|
<article-meta>
|
|
|
|
$if(article.publisher-id)$
|
|
|
|
<article-id pub-id-type="publisher-id">$article.publisher-id$</article-id>
|
|
|
|
$endif$
|
|
|
|
$if(article.doi)$
|
|
|
|
<article-id pub-id-type="doi">$article.doi$</article-id>
|
|
|
|
$endif$
|
|
|
|
$if(article.pmid)$
|
|
|
|
<article-id pub-id-type="pmid">$article.pmid$</article-id>
|
|
|
|
$endif$
|
|
|
|
$if(article.pmcid)$
|
|
|
|
<article-id pub-id-type="pmcid">$article.pmcid$</article-id>
|
|
|
|
$endif$
|
|
|
|
$if(article.art-access-id)$
|
|
|
|
<article-id pub-id-type="art-access-id">$article.art-access-id$</article-id>
|
|
|
|
$endif$
|
|
|
|
$if(article.heading)$
|
|
|
|
<article-categories>
|
|
|
|
<subj-group subj-group-type="heading">
|
|
|
|
<subject>$article.heading$</subject>
|
|
|
|
</subj-group>
|
|
|
|
$if(article.categories)$
|
|
|
|
<subj-group subj-group-type="categories">
|
|
|
|
$for(article.categories)$
|
|
|
|
<subject>$article.categories$</subject>
|
|
|
|
$endfor$
|
|
|
|
</subj-group>
|
|
|
|
$endif$
|
|
|
|
</article-categories>
|
|
|
|
$endif$
|
|
|
|
$if(title)$
|
|
|
|
<title-group>
|
|
|
|
<article-title>$title$</article-title>
|
2021-12-22 22:51:53 +01:00
|
|
|
$if(subtitle)$
|
|
|
|
<subtitle>${subtitle}</subtitle>
|
|
|
|
$endif$
|
2017-03-28 09:36:07 +02:00
|
|
|
</title-group>
|
|
|
|
$endif$
|
|
|
|
$if(author)$
|
|
|
|
<contrib-group>
|
|
|
|
$for(author)$
|
2021-11-11 09:38:07 +01:00
|
|
|
<contrib contrib-type="author"$if(author.equal-contrib)$ equal-contrib="yes"$endif$>
|
2017-03-28 09:36:07 +02:00
|
|
|
$if(author.orcid)$
|
|
|
|
<contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
|
|
|
|
$endif$
|
|
|
|
$if(author.surname)$
|
2019-06-12 01:16:05 +02:00
|
|
|
<name>
|
2022-05-01 13:01:30 +02:00
|
|
|
<surname>$if(author.non-dropping-particle)$${author.non-dropping-particle} $endif$$author.surname$</surname>
|
|
|
|
<given-names>$author.given-names$$if(author.dropping-particle)$ ${author.dropping-particle}$endif$</given-names>
|
|
|
|
$if(author.prefix)$
|
|
|
|
<prefix>${author.suffix}</prefix>
|
|
|
|
$endif$
|
|
|
|
$if(author.suffix)$
|
|
|
|
<suffix>${author.suffix}</suffix>
|
|
|
|
$endif$
|
2019-06-12 01:16:05 +02:00
|
|
|
</name>
|
2021-01-29 09:42:25 +01:00
|
|
|
$elseif(author.name)$
|
|
|
|
<string-name>$author.name$</string-name>
|
2017-03-28 09:36:07 +02:00
|
|
|
$else$
|
|
|
|
<string-name>$author$</string-name>
|
|
|
|
$endif$
|
|
|
|
$if(author.email)$
|
|
|
|
<email>$author.email$</email>
|
|
|
|
$endif$
|
2021-12-23 08:45:39 +01:00
|
|
|
$-- if affiliations are listed separately, then create links. Otherwise
|
|
|
|
$-- include them here.
|
|
|
|
$if(affiliation)$
|
2020-11-20 18:57:06 +01:00
|
|
|
$for(author.affiliation)$
|
|
|
|
<xref ref-type="aff" rid="aff-$author.affiliation$"/>
|
|
|
|
$endfor$
|
2021-12-23 08:45:39 +01:00
|
|
|
$else$
|
|
|
|
$for(author.affiliation)$
|
|
|
|
${ it:affiliations.jats() }
|
|
|
|
$endfor$
|
|
|
|
$endif$
|
2017-03-28 09:36:07 +02:00
|
|
|
$if(author.cor-id)$
|
|
|
|
<xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref>
|
|
|
|
$endif$
|
|
|
|
</contrib>
|
|
|
|
$endfor$
|
2021-12-23 08:45:39 +01:00
|
|
|
$for(affiliation)$
|
|
|
|
${ it:affiliations.jats() }
|
|
|
|
$endfor$
|
2017-03-28 09:36:07 +02:00
|
|
|
</contrib-group>
|
|
|
|
$endif$
|
|
|
|
$if(article.author-notes)$
|
|
|
|
<author-notes>
|
|
|
|
$if(article.author-notes.corresp)$
|
|
|
|
$for(article.author-notes.corresp)$
|
|
|
|
<corresp id="cor-$article.author-notes.corresp.id$">* E-mail: <email>$article.author-notes.corresp.email$</email></corresp>
|
|
|
|
$endfor$
|
|
|
|
$endif$
|
|
|
|
$if(article.author-notes.conflict)$
|
|
|
|
<fn fn-type="conflict"><p>$article.author-notes.conflict$</p></fn>
|
|
|
|
$endif$
|
|
|
|
$if(article.author-notes.con)$
|
|
|
|
<fn fn-type="con"><p>$article.author-notes.con$</p></fn>
|
|
|
|
$endif$
|
|
|
|
</author-notes>
|
|
|
|
$endif$
|
|
|
|
$if(date)$
|
2021-02-15 13:15:14 +01:00
|
|
|
<pub-date date-type="$if(date.type)$$date.type$$else$pub$endif$" publication-format="electronic"$if(date.iso-8601)$ iso-8601-date="$date.iso-8601$"$endif$>
|
2017-03-28 09:36:07 +02:00
|
|
|
$if(date.day)$
|
2019-06-12 02:01:36 +02:00
|
|
|
<day>$date.day$</day>
|
2017-03-28 09:36:07 +02:00
|
|
|
$endif$
|
|
|
|
$if(date.month)$
|
2019-06-12 02:01:36 +02:00
|
|
|
<month>$date.month$</month>
|
2017-03-28 09:36:07 +02:00
|
|
|
$endif$
|
2019-06-12 02:01:36 +02:00
|
|
|
<year>$date.year$</year>
|
2017-03-28 09:36:07 +02:00
|
|
|
</pub-date>
|
|
|
|
$endif$
|
|
|
|
$if(article.volume)$
|
|
|
|
<volume>$article.volume$</volume>
|
|
|
|
$endif$
|
|
|
|
$if(article.issue)$
|
|
|
|
<issue>$article.issue$</issue>
|
|
|
|
$endif$
|
|
|
|
$if(article.fpage)$
|
|
|
|
<fpage>$article.fpage$</fpage>
|
|
|
|
$endif$
|
|
|
|
$if(article.lpage)$
|
|
|
|
<lpage>$article.lpage$</lpage>
|
|
|
|
$endif$
|
|
|
|
$if(article.elocation-id)$
|
|
|
|
<elocation-id>$article.elocation-id$</elocation-id>
|
|
|
|
$endif$
|
|
|
|
$if(history)$
|
|
|
|
<history>
|
|
|
|
</history>
|
|
|
|
$endif$
|
|
|
|
<permissions>
|
2022-03-31 21:42:45 +02:00
|
|
|
$for(copyright.statement)$
|
2017-03-28 09:36:07 +02:00
|
|
|
<copyright-statement>$copyright.statement$</copyright-statement>
|
2022-03-31 21:42:45 +02:00
|
|
|
$endfor$
|
|
|
|
$for(copyright.year)$
|
2017-03-28 09:36:07 +02:00
|
|
|
<copyright-year>$copyright.year$</copyright-year>
|
2022-03-31 21:42:45 +02:00
|
|
|
$endfor$
|
|
|
|
$for(copyright.holder)$
|
2017-03-28 09:36:07 +02:00
|
|
|
<copyright-holder>$copyright.holder$</copyright-holder>
|
2022-03-31 21:42:45 +02:00
|
|
|
$endfor$
|
2017-03-28 09:36:07 +02:00
|
|
|
$if(copyright.text)$
|
|
|
|
<license license-type="$copyright.type$" xlink:href="$copyright.link$">
|
|
|
|
<license-p>$copyright.text$</license-p>
|
|
|
|
</license>
|
|
|
|
$endif$
|
2022-04-04 10:02:07 +02:00
|
|
|
$for(license)$
|
|
|
|
<license$if(it.type)$ license-type="${it.type}"$endif$$if(it.link)$ xlink:href="${it.link}"$endif$>
|
|
|
|
<license-p>$if(it.text)$${it.text}$else$${it}$endif$</license-p>
|
|
|
|
</license>
|
|
|
|
$endfor$
|
2020-02-13 05:36:02 +01:00
|
|
|
</permissions>
|
2019-06-20 15:44:48 +02:00
|
|
|
$if(abstract)$
|
|
|
|
<abstract>
|
|
|
|
$abstract$
|
|
|
|
</abstract>
|
|
|
|
$endif$
|
2017-03-28 09:36:07 +02:00
|
|
|
$if(tags)$
|
|
|
|
<kwd-group kwd-group-type="author">
|
|
|
|
$for(tags)$
|
|
|
|
<kwd>$tags$</kwd>
|
|
|
|
$endfor$
|
|
|
|
</kwd-group>
|
|
|
|
$endif$
|
|
|
|
$if(article.funding-statement)$
|
|
|
|
<funding-group>
|
|
|
|
<funding-statement>$article.funding-statement$</funding-statement>
|
|
|
|
</funding-group>
|
|
|
|
$endif$
|
|
|
|
</article-meta>
|
|
|
|
$if(notes)$
|
|
|
|
<notes>$notes$</notes>
|
|
|
|
$endif$
|
|
|
|
</front>
|
2017-03-31 11:07:09 +02:00
|
|
|
<body>
|
2017-03-28 09:36:07 +02:00
|
|
|
$body$
|
2017-03-31 11:07:09 +02:00
|
|
|
</body>
|
|
|
|
<back>
|
2017-03-31 15:15:34 +02:00
|
|
|
$if(back)$
|
2017-03-31 11:07:09 +02:00
|
|
|
$back$
|
|
|
|
$endif$
|
2017-03-31 15:15:34 +02:00
|
|
|
</back>
|
2017-03-28 09:36:07 +02:00
|
|
|
</article>
|
2021-11-11 09:44:49 +01:00
|
|
|
|