Skip to content

Commit

Permalink
docs: update Zenodo author list (#192)
Browse files Browse the repository at this point in the history
* ci: autoupdate `pre-commit` config (fixes cspell ref)
* docs: update Zenodo author list
  • Loading branch information
redeboer committed Apr 5, 2023
1 parent bc570d1 commit e0d9c3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
14 changes: 5 additions & 9 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<p>QRules is a Python package for <strong>validating and generating particle reactions</strong>&nbsp;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.</p>\n\n<p>The resulting state transition objects are particularly useful for <strong>amplitude analysis / Partial Wave Analysis</strong> as they contain all information (such as expected masses, widths, and spin projections) that is needed to formulate an amplitude model.</p>",
Expand Down

0 comments on commit e0d9c3d

Please sign in to comment.