Skip to content

Commit c51999f

Browse files
committed
Add tilt series and Deep Synoptic Array local ids
1 parent 5099119 commit c51999f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

invenio.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,9 @@ RDM_RECORDS_IDENTIFIERS_SCHEMES = {
431431
"url": {"label": _("URL"), "validator": idutils.is_url, "datacite": "URL"},
432432
"urn": {"label": _("URN"), "validator": idutils.is_urn, "datacite": "URN"},
433433
"w3id": {"label": _("W3ID"), "validator": always_valid, "datacite": "w3id"},
434+
"cdid": {"label": _("CALTECHDATA_ID"), "validator": always_valid, "datacite": "cdid"},
435+
"cdid": {"label": _("DSA_110_ID"), "validator": always_valid, "datacite": "dsa-110-id"},
436+
"cdid": {"label": _("TILT_SERIES_ID"), "validator": always_valid, "datacite": "tiltid"},
434437
}
435438
"""These are used for main, alternate and related identifiers."""
436439

0 commit comments

Comments
 (0)