<conf-sponsor>

Conference Sponsor

One organization that sponsored the conference

Remarks

Conversion Note: If more than one organization sponsored the conference, use a separate <conf-sponsor> element for each one.

Attribute

content-type Type of Content

Related Elements

The container element Conference Information<conference> holds all of 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>, <conf-theme>, and <conf-acronym>.

Content Model

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

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<conference>, <element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref>
<element-citation publication-type="confproc">
<person-group person-group-type="editor">
<name><surname>van Pelt</surname>
<given-names>J</given-names></name>
...
</person-group>
<source>Development, dynamics, and pathology of
neuronal networks: from molecules to functional
circuits</source>
<conf-name>Proceedings of the 23rd International
Summer School of Brain Research</conf-name>
<conf-date>2003 Aug 25-29</conf-date>
<conf-sponsor>Royal Netherlands Academy of Arts and
Sciences, Amsterdam, the Netherlands</conf-sponsor>
<publisher-loc>Amsterdam</publisher-loc>
<publisher-name>Elsevier</publisher-name>
<year>2005</year>
<size units="page">385 p</size>
<comment>(Progress in brain research; vol. 147)</comment>
</element-citation>

</ref>
...


Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref>
<mixed-citation publication-type="confproc">
<string-name><surname>van Pelt</surname>, 
<given-names>J</given-names></string-name>,
... editors.
<source>Development, dynamics, and pathology of
neuronal networks: from molecules to functional
circuits</source>. <conf-name>Proceedings of
the 23rd International Summer School of Brain
Research</conf-name>; <conf-date>2003 Aug
25-29</conf-date>; <conf-sponsor>Royal
Netherlands Academy of Arts and Sciences,
Amsterdam, the Netherlands</conf-sponsor>.
<publisher-loc>Amsterdam</publisher-loc>:
<publisher-name>Elsevier</publisher-name>;
<year>2005</year>. <size units="page">385
p</size>. (Progress in brain research; vol.
147).</mixed-citation>
</ref>
...


Example 3

In article metadata

...
<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>
<counts>
<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>
...

Module

articlemeta3.ent