<history>

History: Document History

Used as a container for dates related to the processing history of the document, such as received date and accepted date

Remarks

Conversion Note: The dates inside the <history> element are used to preserve events other than publication date(s) in the life cycle of the article. Publication dates are considered to be an important part of the article metadata and are tagged using the <pub-date> element. History dates include received date(s), accepted date(s), reviewed date(s), revision date(s), and other dates that may be important to the publisher, but are not a likely part of the article metadata for searching, building a DOI, etc.

The <history> element contains one more <date> and/or <string-date> elements; the <date> element has specific parts, such as day and year, inside it and the <string-date> has a textual description of a date. Best practice for the <history> element is to use to use <date> as much as possible and tag the date components. The <string-date> element should be used only when necessary, for example, when the date does not divide into year and month components. If an archive chooses to make greater use of <string-date>, for example, to save money during conversion, it is still considered best practice to tag the year of publication inside the textual date using a <year> element.

The Book Tag Set and Collection Tag Sets allow <string-date> both inside <date> and at the same level as <date>. This is the most flexible for allowing the archive to preserve any publisher’s structure. Tighter Tag Sets created from the base Suite may choose to use one or the other in preference.

Content Model

<!ELEMENT  history      %history-model;                              >

Expanded Content Model

(date | string-date)+

Description

One or more of any of:

This element may be contained in:

<book-meta>, <book-part-meta>, <collection-meta>

Example

With various types of publication dates tagged (best practice):

...
<book-part-meta>
<title-group>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>...</contrib-group>
<history>
<date date-type="created">
<day>09</day><month>10</month><year>2002</year>
</date>
<date date-type="updated">
<day>27</day><month>07</month><year>2004</year>
</date>
</history>
<alternate-form xmlns:xlink="http://www.w3.org/1999/xlink" 
alternate-form-type="pdf" xlink:href="ch1d1"/>
<abstract>
<p>The GenBank sequence database is an annotated collection of all publicly 
available nucleotide sequences and their protein translations. This database 
is produced ...</p>
</abstract>
</book-part-meta>
...

Module

articlemeta3.ent