Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Sep 2, 2024
1 parent 27734ef commit 381a95a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,29 @@ authors:
<!-- given-names: 瀧 -->
<!-- surname: 立花 -->

## Affiliations

Each affiliation requires an `index` and `name`.

Optionally, the Research Organization Registry (ROR) identifier for the top-level
organization can be annotated with the `ror` key. Note that ROR does not include
departments in its [scope](https://ror.org/registry/#scope-and-criteria-for-inclusion),
so ROR annotations are typically made to the top-level organization.

```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
```

## Internal references

Expand Down

0 comments on commit 381a95a

Please sign in to comment.