<counts>

Counts

Metadata container element to hold all the “counts”, that is, how many of something appear in an article, for example, the number of figures, tables, equations, words, etc.

Remarks

Many elements in the base Suite were created explicitly for import conversion, that is, so that the intellectual work of tagging done by publishers would not be discarded when they converted material from another tag set to the Journal Publishing Tag Set. The count elements are a perfect example of this rationale; they are conversion elements and should only be tagged if present in the original source.

Related Elements

Inside the <counts> container element are the counts of various components of the article: the <fig-count> is the number of figures, the <table-count> is the number of tables, the <equation-count> is the number of equations, the <ref-count> is either the number of references or (more properly) the number of citations in the bibliographic reference list, the <page-count> is the page count, and the <word-count> is the number of words in the article.

Content Model

<!ELEMENT  counts       %counts-model;                               >

Expanded Content Model

(fig-count?, table-count?, equation-count?, ref-count?, page-count?, word-count?)

Description

The following, in order:

This element may be contained in:

<article-meta>, <front-stub>

Example

...
<article-meta>
...
<abstract>...</abstract>
<conference>
<conf-date>1999</conf-date>
<conf-name>The 27th annual ACM SI/GUCCS
conference</conf-name>
<conf-acronym>SIGUCCS</conf-acronym>
<conf-num>27</conf-num>
<conf-loc>Denver, Colorado, United States</conf-loc>
<conf-sponsor>ACM, Assoc. for Computing
Machinery</conf-sponsor>
<conf-theme>User services conference for
university and college computing service
organizations</conf-theme>
</conference>
<counts>
<fig-count count="5"/>
<table-count count="3"/>
<equation-count count="10"/>
<ref-count count="26"/>
<page-count count="6"/>
<word-count count="2847"/>
</counts>
</article-meta>
...

Module

articlemeta3.ent