2020-02-13 05:36:02 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
$if(xml-stylesheet)$
|
|
|
|
<?xml-stylesheet type="text/xsl" href="$xml-stylesheet$"?>
|
|
|
|
$endif$
|
|
|
|
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Article Authoring DTD v1.2 20190208//EN"
|
|
|
|
"JATS-articleauthoring1.dtd">
|
|
|
|
$if(article.type)$
|
|
|
|
<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$">
|
|
|
|
$else$
|
|
|
|
<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">
|
|
|
|
$endif$
|
|
|
|
<front>
|
|
|
|
<article-meta>
|
|
|
|
$if(title)$
|
|
|
|
<title-group>
|
|
|
|
<article-title>$title$</article-title>
|
|
|
|
</title-group>
|
|
|
|
$endif$
|
|
|
|
$if(author)$
|
|
|
|
<contrib-group>
|
|
|
|
$for(author)$
|
2021-03-11 08:39:09 +01:00
|
|
|
<contrib contrib-type="author"$if(author.equal-contrib)$ equal-contrib="true"$endif$>
|
2020-02-13 05:36:02 +01:00
|
|
|
$if(author.orcid)$
|
|
|
|
<contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
|
|
|
|
$endif$
|
|
|
|
$if(author.surname)$
|
|
|
|
<name>
|
|
|
|
<surname>$author.surname$</surname>
|
|
|
|
<given-names>$author.given-names$</given-names>
|
|
|
|
</name>
|
2021-01-29 09:42:25 +01:00
|
|
|
$elseif(author.name)$
|
|
|
|
<string-name>$author.name$</string-name>
|
2020-02-13 05:36:02 +01:00
|
|
|
$else$
|
|
|
|
<string-name>$author$</string-name>
|
|
|
|
$endif$
|
|
|
|
$if(author.email)$
|
|
|
|
<email>$author.email$</email>
|
|
|
|
$endif$
|
2020-11-20 18:57:06 +01:00
|
|
|
$for(author.affiliation)$
|
|
|
|
<xref ref-type="aff" rid="aff-$author.affiliation$"/>
|
|
|
|
$endfor$
|
2020-02-13 05:36:02 +01:00
|
|
|
$if(author.cor-id)$
|
|
|
|
<xref ref-type="corresp" rid="cor-$author.cor-id$"><sup>*</sup></xref>
|
|
|
|
$endif$
|
|
|
|
</contrib>
|
|
|
|
$endfor$
|
2020-11-20 18:57:06 +01:00
|
|
|
${ affiliations.jats() }
|
2020-02-13 05:36:02 +01:00
|
|
|
</contrib-group>
|
|
|
|
$endif$
|
|
|
|
$if(copyright)$
|
|
|
|
<permissions>
|
|
|
|
$if(copyright.statement)$
|
|
|
|
<copyright-statement>$copyright.statement$</copyright-statement>
|
|
|
|
$endif$
|
|
|
|
$if(copyright.year)$
|
|
|
|
<copyright-year>$copyright.year$</copyright-year>
|
|
|
|
$endif$
|
|
|
|
$if(copyright.holder)$
|
|
|
|
<copyright-holder>$copyright.holder$</copyright-holder>
|
|
|
|
$endif$
|
|
|
|
$if(copyright.text)$
|
|
|
|
<license license-type="$copyright.type$" xlink:href="$copyright.link$">
|
|
|
|
<license-p>$copyright.text$</license-p>
|
|
|
|
</license>
|
|
|
|
$endif$
|
|
|
|
</permissions>
|
|
|
|
$endif$
|
|
|
|
<abstract>
|
|
|
|
$abstract$
|
|
|
|
</abstract>
|
|
|
|
$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>
|
|
|
|
</front>
|
|
|
|
<body>
|
|
|
|
$body$
|
|
|
|
</body>
|
|
|
|
<back>
|
|
|
|
$if(back)$
|
|
|
|
$back$
|
|
|
|
$endif$
|
|
|
|
</back>
|
|
|
|
</article>
|