◇◆
<conf-sponsor> Conference Sponsor (in a citation)
Within a citation (such as a <mixed-citation> or an <element-citation>),
one organization identified as a sponsor of a conference.
Usage/Remarks
If more than one organization sponsored the conference, use a separate <conf-sponsor> element for each one.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <institution> Institution Name
- <institution-wrap> Institution Wrapper
Content Model
<!ELEMENT conf-sponsor (#PCDATA %conf-sponsor-elements;)* >
Expanded Content Model
(#PCDATA | institution | institution-wrap)*
Tagged Sample
Describing a cited conference
...
<mixed-citation publication-type="confproc" publication-format="print"
><person-group person-group-type="author"
><string-name><surname>Andersson</surname>,
<given-names>F.</given-names></string-name>, and
<string-name><given-names>W. A.</given-names>
<surname>Elmore</surname></string-name></person-group>,
“<article-title>Overview of series-compensated line
protection philosophies</article-title>,”
<source>Seventeenth Annual Western Protective Relay Conference</source>,
<conf-sponsor>Washington State University</conf-sponsor>,
<conf-loc>Pullman, WA</conf-loc>,
<conf-date>Oct. 1990</conf-date>.</mixed-citation>
...