<page-count>

Page Count

Definition

Number of pages in a print article; by convention, each page or partial page is counted as one. Electronic articles do not traditionally have page counts.

This element may also be used in a bibliographic reference (<citation> or <nlm-citation>) to indicate the total number of pages of a referenced item, typically a book.

Remarks

Many elements in this 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 Archiving 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.

The count elements are modeled as EMPTY elements (that is, elements that have no content and store their real values in one or more attributes) because the majority of journal tag sets that were examined in the course of preparing this DTD used this mechanism, an inheritance of the older MAJOUR-header DTD.

For extensive examples of formatted <nlm-citation>s including use of <page-count>s in <nlm-citation>s, see: Sample PubMed Central Citations. To see tagged versions of these examples, see: Sample PubMed Central Citations - XML Tagged.

Attribute

count Count

Related Elements

Inside the <counts> wrapper 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 display 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 total page count, and the <word-count> is the number of words in the article.

A number of elements in the Suite relate to page numbers:

Note: The <page-range> is intended to record supplementary information and should not be used in the place of the <fpage> and <lpage> elements, which are typically needed for citation matching. The <page-range> element is merely a text string, containing such material as “8-11, 14-19, 40”, which would mean that the article began on page 8, ran through 11, skipped to page 14, ran through 19, and concluded on page 40.

Model Information

Content Model

<!ELEMENT  page-count    EMPTY                                       >

Description

This is an EMPTY element

This element may be contained in:

<citation> Citation; <counts> Counts; <nlm-citation> NLM Citation Model; <product> Product Information; <related-article> Related Article Information

Tagged Example


...
<abstract>...
</abstract>
<conference>
<conf-date>1999</conf-date>
<conf-name>The 27th annual ACM SI/GUCCS
conference</conf-name>
<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>
<conf-acronym>SIGUCCS</conf-acronym>
</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>
...
</body>
<back>...


Module

articlemeta.ent