-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoperando_cell_registry.json
More file actions
283 lines (282 loc) · 7.84 KB
/
operando_cell_registry.json
File metadata and controls
283 lines (282 loc) · 7.84 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
[
{
"id": "cell_001",
"name": "POLARIS",
"type": "Coin adjacent",
"contact_info": {
"primary_email": "gabriel.perez@stfc.ac.uk"
},
"compatibility": {
"instruments": ["POLARIS", "GEM", "WISH"],
"techniques": ["Neutron Diffraction"]
},
"specifications": {
"sample_size": "2x4cm aperture",
"window_materials": ["Vanadium", "Aluminium", "Nickel", "Copper"],
"operating_limits": {
"max_temp_c": 80,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Unquantified stack pressure", "Electrolyte settling"],
"representativeness": ["High mass loading affects ion diffusion"],
"reproducibility": ["Pressure inconsistency from PEEK screws"]
},
"digital_twin": {
"cad_available": true
}
},
{
"id": "cell_002",
"name": "BAM",
"type": "Coin adjacent",
"contact_info": {
"primary_email": "peter.baker@stfc.ac.uk"
},
"compatibility": {
"instruments": ["EMU", "SINQ"],
"techniques": ["Muon spectroscopy", "SANS"]
},
"specifications": {
"sample_size": "18mm diameter",
"window_materials": ["Stainless Steel", "Aluminium"],
"operating_limits": {
"max_temp_c": 100,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Unquantified stack pressure", "Electrolyte settling"],
"representativeness": ["High mass loading limits C-rate"],
"reproducibility": ["Non-standard in-house design"]
},
"digital_twin": {
"cad_available": true
}
},
{
"id": "cell_003",
"name": "DRIX",
"type": "Radial / Capillary",
"contact_info": {
"primary_email": "daniel.irving@diamond.ac.uk"
},
"compatibility": {
"instruments": ["I15-1", "DIAD"],
"techniques": ["XPDF", "XAS", "XRS"]
},
"specifications": {
"sample_size": "2.9mm ID",
"window_materials": ["Quartz"],
"operating_limits": {
"max_temp_c": 180,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Background variation if misaligned", "Fragile capillaries"],
"representativeness": ["Small sample size"],
"reproducibility": ["Difficult assembly", "Unsuited to pressure"]
},
"digital_twin": {
"cad_available": false
}
},
{
"id": "cell_004",
"name": "Spectro-echem Flow Cell",
"type": "Flow Cell",
"contact_info": {
"primary_email": "santosh.kumar@diamond.ac.uk"
},
"compatibility": {
"instruments": ["B07", "B22"],
"techniques": ["Soft XPS", "NEXAFS", "XAS"]
},
"specifications": {
"sample_size": "3-12mm electrode",
"window_materials": ["Silicon nitride", "Graphene", "Nafion"],
"operating_limits": {
"max_temp_c": 25,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Beam damage artifacts", "Flow-induced vibrations"],
"representativeness": ["Thin sample requirement"],
"reproducibility": ["Membrane prep difficulty", "Flow optimisation required"]
},
"digital_twin": {
"cad_available": false
}
},
{
"id": "cell_006a",
"name": "B18 Static Cell",
"contact_info": {
"primary_email": "james.le-houx@stfc.ac.uk"
},
"type": "Static",
"compatibility": {
"instruments": ["B18"],
"techniques": ["Hard X-ray XAS (Fluorescence)"]
},
"specifications": {
"sample_size": "Variable",
"window_materials": ["Kapton"],
"operating_limits": {
"max_temp_c": 25,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Beam damage risk"],
"representativeness": ["Static conditions only"],
"reproducibility": ["Non-standard design"]
},
"digital_twin": {
"cad_available": false
}
},
{
"id": "cell_006b",
"name": "B18 Flow Cell",
"contact_info": {
"primary_email": "james.le-houx@stfc.ac.uk"
},
"type": "Flow",
"compatibility": {
"instruments": ["B18"],
"techniques": ["Hard X-ray XAS (Fluorescence & Transmission)"]
},
"specifications": {
"sample_size": "Variable",
"window_materials": ["Kapton"],
"operating_limits": {
"max_temp_c": 25,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Window damage risk"],
"representativeness": ["Controlled mass transport"],
"reproducibility": ["Requires pump optimisation"]
},
"digital_twin": {
"cad_available": false
}
},
{
"id": "cell_007a",
"name": "M3.0 (Nanoprobe)",
"contact_info": {
"primary_email": "miguel.gomez-gonzalez@diamond.ac.uk"
},
"type": "Modular Stack",
"compatibility": {
"instruments": ["I14"],
"techniques": ["Nano-focus XRF", "XANES"]
},
"specifications": {
"sample_size": "Coin-type stack",
"window_materials": ["Gorilla Glass", "PEEK"],
"operating_limits": {
"max_temp_c": 25,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Window bulging affects pressure uniformity"],
"representativeness": ["Trade-off: uniformity vs pressure"],
"reproducibility": ["Piston seal is tricky"]
},
"digital_twin": {
"cad_available": true
}
},
{
"id": "cell_007b",
"name": "M4.0 (Nanoprobe)",
"contact_info": {
"primary_email": "miguel.gomez-gonzalez@diamond.ac.uk"
},
"type": "Modular Stack",
"compatibility": {
"instruments": ["I14", "B18"],
"techniques": ["Nano-focus XRF", "XANES"]
},
"specifications": {
"sample_size": "Coin-type stack",
"window_materials": ["Silicon Nitride", "FFKM Gasket"],
"operating_limits": {
"max_temp_c": 25,
"pressure_control": true
}
},
"limitations_3r": {
"reliability": ["Risk of electrical shorting from Al plates"],
"representativeness": ["Reproducible stack pressure"],
"reproducibility": ["Limited availability of FFKM gaskets"]
},
"digital_twin": {
"cad_available": true
}
},
{
"id": "cell_008",
"name": "Standard Coin Cell (Mod)",
"contact_info": {
"primary_email": "james.le-houx@stfc.ac.uk"
},
"type": "Baseline",
"compatibility": {
"instruments": ["Various"],
"techniques": ["Ex-situ", "XCT"]
},
"specifications": {
"sample_size": "2032 Standard",
"window_materials": ["Stainless Steel (Thinned)"],
"operating_limits": {
"max_temp_c": 60,
"pressure_control": true
}
},
"limitations_3r": {
"reliability": ["High attenuation if not thinned"],
"representativeness": ["Gold standard for electrochemistry"],
"reproducibility": ["High"]
},
"digital_twin": {
"cad_available": false
}
},
{
"id": "cell_009",
"name": "Standard Pouch Cell",
"contact_info": {
"primary_email": "james.le-houx@stfc.ac.uk"
},
"type": "Baseline",
"compatibility": {
"instruments": ["NIMROD", "POLARIS"],
"techniques": ["Neutron Diffraction"]
},
"specifications": {
"sample_size": "Flexible",
"window_materials": ["Polymer/Aluminium"],
"operating_limits": {
"max_temp_c": 60,
"pressure_control": false
}
},
"limitations_3r": {
"reliability": ["Deformation under vacuum"],
"representativeness": ["High"],
"reproducibility": ["Lower than coin cells"]
},
"digital_twin": {
"cad_available": false
}
}
]