|
3 | 3 | "@type": "SoftwareSourceCode", |
4 | 4 | "license": "https://spdx.org/licenses/BSD-3-Clause", |
5 | 5 | "codeRepository": "https://github.com/sceccode/bbp", |
6 | | - "dateCreated": "2007-06-01", |
7 | | - "datePublished": "2007-12-01", |
8 | | - "dateModified": "2021-12-01", |
| 6 | + "dateCreated": "2022-09-08", |
| 7 | + "datePublished": "2022-09-08", |
| 8 | + "dateModified": "2022-09-08", |
9 | 9 | "downloadUrl": "https://github.com/sceccode/bbp.git", |
10 | 10 | "issueTracker": "https://github.com/sceccode/bbp/issues", |
11 | 11 | "name": "The SCEC Broadband Platform", |
12 | | - "version": "v19.8.0-python3", |
| 12 | + "version": "v22.4.0", |
13 | 13 | "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.", |
14 | 14 | "applicationCategory": "seismology, civil engineering", |
15 | 15 | "releaseNotes": "This is an initial port of the BBP platform to Python3.", |
|
30 | 30 | "Linux" |
31 | 31 | ], |
32 | 32 | "softwareRequirements": [ |
33 | | - "Python v3.7", |
34 | | - "Matplotlib 1.4.3+", |
35 | | - "NumPy 1.14.2+", |
36 | | - "SciPy 1.0.0+", |
37 | | - "Pyproj 1.9.2+", |
38 | | - "GNU compilers (gcc, gfortran) 5.1.1+", |
39 | | - "FFTW library 3.3.4+" |
| 33 | + "Python v3.6.7", |
| 34 | + "Matplotlib 3.3.0+", |
| 35 | + "NumPy 1.18.5+", |
| 36 | + "SciPy 1.4.1+", |
| 37 | + "Pyproj 2.6.1+", |
| 38 | + "Numba 0.55.2+" |
| 39 | + "GNU compilers (gcc, gfortran) 8+", |
| 40 | + "FFTW library 3.3.8+" |
40 | 41 | ], |
41 | 42 | "author": [ |
42 | 43 | { |
43 | 44 | "@type": "Person", |
| 45 | + "@id": " http://orcid.org/0000-0002-6543-5705", |
44 | 46 | "givenName": "Fabio", |
45 | 47 | "familyName": "Silva", |
46 | 48 | |
|
0 commit comments