-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
37 lines (37 loc) · 1.34 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0001-6330-2709",
"@type": "Person",
"email": "[email protected]",
"name": "Pi-Yueh Chuang",
"affiliation": "Department of Mechanical and Aerospace Engineering, The George Washington University, Washington, DC, USA"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Tracy Thorleifson",
"affiliation": "G2 Integrated Solutions, Houston, TX, USA"
},
{
"@id": "http://orcid.org/0000-0001-5812-2711",
"@type": "Person",
"email": "[email protected]",
"name": "Lorena A. Barba",
"affiliation": "Department of Mechanical and Aerospace Engineering, The George Washington University, Washington, DC, USA"
}
],
"identifier": "",
"codeRepository": "https://github.com/barbagroup/geoclaw-landspill",
"datePublished": "2021-01-11",
"dateModified": "2021-01-11",
"dateCreated": "2021-01-11",
"description": "Oil land-spill and overland flow simulator for pipeline rupture events",
"keywords": "geoclaw, overland-flow, pipeline, shallow-water-equations, pipeline-ruptures, land-spill",
"license": "BSD 3-Clause",
"title": "geoclaw-landspill",
"version": "v1.0"
}