-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
47 lines (40 loc) · 1.07 KB
/
code.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
[
{
"name": "NWTOPT",
"organization": "U.S. Geological Survey",
"description": "NWTOPT is a hyperparameter optimization and tuning system for steady-state and transient models ran by MODFLOW-NWT",
"version": "v1.0",
"status": "Released",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/maxwnewcomer/NWTOPT/LICENSE"
}
]
},
"homepageURL": "https://github.com/maxwnewcomer/NWTOPT/",
"downloadURL": "https://github.com/maxwnewcomer/NWTOPT/",
"disclaimerURL": "https://github.com/maxwnewcomer/NWTOPT/DISCLAIMER",
"repositoryURL": "https://github.com/maxwnewcomer/NWTOPT.git",
"vcs": "git",
"laborHours": 100,
"tags": [
"MODFLOW-NWT",
"Optimization",
"Hyperparameter",
],
"languages": [
"Python",
"Shell"
],
"contact": {
"name": "Max W. Newcomer",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-07-18"
}
}
]