Bibliographic description of a work. Includes bibliographic reference elements only. Does not include untagged text, spacing, or punctuation.
This element is composed of bibliographic descriptive elements (such as <article-title> and <fpage>) in any order, repeated as needed, with no untagged text and all the punctuation and spacing between elements removed.
This element is intended for capturing a publisher’s specific element order; therefore, it does not enforce a particular element order on its own.
Related Essay: For a discussion on the use of <element-citation>, see Tagging Bibliographic References.
Best Practice: Although this Tag Set does not enforce it, best practice is to tag as many of the following elements as possible within an <element-citation> to a journal article or a book, so that PubMed Central, CrossRef, or other matching service can make the journal citation into a live link.
source |
The title of the journal in which the cited article was published. (For journal titles, publishers and archives typically establish authority lists, for example, in PubMed Central processing, the journal title source is usually the NLM title abbreviation of the journal name <source>Physiol Rev</source>.) For book citations, this is the title of the book: <source>Moby Dick</source>. |
article-title |
Title of the article (Use the <source> element for titles of books, reports, conference proceedings, etc.) |
volume |
Number of the applicable volume of the journal |
issue |
Issue number of the applicable issue |
fpage |
Page number on which the article starts |
surname |
Surname (familial name) of an author or editor (This element is used inside a <name> element or <string-name> element which is repeated when multiple authors must be listed.) |
year |
The year of publication |
month |
The month of publication (if present) |
day |
The day of month of publication (if present) |
Linking Best Practice: In order to make citations into live links, as much of the author and date information as is available should be preserved, even if it not possible to tag all the elements just named. The most important date tag is <year>, and it should always be tagged if possible, for example, <year>2008</year>. The <day> and <month> tags are used more rarely; they are provided because some of the citation matching services can use the month and day information if it is available.
Information Typing Best Practice: The @publication-type attribute should normally be used to distinguish between journal articles, books, reviews, personal communications, and so on.
Historical Note: This element is one of the elements that replaces the <citation> element of versions prior to JATS 3.0.
<!ELEMENT element-citation (%citation-elements;)+ >
(bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | alternatives | inline-graphic | private-char | chem-struct | inline-formula | label | abbrev | milestone-end | milestone-start | named-content | styled-content | annotation | article-title | chapter-title | collab | comment | conf-date | conf-loc | conf-name | conf-sponsor | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | isbn | issn | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-name | supplement | trans-source | trans-title | uri | volume | volume-id | volume-series | year | sub | sup)+
One or more of any of:
...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></name>
<name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></name>
<name><surname>Poch Olive</surname>
<given-names>ML</given-names></name>
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>
<source>An Esp Pediatr</source>
<year>2001</year>
<month>Nov</month>
<volume>55</volume>
<issue>5</issue>
<fpage>413</fpage>
<lpage>420</lpage>
<comment>Figura 3, Tendencia de mortalidad infantil
[Figure 3, Trends in infant mortality]; p. 418.
Spanish</comment>
</element-citation>
</ref>
...
...
<ref>
<element-citation publication-type="book" publication-format="print">
<name><surname>Al-Ibrahim</surname>
<given-names>MS</given-names></name>
<name><surname>Gross</surname>
<given-names>JY</given-names></name>
<chapter-title>Tobacco use</chapter-title>
<person-group person-group-type="editor">
<name><surname>Walker</surname>
<given-names>HK</given-names></name>
<name><surname>Hall</surname>
<given-names>WD</given-names></name>
<name><surname>Hurst</surname>
<given-names>JW</given-names></name>
</person-group>
<source>Clinical methods: the history, physical,
and laboratory examinations</source>
<publisher-loc>Stoneham (MA)</publisher-loc>
<publisher-name>Butterworth Publishers</publisher-name>
<year content-type="copyright-year">1990</year>
<fpage>214</fpage>
<lpage>216</lpage>
</element-citation>
</ref>
...
JATS-common0.ent