JATS4R / JATS4R-Participant-Hub

The hub for all JATS4R meeting notes, examples, draft recommendations, documents, and issues.
http://jats4r.org
17 stars 20 forks source link

Taxonomy #71

Open Melissa37 opened 9 years ago

Melissa37 commented 9 years ago

This is on the priority list. Not sure what the issue is, please add your thoughts!

hubgit commented 9 years ago

The standard for marking up taxonomic descriptions is TaxPub, implemented by Pensoft in Zookeys.

Unfortunately it's not as simple as adding a taxpub-namespaced taxon-treatment element to a JATS document, as the JATS DTD has to be extended to specify where that element is allowed to appear.

hubgit commented 9 years ago

Example:

<tp:nomenclature xmlns:tp="http://purl.net/taxpub/">
   <tp:taxon-name>
      <tp:taxon-name-part taxon-name-part-type="genus">Spigelia</tp:taxon-name-part>
      <tp:taxon-name-part taxon-name-part-type="species">genuflexa</tp:taxon-name-part>
      <object-id xlink:type="simple">urn:lsid:ipni.org:names:77114017-1</object-id>
      <object-id xlink:type="simple">http://species-id.net/wiki/Spigelia_genuflexa</object-id>
   </tp:taxon-name>
   <tp:taxon-authority>Popovkin &amp; Struwe</tp:taxon-authority>
   <tp:taxon-status>sp. nov.</tp:taxon-status>
   <xref ref-type="fig" rid="F1">Figs 1</xref>
   <xref ref-type="fig" rid="F2">2</xref>
</tp:nomenclature>