...
XML-packages received from Editorial Manager provide information about the "history" of the article. When was it received? When was it reviewed, accepted and published? Such information should be included in the XML-package, using the history-element. Including in the PDF is decided upon per journalstrongly recommended in light of A&I services' requirements. Within the history element, multiple dates can be specified, using the attribute date-type to specify the meaning of the date-element. The following options for date-type are accepted (most frequently used are marked with a colored background):
value date-type | meaning |
---|---|
received | Date that article was received |
initial decision | Date that initial decision was taken on article |
rev-request | The date revisions were requested. There may be more than one @date-type with this value |
rev-recd | Date that a revised version of the article was received. There may be more than one @date-type with this value |
accepted | Date that article was accepted in journal |
pub | The publication date (online or print) |
preprint | Preprint dissemination date (online or print) |
version-of-record | Date that the version of record of the article was published (online or print) |
retracted | The date an article was retracted |
corrected | The date an article was corrected |
For articles that are not submitted through Editorial Manager, this information is in general not available. If provided in another way, the information can be included as well in the XML and - if applicable - PDF. The journal compositor shall first check whether these dates (i.e., Received and Accepted) have been submitted as part of the metadata with the article. If not there, they are kindly asked to place a so-called author query (AQ) in the styled author proof.
Example
Code Block | ||||
---|---|---|---|---|
| ||||
<article-meta> ... <history> <date date-type="received"> <day>20</day> <month>11</month> <year>2018</year> </date> <date date-type="initial-decision"> <day>25</day> <month>02</month> <year>2019</year> </date> <date date-type="rev-recd"> <day>19</day> <month>03</month> <year>2019</year> </date> <date date-type="accepted"> <day>25</day> <month>04</month> <year>2019</year> </date> <date date-type="pub"> <day>20</day> <month>05</month> <year>2019</year> </date> </history> ... </article-meta> |
Display online and in
...
PDF (general)
As mentioned, showing the article history in the PDF is decided upon for each journal separately. The above example is copied from an article in Behaviour. In the PDF this information is included as:
...
Date fields with specific date-type-attributes are also mentioned at the metadata page of the article at brill.com:
Display in PDF (journals observing Brill Typographic Style, BTS 2.2)
Received 3 February 2023 | Accepted 5 March 2023 | Published online 15 May 2023
or, perhaps:
Received 3 February 2023 | Accepted 5 March 2023 | Revised 9 April | Published online 15 May 2023
See BTS 2.2 p. 81 (18.2B)
Note the vertical slash. Note that the American data format as in the above example no longer applies. It should be edited as Received 30 September 2021 ... as of now.