Continuous Article Publishing (CAP) is a publishing model for E-only journals. Main difference with existing models is that final articles are not published online ahead of a forthcoming issue (the Brill Advance option) but are immediately published online at their final location. Since registration of, loading of and access to journal content at Brill is volume and issue based, the implementation of CAP using the current procedures and possibilities, requires some special treatment. This is described in this document.
Continuous Article Publishing means that each article that is accepted and processed into a final format, is published online at its final disposition (so not first in Advance to be included in an issue later). As a result, the annual volume of published articles grows article-by-article instead of issue-based. All articles are added to an issue of the current volume. Within the issue every article starts with page 1, similar to Advance articles.
Consequences of the CAP-model and its implementation at Brill are:
|
Since the registration of and access to journals at Brill is volume and issue based, a CAP-Journal is set up in KLOPOTEK like a regular E-only journal (no print version):
Each year an annual volume
Within a volume Issue 1 to publish all (general) articles
Upon request a 2nd issue can be added for special issue articles
With the first article(s) in an issue, the issue is released in KLOPOTEK, like a regular issue. The addition of next articles to the same issue does not have any consequences for the data in KLOPOTEK. Instead, as described in the next paragraph, the issue is replaced with a new version.
The information in KLOPOTEK is - as mentioned above - solely used for providing access. The volume and issue listing at brill.com is generated from the XML. To implement the CAP-model, the following elements and attributes are relevant:
element | attribute | explanation |
---|---|---|
volume | number | incremental numbering of the volumes, similar to regular journals |
volume | year | publication year, similar to regular journals |
issue | issue number, according to the information in KLOPOTEK. In general only 1 issue in a volume, but as mentioned above, multiple issues are possible. | |
fpage | specific-use | specific-use="CAP" to distinguish these articles from the regular articles (specific-use="PDF") |
fpage | seq | the article number, starting with 1 in a new volume. |
As mentioned in the definition the latest article should appear at the top of the table of contents. To ensure this, a separate meta-issue.xml-file is necessary, listing the DOI's of the articles in the volume in the correct order. The structure of the meta_issue.xml file is explained hereafter.
Each article follows, after acceptance, the regular process. Proofing versions are shared with the author(s) and editor(s). After implementing the corrections, final files are requested from the typesetter. The main difference is in the naming of the files. The article number is replacing the issue number. Instead of a two-digit issue number, a three-digit article-number is used. Thus a maximum of 999 articles in a volume is possible. Filenames:
Article 1:
filenames: <issn>_<vol>_s001.xml / pdf (no issue number)
Article 2:
filenames: <issn>_<vol>_s002.xml / pdf
Article 3:
filenames: <issn>_<vol>_s003.xml / pdf
Etc. (over 999 articles in a volume/issue are not expected)
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.
As mentioned before, the order of the articles can be set by listing the DOI's of each article in a meta_isssue.xml file. Format of this file is shown in the next example.
<?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> |
Notes:
The Previous procedure was based on on a decreasing numbering of articles starting with 999, 998 etc. The naming convention described above can be implemented by assigning 001 as article number of the next article. The only important thing is to add a complete meta_issue.xml file to this first article package, listing all DOI's of the articles that have been published already in the 2024 volume.
As mentioned earlier, it is possible to have multiple issues within the CAP model, for example a special issue on a specific topic. If used, the following guidelines should be followed: