<abbrev-journal-title>

Abbreviated Journal Title

Definition

A short form of the title of the journal in which the article is published

Remarks

Many publishers and archives keep an authority file of approved journal title abbreviations. The abbrev-type attribute may be used to hold the name of the authority (if known) that defined this particular abbreviation. For example, “medline” for the MEDLINE abbreviation or “publisher” for an abbreviation defined by a publisher such as Elsevier or Blackwell.

More than one abbreviated title may be provided for any given article, possibly using different authorities to determine the abbreviations.

Attribute

abbrev-type Type of Journal Title Abbreviation

Related Elements

For some archives, the journal identifier <journal-id> may also contain an abbreviation of the journal title, used as an identification code. It is not considered an error if the <journal-id> element repeats the abbreviated title as given in this element.

Model Information

Content Model

<!ELEMENT  abbrev-journal-title 
                        (#PCDATA %abbrev-journal-title-elements;)*   >

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<journal-meta> Journal Metadata

Tagged Example


<article>
<front>
<journal-meta>
<journal-id journal-id-type="pmc">pnas</journal-id>
<abbrev-journal-title abbrev-type="pubmed">Proc Natl 
Acad Sci USA</abbrev-journal-title>
<abbrev-journal-title abbrev-type="publisher">PNA
</abbrev-journal-title>
<issn>0027-8424</issn>
<publisher>
<publisher-name>The National Academy of
Sciences</publisher-name>
</publisher>
</journal-meta>
<article-meta>...
</article-meta>
</front>
...
</article> 


Module

journalmeta.ent