forked from SCECcode/bbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
66 lines (66 loc) · 2.38 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/sceccode/bbp",
"dateCreated": "2022-09-08",
"datePublished": "2022-09-08",
"dateModified": "2022-09-08",
"downloadUrl": "https://github.com/sceccode/bbp.git",
"issueTracker": "https://github.com/sceccode/bbp/issues",
"name": "The SCEC Broadband Platform",
"version": "v22.4.0",
"description": "The Southern California Earthquake Center (SCEC) Broadband Platform (BBP) is a software system that can generate 0-20+ Hz seismograms for historical and scenario earthquakes in California, Eastern North America, and Japan using several alternative computational methods.",
"applicationCategory": "seismology, civil engineering",
"releaseNotes": "This is an initial port of the BBP platform to Python3.",
"developmentStatus": "active",
"isPartOf": "https://github.com/sceccode/bbp/wiki",
"referencePublication": "https://doi.org/10.1785/0220140125",
"keywords": [
"ground motion simulation",
"earthquake",
"seismic hazard"
],
"programmingLanguage": [
"Python3",
"C",
"FORTRAN"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"Python v3.6.7",
"Matplotlib 3.3.0+",
"NumPy 1.18.5+",
"SciPy 1.4.1+",
"Pyproj 2.6.1+",
"Numba 0.55.2+"
"GNU compilers (gcc, gfortran) 8+",
"FFTW library 3.3.8+"
],
"author": [
{
"@type": "Person",
"@id": " http://orcid.org/0000-0002-6543-5705",
"givenName": "Fabio",
"familyName": "Silva",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Southern California Earthquake Center/University of Southern California"
}
},
{
"@type": "Person",
"@id": " http://orcid.org/0000-0002-9221-7068",
"givenName": "Philip",
"familyName": "Maechling",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Southern California Earthquake Center/University of Southern California"
}
}
]
}