<conf-acronym>

Conference Acronym

The short name, popular name, or “jargon name” for a conference, for example, “Extreme” for “Extreme Markup Languages” or “SIGGRAPH” for “Special Interest Group on Computer Graphics”; this element has been provided for searching convenience when the jargon name is better known that the full formal conference name.

Remarks

Conversion Note: A conference acronym often includes the year of the conference (e.g., “SGML ’97”) or, less often, the conference number (e.g., “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).

Attribute

content-type Type of Content

Related Elements

The container element <conference> (<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: <conf-date>, <conf-num>, <conf-loc>, <conf-sponsor>, <string-conf>, <conf-theme>, and <conf-acronym>.

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x)*

Description

Any combination of:

This element may be contained in:

<conference>, <string-conf>

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>
</article-meta>
...

Module

articlemeta3.ent