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

Actor identifiers URLs #35

Open
1 of 2 tasks
mkrzmr opened this issue Nov 7, 2024 · 1 comment
Open
1 of 2 tasks

Actor identifiers URLs #35

mkrzmr opened this issue Nov 7, 2024 · 1 comment
Assignees

Comments

@mkrzmr
Copy link
Contributor

mkrzmr commented Nov 7, 2024

I noticed some actors have invalid identifiers:

Image

"contributors": [ { "actor": { "id": 3060, "name": "Andrew Akhlaghi", "externalIds": [ { "identifierService": { "code": "ORCID", "label": "ORCID", "ord": 1, "urlTemplate": "https://orcid.org/{source-actor-id}" }, "identifier": "0000-0002-0824-3328" }, { "identifierService": { "code": "SourceActorId", "label": "Source ActorId", "ord": 7, "urlTemplate": "" }, "identifier": "2-4d7f7f6ec889905bf19100999715d37955aecd09adffe281a8a26496dd020d52" }, { "identifierService": { "code": "ORCID", "label": "ORCID", "ord": 1, "urlTemplate": "https://orcid.org/{source-actor-id}" }, "identifier": "https://orcid.org/0000-0002-0824-3328" } ], "affiliations": [] }, "role": { "code": "author", "label": "Author", "ord": 2 } } ],

to do

  • endpoint should reject invalid identifiers through regex
  • find existing cases and create workflow to fix them
@mkrzmr
Copy link
Contributor Author

mkrzmr commented Nov 22, 2024

added to 4.2 curation-notebook. found and fixed 55 entries.

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

1 participant