Skip to content

Commit 19bf61f

Browse files
authored
Add Zenodo JSON (#53)
1 parent f5ba4f9 commit 19bf61f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.zenodo.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"description": "Neighborhood search with fixed search radius in Julia",
3+
"license": "MIT",
4+
"title": "PointNeighbors.jl",
5+
"upload_type": "software",
6+
"creators": [
7+
{
8+
"affiliation": "Department of Mathematics and Computer Science, University of Cologne, Germany",
9+
"name": "Faulhaber, Erik",
10+
"orcid": "0000-0001-9788-5949"
11+
},
12+
{
13+
"affiliation": "High-Performance Computing Center Stuttgart, University of Stuttgart, Germany",
14+
"name": "Neher, Niklas",
15+
"orcid": "0009-0004-2472-0923"
16+
},
17+
{
18+
"affiliation": "Institute of Surface Science, Helmholtz-Zentrum hereon, Germany",
19+
"name": "Berger, Sven",
20+
"orcid": "0000-0001-6083-7038"
21+
},
22+
{
23+
"affiliation": "High-Performance Scientific Computing, University of Augsburg, Germany",
24+
"name": "Schlottke-Lakemper, Michael",
25+
"orcid": "0000-0002-3195-2536"
26+
},
27+
{
28+
"affiliation": "Department of Mathematics and Computer Science, University of Cologne, Germany",
29+
"name": "Gassner, Gregor J.",
30+
"orcid": "0000-0002-1752-1158"
31+
}
32+
],
33+
"access_right": "open"
34+
}

0 commit comments

Comments
 (0)