Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleEmail of the chapter author
collapsetrue
<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>

...

Code Block
languagexml
titleEmail address of the author of an articlecollapsetrue
<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>

...