Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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):

...

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
languagexml
titleArticle history
<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 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) 

...