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

Best practices: ORCID IDs #119

Closed pkra closed 7 years ago

pkra commented 8 years ago

I was hoping to tap into the community knowledge.

For a project with a mathematical publisher, we've used something like

<contrib-group content-type="authors">
        <contrib contrib-type="author">
          <contrib-id contrib-id-type="orcid">http://orcid.org/0000-zzz-yyy-xxx</contrib-id>
          <name name-style="western">
            <surname>John</surname>
            <given-names>Doe</given-names>
          </name>
          <aff>Doe's Institute of Advanced JATS</aff>
          <email>john@doe.math</email>
        </contrib>
...
</contrib-group>

I've also seen just <uri content-type="orcid" xlink:href="http://orcid.org/0000-0002-7361-560X"/> in the wild and I'm wondering what people here consider best practice.

hubgit commented 8 years ago

There's an example of using orcid as a contrib-id-type value in the JATS documentation, so I'd say that's best practice (it's also what we use at PeerJ).

pkra commented 8 years ago

Right, sorry, I should've linked to that. Still, seeing other examples in the wild made us wonder.