-
Notifications
You must be signed in to change notification settings - Fork 1
/
doc.json
102 lines (102 loc) · 2.91 KB
/
doc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"@context": {
"mad": "https://madices.github.io/",
"@base": "https://madices.github.io/",
"entry_id": "@id",
"archive": "@nest",
"data": "@nest",
"samples": {
"@reverse": "mad:IsInputOf"
},
"name": {
"@id": "mad:name"
},
"lab_id": "@id",
"reaction_results": "@nest",
"reactants_conversions": {
"@id": "mad:hasReactant",
"@type": "@id",
"@context": {
"name": "@id"
}
},
"parser_name": "@type",
"m_def": "@type"
},
"@graph": [
{
"entry_id": "3fe5dguZxs7e7bVbfAdjmHXnCI8u",
"parser_name": "parsers/archive",
"archive": {
"data": {
"m_def": "../upload/raw/measurement_entry_schema.archive.yaml#/definitions/section_definitions/0",
"name": "MnWO4_C3performance",
"datetime": "2024-04-16T11:38:18.967172+00:00",
"location": "FHI/AC department",
"reaction_class": "Oxidation",
"reaction_name": "Oxidation of Propane",
"experimenter": "P. Kube",
"data_file": "C3_performance_MnWO4.xlsx",
"samples": [
{
"m_def": "nomad.datamodel.metainfo.basesections.CompositeSystemReference",
"name": "32024",
"reference": "../uploads/YdPbMF9bT0621URM2mboUg/archive/pw50pT2_2tTTJMbiDphASGqcSAuX#/data",
"lab_id": "32024"
}
],
"reactor_filling": {
"catalyst_mass": 231.1
},
"reaction_results": {
"reactants_conversions": [
{
"name": "oxygen"
},
{
"name": "propane"
}
]
}
}
}
},
{
"entry_id": "3fe5dguZxs7e7bVbfAdjmHXnCI8x",
"parser_name": "parsers/archive",
"archive": {
"data": {
"m_def": "../upload/raw/measurement_entry_schema.archive.yaml#/definitions/section_definitions/0",
"name": "MnWO4_C3performance",
"datetime": "2024-04-16T11:38:18.967172+00:00",
"location": "FHI/AC department",
"reaction_class": "Oxidation",
"reaction_name": "Oxidation of Propane",
"experimenter": "P. Kube",
"data_file": "C3_performance_MnWO4.xlsx",
"samples": [
{
"m_def": "nomad.datamodel.metainfo.basesections.CompositeSystemReference",
"name": "32024",
"reference": "../uploads/YdPbMF9bT0621URM2mboUg/archive/pw50pT2_2tTTJMbiDphASGqcSAuX#/data",
"lab_id": "32024"
}
],
"reactor_filling": {
"catalyst_mass": 231.1
},
"reaction_results": {
"reactants_conversions": [
{
"name": "oxygen"
},
{
"name": "propane"
}
]
}
}
}
}
]
}