From 074ffd82e62777e09bc31e7c42b5d7359e7be1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Widera?= Date: Mon, 9 Nov 2020 16:47:15 +0100 Subject: [PATCH] update zenodo file --- .zenodo.json | 76 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 28 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index aa44a49b35..db219ceac5 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,30 +1,50 @@ { - "title": "LLAMA: Low Level Abstraction of Memory Access", - "description": "LLAMA is a C++17 template header-only library for the abstraction of memory access patterns. It distinguishes between the view of the algorithm on the memory and the real layout in the background. This enables performance portability for multicore, manycore and gpu applications with the very same code.", - "creators": [ - { - "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", - "name": "Matthes, Alexander", - "orcid": "0000-0002-6702-2015" - }, - { - "affiliation": "Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", - "name": "Gruber, Bernhard Manfred" - } - ], - "access_right": "open", - "keywords": [ - "HPC", - "C++", - "memory layout", - "heterogeneous computing", - "performance portability" - ], - "license": "LGPL-3.0", - "upload_type": "software", - "grants": [ - { - "id": "654220" - } - ], + "title":"LLAMA: Low Level Abstraction of Memory Access", + "description":"LLAMA is a C++17 template header-only library for the abstraction of memory access patterns. It distinguishes between the view of the algorithm on the memory and the real layout in the background. This enables performance portability for multicore, manycore and gpu applications with the very same code.", + "creators":[ + { + "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, TU Dresden", + "name":"Matthes, Alexander", + "orcid":"0000-0002-6702-2015" + }, + { + "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf, CASUS, CERN", + "name":"Gruber, Bernhard Manfred", + "orcid":"0000-0001-7848-1690" + }, + { + "name":"Widera, René", + "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf", + "orcid":"0000-0003-1642-0459" + } + ], + "contributors":[ + { + "name":"Wesarg, Bert", + "affiliation":"TU Dresden" + }, + { + "name":"Velten, Markus", + "affiliation":"TU Dresden" + }, + { + "name":"Werner, Matthias", + "affiliation":"Helmholtz-Zentrum Dresden-Rossendorf" + } + ], + "access_right":"open", + "keywords":[ + "HPC", + "C++", + "memory layout", + "heterogeneous computing", + "performance portability" + ], + "license":"LGPL-3.0", + "upload_type":"software", + "grants":[ + { + "id":"654220" + } + ] }