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

Content Model

<!ELEMENT  history      %history-model;                              >

Expanded Content Model

(date)+

Description

<date> Date, one or more

This element may be contained in:

<article-meta>, <front-stub>

Example

Article history with dates typically important in the lifecycle of an article

...
<article-meta>
...
<pub-date pub-type="epub">
<day>17</day><month>09</month>
<year>1998</year>
</pub-date>
<pub-date pub-type="ppub">
<day>09</day><month>11</month>
<year>1998</year>
</pub-date>
<volume>31</volume>
<issue>187</issue>
<fpage>483</fpage>
<lpage>501</lpage>
<history>
<date date-type="received">
<day>05</day>
<month>01</month>
<year>1998</year></date>
<date date-type="rev-request">
<day>14</day>
<month>03</month>
<year>1998</year></date>
<date date-type="rev-received">
<day>24</day>
<month>05</month>
<year>1998</year></date>
<date date-type="accepted">
<day>06</day>
<month>06</month>
<year>1998</year></date>
</history>
...
</article-meta>
...

Module

articlemeta3.ent