Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 798 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 798 Bytes

GBIF Registry DOI

This module includes interfaces and utilities to deal with DOI in the context of the Registry. Uses GBIF DOI project.

Configuration

Properties can be configured

  • doi.prefix is a DOI prefix. DOI consists of two parts: prefix and suffix (parts before/after slash). DOI example 10.21373/abcd, 10.21373 is a prefix of this DOI. DOI must start with 10. 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.

Parent