<conf-acronym>

Conference Acronym

Short, popular, or jargon name for a conference (for example, “Extreme” for Extreme Markup Languages, “SIGGRAPH” for Special Interest Group on Computer Graphics).

Remarks

This element has been provided for searching convenience when the jargon name is better known than the full formal conference name.
A conference acronym often includes the year of the conference (for example, “SGML ’97”) or, less often, the conference number (for example, “AMBA 6”). It is preferred, but not required, that the acronym exclude this year or number (thus using “SGML” or “AMBA”) and putting the year or number in the <conf-date> and <conf-num> elements, respectively.

Related Elements

The container element <conference> holds all of the elements that may be used to describe a conference, when an article was originally presented at a conference. Those elements include: <conf-date>, <conf-name>, <conf-acronym>, <conf-num>, <conf-loc>, <conf-sponsor>, and <conf-theme>.

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example

...
<article-meta>
...
<abstract>...</abstract>
<conference>
<conf-date iso-8601-date="1999">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>
<count count-type="contributors" count="3"/>
<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>
...