Skip to content

Use native ORCID JSON format #8

@tobiasschweizer

Description

@tobiasschweizer

Also integrate provenance information from ORCID profile (how the DOI was imported/assigned):

curl -L -H "Accept: application/orcid+json" "https://orcid.org/0000-0002-9016-1013" > orcid.json

."activities-summary".works.group[]."work-summary"[].source."source-name"

-> instead of requesting JSON-LD, request the ORCID native JSON format.

Get DOIs from native ORCID JSON: [."activities-summary".works.group[]."work-summary"[]."external-ids"."external-id"[] | select(."external-id-type" == "doi") | ."external-id-value"]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions