Skip to content

Commit ed380fc

Browse files
INSPIRE harvester: implement transformer rules
* closes CERNDocumentServer#325
1 parent afbaaa1 commit ed380fc

File tree

5 files changed

+1513
-92
lines changed

5 files changed

+1513
-92
lines changed

invenio.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ RDM_FILES_DEFAULT_MAX_FILE_SIZE = 50 * 10 ** 9 # 50GB
366366

367367
JOBS_ADMINISTRATION_ENABLED = True
368368

369+
IDENTIFIERS_SCHEMES_TO_DROP = ["SPIRES", "HAL", "OSTI", "SLAC", "PROQUEST"]
369370
RDM_RECORDS_IDENTIFIERS_SCHEMES = {**RDM_RECORDS_IDENTIFIERS_SCHEMES,
370371
**{"cds_ref": {"label": _("CDS Reference"),
371372
"validator": always_valid,

0 commit comments

Comments
 (0)