OUP BITS TCI

 

Title of book or book part

Capture the title of the book in a book-title element within book-title-group. Capture the title of part of a book in a title element within title-group.

/book/book-meta/book-title-group
//book-part/book-part-meta/title-group

If the book or book part has a subtitle, capture it in a subtitle element.

If the book part has an enumerator, capture it in a label element. Do not capture terminal punctuation.

If the book is part of a set (see Collection metadata), the book title consists of the set title and volume title, separated by a colon.

Book title

<book-title-group>
  <book-title>Endocrinology</book-title>
  <subtitle>An Integrated Approach</subtitle>
</book-title-group>

Chapter title

<title-group>
  <label>1</label>
  <title>Honey Production</title>
</title-group>

Chapter title

The chapter label may include the word Chapter if this is the style used in the manuscript.

<title-group>
  <label>Chapter 2</label>
  <title>Hive Maintenance</title>
</title-group>

Article title

<title-group>
  <title>Afrofuturism and Emerging Technologies in Computer Science</title>
</title-group>

Book title where book is part of a set

<collection-meta collection-type="set">
  <title-group>
    <title>The History of Oxford University Press</title>
  </title-group>
  <volume-in-collection>
    <volume-number>2</volume-number>
    <volume-title>Volume II</volume-title>
  </volume-in-collection>
</collection-meta>
<book-meta>
  <book-title-group>
    <book-title>The History of Oxford University Press: Volume II</book-title>
    <subtitle>1780–1896</subtitle>
  </book-title-group>
</book-meta>
Release ID:
20260304
ID:
book_title
Author:
dunnm
Last changed:
Wed, 04 Jun 2025
Modified by:
buckmasm
Revision#:
2908