...
Each zip-package contains besides the regular XML, PDF and - if applicable - image files an additional meta_issue.xml file. The zip-package can be handed over to Production for loading to brill.com.
| Info | ||
|---|---|---|
| ||
Note that it is possible to load multiple CAP articles in one zip-package. In this case, a from-to numbering should be used in the package file name, for example: <issn>_<vol>_003-005_JATS.zip. In this example, the package contains article 3, 4 and 5. The filenames of the separate articles remain of course unchanged. |
meta_issue.xml file
As mentioned before, the order of the articles can be set by listing the DOI's of each article in a meta_issue.xml file. The format of this file is shown in the next example.
| Code Block | ||||
|---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MetaIssue SYSTEM "http://schema.highwire.org/public/toc/MetaIssue.dtd">
<MetaIssue volume="14" issue="1">
<Provider>PubFactory</Provider>
<TOC>
<TocSection>
<Heading>Latest Article</Heading>
<Resource><DOI>10.1163/22105832-bja00993</DOI></Resource>
</TocSection>
<TocSection>
<Heading>Articles</Heading>
<Resource><DOI>10.1163/22105832-bja10033</DOI></Resource>
<Resource><DOI>10.1163/22105832-bja10032</DOI></Resource>
<Resource><DOI>10.1163/22105832-bja10031</DOI></Resource>
<Resource><DOI>10.1163/22105832-bja10030</DOI></Resource>
<Resource><DOI>10.1163/22105832-bja10029</DOI></Resource>
</TocSection>
</TOC>
</MetaIssue> |
| Info | ||
|---|---|---|
| ||
In case of multiple new articles in one zip-file (see remark above), the DOI of each article should be listed below the heading: "Latest Articles" (note the plural) |
Notes:
- volume and issue number is according to the information in Klopotek and to the XML file of the articles in the volume and issue
- DOI's are copied from the articles and listed in the right order, newest first, oldest and the end
- For each new article, a new meta_issue.xml must be created, based on the previous one. The DOI listed under Latest Article should be moved to the top of the listing under Articles. The DOI of the new article should be listed under Latest Articles.
...