prediction-of-battery-cycle
Data driven prediction of battery cycle life before capacity degradation.
https://github.com/rdbraatz/data-driven-prediction-of-battery-cycle-life-before-capacity-degradation
Keywords from Contributors
transforms archiving measur conversion observation animals generic compose optimize profiles
Last synced: over 1 year ago
JSON representation
Acceptance Criteria
- Revelant topics? false
- External users? true
- Open source license? false
- Active? true
- Fork? false
Repository metadata
Code for Nature energy manuscript
- Host: GitHub
- URL: https://github.com/rdbraatz/data-driven-prediction-of-battery-cycle-life-before-capacity-degradation
- Owner: rdbraatz
- Created: 2019-02-07T00:11:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T22:33:34.000Z (almost 2 years ago)
- Last Synced: 2024-01-21T05:04:24.521Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 117 KB
- Stars: 418
- Watchers: 30
- Forks: 184
- Open Issues: 9
- Releases: 0
-
Metadata Files:
- Readme: README.md
README.md
data-driven-prediction-of-battery-cycle-life-before-capacity-degradation
NOTE: For access to the modeling code, please contact Richard Braatz at [email protected] for the academic license. Only the data processing code is available without agreeing to a license.
The code in this repository shows how to load the data associated with the paper 'Data driven prediciton of battery cycle life before capacity degradation' by K.A. Severson, P.M. Attia, et al. The data is available at https://data.matr.io/1/. There you can also find more details about the data.
This analysis was originally performed in MATLAB, but here we also provide access information in python. In the MATLAB files (.mat), this data is stored in a struct. In the python files (.pkl), this data is stored in nested dictionaries.
To execute the python code, we recommended setting up a new python environment with packages matching the requirements.txt file. You can do this with conda: conda create --name --file requirements.txt
The data associated with each battery (cell) can be grouped into one of three categories: descriptors, summary, and cycle.
- Descriptors for each battery include charging policy, cycle life, barcode and channel. Note that barcode and channel are currently not available in the pkl files).
- Summary data include information on a per cycle basis, including cycle number, discharge capacity, charge capacity, internal resistance, maximum temperature, average temperature, minimum temperature, and chargetime.
- Cycle data include information within a cycle, including time, charge capacity, current, voltage, temperature, discharge capacity. We also include derived vectors of discharge dQ/dV, linearly interpolated discharge capacity (i.e.
Qdlin
) and linearly interpolated temperature (i.e.Tdlin
).
The LoadData
files show how the data can be loaded and which cells were used for analysis in the paper.
Owner metadata
- Name:
- Login: rdbraatz
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/40865856?v=4
- Repositories: 1
- Last ynced at: 2023-03-02T16:15:24.916Z
- Profile URL: https://github.com/rdbraatz
GitHub Events
Total
- Create event: 5
- Commit comment event: 4
- Issues event: 44
- Watch event: 428
- Delete event: 1
- Issue comment event: 58
- Member event: 2
- Push event: 24
- Pull request event: 17
- Fork event: 186
Last Year
- Create event: 1
- Fork event: 34
- Issue comment event: 13
- Issues event: 8
- Pull request event: 1
- Watch event: 120
Committers metadata
Last synced: over 1 year ago
Total Commits: 25
Total Committers: 7
Avg Commits per committer: 3.571
Development Distribution Score (DDS): 0.6
Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Peter Attia | p****a@s****u | 10 |
KSeverson | k****o@m****u | 5 |
rdbraatz | 4****z | 4 |
Joachim | j****e@e****h | 2 |
Patrick Herring | p****g@t****l | 2 |
dependabot[bot] | 4****] | 1 |
Martin Hwasser | m****r@g****m | 1 |
Committer domains:
- tri.global: 1
- ethz.ch: 1
- mit.edu: 1
- stanford.edu: 1
Issue and Pull Request metadata
Last synced: over 1 year ago
Total issues: 26
Total pull requests: 9
Average time to close issues: about 2 months
Average time to close pull requests: 26 days
Total issue authors: 22
Total pull request authors: 6
Average comments per issue: 2.0
Average comments per pull request: 0.33
Merged pull request: 7
Bot issues: 0
Bot pull requests: 2
Past year issues: 6
Past year pull requests: 1
Past year average time to close issues: 5 days
Past year average time to close pull requests: N/A
Past year issue authors: 4
Past year pull request authors: 1
Past year average comments per issue: 2.0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 1
Top Issue Authors
- Katezhouqi (2)
- Ma2922 (2)
- Saltsmart (2)
- smedegaard (2)
- Zhaolooloo (1)
- YouzhiHe (1)
- yanyan1028 (1)
- wsyxbcl (1)
- Willianflower (1)
- WenPengfei0823 (1)
- Txiaoxiao (1)
- totteCh (1)
- SunnyHong36 (1)
- Roy027 (1)
- RonakGajera999 (1)
Top Pull Request Authors
- kseverso (3)
- dependabot[bot] (2)
- AdemFr (1)
- patrickherring-TRI (1)
- JoachimSchaeffer (1)
- hwaxxer (1)
Top Issue Labels
Top Pull Request Labels
- dependencies (2)
Dependencies
- h5py ==2.8.0
- jupyter *
- matplotlib ==3.3.4
- numpy ==1.19.2
- pandas ==1.2.3
- python ==3.7.10
- scipy ==1.6.1
Score: 8.002694162283937