Skip to content

Commit 31ccc3e

Browse files
authored
DX: add Zenodo configuration (#271)
1 parent 227ffe6 commit 31ccc3e

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
".pre-commit-config.yaml",
5959
".prettierignore",
6060
".vscode/*",
61+
".zenodo.json",
6162
"LICENSE",
6263
"Makefile",
6364
"Manifest.toml",

.zenodo.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"access_right": "open",
3+
"creators": [
4+
{
5+
"affiliation": "Ruhr University Bochum",
6+
"name": "Remco de Remco",
7+
"orcid": "0000-0001-5846-2206"
8+
},
9+
{
10+
"affiliation": "Excellence Cluster ORIGINS, Munich, Germany",
11+
"name": "Mikhail Mikhasenko",
12+
"orcid": "0000-0002-6969-2063"
13+
},
14+
{
15+
"affiliation": "Ruhr University Bochum",
16+
"name": "Miriam Fritsch",
17+
"orcid": "0000-0002-6463-8295"
18+
}
19+
],
20+
"description": "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} \\to 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.",
21+
"keywords": [
22+
"amplitude analysis",
23+
"computer algebra system",
24+
"LHCb",
25+
"partial wave analysis",
26+
"particle physics",
27+
"polarimetry",
28+
"polarization"
29+
],
30+
"language": "eng",
31+
"license": "GPL-3.0-or-later",
32+
"references": [
33+
"Fritsch et al. (2022). \"Common Partial Wave Analysis: a collaboration-independent organisation for amplitude analysis software\". https://doi.org/10.5281/zenodo.6908149.",
34+
"Mikhasenko (2022). \"ThreeBodyDecay.jl: Julia implementation of the Dalitz-plot decomposition\". https://doi.org/10.5281/zenodo.7256812."
35+
],
36+
"related_identifiers": [
37+
{
38+
"identifier": "10.48550/arXiv.2208.03262",
39+
"relation": "references",
40+
"resource_type": "article",
41+
"scheme": "doi"
42+
},
43+
{
44+
"identifier": "10.1103/PhysRevD.101.034033",
45+
"relation": "references",
46+
"resource_type": "article",
47+
"scheme": "doi"
48+
},
49+
{
50+
"identifier": "10.5281/zenodo.6908149",
51+
"relation": "references",
52+
"resource_type": "software",
53+
"scheme": "doi"
54+
},
55+
{
56+
"identifier": "10.5281/zenodo.7256812",
57+
"relation": "references",
58+
"resource_type": "software",
59+
"scheme": "doi"
60+
},
61+
{
62+
"identifier": "10.5281/zenodo.594254",
63+
"relation": "references",
64+
"resource_type": "software",
65+
"scheme": "doi"
66+
}
67+
],
68+
"title": "$Lambda^+_mathrm{c}$ polarimetry using the dominant hadronic mode",
69+
"upload_type": "software"
70+
}

0 commit comments

Comments
 (0)