-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
122 lines (122 loc) · 4.22 KB
/
codemeta.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
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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Battery modelling",
"author": [
{
"id": "https://orcid.org/0000-0001-6363-2812",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Mathematics Institute, University of Warwick"
},
"email": "Ferran.Brosa-Planella@warwick.ac.uk",
"familyName": "Brosa Planella ",
"givenName": "Ferran"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0001-6363-2812",
"roleName": "PI"
},
{
"id": "https://orcid.org/0000-0001-9677-5852",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Reseach Technology Platforms (SC), University of Warwick"
},
"email": "pip.grylls@warwick.ac.uk",
"familyName": "Grylls",
"givenName": "Philip"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0001-9677-5852",
"roleName": "RSE"
},
{
"id": "https://orcid.org/0000-0003-0428-2554",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "WMG, University of Warwick"
},
"email": "Dhammika.Widanalage@warwick.ac.uk",
"familyName": "Widanage",
"givenName": "W Dhammika"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0003-0428-2554",
"roleName": "Co-I"
},
{
"id": "https://orcid.org/0000-0001-6934-8855",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "WMG, University of Warwick"
},
"email": "m.sogut@warwick.ac.uk",
"familyName": "Sogut",
"givenName": "Muhammed"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0001-6934-8855",
"roleName": "Lead developer"
},
{
"id": "_:author_5",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "WMG, University of Warwick"
},
"email": "alexandru.pascu@warwick.ac.uk",
"familyName": "Pascu",
"givenName": "Alexandru"
},
{
"type": "Role",
"schema:author": "_:author_5",
"roleName": "Developer"
}
],
"codeRepository": "https://github.com/paramm-team/pybamm-param",
"dateModified": "2024-03-01",
"description": "pybamm-param is a tool to fit PyBaMM models to experimental data in order to determine the model parameter values. pybamm-param provides helper classes to handle the most common parameterisation problems, and allows the users to easily mix combine cost functions and optimisers to suit their needs.",
"downloadUrl": "https://github.com/paramm-team/pybamm-param/archive/refs/tags/v0.1.tar.gz",
"funder": {
"type": "Organization",
"name": "University of Warwick"
},
"identifier": " DOI: 10.5281/zenodo.11282637",
"keywords": [
"parameter estimation",
"battery modelling",
"continuum models",
"Doyle-Fuller-Newman model",
"Single Particle Model",
"lithium-ion batteries"
],
"license": "https://spdx.org/licenses/BSD-3-Clause",
"name": "PyBaMM Param",
"operatingSystem": [
"Linux",
"MacOS",
"Windows"
],
"programmingLanguage": "Python3",
"releaseNotes": "First Release",
"softwareRequirements": "PyBaMM",
"version": "v0.1",
"codemeta:contIntegration": {
"id": "https://github.com/paramm-team/pybamm-param/actions"
},
"continuousIntegration": "https://github.com/paramm-team/pybamm-param/actions",
"developmentStatus": "wip",
"funding": " EPSRC Impact Acceleration Account",
"issueTracker": "https://github.com/paramm-team/pybamm-param/issues"
}