Skip to content

Commit

Permalink
Update expected JATS output
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Sep 4, 2024
1 parent 4f7062f commit e75db3f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions test/expected-pub/paper.jats/paper.jats
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ publishing pipeline</article-title>
<email>[email protected]</email>
<xref ref-type="aff" rid="aff-1"/>
<xref ref-type="aff" rid="aff-2"/>
<xref ref-type="aff" rid="aff-4"/>
<xref ref-type="corresp" rid="cor-1"><sup>*</sup></xref>
</contrib>
<contrib contrib-type="author" equal-contrib="yes">
Expand Down Expand Up @@ -65,6 +66,12 @@ publishing pipeline</article-title>
<institution>GitHub</institution>
</institution-wrap>
</aff>
<aff id="aff-4">
<institution-wrap>
<institution>Technische Universitaet Hamburg</institution>
<institution-id institution-id-type="ROR">04bs1pb34</institution-id>
</institution-wrap>
</aff>
</contrib-group>
<author-notes>
<corresp id="cor-1">* E-mail: <email>[email protected]</email></corresp>
Expand Down Expand Up @@ -513,6 +520,30 @@ Software should use an OSI-approved license.
<p> </p>
</sec>
</sec>
<sec id="affiliations">
<title>Affiliations</title>
<p>Each affiliation requires an <monospace>index</monospace> and
<monospace>name</monospace>.</p>
<p>Optionally, the Research Organization Registry (ROR) identifier
for the top-level organization can be annotated with the
<monospace>ror</monospace> key. Note that ROR does not include
departments in its
<ext-link ext-link-type="uri" xlink:href="https://ror.org/registry/#scope-and-criteria-for-inclusion">scope</ext-link>,
so ROR annotations are typically made to the top-level
organization.</p>
<code language="yaml">authors:
- name: Albert Krewinkel
affiliation: [ 1, 2, 3 ]

affiliations:
- index: 1
name: Open Journals
- index: 2
name: Pandoc Development Team
- index: 3
name: Technische Universitaet Hamburg
ror: 04bs1pb34</code>
</sec>
</sec>
<sec id="internal-references">
<title>Internal references</title>
Expand Down

0 comments on commit e75db3f

Please sign in to comment.