Dataset-battery-electro-thermal-characterization
Dataset for Battery electro-thermal Characterization
Table 1: Colors used to denote the state of the dataset
Cell 1 |
Cell 2 |
Cell 3 |
Cell 4 |
Cell 5 |
Cell 6 |
Table 1: Data collected at 20 degree Celsius
|
Depth of Discharge |
Rate |
100-0% |
90-10% |
80-20% |
70-30% |
60-40% |
0.25C |
Test 1 |
Test 2 |
Test 3 |
Test 4 |
Test 5 |
0.5C |
Test 6 |
Test 7 |
Test 8 |
Test 9 |
Test 10 |
0.75C |
Test 11 |
Test 12 |
Test 13 |
Test 14 |
Test 15 |
1C |
Test 16 |
Test 17 |
Test 18 |
Test 19 |
Test 20 |
1.5C |
Test 21 |
Test 22 |
Test 23 |
Test 24 |
Test 25 |
2C |
Test 26 |
Test 27 |
Test 28 |
Test 29 |
Test 30 |
Table Styling in Markdown
<style>
.heatMap {
width: 70%;
text-align: center;
}
.heatMap th {
background: grey;
word-wrap: break-word;
text-align: center;
}
.heatMap tr:nth-child(1) { background: red; }
.heatMap tr:nth-child(2) { background: orange; }
.heatMap tr:nth-child(3) { background: green; }
</style>
Everything |
in this table |
is Centered |
and the table will only take up 70% of the screen width |
This |
is |
a |
Red Row |
This |
is |
an |
Orange Row |
This |
is |
a |
Green Row |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License [cc-by-sa 4.0].