From 6cac020a55fdec23a650dc2db9e9a4299721eadb Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 22 Jul 2022 23:36:02 +0200 Subject: [PATCH] docs: add Zenodo config (#166) --- .gitignore | 1 + .zenodo.json | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 .zenodo.json diff --git a/.gitignore b/.gitignore index ce224c2e..aa66de19 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ pyvenv*/ !.pre-commit-config.yaml !.readthedocs.yml !.vscode/*.json +!.zenodo.json !codecov.yml !environment.yml !pyrightconfig.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..7be276bb --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,77 @@ +{ + "access_right": "open", + "creators": [ + { + "affiliation": "Ruhr University Bochum", + "name": "Fritsch, Miriam" + }, + { + "affiliation": "Ruhr University Bochum", + "name": "Michel, Mathias" + }, + { + "affiliation": "Ruhr University Bochum", + "name": "Pfl\u00fcger, Stefan" + }, + { + "affiliation": "Ruhr University Bochum", + "name": "de Boer, Remco" + }, + { + "affiliation": "Ruhr University Bochum", + "name": "Wollenberg, Leonard" + }, + { + "affiliation": "Johannes Gutenberg University Mainz", + "name": "Gradl, Wolfgang" + }, + { + "affiliation": "Johannes Gutenberg University Mainz", + "name": "Weidenkaff, Peter" + }, + { + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung", + "name": "Peters, Klaus" + }, + { + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung", + "name": "G\u00f6tzen, Klaus" + } + ], + "description": "

The \"Common Partial Wave Analysis\" organization (ComPWA) aims to make amplitude analysis accessible through transparent and interactive documentation, modern software development tools, and collaboration-independent frameworks.

", + "keywords": [ + "particle physics", + "amplitude analysis", + "partial wave analysis", + "computer algebra system" + ], + "language": "eng", + "license": "GPL-3.0-or-later", + "references": [ + "Fritsch et al. (2021). \"ComPWA/qrules: Rule-based particle reaction problem solver on a quantum number level\". https://doi.org/10.5281/zenodo.5526360.", + "Fritsch et al. (2021). \"ComPWA/ampform: Automatically generate symbolic amplitude models for Partial Wave Analysis\". https://doi.org/10.5281/zenodo.5526648.", + "Fritsch et al. (2021). \"ComPWA/tensorwaves: Python fitter package for multiple computational back-ends\". https://doi.org/10.5281/zenodo.5526361." + ], + "related_identifiers": [ + { + "scheme": "doi", + "identifier": "10.5281/zenodo.5526648", + "relation": "references", + "resource_type": "software" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.5526360", + "relation": "references", + "resource_type": "software" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.5526361", + "relation": "references", + "resource_type": "software" + } + ], + "title": "Common Partial Wave Analysis: A collaboration-independent organisation for amplitude analysis software", + "upload_type": "software" +}