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

In this section

Child pages (Children Display)
pageJATS/NLM XML Export

Titles

The paragraph styled as Article Title is tagged as <article-title> in the <title-group> element of the <article-meta> section.

This paragraph styled as Article Subtitle is tagged as <subtitle> in the <title-group> element of the <article-meta> section.

Paragraphs styled as Right Running Head or Left Running Head are tagged as <alt-title alt-title-type="right-running"> and <alt-title alt-title-type="left-running"> in the <title-group>.

Example:

The following screenshot demonstrates the use of Article Title, Article Subtitle, Right Running Head, and Left Running Head.

Screenshot in Draft View of various titles in a document. The visible paragraph styles from the top down are Article_Title, Article_Subtitle, Right_Running_Head, Left_Running_Head

which yields the following XML:

Code Block
<front>
...
<title-group>
<article-title>Wrangling Math from Microsoft Word into JATS XML Workflows</article-title>
<subtitle>A guide to working with math in Word</subtitle>
<alt-title alt-title-type="right-running">Wrangling Math from Microsoft Word into JATS XML Workflows</alt-title>
<alt-title alt-title-type="left-running">C. Gebhard, B. Rosenblum</alt-title>
</title-group>
 
...
<front>
Live SearchspaceKey
EUDRplaceholderSearch this space

In this section

Child pages (Children Display)
pageJATS/NLM XML Export

InfoSee Translated Titles for examples using the paragraph styles

Translated Titles

The following example demonstrates the use of the Article Title (Translated)

and Article

 and Article Subtitle (Translated

).

) paragraph styles:

Screenshot in Draft View of an article title and subtitle in Russian. The visible paragraph styles from the top down are Article_Title_Translated and Article_Subtitle_TranslatedImage Added

which yields the following XML (UTF-8 encoding):

Code Block
<trans-title-group xml:lang="ru">
<trans-title>Правильная математика для Microsoft Word XML документооборота JATS</trans-title>
<trans-subtitle>Руководство по работе с математикой в Word</trans-subtitle>
</trans-title-group>