The brill.com platform provides access to authors and editors to their publications. Requirement for this option is an email address in the XML of the book, chapter or article. After loading the content to brill.com an automated email is sent to this email address with a token to arrange access. Hereafter samples are given of the addition of the email address to the <contrib>-information of a monograph, a chapter in an edited volume and an article in a journal issue.
email address of the author of a monograph
email addresses in edited volumes
in case of an edited volume, email address should be added both to the editors as well as the authors of the difference chapters.
<book-part book-part-type="chapter" seq="1" id="BP000012">
<book-part-meta>
<book-part-id book-part-id-type="doi">10.1163/9789004464865_002</book-part-id>
<title-group>
<label>Chapter 1</label>
<title>title of the chapter</title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname>Havekes</surname>
<given-names>Frans</given-names>
</name>
<email xlink:href="mailto:frans.havekes@brill.com">frans.havekes@brill.com</email>
</contrib>
</contrib-group>
<fpage specific-use="PDF" seq="1">1</fpage>
<lpage>13</lpage>
<self-uri content-type="PDF" xlink:href="9789004464865_webready_content_s002.pdf"/>
<counts>
<book-page-count count="13"/>
</counts>
</book-part-meta>
email address of the author of an article
the next example shows the email addresses in the <contrib>-information in the XML of an article written by two authors.
<contrib-group>
<contrib contrib-type="author">
<name name-style="western">
<surname>De Vito</surname>
<given-names>Christian G.</given-names>
</name>
<email xlink:href="mailto:cdevito@uni-bonn.de">cdevito@uni-bonn.de</email>
<xref ref-type="aff" rid="AFF000001"/>
</contrib>
<contrib contrib-type="author">
<contrib-id contrib-id-type="orcid" authenticated="true">https://orcid.org/0000-0002-6278-0415</contrib-id>
<name name-style="western">
<surname>Müller</surname>
<given-names>Viola Franziska</given-names>
</name>
<email xlink:href="mailto:viola.mueller@uni-bonn.de">viola.mueller@uni-bonn.de</email>
<xref ref-type="aff" rid="AFF000001"/>
</contrib>
<aff id="AFF000001">
<institution-wrap>
<institution>University of Bonn</institution>
</institution-wrap>
<country>Germany</country>
<addr-line content-type="city">Bonn</addr-line>
</aff>
</contrib-group>