forked from weymouth/lily-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
44 lines (44 loc) · 1.27 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": "0000-0001-5080-5016",
"@type": "Person",
"email": "[email protected]",
"name": "Gabriel Weymouth",
"affiliation": "University of Southampton"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Audrey",
"affiliation": "École Polytechnique Fédérale de Lausanne"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Jacob Izraelevitz",
"affiliation": "Massachusetts Institute of Technology"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected] ",
"name": "James Schulmeister",
"affiliation": ""
}
],
"identifier": "https://doi.org/10.5281/zenodo.16065",
"codeRepository": "https://github.com/weymouth/lily-pad",
"datePublished": "2017-07-17",
"dateModified": "2017-07-17",
"dateCreated": "2017-07-17",
"description": "Real-time two-dimensional fluid dynamics simulations in Processing",
"keywords": "computational fluid dynamics, fluid structure interaction, Processing language",
"license": "MIT",
"title": "Lily Pad",
"version": ""
}