123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?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">
- <article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="research-article">
- <front>
- <article-meta>
- $if(title)$
- <title-group>
- <article-title>$title$</article-title>
- </title-group>
- $endif$
- $if(author)$
- <contrib-group>
- $for(author)$
- <contrib contrib-type="author" corresp="$if(author.correspondence)$yes$else$no$endif$">
- $if(author.orcid)$
- <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
- $endif$
- <name-alternatives>
- <string-name>$author.name$</string-name>
- </name-alternatives>
- $for(author.institute)$
- <aff>
- $author.institute.name$
- $if(author.institute.phone)$
- <phone>$author.institute.phone$</phone>
- $endif$
- </aff>
- $endfor$
- $if(author.email)$
- <email>$author.email$</email>
- $endif$
- </contrib>
- $endfor$
- </contrib-group>
- $endif$
- $if(date)$
- <pub-date pub-type="epub"$if(date.iso-8601)$ iso-8601-date="$date.iso-8601$"$endif$>
- $if(date.day)$
- <day>$date.day$</day>
- $endif$
- $if(date.month)$
- <month>$date.month$</month>
- $endif$
- <year>$date.year$</year>
- </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$
- $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>
- </permissions>
- $endif$
- $endif$
- $if(abstract)$
- <abstract>
- $abstract$
- </abstract>
- $endif$
- $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>
- <body>
- $body$
- </body>
- <back>
- $if(back)$
- $back$
- $endif$
- </back>
- </article>
|