-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
98 lines (98 loc) · 2.79 KB
/
codemeta.json
File metadata and controls
98 lines (98 loc) · 2.79 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Numerics",
"description": "A free and open-source .NET library providing numerical methods, probability distributions, statistical analysis, and Bayesian inference tools for quantitative risk assessment in water resources engineering.",
"version": "2.0.0",
"dateCreated": "2023-09-28",
"dateModified": "2026-03-08",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/USACE-RMC/Numerics",
"issueTracker": "https://github.com/USACE-RMC/Numerics/issues",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C#",
"url": "https://learn.microsoft.com/en-us/dotnet/csharp/"
},
"runtimePlatform": ".NET 8.0, 9.0, 10.0, .NET Framework 4.8.1",
"operatingSystem": "Windows, Linux, macOS",
"keywords": [
"statistics",
"probability distributions",
"MCMC",
"hydrology",
"flood frequency analysis",
"copulas",
"L-moments",
"optimization",
".NET",
"C#",
"numerical methods",
"Bayesian inference",
"machine learning",
"risk assessment"
],
"author": [
{
"@type": "Person",
"givenName": "C. Haden",
"familyName": "Smith",
"@id": "https://orcid.org/0000-0002-4651-9890",
"affiliation": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers, Risk Management Center"
}
},
{
"@type": "Person",
"givenName": "Woodrow L.",
"familyName": "Fields",
"affiliation": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers, Risk Management Center"
}
},
{
"@type": "Person",
"givenName": "Julian",
"familyName": "Gonzalez",
"affiliation": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers, Risk Management Center"
}
},
{
"@type": "Person",
"givenName": "Sadie",
"familyName": "Niblett",
"affiliation": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers, Risk Management Center"
}
},
{
"@type": "Person",
"givenName": "Brennan",
"familyName": "Beam",
"affiliation": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers, Hydrologic Engineering Center"
}
},
{
"@type": "Person",
"givenName": "Brian",
"familyName": "Skahill",
"@id": "https://orcid.org/0000-0002-2164-0301",
"affiliation": {
"@type": "Organization",
"name": "Fariborz Maseeh Department of Mathematics and Statistics, Portland State University"
}
}
],
"funder": {
"@type": "Organization",
"name": "U.S. Army Corps of Engineers"
},
"developmentStatus": "active"
}