From e0d9c3d46bc531dcc02e37d1337be17a9bf3c09a Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 22 Jul 2022 19:18:00 +0200 Subject: [PATCH] docs: update Zenodo author list (#192) * ci: autoupdate `pre-commit` config (fixes cspell ref) * docs: update Zenodo author list --- .pre-commit-config.yaml | 10 +++++----- .zenodo.json | 14 +++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d143dcaf..21637f7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: blacken-docs - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.0.0 + rev: v6.3.1 hooks: - id: cspell @@ -96,12 +96,12 @@ repos: - id: isort - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.32.0 hooks: - id: markdownlint - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.4.0 hooks: - id: nbqa-black additional_dependencies: @@ -145,12 +145,12 @@ repos: - id: pydocstyle - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.258 + rev: v1.1.262 hooks: - id: pyright - repo: https://github.com/asottile/pyupgrade - rev: v2.37.1 + rev: v2.37.2 hooks: - id: pyupgrade args: diff --git a/.zenodo.json b/.zenodo.json index 62bbc82f..98b8c204 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -3,27 +3,23 @@ "creators": [ { "affiliation": "Ruhr University Bochum", - "name": "Pfl\u00fcger, Stefan" + "name": "Fritsch, Miriam" }, { "affiliation": "Ruhr University Bochum", - "name": "de Boer. Remco" + "name": "Pfl\u00fcger, Stefan" }, { "affiliation": "Ruhr University Bochum", - "name": "Fritsch, Miriam" + "name": "de Boer, Remco" }, { "affiliation": "Johannes Gutenberg University Mainz", "name": "Gradl, Wolfgang" }, { - "affiliation": "Ruhr University Bochum", - "name": "Wollenberg, Leonard" - }, - { - "affiliation": "Ruhr University Bochum", - "name": "J\u00e4ger, Sebastian" + "affiliation": "GSI Helmholtzzentrum f\u00fcr Schwerionenforschung", + "name": "Peters, Klaus" } ], "description": "

QRules is a Python package for validating and generating particle reactions using quantum number conservation rules. The user only has to provide a certain set of boundary conditions (initial and final state, allowed interaction types, expected decay topologies, etc.). QRules will then span the space of allowed quantum numbers over all allowed decay topologies and particle instances that correspond with the sets of allowed quantum numbers it has found.

\n\n

The resulting state transition objects are particularly useful for amplitude analysis / Partial Wave Analysis as they contain all information (such as expected masses, widths, and spin projections) that is needed to formulate an amplitude model.

",