-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|