The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Online Resolution and Registry Validation

Introduction

This vignette explains what it means to validate scholarly identifiers against external registries and how scholidonline relates to scholid.

When working with identifiers programmatically, it is essential to distinguish between three levels of validity:

scholid operates at the structural (and, where applicable, checksum) level.

scholidonline operates at the registry level.


Structural vs Registry Validity

Structural Validity

Structural validity answers:

Example:

scholid::is_scholid(
  "10.1000/182",
  type = "doi"
  )
#> [1] TRUE

Structural validation uses regular expressions and, where applicable, checksum algorithms (e.g., ORCID).

It does not require internet access.

It does not confirm existence.


Registry Validity

Registry validity answers:

For example:

Example:

scholidonline::id_exists(
  "10.1000/182",
  type = "doi"
  )

Registry validation:

A structurally valid identifier may still fail registry validation.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.