...
element | attribute(s) | required | description |
---|---|---|---|
<collection-meta> | collection-type | YES | attribute 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> | YES | title 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> <title> | YES | ||
<subtitle> <subtitle> | NO | ||
<contrib-group> | YES | ||
<contrib> <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 |
<collab> | A 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>. 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> | NO | In 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 ird | A cross-reference for each contributor to an affiliation, specified in the next section. ref-type="aff" Default format of the rid-attribute is "AFFnnnnnn": AFF + a 6-digit sequential numbering, starting with "000001" | |
<aff> | id | information for each <xref>-element in the <contrib>-elements. Value of the id-attribute is equal to the value of the rid-attribute used in the <xref>-elements | |
<institution-wrap> | |||
<institution> | content-type | YES | Name of an institution or organization, like Universiteit Leiden or Universiteit van Amsterdam. This information is provided by Brill, but it must be checked. This element can also contain the name of the department, like Leiden University Centre for Linguistics. Provide this value with a @content-type="dept". |
<institution-id> | institution-id-type | NO | Brill only supports Ringgold identifiers: institution-id-type="ringgold" |
<country> | The country the institution is located in. | ||
Code Block | ||||
---|---|---|---|---|
| ||||
<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>Universiteit Leiden</institution> <institution content-type="dept">KITLV, Leiden<>KITLV</institution> </aff> </contrib-group> <volume-in-collection><volume-number>313</volume-number></volume-in-collection> <issn publication-format="print">1572-1892</issn> </collection-meta> |
...