Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The <collection-meta>-element is used to specify the series information of a title that is published in a book-series. In general, this information is printed on page ii of the printed version. The following table gives an overview of the elements that are used to specify this information in the XML. Next an example is given.

elementattribute(s)requireddescription
<collection-meta>collection-typeYESattribute value: "series" or "sub-series". In case of "sub-series", two <collection-meta>-elements are used to specify the information on the series and on the sub-series level.
<title-group>
YEStitle and - if applicable - subtitle of the series.  In case of a translated title, a <trans-title-goup> is added within the <title-group> element with the <trans-title> and the <trans-subtitle>. Note that only one <subtitle>-element is allowed (see Multiple subtitle lines]. 
<title>
YES
<subtitle>
NO
<contrib-group>
YES
<contrib>

contrib-type

deceased

equal-contrib

YES

NO

NO

Values for the contrib-type attribute are: "series editor" (default, unless specifically identified as one of the other types on the page/by the Brill Desk Editor),"editor-in-chief", "founding editor", "managing editor", "associate editor", "technical editor", "editorial board/council member", "advisory editor", "copy editor", "translator

The deceased-attribute = "yes" is added in case the contributor is deceased.

the equal-contrib="yes" attribute can be added in case the contributor whom this attribute modifies contributed equally with all other contributors. It is an optional attribute


<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>. 

The name-style-attribute 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), or "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 a <name>-element (see above) or a <string-name>-element for each alternative name. In such a case, the xml:lang attribute is added to specify the language of the alternative name.
<contrib-id>

contrib-id-type

authenticated

YES

NO

<contrib-id> is only required in case an ORCID-number is available: contrib-id-type="orcid". Use authenticated="true" only in case the ORCID number is indeed authenticated. Editorial Manager does this by default.
<xref>ref-type

A cross-reference for each contributor to an affiliation, specified in the next section


Example Series information
<collection-meta collection-type="series">
	<collection-id collection-id-type="publisher">VKI</collection-id>
	<title-group>
		<title>Verhandelingen van het Koninklijk Instituut voor Taal-, Land- en Volkenkunde</title>
	</title-group>
	<contrib-group>
		<contrib contrib-type="series-editor">
			<name><surname>Hoefte</surname> <given-names>Rosemarijn</given-names></name>
			<xref ref-type="aff" rid="AFF000001"/>
		</contrib>
		<contrib contrib-type="series-editor">
			<name><surname>Nordholt</surname> <given-names>Henk Schulte</given-names></name>
			<xref ref-type="aff" rid="AFF000001"/>
		</contrib>
		<aff id="AFF000001">
			<institution content-type="dept">KITLV, Leiden</institution>
		</aff>
	</contrib-group>
	<volume-in-collection><volume-number>313</volume-number></volume-in-collection> 
	<issn publication-format="print">1572-1892</issn>
</collection-meta>