<annotation>

Annotation in a Citation (引用文献内注釈)

引用文献に関する注釈、要約、書評、もしくは類似した非書誌情報。

備考

ほとんどの引用文献は引用された参考文献の書誌情報を提供するだけであるが、中にはその記事について説明したり、記事を分類したり、記事の性質や質にコメントしたり、その知見を要約したりする場合があります。<annotation> 要素は、そのようなコメントを記述するためのものです。
表示/書式設定用の注意点: 他の引用文献要素はすべてインライン要素です。一方、<annotation> は典型的にはブロック要素であり、前後にスペースがあります。

関連要素

この要素は、数式でのみ使用される数学的な用語である <annotation> とは関係ありません。

属性

コンテンツ・モデル

<!ELEMENT  annotation   %annotation-model;                           >

拡張コンテンツ・モデル

((p)+)

記述方法

以下の中から 1 個:

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

用例 1

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<back>
<ref-list>...
<ref id="B27">
<label>27</label>
<element-citation>
<person-group person-group-type="author">
<name><surname>Hughes</surname>
<given-names>TR</given-names></name>
<name><surname>Marton</surname>
<given-names>MJ</given-names></name>
<name><surname>Jones</surname>
<given-names>AC</given-names></name>
<etal/>
</person-group>
<article-title>Functional discovery via a compendium
of expression profiles</article-title>
<source>Cell</source>
<year iso-8601-date="2000">2000</year>
<volume>102</volume>
<fpage>109</fpage>
<lpage>126</lpage>
<annotation>
<p>This report is the most extensive DNA expression
profile of yeast genes. It examines the expression
pattern of the whole yeast genome in 300 mutant
strains. It infers the function of many unknown
genes comparing profiles among the different
mutants.</p>
</annotation>
</element-citation>
</ref>
</ref-list>
</back>
...

用例 2

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref id="B27">
<label>27</label>
<mixed-citation>
<string-name>
<surname>Hughes</surname>, <given-names>TR</given-names>
</string-name>,
<string-name><surname>Marton</surname>,
<given-names>MJ</given-names></string-name>,
<string-name><surname>Jones</surname>,
<given-names>AC</given-names></string-name>. et al.
<article-title>Functional discovery via a compendium
of expression profiles</article-title>.
<source>Cell</source> <year iso-8601-date="2000">2000</year>;
<volume>102</volume>:<fpage>109</fpage>&ndash;
<lpage>126</lpage>
(<annotation>
<p>This report is the most extensive DNA expression
profile of yeast genes. It examines the expression
pattern of the whole yeast genome in 300 mutant
strains. It infers the function of many unknown
genes comparing profiles among the different
mutants.</p>
</annotation>).
</mixed-citation>
</ref>
...