-
Notifications
You must be signed in to change notification settings - Fork 50
/
codemeta.json
44 lines (44 loc) · 1.68 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://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": "http://orcid.org/0000-0001-5335-7853",
"@type": "Person",
"email": "[email protected]",
"name": "Olivier Mesnard",
"affiliation": "Department of Mechanical and Aerospace Engineering, The George Washington University, Washington, DC, USA"
},
{
"@id": "http://orcid.org/0000-0001-6409-7022",
"@type": "Person",
"email": "[email protected]",
"name": "Anush Krishnan",
"affiliation": "nuTonomy Inc., Cambridge, MA, USA (previously at Boston University)"
},
{
"@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/PetIBM",
"datePublished": "2018-01-25",
"dateModified": "2017-01-25",
"dateCreated": "2018-01-25",
"description": "PetIBM is a toolbox with applications of the immersed-boundary method on distributed-memory architectures.",
"keywords": "Computational Fluid Dynamics, Immersed-Boundary Method, PETSc, GPU, NVIDIA AmgX",
"license": "BSD 3-Clause",
"title": "PetIBM",
"version": "v0.3"
}