Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Live Search
spaceKeyEUDR
placeholderSearch this space

On this page

Table of Contents
minLevel1
maxLevel7

In this section

Child pages (Children Display)
pageJATS/NLM XML Export

Abstract Head, Abstract

The following example demonstrates the use of the Abstract Head and Abstract paragraph styles.

Image Removed

Teaser Head, Teaser

Translated Abstracts

:

Screenshot in Draft View of an abstract example with an abstract head. The paragraph styles used are 'Abstract Head' and 'Abstract'Image Added

which yields the following XML:

Code Block
<abstract>
<sec><title>Introduction</title><p>Mathematics is a fundamental building block of modern technology, research, and industry, and yet the technological means of publishing mathematics can still be surprisingly challenging. As a result, anyone involved in producing, publishing, or reading mathematical equations electronically knows that writing and publishing math is not a simple process.</p>
...
</abstract>

Teaser Head, Teaser

The following example demonstrates the use of the Teaser_Head and Teaser paragraph styles:

Screenshot in Draft View of an example teaser sentence with a 'Teaser' heading. The paragraph styles used are 'Teaser_Head' and 'Teaser'Image Added

which yields this XML:

Code Block
<abstract abstract-type="teaser">
<title>Teaser</title>
<p>This paper clarifies the different forms of equations that can be encountered in Word documents and discusses the issues and idiosyncrasies of converting these various forms to MathML, LaTeX, and/or images in the JATS XML model.</p>
</abstract>

Translated Abstracts

The following example demonstrates the use of the Abstract Head (Translated) and Abstract (Translated) paragraph stylesL

Screenshot in Draft View of an abstract and abstract head that has been translated into Russian. The paragraph styles are 'Abstract_Head_Translated' and 'Abstract_Translated'Image Added

which yields this XML:

Code Block
<trans-abstract xml:lang="ru">
    <title>Резюме</title>
    <p>Математика является фундаментальным строительным блоком современных технологий, научных исследований и промышленности, и в то же технологические средства публикации математики до сих пор может быть удивительно сложным. В результате, кто участвует в производстве, издательской, или чтение в электронном виде математических уравнений известно, что написание и публикация математику не является простым процессом.</p>
</trans-abstract>
Info

This and other Russian translations used in this documentation were translated automatically using Google Translate.