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

ORCIDs of authors mapping each to multiple OMIDs #25

Open
eliarizzetto opened this issue Jul 2, 2024 · 0 comments
Open

ORCIDs of authors mapping each to multiple OMIDs #25

eliarizzetto opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eliarizzetto
Copy link
Collaborator

In version 9 of the OpenCitations Meta CSV dataset (https://doi.org/10.6084/m9.figshare.21747461.v9), there are 672,864 ORCIDs of authors that are mapped to more than one OMID. For example, orcid:0000-0002-5848-4736 is found associated both to omid:ra/066010775159 and omid:ra/062701029254:

"orcid:0000-0002-5848-4736": {
  "name": [
    "Wright, Jonathan"
  ],
  "omid": [
    "omid:ra/066010775159",
    "omid:ra/062701029254"
  ]
}

These cases include also ORCIDs mapping to several OMIDs, like the following:

"orcid:0000-0003-4459-0893": {
  "name": [
    "Lukoyanov, A. V.",
  ],
  "omid": [
    "omid:ra/06909574674",
    "omid:ra/06450439759",
    "omid:ra/0616010803994",
    "omid:ra/0621010568668",
    "omid:ra/0625011150628",
    "omid:ra/06390302384",
    "omid:ra/0621011102542",
    "omid:ra/063012335422",
    "omid:ra/06340941441",
    "omid:ra/06380472445",
    "omid:ra/061011037",
    "omid:ra/0622011096827"
  ]
@eliarizzetto eliarizzetto added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant