Skip to content

Commit 1fc71c5

Browse files
committed
Update .zenodo.json
1 parent 29d2757 commit 1fc71c5

File tree

1 file changed

+40
-27
lines changed

1 file changed

+40
-27
lines changed

.zenodo.json

+40-27
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,64 @@
11
{
2-
"title":"mallocMC - Memory Allocator for Many Core Architectures",
3-
"description":"This project provides a framework for fast memory managers on many core accelerators. It is based on alpaka to run on many different accelerators and implements the ScatterAlloc algorithm.",
4-
"keywords":[
2+
"title": "mallocMC - Memory Allocator for Many Core Architectures",
3+
"description": "This project provides a framework for fast memory managers on many core accelerators. It is based on alpaka to run on many different accelerators and implements multiple algorithms.",
4+
"keywords": [
55
"mallocMC",
66
"CUDA",
77
"manycore",
88
"GPU",
99
"allocator"
1010
],
11-
"language":"eng",
12-
"access_right":"open",
13-
"license":{
14-
"id":"MIT"
11+
"language": "eng",
12+
"access_right": "open",
13+
"license": {
14+
"id": "MIT"
1515
},
16-
"creators":[
16+
"creators": [
1717
{
18-
"name":"Eckert, Carlchristian",
19-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden",
20-
"orcid":"0000-0002-6459-0842"
18+
"name": "Widera, René",
19+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
20+
"orcid": "0000-0003-1642-0459"
2121
},
2222
{
23-
"name":"Widera, René",
24-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf",
25-
"orcid":"0000-0003-1642-0459"
23+
"name": "Lenz, Julian",
24+
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf",
25+
"orcid": "0000-0001-5250-0005"
26+
}
27+
],
28+
"contributors": [
29+
{
30+
"name": "Eckert, Carlchristian",
31+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden",
32+
"orcid": "0000-0002-6459-0842",
33+
"type": "Other"
2634
},
2735
{
28-
"name":"Huebl, Axel",
29-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf",
30-
"orcid":"0000-0003-1943-7141"
36+
"name": "Worpitz, Benjamin",
37+
"type": "Other"
3138
},
3239
{
33-
"name":"Gruber, Bernhard Manfred",
34-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN",
35-
"orcid":"0000-0001-7848-1690"
40+
"name": "Grund, Alexander",
41+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
42+
"orcid": "0000-0002-7196-8452",
43+
"type": "Other"
3644
},
3745
{
38-
"name":"Bastrakov, Sergei",
39-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf",
40-
"orcid":"0000-0003-3396-6154"
46+
"name": "Huebl, Axel",
47+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
48+
"orcid": "0000-0003-1943-7141",
49+
"type": "Other"
4150
},
4251
{
43-
"name":"Worpitz, Benjamin"
52+
"name": "Gruber, Bernhard Manfred",
53+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN",
54+
"orcid": "0000-0001-7848-1690",
55+
"type": "Other"
4456
},
4557
{
46-
"name":"Grund, Alexander",
47-
"affiliation":"Helmholtz-Zentrum Dresden-Rossendorf",
48-
"orcid":"0000-0002-7196-8452"
58+
"name": "Bastrakov, Sergei",
59+
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
60+
"orcid": "0000-0003-3396-6154",
61+
"type": "Other"
4962
}
5063
]
5164
}

0 commit comments

Comments
 (0)