Skip to content

Commit 2e8f447

Browse files
authored
Refactor affiliation and add grant details in .zenodo.json
- Updated affiliation format for Churavy (as only a single affiliation is allowed in .zenodo.json files...) - Added grant information.
1 parent 2fc7e9a commit 2e8f447

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

.zenodo.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
},
2020
{
2121
"name": "Churavy, Valentin",
22-
"affiliation": [
23-
"Johannes Gutenberg University Mainz, Germany",
24-
"Augsburg University, Germany"
25-
],
22+
"affiliation": "Johannes Gutenberg University Mainz, Germany",
2623
"orcid": "https://orcid.org/0000-0002-9033-165X"
2724
},
2825
{
@@ -45,6 +42,27 @@
4542
"optimization",
4643
"MPI",
4744
"parallel computing"
45+
],
46+
"grants": [
47+
{
48+
"title": "GPU4GEO",
49+
"funder": {
50+
"name": "Platform for Advanced Scientific Computing (PASC)"
51+
}
52+
},
53+
{
54+
"title": "∂GPU4GEO",
55+
"funder": {
56+
"name": "Platform for Advanced Scientific Computing (PASC)"
57+
}
58+
},
59+
{
60+
"id": "771143",
61+
"title": "MAGMA - Melting And Geodynamic Models of Ascent",
62+
"funder": {
63+
"name": "European Commission"
64+
}
65+
},
4866
],
4967
"license": {
5068
"id": "MIT"
@@ -56,4 +74,4 @@
5674
"identifier": "juliapackage"
5775
}
5876
]
59-
}
77+
}

0 commit comments

Comments
 (0)