pandoc-scholar.jats 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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) Article Authoring DTD v1.2 20190208//EN"
  6. "JATS-articleauthoring1.dtd">
  7. <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">
  8. <front>
  9. <article-meta>
  10. $if(title)$
  11. <title-group>
  12. <article-title>$title$</article-title>
  13. </title-group>
  14. $endif$
  15. $if(author)$
  16. <contrib-group>
  17. $for(author)$
  18. <contrib contrib-type="author" corresp="$if(author.correspondence)$yes$else$no$endif$">
  19. $if(author.orcid)$
  20. <contrib-id contrib-id-type="orcid">$author.orcid$</contrib-id>
  21. $endif$
  22. <name-alternatives>
  23. <string-name>$author.name$</string-name>
  24. </name-alternatives>
  25. $for(author.institute)$
  26. <aff>
  27. $author.institute.name$
  28. $if(author.institute.phone)$
  29. <phone>$author.institute.phone$</phone>
  30. $endif$
  31. </aff>
  32. $endfor$
  33. $if(author.email)$
  34. <email>$author.email$</email>
  35. $endif$
  36. </contrib>
  37. $endfor$
  38. </contrib-group>
  39. $endif$
  40. $if(date)$
  41. <pub-date pub-type="epub"$if(date.iso-8601)$ iso-8601-date="$date.iso-8601$"$endif$>
  42. $if(date.day)$
  43. <day>$date.day$</day>
  44. $endif$
  45. $if(date.month)$
  46. <month>$date.month$</month>
  47. $endif$
  48. <year>$date.year$</year>
  49. </pub-date>
  50. $endif$
  51. $if(article.volume)$
  52. <volume>$article.volume$</volume>
  53. $endif$
  54. $if(article.issue)$
  55. <issue>$article.issue$</issue>
  56. $endif$
  57. $if(article.fpage)$
  58. <fpage>$article.fpage$</fpage>
  59. $endif$
  60. $if(article.lpage)$
  61. <lpage>$article.lpage$</lpage>
  62. $endif$
  63. $if(article.elocation-id)$
  64. <elocation-id>$article.elocation-id$</elocation-id>
  65. $endif$
  66. $if(history)$
  67. <history>
  68. </history>
  69. $endif$
  70. $if(copyright)$
  71. <permissions>
  72. $if(copyright.statement)$
  73. <copyright-statement>$copyright.statement$</copyright-statement>
  74. $endif$
  75. $if(copyright.year)$
  76. <copyright-year>$copyright.year$</copyright-year>
  77. $endif$
  78. $if(copyright.holder)$
  79. <copyright-holder>$copyright.holder$</copyright-holder>
  80. $endif$
  81. $if(copyright.text)$
  82. <license license-type="$copyright.type$" xlink:href="$copyright.link$">
  83. <license-p>$copyright.text$</license-p>
  84. </license>
  85. </permissions>
  86. $endif$
  87. $endif$
  88. $if(abstract)$
  89. <abstract>
  90. $abstract$
  91. </abstract>
  92. $endif$
  93. $if(tags)$
  94. <kwd-group kwd-group-type="author">
  95. $for(tags)$
  96. <kwd>$tags$</kwd>
  97. $endfor$
  98. </kwd-group>
  99. $endif$
  100. $if(article.funding-statement)$
  101. <funding-group>
  102. <funding-statement>$article.funding-statement$</funding-statement>
  103. </funding-group>
  104. $endif$
  105. </article-meta>
  106. $if(notes)$
  107. <notes>$notes$</notes>
  108. $endif$
  109. </front>
  110. <body>
  111. $body$
  112. </body>
  113. <back>
  114. $if(back)$
  115. $back$
  116. $endif$
  117. </back>
  118. </article>