Skip to content

Commit 51873e3

Browse files
committed
release v0.5.0
1 parent 0f0b5a9 commit 51873e3

5 files changed

Lines changed: 4010 additions & 362 deletions

File tree

.zenodo.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"title": "floatCSEP: An application to deploy and conduct reproducible, prospective earthquake forecasting experiments",
3+
"upload_type": "software",
4+
"access_right": "open",
5+
"license": "bsd-3-clause",
6+
"language": "eng",
7+
"keywords": [
8+
"Python",
9+
"seismology",
10+
"earthquake forecasting",
11+
"forecast testing",
12+
"CSEP"
13+
],
14+
"version": "0.5.0",
15+
"creators": [
16+
{
17+
"name": "Iturrieta, Pablo",
18+
"orcid": "0000-0002-4787-1343",
19+
"affiliation": "GFZ Helmholtz Centre for Geosciences, Potsdam, Germany",
20+
"type": "ProjectMember"
21+
},
22+
{
23+
"name": "Savran, William H.",
24+
"orcid": "0000-0001-5404-0778",
25+
"affiliation": "University of Nevada, Reno, United States",
26+
"type": "ProjectMember"
27+
},
28+
{
29+
"name": "Herrmann, Marcus",
30+
"orcid": "0000-0002-2342-1970",
31+
"affiliation": "Università degli Studi di Napoli Federico II, Naples, Italy",
32+
"type": "ProjectMember"
33+
},
34+
{
35+
"name": "Bayona, José A.",
36+
"orcid": "0000-0002-3026-0327",
37+
"affiliation": "School of Earth Sciences, University of Bristol, Bristol, United Kingdom",
38+
"type": "ProjectMember"
39+
},
40+
{
41+
"name": "Gerstenberger, Matthew C.",
42+
"orcid": "0000-0002-0392-7114",
43+
"affiliation": "GNS Science | Te Pū Ao, Lower Hutt, New Zealand",
44+
"type": "ProjectMember"
45+
},
46+
{
47+
"name": "Graham, Kenny M.",
48+
"orcid": "0000-0003-3645-6344",
49+
"affiliation": "GNS Science | Te Pū Ao, Lower Hutt, New Zealand",
50+
"type": "ProjectMember"
51+
},
52+
{
53+
"name": "Maechling, Philip J.",
54+
"orcid": "0000-0002-9221-7068",
55+
"affiliation": "Southern California Earthquake Center, University of Southern California, United States",
56+
"type": "ProjectMember"
57+
},
58+
{
59+
"name": "Marzocchi, Warner",
60+
"orcid": "0000-0002-9114-1516",
61+
"affiliation": "Università degli Studi di Napoli Federico II, Naples, Italy",
62+
"type": "ProjectMember"
63+
},
64+
{
65+
"name": "Mizrahi, Leila",
66+
"orcid": "0000-0002-5262-3168",
67+
"affiliation": "Swiss Seismological Service at ETH Zürich, Zürich, Switzerland",
68+
"type": "ProjectMember"
69+
},
70+
{
71+
"name": "Schorlemmer, Danijel",
72+
"orcid": "0000-0003-3969-1059",
73+
"affiliation": "GFZ Helmholtz Centre for Geosciences, Potsdam, Germany",
74+
"type": "ProjectMember"
75+
},
76+
{
77+
"name": "Serafini, Francesco",
78+
"orcid": "0000-0003-0154-6200",
79+
"affiliation": "School of Earth Sciences, University of Bristol, Bristol, United Kingdom",
80+
"type": "ProjectMember"
81+
},
82+
{
83+
"name": "Silva, Fabio",
84+
"orcid": "0000-0002-6543-5705",
85+
"affiliation": "Southern California Earthquake Center, University of Southern California, United States",
86+
"type": "ProjectMember"
87+
},
88+
{
89+
"name": "Werner, Maximilian J.",
90+
"orcid": "0000-0002-2430-2631",
91+
"affiliation": "School of Earth Sciences, University of Bristol, Bristol, United Kingdom",
92+
"type": "ProjectMember"
93+
}
94+
],
95+
"contributors": [
96+
{
97+
"name": "Khawaja, Asim M.",
98+
"orcid": "0000-0002-6196-4503",
99+
"affiliation": "GFZ Helmholtz Centre for Geosciences, Potsdam, Germany",
100+
"type": "Researcher"
101+
}
102+
],
103+
"grants": [
104+
{ "id": "10.13039/501100000780::101058518" }
105+
],
106+
"related_identifiers": [
107+
{
108+
"identifier": "https://github.com/cseptesting/floatcsep",
109+
"relation": "isSupplementTo",
110+
"resource_type": "software"
111+
},
112+
{
113+
"identifier": "https://floatcsep.readthedocs.io",
114+
"relation": "isDocumentedBy",
115+
"resource_type": "other"
116+
}
117+
]
118+
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ If you use **floatCSEP** in your work, please cite it using the **“Cite this r
126126
|:----------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|
127127

128128

129-
- The work in this repository has received funding from the European Union’s Horizon research and innovation programme
130-
under grant agreements No.s 101058518 and 821115 of the projects [GeoInquire](https://www.geo-inquire.eu/) and [RISE](https://www.rise-eu.org/).
129+
- The work in this repository has received funding from the European Union’s Horizon research and innovation programme under grant agreements No.s 101058518 and 821115 of the projects [GeoInquire](https://www.geo-inquire.eu/) and [RISE](https://www.rise-eu.org/).
131130

132131
- This research was supported by the [Statewide California Earthquake Center](https://www.scec.org/).
133132
SCEC is funded by NSF Cooperative Agreement EAR-2225216 and USGS Cooperative Agreement G24AC00072-00.

0 commit comments

Comments
 (0)