<abstract>

Abstract (抄録)

文書または文書構成要素の内容に関する要約された説明。

備考

記事抄録: 多くの出版者は主要な知見や結論を短くまとめた、通常1または2段落からなる抄録を要求します。出版者によっては、より「長い」、「まとめ」の抄録を要求する場合があり、その場合は記事のセクションごとのまとめが抄録の中に記載されることもあります。そのような抄録は、図や表を組み込んだ長いものになります。<abstract> 要素のモデルはそのような場合にも対応できますように柔軟に作られていますが、ほとんどの抄録ははるかに単純で、1 つ以上の段落からなっています。
複数の抄録: 1つの記事または副記事には、記事の始めに表示する抄録、ePubのプロモーション抄録、RSS/Atomフィード用、号の表紙の宣伝用、一般ジャーナル記事の 1 ページ目にある要約文 (dek)、発音用の抄録、号またはウェブの目次用の短い要約、などがありえます。これらのタイプまたは使用法を記述するために2つの属性を使用できます。
  • @specific-use 属性は、RSS フィードや発音などの処理目的を識別するために使用できます。
  • オプションの @abstract-type 属性は、グラフィカル抄録、立体化学的な抄録、小デバイスに送信するための ASCII 抄録、目次に注釈として挿入されるよう非常に短い目次抄録など、特殊な種類の抄録を識別するために使用できます。推奨されるタイプのリストについては、@abstract-type を参照。
抄録の位置: <article-meta> 要素内の抄録は記事全体に関係します。図や表などの他の要素にも <abstract> 要素も含めることができますが、小さな要素の中の任意の抄録はその要素のみを参照するものであり、記事全体を参照するものではありません。
アクセシビリティ: アクセシビリティのために、視覚障害のある読者にその文書が何であるかを伝えることを目的とした、非常に短い概要の抄録 (目次の吹き出しや一部のジャーナルで使われる要約 (dek) のようなもの) を提供すると便利です。この抄録には、この XML からウェブページを作成するときにはこの抄録を使用してXHTMLメタデータを作成する必要があることを示すために、 “meta-description”, “description”, or “dc:description” などの @abstract-type を使うことができます。
ただし、この <abstract> 要素は、図表などの記事の構成部分の説明に使う、長短がある通常のアクセシビリティ要素 <alt-text><long-desc> の代わりに使ってはいけません。

関連要素

<trans-abstract> 要素には別の版の要約が含まれており、これは元の出版物以外の言語に翻訳されています。

属性

コンテンツ・モデル

<!ELEMENT  abstract     %abstract-model;                             >

拡張コンテンツ・モデル

(label?, title?, (p)*, (sec)*)

記述方法

以下の順:

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

用例 1

単一段落からなる典型的な抄録:
<article dtd-version="1.1">
<front>...
<article-meta>...
<volume>97</volume>
<issue>4</issue>
<fpage>1665</fpage>
<lpage>1670</lpage>
<history>...</history>
<permissions>
<copyright-statement>Copyright &#x00A9; 2000, The National Academy of
Sciences</copyright-statement>
<copyright-year>2000</copyright-year>
</permissions>
<abstract>
<p>We describe a method for cloning nucleic acid molecules
onto the surfaces of 5-&#x03BC;m microbeads rather than in biological hosts. A
unique tag sequence is attached to each molecule, and the tagged library is
amplified. Unique tagging of the molecules is achieved by sampling a small
fraction (1&#x0025;) of a very large repertoire of tag sequences. The resulting
library is hybridized to microbeads that each carry &#x2248;10<sup>6</sup>
strands complementary to one of the tags. About 10<sup>5</sup> copies of each
molecule are collected on each microbead. Because such clones are segregated on
microbeads, they can be operated on simultaneously and then assayed separately.
To demonstrate the utility of this approach, we show how to label and extract
microbeads bearing clones differentially expressed between two libraries by
using a fluorescence-activated cell sorter (FACS). Because no prior information
about the cloned molecules is required, this process is obviously useful where
sequence databases are incomplete or nonexistent. More importantly, the process
also permits the isolation of clones that are expressed only in given tissues or
that are differentially expressed between normal and diseased states. Such
clones then may be spotted on much more cost-effective, tissue- or
disease-directed, low-density planar microarrays.</p></abstract>
<kwd-group kwd-group-type="author">...</kwd-group>
</article-meta>
</front>
...</article>

用例 2

要約されたセクションを複数持つ抄録:
<article dtd-version="1.1">
<front>
<journal-meta>...
</journal-meta>
<article-meta>...
<permissions>
<copyright-statement>Copyright &#x00A9; 1999, British
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
</permissions>
<abstract abstract-type="section">
<sec>
<title>Objective</title>
<p>To examine the effectiveness of
day hospital attendance in prolonging independent living for elderly
people.</p></sec>
<sec>
<title>Design</title>
<p>Systematic review of 12 controlled clinical trials (available
by January 1997) comparing day hospital care with
comprehensive care (five trials), domiciliary care (four trials),
or no comprehensive care (three trials).</p>
</sec>
<sec>
<title>Subjects</title>
<p>2867 elderly people.</p>
</sec>
<sec>
<title>Main outcome measures</title>
<p>Death, institutionalisation, disability, global &#x201C;poor
outcome,&#x201D; and use of resources.</p>
</sec>
<sec>
<title>Results</title>
<p>Overall, there was no significant difference between day hospitals and
alternative services for death, disability, or use of resources. However, ...</p>
</sec>
<sec>
<title>Conclusions</title>
<p>Day hospital care seems to be an effective service for elderly
people ...</p>
<p><boxed-text position="float">
<sec><title>Key messages</title>
<p>...</p>
</sec>
</boxed-text></p>
</sec>
</abstract>
</article-meta>
</front>
...</article>

用例 3

@abstract-type 属性により複数の抄録がある場合に区別できる:
 ...
<article-meta>...  
<abstract>
<p>This is the third and last part of the volume devoted to solubility data of rare 
earth metal chlorides in water and in ternary and quaternary aqueous systems. 
Compilations of all available experimental data for each rare earth metal chloride 
are introduced with a corresponding critical evaluation. Every such evaluation 
contains a tabulated collection of all solubility results in water, a scheme of the 
water-rich part of the equilibrium ... Because the ternary and quaternary systems 
were almost never studied more than once, no critical evaluations or systematic 
comparisons of such data were possible. Simple chlorides (no complexes) of 
Gd, Tb, Dy, Ho, Er, Tm, Yb, and Lu are treated as the input substances. The 
literature (including a thorough coverage of papers in Chinese and Russian) 
has been covered through the middle of 2008.</p>
</abstract>
<abstract abstract-type="short">
<p>The is the third and last part of the volume devoted to solubility data of rare 
earth metal chlorides in water and in ternary and quaternary aqueous systems. 
Compilations of all available experimental data are introduced for each rare earth 
metal chloride with a corresponding critical evaluation. This part covers chlorides 
of Gd, Tb, Dy, Ho, Er, Tm, Yb, and Lu, with coverage of the literature through the 
middle of 2008.</p>
</abstract>
</article-meta>
...