◇◆
<trans-abstract> Translated Abstract (deprecated)
Abstract that has been translated into a language other than that in which the work
was originally published. This element is deprecated.
Usage/Remarks
Avoid using <trans-abstract>; instead, repeat the element <abstract> with different @xml:lang attributes.
Abstracts in Multiple Languages
There should no longer be an element meaning “translated-abstract” in BITS.
Users with abstracts in more than one language should tag them all as <abstract> elements, using the attribute @xml:lang to name the language in which the abstract is written.
The multi-language attributes (See essay on using multi-language mechanism.) can be used to mark one abstract as the “original”
and another as a “translation”, to mark two or more abstracts as “original”, or to group same-content abstracts into language groups.
Variability of Abstracts
A document may take many abstracts (<abstract>),
differing in:
- size (“<abstract abstract-type="short">”, “<abstract abstract-type="section">”)
- kind (“<abstract abstract-type="stereochemical">”, “<abstract abstract-type="objectives">”)
- audience (“<abstract abstract-type="executive-summary">”, “<abstract abstract-type="web-summary">”)
- language (“<abstract abstract-type="short" xml:lang="de">”, “<abstract abstract-type="short" xml:lang="fr">”)
Attributes are used to differentiate these multiple abstracts:
- The attribute @specific-use may identify a processing purpose, such as RSS feed or pronunciation.
- The attribute @xml:lang identifies the language in which the abstract is written.
- The optional attribute @abstract-type may identify special types of abstracts, for example, graphical abstracts, stereochemical abstracts, ASCII abstracts for sending to small devices, and Table-of-Contents abstracts that are so short they are inserted as annotations into a Table of Contents. See the attribute page for @abstract-type for a list of suggested types.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- The following, in order:
- <sec-meta> Section Metadata, zero or one
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- <subtitle> Document Subtitle, zero or more
- <alt-title> Alternate Title, zero or more
- Any combination of:
- <address> Address/Contact Information
- <alternatives> Alternatives For Processing
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <name-address-wrap> Name/Address Block Wrapper
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- <sec> Section, zero or more
- Any combination of:
Content Model
<!ELEMENT trans-abstract
%trans-abstract-model; >Expanded Content Model
((object-id)*, (sec-meta?, label?, title?, subtitle*, alt-title*, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (notes | fn-group | glossary | ref-list | sig-block)*))
Tagged Samples
2 abstracts and 2 titles, each with language identified
<book-meta>
<book-id book-id-type="publisher-id"
>0002792-200209170-00001</book-id>
<book-title-group xml:lang="en">
<book-title>Quebec's Bill 114</book-title>
</book-title-group>
<book-title-group xml:lang="fr">
<book-title>La Loi 114 du Québec</book-title>
</book-title-group>
...
<abstract xml:lang="en">
<p>When 51-year-old Claude Dufresne, experiencing his second
myocardial infarction, arrived ...</p>
</abstract>
<abstract xml:lang="fr">
<p>Claude Dufresne, 51 ans, en proie à son deuxième
infarctus du myocarde, est arrivé trop tard de six minutes
à l'urgence du Centre hospitalier du Centre-de-la-Mauricie,
hôpital de 142 lits de Shawinigan- Sud. Les portes de
l'urgence étaient en effet fermées pour la nuit,
parce qu'aucun des 60 médecins de famille ou internistes
de l'hôpital n'était disponible pour assurer
le service. M. Dufresne est décédé en chemin
vers la salle d'urgence ouverte la plus près, à
quelque 30 minutes de là.</p>
</abstract>
</book-meta>Book abstracts
<book dtd-version="2.2">
<book-meta>
<book-id>...</book-id>
<book-title-group>...</book-title-group>
<permissions>...</permissions>
<abstract>
<p>When 51-year-old Claude Dufresne, experiencing his second
myocardial infarction, arrived ...</p>
</abstract>
<trans-abstract xml:lang="fr">
<p>Claude Dufresne, 51 ans, en proie à son deuxième
infarctus du myocarde, est arrivé trop tard de six minutes
à l'urgence du Centre hospitalier du Centre-de-la-Mauricie,
hôpital de 142 lits de Shawinigan- Sud. Les portes de
l'urgence étaient en effet fermées pour la nuit,
parce qu'aucun des 60 médecins de famille ou internistes
de l'hôpital n'était disponible pour assurer
le service. M. Dufresne est décédé en chemin
vers la salle d'urgence ouverte la plus près, à
quelque 30 minutes de là.</p>
</trans-abstract>
</book-meta>
</book>