Article history
Capture the article history in a history element.
article-meta/history/date[@date-type]
Capture each history item in a date element with a date-type attribute with one of the following values:
- accepted
- corrected-typeset
- editorial-decision
- received
- rev-recd
- rev-request
If article history dates are captured in the article PDF, then the dates in the XML must match those in the PDF.
Some journals have custom text for the article history dates such as Review returned
or
First decision
. Capture these with a date-type attribute
value of rev-request
, but only at the instruction of OUP.
<history> <date date-type="received"> <day>17</day> <month>11</month> <year>2015</year> </date> <date date-type="rev-recd"> <day>07</day> <month>01</month> <year>2016</year> </date> <date date-type="accepted"> <day>08</day> <month>01</month> <year>2016</year> </date> </history>