<conf-num>

Conference Number

Definition

The sequential number of the conference

Remarks

Conversion Note: Ideally, this element would contain only the numeric portion of the number without any suffixes or other text. For example, “The 19th XML/SGML Conference” should be tagged as <conf-num>19</conf-num> with the th dropped.

Related Elements

The container element Conference Information <conference> holds all the elements that may be used to describe a conference, where an article was originally presented at a conference. Those elements include: Conference Date, Conference Number, Conference Location, Conference Sponsor, Conference Theme, and Conference Acronym.

Model Information

Content Model

<!ELEMENT  conf-num     (#PCDATA %conf-num-elements;)*               >

Description

Any combination of:

This element may be contained in:

<conference> Conference 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