From 257966d6c4e1d0de053114f52607cf75060f7a58 Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Wed, 8 Nov 2023 16:41:54 +0100 Subject: [PATCH] add citation files --- .zenodo.json | 40 ++++++++++++++++++++++++++++++++++++++++ CITATION.cff | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 .zenodo.json create mode 100644 CITATION.cff diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..361b241 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,40 @@ +{ + "creators": [ + { + "affiliation": "Netherlands eScience Center", + "name": "Ku, Ou", + "orcid": "0000-0002-5373-5209" + }, + { + "name": "Alidoost, Fakhereh (Sarah)" + }, + { + "name": "Chandramouli, Pranav" + }, + { + "name": "Grootes, Meiert Willem" + }, + { + "name": "van Lankveld, Thijs" + }, + { + "name": "Nattino, Francesco" + }, + { + "name": "van Leijen, Freek" + } + ], + "description": "STMTools is an open-source Xarray extension for Space-Time Matrix.", + "keywords": [ + "earth-observation", + "radar", + "insar", + "psi", + "space-time matrix", + "distributed computation" + ], + "license": { + "id": "Apache-2.0" + }, + "title": "stmtools" +} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..077ce25 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,41 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: stmtools +abstract: "STMTools is an open-source Xarray extension for Space-Time Matrix." +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Ou + family-names: Ku + email: o.ku@esciencecenter.nl + affiliation: Netherlands eScience Center + orcid: 'https://orcid.org/0000-0002-5373-5209' + - given-names: Fakhereh (Sarah) + family-names: Alidoost + - given-names: Pranav + family-names: Chandramouli + - given-names: Meiert Willem + family-names: Grootes + - given-names: Thijs + family-names: van Lankveld + - given-names: Francesco + family-names: Nattino + - given-names: Freek + family-names: van Leijen +identifiers: + - type: doi + value: 10.5281/zenodo.7717084 + description: Zenodo +repository-code: 'https://github.com/MotionbyLearning/stmtools' +keywords: + - earth-observation + - radar + - insar + - psi + - space-time matrix + - distributed computation +license: Apache-2.0 \ No newline at end of file