wfexs_backend.utils.orcid#

Module Contents#

Functions#

validate_orcid

This method validates the input possible orcid. When it is a valid one it returns the ORCID in short form, the URL of the ORCID profile, the public record and the gathered metadata from the HTTP REST call

Data#

API#

wfexs_backend.utils.orcid.ORCID_HOST: Final[str] = 'orcid.org'#
wfexs_backend.utils.orcid.ORCID_PATTERN: Final[Pattern[str]] = 'compile(...)'#
wfexs_backend.utils.orcid.ORCID_CURIE: Final[str] = 'orcid'#
wfexs_backend.utils.orcid.ORCID_URL_PREFIX: Final[str] = None#
wfexs_backend.utils.orcid.validate_orcid(orcid_or_url: str) ResolvedORCID | None#

This method validates the input possible orcid. When it is a valid one it returns the ORCID in short form, the URL of the ORCID profile, the public record and the gathered metadata from the HTTP REST call