Skip to content

Commit

Permalink
MAINT: convert Zenodo config to CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 24, 2023
1 parent 1078134 commit 73b0a95
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 70 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
".prettierignore",
".vscode/*",
".zenodo.json",
"CITATION.cff",
"LICENSE",
"Makefile",
"Manifest.toml",
Expand Down
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ repos:
hooks:
- id: black

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
hooks:
- id: check-jsonschema
name: Check CITATION.cff
args:
- --default-filetype
- yaml
- --schemafile
- https://citation-file-format.github.io/1.2.0/schema.json
- CITATION.cff
pass_filenames: false

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.0.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"ruff.enable": true,
"ruff.organizeImports": true,
"yaml.schemas": {
"https://citation-file-format.github.io/1.2.0/schema.json": "CITATION.cff",
"https://json.schemastore.org/github-workflow.json": "./.github/workflows/requirements.yml"
}
}
70 changes: 0 additions & 70 deletions .zenodo.json

This file was deleted.

29 changes: 29 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: >-
\(\Lambda^+_\mathrm{c}\) polarimetry using the dominant hadronic mode
abstract: |-
The polarimeter vector field for multibody decays of a spin-half baryon is introduced as a generalisation of the baryon asymmetry parameters. Using a recent amplitude analysis of the (Lambda^+_mathrm{c} o p K^- pi^+) decay performed at the LHCb experiment, we compute the distribution of the kinematic-dependent polarimeter vector for this process in the space of Mandelstam variables to express the polarised decay rate in a model-agnostic form. The obtained representation can facilitate polarisation measurements of the \\(\Lambda^+_\mathrm{c}\\) baryon and eases inclusion of the \\(\Lambda^+_\mathrm{c} \to p K^- \pi^+\\) decay mode in hadronic amplitude analyses.
authors:
- family-names: Boer
given-names: Remco E. de
affiliation: Ruhr University Bochum
orcid: https://orcid.org/0000-0001-5846-2206
- family-names: Mikhasenko
given-names: Mikhail
affiliation: Excellence Cluster ORIGINS, Munich, Germany
orcid: https://orcid.org/0000-0002-6969-2063
- family-names: Fritsch
given-names: Miriam
affiliation: Ruhr University Bochum
orcid: https://orcid.org/0000-0002-6463-8295
keywords:
- amplitude analysis
- computer algebra system
- LHCb
- partial wave analysis
- particle physics
- polarimetry
- polarization
license: GPL-3.0-or-later

0 comments on commit 73b0a95

Please sign in to comment.