ORCID

All authors are strongly encouraged to have an ORCID (Open Researcher and Contributor ID) for accurate and unique author identification. If you do not have one, please consider registering for an ORCID and providing it during the submission process.

MyST Example

Add an ORCID for each author, it will be validated before publication.

1
2
3
4
5
6
7
---
authors:
  - name: Your Author Name
    orcid: 0000-0000-0000-0000
  - name: Second Author
    orcid: 0000-0000-0000-0000
---

See MyST documentation.

Quarto Example

Add an ORCID for each author, it will be validated before publication.

1
2
3
4
5
6
7
---
author:
  - name: Your Author Name
    orcid: 0000-0000-0000-0000
  - name: Second Author
    orcid: 0000-0000-0000-0000
---

See Quarto documentation.