csp logo

Instructions for using this documentation

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article metadata

Dates, history and pub

Element or context:

<history>, <pub-date>

Requirements:

  1. History dates: Contain the received and accepted history dates within <history>, and set attribute 'date-type' to "received", "accepted", or "corrected" as appropriate and in the order shown in the example below. Note that the dates should occur in the XML in chronological order (see the example). Note also that corrected dates are not automatically included; CSP will advise if one is needed.
  2. Pub dates: Contain the pub date (date the article was published on the web) within <pub-date>. Use attribute publication-format="electronic" and attribute date-type="pub" (not: not "epub").

Examples:

History dates

<history>
<date date-type="received"><day>17</day><month>1</month><year>2016</year></date>
<date date-type="accepted"><day>12</day><month>4</month><year>2016</year></date>
<date date-type="corrected"><day>30</day><month>4</month><year>2016</year></date>
</history>
           
  

Pub date

 <pub-date publication-format="electronic" date-type="pub">
   <day>29</day><month>5</month><year>2015</year>
  </pub-date>