<string-conf>

String Conference Name

Sequence and flow of an extended conference name (for example, “The Learned Society’s Conference on What’s Hot at the University of Wherever on 21–27 July 2011”).

Remarks

Usage: The <string-conf> element can be used to capture an extended conference name, even if the conference has a short name such as “SigCat 2008”. Such extended names are typically found on the cover of the proceedings or the splash page of the website for the conference. For example, if the cover of the proceedings says, “The Learned Society’s Conference on What’s Hot at the University of Wherever on 21–27 July 2011”, that entire phrase could be tagged as the content of a <string-conf> element, while the conference name could also be recorded more formally as “What’s Hot 2011” inside the <conf-name> element.

Attributes

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

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | 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 | conf-date | conf-name | conf-num | conf-loc | conf-sponsor | conf-theme | conf-acronym | string-conf)*

Description

Any combination of:

This element may be contained in:

<conference>, <string-conf>

Example

...
<article-meta>
<title-group>
<article-title>HIV/AIDS intervention program in the prisons
communities in Nigeria</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Akpan</surname>
<given-names>RC</given-names></name>
</contrib>
</contrib-group>
<pub-date iso-8601-date="2006"><year>2006</year></pub-date>
<conference>
<conf-date iso-8601-date="2006-08-14">14 August 2006</conf-date>
<string-conf>&rdquo;HIV/AIDS in Prison: A Comprehensive
Response,&ldquo; Satellite meeting at the <conf-name>XVI
International AIDS Conference</conf-name></string-conf>
<conf-name>HIV/AIDS in Prison: A Comprehensive Response</conf-name>
<conf-num>XVI</conf-num>
<conf-acronym>AIDS 2006</conf-acronym>
<conf-loc>Toronto, Canada</conf-loc>
<conf-theme content-type="conference">Time to Deliver</conf-theme>
<conf-sponsor content-type="satellite">Public Health Agency
of Canada</conf-sponsor>
<conf-sponsor content-type="satellite">United Nations Office
on Drugs and Crime</conf-sponsor>
<conf-sponsor content-type="conference">Government of Canada</conf-sponsor>
<conf-sponsor content-type="conference">Swedish International
Development Agency (Sida)</conf-sponsor>
...
</conference>
</article-meta>
...


Module

JATS-articlemeta1.ent