Corresponding Author

Include an email for at least one author. Feel free to also include other details of the corresponding author(s), including their affiliation, and other contact information (phone, fax, etc) if available.

MyST Example

Add an email to the author that you wish to be corresponding. If there is more than one author with an email, you may mark that author specifically as corresponding.

1
2
3
4
5
6
---
authors:
  - name: Your Author Name
    email: author@university.edu
    corresponding: true
---

See MyST documentation.

Quarto Example

Add an email to the author that you wish to be corresponding. If there is more than one author with an email, you may mark that author specifically as corresponding.

1
2
3
4
5
6
---
author:
  - name: Your Author Name
    email: author@university.edu
    corresponding: true
---

See Quarto documentation.