-
Notifications
You must be signed in to change notification settings - Fork 7
/
.zenodo.json
50 lines (50 loc) · 1.5 KB
/
.zenodo.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
45
46
47
48
49
50
{
"description": "Task-based parallel programming model in Python. Run complex workflows on large computer clusters or parallelize codes on your laptop: Noodles offers the same intuitive interface.",
"license": "Apache-2.0",
"title": "Noodles",
"upload_type": "software",
"creators": [{
"affiliation": "Netherlands eScience Center",
"name": "Hidding, Johan"
},
{
"affiliation": "Netherlands eScience Center",
"name": "van Hees, Vincent"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Spreeuw, Hanno"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Zapata, Felipe"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Weel, Berend"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Borgdorff, Joris"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Ridder, Lars"
},
{
"affiliation": "Netherlands eScience Center",
"name": "van Werkhoven, Ben"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Kuzniar, Arnold",
"orcid": "0000-0003-1711-7961"
}
],
"access_right": "open",
"keywords": [
"parallel programming",
"functional programming",
"Python"
]
}