-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathcodemeta.json
37 lines (37 loc) · 1.05 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": "",
"@type": "Person",
"email": "k.anush@gmail.com",
"name": "Anush Krishnan",
"affiliation": "nuTonomy Inc. (previously at Boston University)"
},
{
"@id": "0000-0001-5335-7853",
"@type": "Person",
"email": "mesnardo@gwu.edu",
"name": "Olivier Mesnard",
"affiliation": "The George Washington University"
}
{
"@id": "0000-0001-5812-2711",
"@type": "Person",
"email": "labarba@gwu.edu",
"name": "Lorena A. Barba",
"affiliation": "The George Washington University"
}
],
"identifier": "",
"codeRepository": "https://github.com/barbagroup/cuIBM",
"datePublished": "2017-05-30",
"dateModified": "2017-05-30",
"dateCreated": "2017-05-30",
"description": "A GPU-based Immersed Boundary Method code",
"keywords": "GPU, Immersed-Boundary Method, CUSP library",
"license": "MIT",
"title": "cuIBM",
"version": ""
}