plazi / TaxPub

TaxPub Extension of the Journal Publishing Tag Set NISO JATS Version 1.1 (ANSI/NISO Z39.96-2015)
MIT License
12 stars 5 forks source link

how to annotate species: new taxa registration #55

Closed myrmoteras closed 1 year ago

myrmoteras commented 2 years ago

@tcatapano

what is correct to add a persistent http uri? When to use what?

<named-content content-type="phycobank" xlink:href="http://phycobank.org/103328">Phycobank 103328</named-content>

or

<object-id content-type="zoobank" xlink:type="simple">https://zoobank.org/63BC2367-9654-45DA-8021-FD17584DFFDC</object-id>

This is also how it is used in ZooKeys https://zookeys.pensoft.net/article/86448/download/xml/

see https://docs.google.com/document/d/119Q23aispfZgOZpfpCh0V6Z0S8sClJz-/edit#

or

<mixed-citation><object-id content-type="taxonomic_treatment" object-id-type="doi">[DOI]</object-id></mixed-citation>

tcatapano commented 1 year ago

These are all JATS usage issues, not TaxPub issues per se. See the discussions and definitions of these elements in the JATS Tag Library

The <object-id> element holds an external identifier, typically assigned to an object such as a table by a publisher. The contents of this element should not be confused with the @id attribute, which holds an internal document identifier that can be used by software to perform a simple link inside the document.

also see:

Closing.