Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Include ORCIDs for curators in OMEX metadata/RDF files #9

Open
jonrkarr opened this issue Mar 1, 2022 · 0 comments
Open

Comments

@jonrkarr
Copy link

jonrkarr commented Mar 1, 2022

Since the number of curators is limited, I think it would be feasible to include ORCIDs for them. (In contrast, its likely much harder to do this for the much larger number of authors.)

For example, add Ion's ORCID to this

<dc:contributor>
    <rdf:Description>
	<foaf:name>Ion Moraru</foaf:name>
	<rdfs:label>Ion Moraru</rdfs:label>
    </rdf:Description>
</dc:contributor>

yielding this

<dc:contributor>
    <rdf:Description>
	<foaf:name>Ion Moraru</foaf:name>
	<rdfs:label>Ion Moraru</rdfs:label>
        <dc:identifier rdf:resource="http://identifiers.org/orcid:0000-0002-6961-1366"/>
    </rdf:Description>
</dc:contributor>

ORCIDs for curators

  • Ion Moraru: 0000-0002-6961-1366
  • Michael Blinov: 0000-0002-9363-9705
  • Dan Vasilescu
  • Les Loew
  • James Schaff
  • ...
@jonrkarr jonrkarr changed the title Suggestion: Include ORCIDs for curators Suggestion: Include ORCIDs for curators in OMEX metadata/RDF files Mar 1, 2022
@jonrkarr jonrkarr changed the title Suggestion: Include ORCIDs for curators in OMEX metadata/RDF files [Suggestion] Include ORCIDs for curators in OMEX metadata/RDF files Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants