Journal Article Tag Suite

from Wikipedia, the free encyclopedia

Journal Article Tag Suite ( JATS ) is an XML - markup language used for the exchange and archiving of scientific publications is used. To use PubMed Central , BioMed Central , Copernicus Publications , the Optical Society of America , J-STAGE and the Nature Publishing Group JATS.

The National Center for Biotechnology Information and the National Library of Medicine developed a Document Type Definition (DTD) for all PubMed Central content in 2003 . This quickly became the de facto standard for the XML markup of open access journals . In 2004 and 2008 the DTD was updated. In 2011, JATS was published as NISO standard NISO Z39.96 and adopted in 2012.

The current version of JATS is version number 1.2 . A standard for scientific books (BITS) was developed based on JATS.

example

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article
  PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.0 20120330//EN"
         "JATS-journalpublishing1.dtd"
>
<article dtd-version="1.0" article-type="article" specific-use="migrated"
 xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"
>
  <front>
    <article-meta>
      <title-group>
        <article-title>...</article-title>
      </title-group>
      <pub-date>...</pub-date>
      <permissions>
        <copyright-statement>...</copyright-statement>
        <license>...</license>
      </permissions>
    </article-meta>
  </front>
  <body>...</body>
  <back>...</back>
</article>

Web links

Individual evidence

  1. Jeffrey Beck: NISO Z39.96 The Journal Article Tag Suite (JATS): What Happened to the NLM DTDs? In: The Journal of Electronic Publishing . tape 14 , no. 1 , August 15, 2011, doi : 10.3998 / 3336451.0014.106 (English).
  2. Versions
  3. Book Interchange Tag Set (BITS) JATS extension