<conf-theme> Conference Theme

Theme, slogan, or major subject area of a conference.

Usage/Remarks

The theme of a conference is not always related to the conference name. For example, the name of an annual conference may be “16th ACH Gathering”, but each year the conference has a different theme topic, such as “Database Integration” or “Topic Map Subject Access”.
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

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  conf-theme   (#PCDATA %conf-theme-elements;)*             >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | named-content | styled-content | sub | sup)*

Tagged Sample

In <conference>

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