From 02d16d5b7be5e8465aa7a6a6bf810c91764751f7 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Sun, 24 Mar 2024 19:58:18 +0100 Subject: [PATCH] add .zenodo.json --- .zenodo.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..c84dc83 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,22 @@ +{ + "title": "PyMPDATA-MPI", + "description": "PyMPDATA + numba-mpi coupler sandbox", + "creators": [ + { + "affiliation": "AGH University of Krakow, Kraków, Poland", + "name": "Arabas, Sylwester", + "orcid": "0000-0003-2361-0082" + }, + { + "affiliation": "Jagiellonian University, Kraków, Poland", + "name": "Derlatka, Kacper" + } + ], + "keywords": [ + "MPDATA", + "MPI", + "Numba" + ], + "license": "GPL-3.0-only", + "upload_type": "software" +}