OUP BITS TCI

 

Publication status

For a title where new chapters or articles are added gradually over time, capture a value in a custom-meta element to indicate this.

/book/book-meta/custom-meta-group/custom-meta

Capture a child meta-name element containing the value publication-status.

Include a second child element meta-value containing one of the following values:

  • in-progress - for a title which is being added to, but will complete in the future
  • continuous - for a title which is being added to and will never complete

When a title with the status in-progress is complete, change the value to previously in-progress.

Custom metadata for a continuous book

<custom-meta-group>
<custom-meta>
    <meta-name>publication-status</meta-name>
    <meta-value>continuous</meta-value>
    </custom-meta>
</custom-meta-group>

Custom metadata for an in-progress book

<custom-meta-group>
  <custom-meta>
    <meta-name>publication-status</meta-name>
    <meta-value>in-progress</meta-value>
  </custom-meta>
</custom-meta-group>

Custom metadata for a previously in-progress book

<custom-meta-group>
  <custom-meta>
    <meta-name>publication-status</meta-name>
    <meta-value>previously in-progress</meta-value>
  </custom-meta>
</custom-meta-group>
Release ID:
20261202
ID:
in_progress_identifier
Author:
dunnm
Last changed:
Wed, 05 Mar 2025
Modified by:
buckmasm
Revision#:
2876