-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023-04-10_Oxford_drF73t.json
42 lines (41 loc) · 1.04 KB
/
2023-04-10_Oxford_drF73t.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
{
"@context": {
"Discharge Capacity": "https....",
"Charge Capacity": "https...",
"Voltage": "https...",
"Current": "https...",
"Temperature": "https...",
"Datasheet": "https...",
"@type": "Electrochemical Cell",
"...": "..."
},
"Cell":{
"Datasheet": "https...",
"Manufacturer": "",
"Model": "",
"Mass": "",
"Form Factor": "",
"Rated Capacity": "",
"Negative Electrode": {
"Composition": "",
"Thickness": "",
"Coated Area": ""
},
"Positive Electrode": {
"Composition": "",
"Thickness": "",
"Coated Area": ""
}
},
"Experiment": {
"Definition": "Constant-Current Discharge",
"Test Note": "This test applies constant current until Vmin is achieved",
"Ambient Temperature": "298.15",
"File": "/my_cc_cycling",
"FileType": "csv",
"VoltageColumn": "1",
"CurrentColumn": "2",
"TemperatureColumn": "3",
"TimeColumn": "4"
}
}