<mixed-citation>

Mixed Citation (混在型引用文献)

記事の書誌的記述。書誌参考文献要素とタグ付けされていないテキストの組合せを含みます。空白と句読点は保持されています。

備考

関連する解説: <element-citation> の使用法については、Tagging Bibliographic References を参照してください。
このタグセットでは、記事のテキスト内で引用が自由に浮動することが許されていますが、大部分の出版者は完全な引用文献を文献書誌リスト <ref-list> に並べ、<xref> をテキスト中の参照された場所に挿入します。したがって、一般的には、引用文献は記事の最後に置かれた文献リスト中に並べられ、記事テキスト中で 1 回または複数回参照されます。
推奨用法: このタグセットでは、強制ではありませんが、ジャーナル文献を参照する引用文献 (<element-citation> または class="elementtag"><mixed-citation>) においては、以下の要素について可能な限り多くのタグを付けることが推奨されます。それにより、PubMed Central, CrossRef, その他のサービスにおいて、引用文献からのリンクが生成可能となります。
source
引用された記事が出版されたジャーナルの表題。(ジャーナルタイトルについては、出版者とアーカイブは通常典拠リストを持っています。例えば PubMed Central では, ジャーナル表題の出典は NLM ジャーナル名略記です。<source>Physiol Rev</source>.) 書籍の場合はその本の標題となります: <source>Moby Dick</source>
article-title
記事の表題 (書籍、レポート、会議議事録などの表題は <source> 要素を使う)
volume
ジャーナルの巻の数字
issue
fpage
記事の先頭のページ
surname
著者や編者の姓 (ファミリ名) (この要素は <name> 要素または <string-name> 要素内で使用され、複数の著者を記述する場合は繰り返されます。)
year
発行年
month
発行月 (あれば)
day
発行日 (あれば)
引用文献の中の他の要素にも、必要に応じてタグを付けることができます。
リンクの推奨用法: ライブリンクを引用するためには、名前付き要素のすべてにタグを付けることができない場合でも、著者情報と日付情報の多くを保存する必要があります。最も重要な日付タグは <year> で、可能な場合は常に <year>2008</year> などのようにタグ付けする必要があります。<day><month> タグはまれにしか使用されません引用マッチングサービスの中には、利用可能な場合に月日情報を使用できるものがあるため、これらが提供されています。
情報タイプの推奨用法: @publication-type 属性は、通常、ジャーナルの記事、書籍、レビュー、パーソナルコミュニケーションなどを区別するために使用する必要があります。
過去の版との相違点: この要素は、このタグ・セットの以前の版で使用された <citation> 要素を置き換えるものです。

関連要素

この <mixed-citation> 要素には、記事の書誌的記述が含まれています。その記述への位置情報には <xref> 要素を使用します。これらの2つの要素は、通常のことばでは両方とも “citations” と呼ばれることがあるため、混同されることがあります。
このタグセットには 3 種類の引用文献タグ付け方法があります:
  • <element-citation> 要素は、要素のみの内容を持ち、句読点やスペースを含まず、引用の構成要素を任意の順序で並べることができます。
  • <mixed-citation> 要素は、テキスト内容を持ち、すべての内部句読点とスペースが保存されます。引用の構成要素は任意の順序で存在することを可能にします
  • 非推奨 <nlm-citation>要素は、要素のみの内容を持ち、句読点やスペースを含まず、引用の構成要素を特定の順序にする必要があります。この要素はこのタグセットの以前の版で使用されていましたが、廃止予定です。

属性

コンテンツ・モデル

<!ELEMENT  mixed-citation
                        (#PCDATA | %citation-elements;)*             >

拡張コンテンツ・モデル

(#PCDATA | string-date | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | label | abbrev | milestone-end | milestone-start | named-content | styled-content | annotation | article-title | chapter-title | collab | collab-alternatives | comment | conf-acronym | conf-date | conf-loc | conf-name | conf-sponsor | data-title | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | institution-wrap | isbn | issn | issn-l | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-name | supplement | trans-source | trans-title | uri | version | volume | volume-id | volume-series | year | sub | sup)*

記述方法

以下のあらゆる組合せ:

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

用例 1

ジャーナル記事に対する典型的な引用文献書誌:
...
<ref id="B7">
<mixed-citation publication-type="journal">
<string-name><surname>Woodford-Williams</surname>,
<given-names>E</given-names></string-name>,
<string-name><surname>McKeon</surname>,
<given-names>JA</given-names></string-name>,
<string-name><surname>Trotter</surname>,
<given-names>IS</given-names></string-name>,
<string-name><surname>Watson</surname>,
<given-names>D</given-names></string-name>, and
<string-name><surname>Bushby</surname>,
<given-names>C</given-names></string-name>.
<article-title>The day hospital in the community care
of the elderly</article-title>.
<source>Gerontology Clinic</source>.
<year iso-8601-date="1962">1962</year>; <volume>4</volume>:
<fpage>241</fpage>&ndash;<lpage>256</lpage>.
</mixed-citation>
</ref>
...

用例 2

書籍に対する典型的な引用文献書誌:
...
<ref>
<mixed-citation publication-type="book" publication-format="print">
<string-name><surname>Al-Ibrahim</surname>,
<given-names>MS</given-names></string-name>,
<string-name><surname>Gross</surname>,
<given-names>JY</given-names></string-name>.
<chapter-title>Tobacco use</chapter-title>. In:
<string-name><surname>Walker</surname>,
<given-names>HK</given-names></string-name>
<string-name><surname>Hall</surname>,
<given-names>WD</given-names></string-name>
<string-name><surname>Hurst</surname>,
<given-names>JW</given-names></string-name>,
 editors. <source>Clinical methods: the
history, physical, and laboratory examinations</source>.
<publisher-loc>Stoneham (MA)</publisher-loc>:
<publisher-name>Butterworth Publishers</publisher-name>;
&copy;<date-in-citation content-type="copyright-year"
iso-8601-date="1990">1990</date-in-citation>.
p. <fpage>214</fpage>-<lpage>216</lpage>.</mixed-citation>
</ref>
...

用例 3

翻訳された引用文献書誌:
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Llanos De La Torre Quiralte</surname>,
<given-names>M</given-names></string-name>,
<string-name><surname>Garijo Ayestaran</surname>,
<given-names>M</given-names></string-name>,
<string-name><surname>Poch Olive</surname>,
<given-names>ML</given-names></string-name>.
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>.
[<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>]. <source>An Esp Pediatr</source>.
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
<fpage>413</fpage>&ndash;<lpage>420</lpage>. Figura 3, Tendencia
de mortalidad infantil [Figure 3, Trends in infant
mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...

用例 4

書籍の引用文献書誌で、<date> で出版年を示している:
...
<ref id="B14">
<mixed-citation publication-type="book" publication-format="print">
<person-group person-group-type="author">
<name><surname>Hart</surname> <given-names>JT</given-names>
</name></person-group>. 
<source>A new kind of doctor: the general practitioner&rsquo;s 
part in the health of the community</source>. 
<publisher-loc>London</publisher-loc>:  
<publisher-name>Merlin Press</publisher-name>, 
<date iso-8601-date="1988" date-type="published">
<year>1988</year></date>.
</mixed-citation>
</ref>
...

用例 5

figshare のデータを DOI で参照:
...
<ref>
<mixed-citation publication-type="data">Di Stefano B, Collombet S, 
Graf T. <source>Figshare</source> <ext-link ext-link-type="uri" 
assigning-authority="figshare" 
xlink:href="http://dx.doi.org/10.6084/m9.figshare.939408">
http://dx.doi.org/10.6084/m9.figshare.939408</ext-link> 
(<year iso-8601-date="2014">2014</year>).</mixed-citation>
</ref>
...