-
Notifications
You must be signed in to change notification settings - Fork 11
/
.zenodo.json
105 lines (105 loc) · 4.11 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"access_right": "open",
"creators": [
{
"name": "Rodríguez-Sánchez, Jose Luis",
"orcid": "0000-0002-4702-5294",
"email": "j.l.rodriguez.sanchez@udc.es",
"affiliation": "CITENI, Industrial Campus of Ferrol, University of Coruña, 15403 Ferrol, Spain"
}
],
"contributors": [
{
"type": "Other",
"name": "Klenze, Philipp",
"orcid": "0000-0001-5709-7315",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany"
},
{
"type": "Other",
"name": "Kresan, Dmytro",
"orcid": "0000-0002-7537-2875",
"email": "d.kresan@gsi.de",
"affiliation": "GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany"
},
{
"type": "Other",
"name": "Wang, Yanzhao",
"orcid": "0000-0002-7006-7986",
"affiliation": "Universität zu Köln, 50923 Köln, Germany"
}
],
"description": "The FRS-R3B directory within R3BRoot contains the software for the FRS (Fragment Separator) detectors that are utilized in the FRS-R3B experiments. The FRS is a pivotal instrument for investigating nuclear reactions with relativistic radioactive beams, enabling high-precision studies of exotic nuclei and nuclear structure at the limits of stability. This software is built upon the FairRoot framework, which provides the tools necessary for both Monte Carlo simulations and data analysis of experimental results. The R3B experimental program is part of the broader nuclear physics research efforts at the FAIR (Facility for Antiproton and Ion Research), a cutting-edge international research facility that utilizes heavy-ion and antiproton beams to explore fundamental questions in nuclear physics, with a particular focus on the production and behavior of rare isotopes under extreme conditions. The FRS-R3B software package is a source distribution with recurring releases for macOS and Linux.",
"maintainers": [
{
"name": "Rodriguez-Sánchez, Jose Luis",
"orcid": "0000-0002-4702-5294",
"email": "j.l.rodriguez.sanchez@udc.es",
"affiliation": "CITENI, Industrial Campus of Ferrol, University of Coruña, 15403 Ferrol, Spain"
}
],
"related_identifiers": [
{
"identifier": "https://github.com/FairRootGroup/FairSoft/",
"relation": "isDerivedFrom",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://github.com/FairRootGroup/FairRoot/",
"relation": "isDerivedFrom",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://gitlab.com/chalmers-subexp/ucesb/",
"relation": "isRelatedTo",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://github.com/R3BRootGroup/R3BRoot/",
"relation": "isSupplementTo",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://github.com/R3BRootGroup/frs/blob/dev/README.md",
"relation": "isDocumentedBy",
"resource_type": "publication-softwaredocumentation",
"scheme": "url"
}
],
"title": "FRS-R3B Software",
"upload_type": "software",
"license": "LGPL-3.0-only",
"softwareRequirements": [
"FairSoft, FairRoot, R3BRoot"
],
"programmingLanguage": [
"C",
"C++"
],
"runtimePlatform": [
"ROOT"
],
"operatingSystem": [
"Linux",
"macOS"
],
"keywords": [
"Geant4",
"c-plus-plus",
"cmake",
"vmc",
"modular",
"Track reconstruction",
"Simulation",
"Data analysis",
"Structure and dynamics of nuclei",
"Nuclear reactions",
"Nuclear fission",
"FRS-R3B, Super-FRS-R3B experiments",
"GSI/FAIR facility"
]
}