Page tree

Versions Compared

Key

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

...

contrib-type

corresp

deceased

equal-contrib
elementattribute(s)requireddescription
  • <book-meta>

YES
    • <book-id>
book-id-typeYES@book-id-type="doi". Value of the DOI is specified by the Brill Production Editor. In general, the EISBN is used  in combination with the imprint identifier.
    • <book-title-group>

YESNote that only one <subtitle>-element is allowed (due to CrossRef limitations to register the DOI). See Multiple subtitle lines for how to handle in case of more subtitles.
      • <book-title>

YES
      • <subtitle>

NO
      • <trans-title-group>
xml:langNO

In case of a translated title, a <trans-title-goup> is added for each translation of the main title and - if applicable - subtitle within the <book-title-group> element. The @xml:lang must be added to specify the language of the translation. Supported values are ISO 639-2 (B). See the example below.
        • <trans-title>

        • <trans-subtitle>

      • <alt-title> 
alt-title-typeNOAn alternative or different version of the title of the book used for sorting. @alt-title-type="sort-title". See the example below.
    • <contrib-group>

NOGrouping of one or more contributors and information about those contributors. All types of contributors are grouped in one <contrib-group>. Note that at most one <contrib-group> is allowed in <book-meta>.
        • <collab>

NOA group of authors, but referred to only as a group, for example a consortium or an institute, like the UN. If <collab> is used, <name> is not required.
        • <name>

name-style

xml:lang

YES

NO

The name of the contributor is specified with a combination of  the elements <surname>, <given-names>, <prefix> and <suffix>. 

@name-style has the values

  • "eastern" (The name will both be displayed and sorted/inverted with the family name preceding the given name),
  • "western" (Default, the name will be displayed with the given name preceding the family name, but will be sorted/inverted with the family name preceding the given name),
  • "given-only": The single name provided is a given name, not a family name/surname. The single name will be both the sort and the display name. If an author has only a single name, name-style="eastern" and tag the single name with <surname>.
        • <name-alternatives>

NOIn case of an alternative name or names in a different language or script, a <name-alternatives>-group can be included, containing again <name>-element(s) (see above) and/or <string-name>-element(s) for each alternative name. In such a case, the @xml:lang is added to specify the language of the alternative name.`Supported values are ISO 639-2 (B). See the example below.
        • <contrib-id>

contrib-id-type

authenticated

NO

NO

<contrib-id> is only required in case an ORCID-number is available: @contrib-id-type="orcid". Use @authenticated="true" in case the ORCID number is indeed authenticated. Editorial Manager does this by default. Note that the complete URL should be specified, for example: https://orcid.org/0000-0002-1825-0097.
        • <xref>

ref-type

ird


A cross-reference for each contributor to an affiliation, specified in the next section, @ref-type="aff". Default format of the @rid is "AFFnnnnnn": AFF + a 6-digit sequential numbering, starting with "000001"

      • <contrib>


Code Block
languagexml
titleBook Metadata example
<book-meta>
	<book-id book-id-type="doi">10.1163/9789004387058</book-id>
	<book-title-group>
		<book-title>The Book in Mamluk Egypt and Syria (1250–1517)</book-title>
		<subtitle>Scribes, Libraries and Market</subtitle>
	</book-title-group>
	<contrib-group>
		<contrib contrib-type="author">
			<name name-style="western">
				<surname>Behrens-Abouseif</surname>
				<given-names>Doris</given-names>
			</name>
		</contrib>
	</contrib-group>
	<pub-date publication-format="online">
		<day>27</day>
		<month>9</month>
		<year>2018</year>
	</pub-date>
	<isbn publication-format="print">9789004387003</isbn>
	<isbn publication-format="online">9789004387058</isbn>
	<publisher>
		<publisher-name>Brill</publisher-name>
		<publisher-loc>Leiden | Boston</publisher-loc>
	</publisher>
	<permissions>
		<copyright-statement>Copyright 2019 by Koninklijke Brill NV, Leiden, The Netherlands.</copyright-statement>
		<copyright-year>2019</copyright-year>
		<copyright-holder>Koninklijke Brill NV, Leiden, The Netherlands</copyright-holder>
		<license license-type="ccc">
			<license-p>This work is published by Koninklijke Brill NV. Koninklijke Brill NV incorporates the imprints Brill, Brill Hes & De Graaf, Brill Nijhoff, Brill Rodopi, Brill Sense and Hotei Publishing. Koninklijke Brill NV reserves the right to protect the publication against unauthorized use and to authorize dissemination by means of offprints, legitimate photocopies, microform editions, reprints, translations, and secondary information sources, such as abstracting and indexing services including databases. Requests for commercial re-use, use of parts of the publication, and/or translations must be addressed to Koninklijke Brill NV.</license-p>
		</license>
	</permissions>
	<self-uri content-type="PDF" xlink:href="9789004387058_webready_content_text.pdf"/>
	<counts>
		<book-page-count count="190"/>
	</counts>
	<custom-meta-group>
		<custom-meta>
			<meta-name>version</meta-name>
			<meta-value>fulltext</meta-value>
		</custom-meta>
	</custom-meta-group>
</book-meta>

...

Code Block
languagexml
titlealt-title example
collapsetrue
<book-title-group>
	<book-title>The Ancient World and Beyond</book-title>
	<alt-title alt-title-type="sort-title">Ancient World and Beyond, The</alt-title>
</book-title-group>


Code Block
languagexml
titlename-alternatives example
collapsetrue
<contrib contrib-type="author">
  <name name-style="western">
    <surname>Chen (陈颀)</surname>
    <given-names>Qi</given-names>
  </name>
  <name-alternatives>
    <name name-style="western">
      <surname>Chen</surname>
      <given-names>Qi</given-names>
    </name>
    <string-name name-style="eastern" xml:lang="zh">陈颀</string-name>
  </name-alternatives>
</contrib>