-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmof-data.json
More file actions
70 lines (70 loc) · 4.14 KB
/
mof-data.json
File metadata and controls
70 lines (70 loc) · 4.14 KB
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
{
"Synthesis": [
{
"Hardware": { "Component": [{ "_id": "S-1", "_type": "glass vial" }] },
"Metadata": { "_description": "S-1", "_product": "MIL-88B (Fe)" },
"Procedure": {
"Prep": {
"Step": [
{ "_vessel": "S-1", "$xml_type": "Add", "_amount": { "Unit": "MilliMOL", "Value": 0.4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "FeCl3", "_order": 0 },
{ "_vessel": "S-1", "$xml_type": "Add", "_amount": { "Unit": "MilliMOL", "Value": 0.4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "Benzene-1,4-dicarboxylic acid", "_order": 1 },
{ "_vessel": "S-1", "$xml_type": "Add", "_amount": { "Unit": "MilliL", "Value": 4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "DMF", "_order": 2 }
]
},
"Reaction": {
"Step": [
{ "_vessel": "S-1", "$xml_type": "Sonicate", "_time": { "Value": 30.0, "Unit": "MIN", "$xml_append": "${Value} ${Unit}" }, "_order": 0 },
{ "_comment": "In: oven", "_vessel": "S-1", "$xml_type": "HeatChill", "_temp": { "Unit": "DEG_C", "Value": 120.0, "$xml_append": "${Value} ${Unit}" }, "_time": { "Value": 1, "Unit":"DAY", "$xml_append": "${Value} ${Unit}" }, "_order": 1 }
]
},
"Workup": {
"Step": [
{ "_vessel": "S-1", "$xml_type": "WashSolid", "_solvent": "EtOH", "_order": 0 },
{ "_vessel": "S-1", "$xml_type": "Dry", "_temp": { "Unit": "DEG_C", "Value": 120.0, "$xml_append": "${Value} ${Unit}" }, "_time": { "Value": 1, "Unit":"DAY", "$xml_append": "${Value} ${Unit}" }, "_pressure": { "Unit": "PA", "Value": 0, "$xml_append": "${Value} ${Unit}" }, "_order": 1 }
]
}
},
"Reagents": {
"Reagent": [
{ "_id": "FeCl3", "_name": "FeCl3", "_role": "substrate" },
{ "_id": "Benzene-1%252C4-dicarboxylic%2520acid", "_name": "Benzene-1,4-dicarboxylic acid", "_role": "ligand" },
{ "_id": "DMF", "_name": "DMF", "_role": "solvent" },
{ "_id": "EtOH", "_name": "EtOH", "_role": "solvent" }
]
}
},
{
"Hardware": { "Component": [{ "_id": "S-2", "_type": "glass vial" }] },
"Metadata": { "_description": "S-2", "_product": "MIL-88B+MIL101 (mix phases)" },
"Procedure": {
"Prep": {
"Step": [
{ "_vessel": "S-2", "$xml_type": "Add", "_amount": { "Unit": "MilliMOL", "Value": 0.4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "FeCl3·6H2O", "_order": 0 },
{ "_vessel": "S-2", "$xml_type": "Add", "_amount": { "Unit": "MilliMOL", "Value": 0.4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "Benzene-1,4-dicarboxylic acid", "_order": 1 },
{ "_vessel": "S-2", "$xml_type": "Add", "_amount": { "Unit": "MilliL", "Value": 4, "$xml_append": "${Value} ${Unit}" }, "_reagent": "DMF", "_order": 2 }
]
},
"Reaction": {
"Step": [
{ "_vessel": "S-2", "$xml_type": "Sonicate", "_time": { "Value": 30.0, "Unit": "MIN", "$xml_append": "${Value} ${Unit}" }, "_order": 0 },
{ "_comment": "In: oven", "_vessel": "S-2", "$xml_type": "HeatChill", "_temp": { "Unit": "DEG_C", "Value": 120.0, "$xml_append": "${Value} ${Unit}" }, "_time": { "Value": 1, "Unit":"DAY", "$xml_append": "${Value} ${Unit}" }, "_order": 1 }
]
},
"Workup": {
"Step": [
{ "_vessel": "S-2", "$xml_type": "WashSolid", "_solvent": "EtOH", "_order": 0 },
{ "_vessel": "S-2", "$xml_type": "Dry", "_temp": { "Unit": "DEG_C", "Value": 120.0, "$xml_append": "${Value} ${Unit}" }, "_time": { "Value": 1, "Unit":"DAY", "$xml_append": "${Value} ${Unit}" }, "_pressure": { "Unit": "PA", "Value": 0, "$xml_append": "${Value} ${Unit}" }, "_order": 1 }
]
}
},
"Reagents": {
"Reagent": [
{ "_id": "FeCl3%25C2%25B76H2O", "_name": "FeCl3·6H2O", "_role": "substrate" },
{ "_id": "Benzene-1%252C4-dicarboxylic%2520acid", "_name": "Benzene-1,4-dicarboxylic acid", "_role": "ligand" },
{ "_id": "DMF", "_name": "DMF", "_role": "solvent" },
{ "_id": "EtOH", "_name": "EtOH", "_role": "solvent" }
]
}
}
]
}