This module includes interfaces and utilities to deal with DOI in the context of the Registry. Uses GBIF DOI project.
Properties can be configured
-
doi.prefix
is a DOI prefix. DOI consists of two parts: prefix and suffix (parts before/after slash). DOI example10.21373/abcd
,10.21373
is a prefix of this DOI. DOI must start with10.
GBIF implementation. -
doi.datasetParentExcludeList
when configured, we can skip the DOI logic for some dataset when the getParentDatasetKey is in the parentDatasetExcludeList. Can be empty.