Skip to content

Commit 35e1426

Browse files
committed
Changed CI-CD compilation to jan24p1
Update list of Authors
1 parent 7826525 commit 35e1426

File tree

8 files changed

+396
-94
lines changed

8 files changed

+396
-94
lines changed

.github/actions/pre-build/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ runs:
88
run: |
99
git config --global --add safe.directory $GITHUB_WORKSPACE
1010
echo "UCESB_DIR=$GITHUB_WORKSPACE/ucesb/" >> $GITHUB_ENV
11-
export SIMPATH=${CVMDIR}/debian10/fairsoft/nov22p1
11+
export SIMPATH=${CVMDIR}/debian10/fairsoft/jan24p1
1212
echo "SIMPATH=${SIMPATH}" >> $GITHUB_ENV
13-
echo "FAIRROOTPATH=${CVMDIR}/debian10/fairroot/v18.8.0_fs_nov22p1" >> $GITHUB_ENV
13+
echo "FAIRROOTPATH=${CVMDIR}/debian10/fairroot/v18.8.2_jan24p1" >> $GITHUB_ENV
1414
echo "${SIMPATH}/bin" >> $GITHUB_PATH
1515
# variables for ccache
1616
echo "CCACHE_BASEDIR=${GITHUB_WORKSPACE}" >> $GITHUB_ENV

.github/workflows/check_metadata.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: 2024 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH, Darmstadt, Germany
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
name: Check AUTHORS and CONTRIBUTORS in metadata
6+
7+
on:
8+
push:
9+
paths:
10+
- AUTHORS
11+
- CONTRIBUTORS
12+
- codemeta.json
13+
- .zenodo.json
14+
pull_request:
15+
paths:
16+
- AUTHORS
17+
- CONTRIBUTORS
18+
- codemeta.json
19+
- .zenodo.json
20+
21+
jobs:
22+
build:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v4
26+
- name: Try updating metadata
27+
run: python meta_update.py
28+
- name: Check for Updates
29+
run: git diff --exit-code

.zenodo.json

+189
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "Al-Turany, Mohammad",
5+
"orcid": "0000-0002-8071-4497"
6+
},
7+
{
8+
"name": "Alvarez Pol, Hector",
9+
"orcid": "0000-0001-9643-6252"
10+
},
11+
{
12+
"name": "Heil, Michael"
13+
},
14+
{
15+
"name": "Kresan, Dmytro",
16+
"orcid": "0000-0002-7537-2875"
17+
},
18+
{
19+
"name": "Mayer, Jan"
20+
},
21+
{
22+
"name": "Rodriguez Sanchez, Jose Luis",
23+
"orcid": "0000-0002-4702-5294"
24+
},
25+
{
26+
"name": "Wagner, Vadim"
27+
}
28+
],
29+
"contributors": [
30+
{
31+
"type": "Other",
32+
"name": "Boretzky, Konstanze"
33+
},
34+
{
35+
"type": "Other",
36+
"name": "Cabanelas, Pablo"
37+
},
38+
{
39+
"type": "Other",
40+
"name": "Chatillon, Audrey"
41+
},
42+
{
43+
"type": "Other",
44+
"name": "Douma, Christiaan"
45+
},
46+
{
47+
"type": "Other",
48+
"name": "Falduto, Ashton"
49+
},
50+
{
51+
"type": "Other",
52+
"name": "Feijoo, Martina"
53+
},
54+
{
55+
"type": "Other",
56+
"name": "Galiana, Elisabet"
57+
},
58+
{
59+
"type": "Other",
60+
"name": "Garcia, Gabriel"
61+
},
62+
{
63+
"type": "Other",
64+
"name": "Gasparic, Igor"
65+
},
66+
{
67+
"type": "Other",
68+
"name": "Gra\u00f1a, Antia"
69+
},
70+
{
71+
"type": "Other",
72+
"name": "Johansson, H\u00e5kan"
73+
},
74+
{
75+
"type": "Other",
76+
"name": "Heiss, Benjamin"
77+
},
78+
{
79+
"type": "Other",
80+
"name": "Horvat, Andrea"
81+
},
82+
{
83+
"type": "Other",
84+
"name": "Inglessi, Alexander"
85+
},
86+
{
87+
"type": "Other",
88+
"name": "Kelic-Heil, Aleksandra"
89+
},
90+
{
91+
"type": "Other",
92+
"name": "Klenze, Philipp"
93+
},
94+
{
95+
"type": "Other",
96+
"name": "Kripko, Aron"
97+
},
98+
{
99+
"type": "Other",
100+
"name": "Kudaibergenova, Eleonora"
101+
},
102+
{
103+
"type": "Other",
104+
"name": "Labiche, Marc"
105+
},
106+
{
107+
"type": "Other",
108+
"name": "Lagni, Andrea"
109+
},
110+
{
111+
"type": "Other",
112+
"name": "Lihtar, Ivana"
113+
},
114+
{
115+
"type": "Other",
116+
"name": "Loeher, Bastian"
117+
},
118+
{
119+
"type": "Other",
120+
"name": "Milhomens da Fonseca, Leandro"
121+
},
122+
{
123+
"type": "Other",
124+
"name": "Mozumdar, Nikhil"
125+
},
126+
{
127+
"type": "Other",
128+
"name": "Panin, Valerii"
129+
},
130+
{
131+
"type": "Other",
132+
"name": "Plag, Ralf"
133+
},
134+
{
135+
"type": "Other",
136+
"name": "Ponnath, Lukas"
137+
},
138+
{
139+
"type": "Other",
140+
"name": "Rybalchenko, Alexey"
141+
},
142+
{
143+
"type": "Other",
144+
"name": "Storck, Sonja"
145+
},
146+
{
147+
"type": "Other",
148+
"name": "Syndikus, Ina"
149+
},
150+
{
151+
"type": "Other",
152+
"name": "Taniuchi, Ryo"
153+
},
154+
{
155+
"type": "Other",
156+
"name": "Tscheuschner, Joachim"
157+
},
158+
{
159+
"type": "Other",
160+
"name": "Wang, Yanzhao"
161+
},
162+
{
163+
"type": "Other",
164+
"name": "Whitehead, Matthew"
165+
},
166+
{
167+
"type": "Other",
168+
"name": "Wongel, Alicia"
169+
},
170+
{
171+
"type": "Other",
172+
"name": "Xarepe, Manuel"
173+
},
174+
{
175+
"type": "Other",
176+
"name": "Zanetti, Lorenzo"
177+
}
178+
],
179+
"description": "The R3BRoot software is based on the FairRoot framework and can be used to perform Monte Carlo simulations and experimental data analysis of the R3B (Reactions with Relativistic Radioactive Beams) nuclear physics experiments at the GSI-FAIR research center (Facility for Antiproton and Ion Research). The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however, the implemented tasks that create simulated data do not depend on a particular Monte Carlo engine. The framework delivers base classes which enable the users to construct their detectors and/or analysis tasks in a simple way, it also delivers some general functionality like track visualization. Moreover, an interface for reading experimental and/or simulated magnetic field maps is also implemented.",
180+
"related_identifiers": [
181+
{
182+
"identifier": "https://github.com/R3BRootGroup/R3BRoot/",
183+
"relation": "isSupplementTo",
184+
"resource_type": "software",
185+
"scheme": "url"
186+
}
187+
],
188+
"title": "R3BRoot"
189+
}

AUTHORS

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Al-Turany, Mohammad
2-
Alvarez Pol, Hector
1+
Al-Turany, Mohammad [https://orcid.org/0000-0002-8071-4497]
2+
Alvarez Pol, Hector [https://orcid.org/0000-0001-9643-6252]
33
Heil, Michael
4-
Kresan, Dmytro
4+
Kresan, Dmytro [https://orcid.org/0000-0002-7537-2875]
55
Mayer, Jan
6-
Rodriguez Sanchez, Jose Luis
6+
Rodriguez Sanchez, Jose Luis [https://orcid.org/0000-0002-4702-5294]
77
Wagner, Vadim

CONTRIBUTORS

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ Whitehead, Matthew
3535
Wongel, Alicia
3636
Xarepe, Manuel
3737
Zanetti, Lorenzo
38-

codemeta.json

+16-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"contIntegration": "https://github.com/R3BRootGroup/R3BRoot/actions",
77
"dateCreated": "2009-04-14",
88
"datePublished": "2009-08-01",
9-
"dateModified": "2023-11-04",
9+
"dateModified": "2024-12-05",
1010
"downloadUrl": "https://github.com/R3BRootGroup/R3BRoot/archive/refs/tags/nov23.tar.gz",
1111
"issueTracker": "https://github.com/R3BRootGroup/R3BRoot/issues",
1212
"name": "R3BRoot",
@@ -43,13 +43,15 @@
4343
"maintainer": {
4444
"@type": "Person",
4545
"givenName": "Jose Luis",
46-
"familyName": "Rodriguez Sanchez"
46+
"familyName": "Rodriguez Sanchez",
47+
"@id": "https://orcid.org/0000-0002-4702-5294"
4748
},
4849
"author": [
4950
{
5051
"@type": "Person",
5152
"givenName": "Hector",
52-
"familyName": "Alvarez Pol"
53+
"familyName": "Alvarez Pol",
54+
"@id": "https://orcid.org/0000-0001-9643-6252"
5355
},
5456
{
5557
"@type": "Person",
@@ -59,7 +61,8 @@
5961
{
6062
"@type": "Person",
6163
"givenName": "Dmytro",
62-
"familyName": "Kresan"
64+
"familyName": "Kresan",
65+
"@id": "https://orcid.org/0000-0002-7537-2875"
6366
},
6467
{
6568
"@type": "Person",
@@ -69,7 +72,8 @@
6972
{
7073
"@type": "Person",
7174
"givenName": "Jose Luis",
72-
"familyName": "Rodriguez Sanchez"
75+
"familyName": "Rodriguez Sanchez",
76+
"@id": "https://orcid.org/0000-0002-4702-5294"
7377
},
7478
{
7579
"@type": "Person",
@@ -79,7 +83,8 @@
7983
{
8084
"@type": "Person",
8185
"givenName": "Mohammad",
82-
"familyName": "Al-Turany"
86+
"familyName": "Al-Turany",
87+
"@id": "https://orcid.org/0000-0002-8071-4497"
8388
}
8489
],
8590
"contributor": [
@@ -248,6 +253,11 @@
248253
"givenName": "Lorenzo",
249254
"familyName": "Zanetti"
250255
},
256+
{
257+
"@type": "Person",
258+
"givenName": "Matthew",
259+
"familyName": "Whitehead"
260+
},
251261
{
252262
"@type": "Person",
253263
"givenName": "Konstanze",

codemeta_update.py

-81
This file was deleted.

0 commit comments

Comments
 (0)