PeerJ / jats-conversion

Conversion and validation for JATS XML
MIT License
51 stars 29 forks source link

Add support for data citation #107

Open hubgit opened 8 years ago

hubgit commented 8 years ago

Depends on JATS 1.1 #28

<element-citation publication-type="data">

New elements are data-title and version.

Example adapted from https://www.ncbi.nlm.nih.gov/books/NBK280240/

http://jatspan.org/niso/publishing-1.1/#p=tag-cite-data

hubgit commented 8 years ago

Example citation:

<element-citation publication-type="data">
   <person-group person-group-type="author">
      <name>
         <surname>Zanne</surname>
         <given-names>AE</given-names>
      </name>
      <name>
         <surname>Tank</surname>
         <given-names>DC</given-names>
      </name>
     [...]
   </person-group>
   <data-title>Data from: Three keys to the radiation of angiosperms into freezing environments</data-title>
   <version>2</version>
   <source>Dryad Digital Repository</source>
   <year>2013</year>
   <pub-id pub-id-type="doi">10.5061/dryad.63q27.2</pub-id>
</element-citation>