Issue meta: Issue title
Capture the issue title in an issue-title element in the issue meta.
issue-meta/issue-title
The issue-title element should come after the issue-identifier element and before the pub-date element.
The title captured here must match exactly the title found in the article meta for every article in the issue. See Issue title page.
In the case where a published issue title needs to be removed, use a self-closing issue-title/ element to overwrite the existing file.
Issue title in issue meta:
<issue-identifier> <issn pub-type="ppub">0022-1899</issn> <issn pub-type="epub">1537-6613</issn> <volume>218</volume> <issue>Supplement_4</issue> </issue-identifier> <issue-title>Surveillance for Enteric Fever in Asia Project (SEAP) — Phase I</issue-title> <pub-date pub-type="cover"> <day>01</day> <month>12</month> <year>2018</year> </pub-date>
Removing an issue title with a self-closing element:
<issue-identifier> <issn pub-type="ppub">0022-1899</issn> <issn pub-type="epub">1537-6613</issn> <volume>218</volume> <issue>Supplement_4</issue> </issue-identifier> <issue-title/> <pub-date pub-type="cover"> <day>01</day> <month>12</month> <year>2018</year> </pub-date>