From 286f7769f536e11e03994a1c8b74d3a1cf76d574 Mon Sep 17 00:00:00 2001 From: Arvid Ihrig Date: Wed, 28 Feb 2018 18:06:52 +0100 Subject: [PATCH] modified repository meta-data for data set DOIs --- .../repository.nomadmetainfo.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/meta_info/nomad_meta_info/repository.nomadmetainfo.json b/meta_info/nomad_meta_info/repository.nomadmetainfo.json index 46874af..7ee8cf9 100644 --- a/meta_info/nomad_meta_info/repository.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/repository.nomadmetainfo.json @@ -54,18 +54,25 @@ "section_repository_dataset" ] }, { - "description": "the NOMAD DOI assigned to the dataset", - "dtypeStr": "C", - "name": "dataset_dois", + "description": "the NOMAD DOIs assigned to the dataset", + "kindStr": "type_section", + "name": "section_dataset_doi", "superNames": [ "section_repository_dataset" ] }, { - "description": "the internal Id assigned to a NOMAD DOI", + "description": "the internal ID assigned to a NOMAD DOI (primary key in Postgres DB)", "dtypeStr": "i", - "name": "dataset_doi_ids", + "name": "dataset_doi_id", "superNames": [ - "section_repository_dataset" + "section_dataset_doi" + ] + }, { + "description": "the name of the DOI", + "dtypeStr": "i", + "name": "dataset_doi_name", + "superNames": [ + "section_dataset_doi" ] }, { "description": "Checksum idendifying the dataset in the repository", -- GitLab