<conf-sponsor>

Conference Sponsor (会議主催者)

会議主催者として識別されている団体 1 件。

備考

複数の組織が会議を主催した場合は、それぞれに別の <conf-sponsor> 要素を使用します。

関連要素

コンテナ要素 <conference> は、この記事が発表された会議を記述するために使用されるすべての要素を格納します。これらの要素には: <conf-date>, <conf-name>, <conf-acronym>, <conf-num>, <conf-loc>, <conf-sponsor>, <conf-theme> があります。

属性

コンテンツ・モデル

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

拡張コンテンツ・モデル

(#PCDATA | institution | institution-wrap)*

記述方法

以下のあらゆる組合せ:

この要素は以下の要素内に含むことができます:

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<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 iso-8601-date="2003-08-25">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 iso-8601-date="2005">2005</year>
<size units="pages">385 p</size>
<comment>(Progress in brain research; vol. 147)</comment>
</element-citation>
</ref>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<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 iso-8601-date="2003-08-25">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 iso-8601-date="2005">2005</year>.
<size units="pages">385 p</size>. (Progress in
brain research; vol. 147).</mixed-citation>
</ref>
...

用例 3

記事メタデータの中で:
...
<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>
<counts>
<count count-type="contributors" count="3"/>
<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>
...