Skip to content

Commit

Permalink
update zenodo.json
Browse files Browse the repository at this point in the history
Update creator section and move creators from previous releases into the
contributors secrions.
  • Loading branch information
psychocoderHPC committed Jan 18, 2024
1 parent ce7f660 commit a4142d3
Showing 1 changed file with 48 additions and 36 deletions.
84 changes: 48 additions & 36 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,21 @@
"title": "alpaka: Abstraction Library for Parallel Kernel Acceleration",
"description": "The alpaka library is a header-only C++17 abstraction library for accelerator development. Its aim is to provide performance portability across accelerators through the abstraction (not hiding!) of the underlying levels of parallelism.",
"creators": [
{
"name": "Bastrakov, Sergei",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-3396-6154"
},
{
"name": "Bastrakova, Kseniia",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-8970-5098"
},
{
"name": "Bocci, Andrea",
"affiliation": "CERN",
"orcid": "0000-0002-6515-5666"
},
{
"name": "Di Pilato, Antonio",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf, CERN",
"orcid": "0000-0002-9233-3632"
},
{
"name": "Ehrig, Simeon",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0002-8218-3116"
},
{
"name": "Ferragina, Luca",
"affiliation": "CERN"
},
{
"name": "Gruber, Bernhard Manfred",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf, CERN",
"orcid": "0000-0001-7848-1690"
},
{
"name": "Kaever, Christian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
},
{
"name": "Kelling, Jeffrey",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1761-2591"
},
{
"name": "Martin-Haugh, Stewart",
"affiliation": "STFC Rutherford Appleton Laboratory",
Expand All @@ -56,27 +28,44 @@
"orcid": "0000-0003-1576-6757"
},
{
"name": "Stephan, Jan",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-7839-4386"
"name": "Tascon, Andres Rios",
"affiliation": "Princeton University"
},
{
"name": "Widera, René",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1642-0459"
},
{
"name": "Young, Jeffrey",
"affiliation": "Georgia Institute of Technology",
"orcid": "0000-0001-9841-4057"
}
],
"contributors": [
{
"name": "Bastrakov, Sergei",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-3396-6154",
"type": "Other"
},
{
"name": "Bastrakova, Kseniia",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-8970-5098",
"type": "Other"
},
{
"name": "Colgrove, Mat",
"affiliation": "NVIDIA",
"type": "Other"
},
{
"name": "Di Pilato, Antonio",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf, CERN",
"orcid": "0000-0002-9233-3632",
"type": "Other"
},
{
"name": "Ferragina, Luca",
"affiliation": "CERN",
"type": "Other"
},
{
"name": "Gehrke, Valentin",
"affiliation": "TU Dresden",
Expand All @@ -88,6 +77,17 @@
"orcid": "0000-0003-1943-7141",
"type": "Other"
},
{
"name": "Kaever, Christian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"type": "Other"
},
{
"name": "Kelling, Jeffrey",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0003-1761-2591",
"type": "Other"
},
{
"name": "Knespel, Maximilian",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
Expand Down Expand Up @@ -136,6 +136,12 @@
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"type": "Other"
},
{
"name": "Stephan, Jan",
"affiliation": "CASUS, Helmholtz-Zentrum Dresden-Rossendorf",
"orcid": "0000-0001-7839-4386",
"type": "Other"
},
{
"name": "Vollmer, Daniel",
"affiliation": "Deutsches Zentrum für Luft- und Raumfahrt e.V.",
Expand All @@ -162,6 +168,12 @@
"affiliation": "LogMeIn Inc.",
"type": "Other"
},
{
"name": "Young, Jeffrey",
"affiliation": "Georgia Institute of Technology",
"orcid": "0000-0001-9841-4057",
"type": "Other"
},
{
"name": "Zacharias, Malte",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
Expand Down

0 comments on commit a4142d3

Please sign in to comment.