...
- Only header XML is necessary, Actual information is presented in PDF format and access is free (include <ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"/> in the permissions group)
- Attribute article-type="Other"
- Title = Back matter
- Volume and date information is copied from the issue.
- page numbering is based on continuing the numbering of the last article.
- The sequential number in DOI and PDF-filename is the number of the last article + 1
- Subject "back matter" is added
Below, an example of the XML for back matter in issue 4 of volume 17 of the COPR-journal. This issue has 6 articles, as a result, the number used in the DOI and PDF file name is 7. Final page number of the last article is 332.
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd"> <article xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.1" article-type="other" xml:lang="eng"> <front> <journal-meta> <journal-id journal-id-type="publisher-id">COPR</journal-id> <journal-id journal-id-type="eissn">1875-8185</journal-id> <journal-title-group> <journal-title>Contemporary Pragmatism</journal-title> <abbrev-journal-title abbrev-type="ltwa">Contemp. Pragmat.</abbrev-journal-title> </journal-title-group> <issn publication-format="print">1572-3429</issn> <issn publication-format="online">1875-8185</issn> <publisher> <publisher-name>Brill | Rodopi</publisher-name> <publisher-loc>Leiden</publisher-loc> </publisher> </journal-meta> <article-meta> <article-id pub-id-type="doi">10.1163/18758185-01704007</article-id> <article-categories> <subj-group subj-group-type="heading"> <subject>back matter</subject> </subj-group> </article-categories> <title-group> <article-title>Back matter</article-title> </title-group> <pub-date date-type="issue" publication-format="online"> <day>07</day> <month>12</month> <year>2020</year> </pub-date> <volume content-type="number">17</volume> <volume content-type="year">2020</volume> <issue>1</issue> <fpage specific-use="PDF" seq="007">333</fpage> <lpage>334</lpage> <permissions> <copyright-statement>© Koninklijke Brill NV, Leiden, 2021</copyright-statement> <copyright-year>2021</copyright-year> <copyright-holder>Koninklijke Brill NV incorporates the imprints Brill, Brill Hes & De Graaf, Brill Nijhoff, Brill Rodopi, Brill Sense, Hotei Publishing, mentis Verlag, Verlag Ferdinand Schöningh and Wilhelm Fink Verlag.</copyright-holder> <ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"/> </permissions> <self-uri content-type="pdf" xlink:href="18758185_017_04_s007_text.pdf"/> <custom-meta-group> <custom-meta> <meta-name>version</meta-name> <meta-value>header</meta-value> </custom-meta> </custom-meta-group> </article-meta> </front> </article> |
...