Emails

Capture contributor emails in an <email> element as a child of the relevant <contrib> element.

If the journal style requires the name of the author to be specified alongside the email in the PDF then include a @content-type attribute in the <email> element with the value name-specified.

Example

<contrib contrib-type="author" corresp="yes">
  <contrib-id authenticated="true" contrib-id-type="orcid">0000-0001-2345-6789</contrib-id>
  <name name-style="western">
    <surname>John</surname>
    <given-names>Henslow</given-names>
  </name>
  <xref ref-type="aff" rid="affiliation01">1</xref>
  <xref ref-type="fn" rid="njpacd8e4afn1">*</xref>
  <email>example@gmail.com</email>
</contrib>

Name Specified Example

<email content-type="name-specified">kevin@mcallister.com</email>