On 12.04.2025 23:41, John R. Levine wrote:
You may have seen some discussions about ORCIDs on the main IETF list.
Here's a concrete proposal to add them to rfcxml.

I propose to add a new sub-element to the author element called orcid.
Its formal definition would be text, just like email or uri, but the
idea is that it contains your ORCID, like this:

     <author fullname="John Levine">
       <organization/>
       <address>
         <postal>
           <country>US</country>
         </postal>
         <email>standa...@standcore.com</email>
         <orcid>0000-0001-7553-5024</orcid>
       </address>
     </author>

I realize you can put the ORCID URI in the URI field, or if you're
Carsten you can sneak it into the email field, but the idea is that the
contents of the <orcid> element is an ORCID and nothing else.
...

Maybe this could be made a bit more generic?

Such as...:

<bikeshed-here type="orcid"
href="http://orcid.org/0000-0001-7553-5024";>0000-0001-7553-5024</bikeshed-here>

...which would make it a "typed" <eref/>.

Best regards, Julian

_______________________________________________
rfc-interest mailing list -- rfc-interest@rfc-editor.org
To unsubscribe send an email to rfc-interest-le...@rfc-editor.org

Reply via email to