Skip to content
Snippets Groups Projects
Commit 43d77d19 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added more experimental metadata.

parent 51a05bdb
No related branches found
No related tags found
No related merge requests found
{
"type":"nomad_meta_info_1_0",
"description":"General definitions for experiment data, not specific to any experimental method or parser.",
"dependencies":[
{ "relativePath":"general.experimental.nomadmetainfo.json" }
],
"metaInfos":[
{
"description":"This section contains information about the stored data.",
"kindStr":"type_section",
"name":"section_data",
"superNames":[
"section_experiment"
]
},
{
"description":"The name of the repository, where the data is stored.",
"dtypeStr":"C",
"name":"data_repository_name",
"superNames":["section_data"]
},
{
"description":"An URL to the repository, where the data is stored.",
"dtypeStr":"C",
"name":"data_repository_url",
"superNames":["section_data"]
},
{
"description":"An URL to an image file that contains a preview.",
"dtypeStr":"C",
"name":"data_preview_url",
"superNames":["section_data"]
}
]
}
\ No newline at end of file
{
"type":"nomad_meta_info_1_0",
"description":"General definitions for experiment data, not specific to any experimental method or parser.",
"dependencies":[
{ "relativePath":"general.experimental.nomadmetainfo.json" }
],
"metaInfos":[
{
"description": "This section contains information about the applied experimental method.",
"kindStr":"type_section",
"name":"section_method",
"superNames":["section_experiment"]
},
{
"description": "Full name of the experimental method in use",
"name": "experiment_method_name",
"dtypeStr": "C",
"superNames":[ "section_method" ]
},
{
"description": "Abbreviated name (i.e. acronym) of the experimental method",
"name": "experiment_method_abbreviation",
"dtypeStr": "C",
"superNames":[ "section_method" ]
},
{
"description": "Name or model of the equipment (e.g. in full or an acronym).",
"name": "equipment_description",
"dtypeStr": "C",
"superNames":[ "section_method" ]
},
{
"description":"The probing method used",
"dtypeStr":"C",
"superNames":["section_method"],
"name":"probing_method",
"values": [
"laser pulses",
"electric pulsing",
"x-rays",
"electrons"
]
}
]
}
\ No newline at end of file
{
"type":"nomad_meta_info_1_0",
"description":"General definitions for experiment data, not specific to any experimental method or parser.",
"dependencies":[
{ "relativePath":"general.experimental.nomadmetainfo.json" }
],
"metaInfos":[
{
"description":"The section for all sample related (meta)data that was used in the experiment.",
"kindStr":"type_section",
"name":"section_sample",
"superNames":[
"section_experiment"
]
},
{
"description": "Description of the sample used in the experiment.",
"name": "sample_description",
"dtypeStr": "C",
"shape": [],
"superNames": ["section_sample"],
"units": ""
},
{
"description": "Identification number or signatures of the sample used.",
"name": "sample_id",
"dtypeStr": "C",
"shape": [],
"superNames": ["section_method"],
"units": ""
},
{
"description":"The physical state of the sample.",
"dtypeStr":"C",
"name":"sample_state",
"superNames":["section_sample"],
"values":{
"gas":"Gas",
"liquid":"Liquid",
"solution":"Solution"
}
},
{
"description":"The chemical formula that describes the sample",
"dtypeStr":"C",
"superNames":["section_sample"],
"name":"sample_chemical_formula"
},
{
"description":"The chemical name that describes the sample",
"dtypeStr":"C",
"superNames":["section_sample"],
"name":"sample_chemical_name"
},
{
"description":"The chemical name that describes the sample",
"dtypeStr":"C",
"superNames":["section_sample"],
"name":"sample_atom_labels",
"shape": ["n"]
},
{
"description": "Number of distinct chemical elements in the sample.",
"name": "number_of_elements",
"dtypeStr": "i",
"kindStr": "type_dimension",
"shape": [],
"superNames": ["section_sample"]
},
{
"description": "Space group of the sample compound (if crystalline).",
"name": "sample_space_group",
"dtypeStr": "i",
"shape": [],
"superNames": ["section_sample"],
"units": ""
},
{
"description":"The temperature of the sample during the experiment in K.",
"dtypeStr":"f",
"superNames":["section_sample"],
"name":"sample_temperature",
"units": "K"
},
{
"description":"The sample microstructure",
"dtypeStr":"C",
"superNames":["section_sample"],
"name":"sample_microstructure",
"values": [
"thin films",
"nanoscale objects",
"bulk sample, single-crystalline",
"bulk sample, polycrystalline"
]
},
{
"description":"The constituents",
"dtypeStr":"C",
"superNames":["section_sample"],
"name":"sample_constituents",
"values": [
"multi phase",
"single phase"
]
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment