Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New way for zenodo #320

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 31 additions & 17 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"name": "Chatillon, Audrey"
},
{
"name": "Rodriguez Sanchez, Jose Luis",
"orcid": "0000-0002-4702-5294"
}
],
"contributors": [
{
"type": "Other",
"name": "Garcia Jimenez, Gabriel"
},
{
"type": "Other",
"name": "Gra\u00f1a Gonzalez, Antia"
"name": "Gra\u00f1a Gonzalez, Antia",
"orcid": "0000-0002-0842-4110"
},
{
"type": "Other",
"name": "Mayer, Jan"
"name": "Morfouace, Pierre",
"orcid": "0000-0002-2131-2199"
},
{
"type": "Other",
"name": "Morfouace, Pierre"
"name": "Rodriguez Sanchez, Jose Luis",
"orcid": "0000-0002-4702-5294"
},
{
"name": "Taniuchi, Ryo",
"orcid": "0000-0002-8057-7074"
}
],
"contributors": [
{
"type": "Other",
"name": "Taniuchi, Ryo"
"name": "Mayer, Jan"
},
{
"type": "Other",
"name": "Wang, Yanzhao"
"name": "Wang, Yanzhao",
"orcid": "0000-0002-7006-7986"
}
],
"description": "SOFIA folder inside R3BRoot describes the SOFIA detectors which are going to be employed for the fission setup within the R3B/GLAD magnet. 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).",
"description": "The SOFIA module within the R3BRoot framework encapsulates the configuration and functionality of the SOFIA detectors, specifically designed for fission experiments conducted with the GLAD spectrometer. R3BRoot, built on the FairRoot framework, serves as a software environment for performing detailed Monte Carlo simulations and processing experimental data from R3B (Reactions with Relativistic Radioactive Beams) experiments. These capabilities include precise modeling of detector geometry, particle tracking, event reconstruction, and physics analysis, supporting the investigation of fission dynamics and nuclear structure in high-energy heavy-ion collision scenarios at the GSI-FAIR facility.",
"related_identifiers": [
{
"identifier": "https://github.com/R3BRootGroup/sofia/",
Expand All @@ -47,5 +47,19 @@
"scheme": "url"
}
],
"title": "sofia"
"title": "SOFIA software",
"upload_type": "software",
"keywords": [
"Geant4",
"c-plus-plus",
"cmake",
"vmc",
"modular",
"Event reconstruction",
"Simulation",
"Data analysis",
"Structure and dynamics of nuclei",
"Nuclear reactions",
"Nuclear fission"
]
}
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Alvarez Pol, Hector [https://orcid.org/0000-0001-9643-6252]
Chatillon, Audrey
Garcia Jimenez, Gabriel
Graña Gonzalez, Antia [https://orcid.org/0000-0002-0842-4110]
Morfouace, Pierre [https://orcid.org/0000-0002-2131-2199]
Rodriguez Sanchez, Jose Luis [https://orcid.org/0000-0002-4702-5294]
Taniuchi, Ryo [https://orcid.org/0000-0002-8057-7074]
6 changes: 1 addition & 5 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
Garcia Jimenez, Gabriel
Graña Gonzalez, Antia
Mayer, Jan
Morfouace, Pierre
Taniuchi, Ryo
Wang, Yanzhao
Wang, Yanzhao [https://orcid.org/0000-0002-7006-7986]
30 changes: 17 additions & 13 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,43 +60,47 @@
"givenName": "Audrey",
"familyName": "Chatillon"
},
{
"@type": "Person",
"givenName": "Jose Luis",
"familyName": "Rodriguez Sanchez",
"@id": "https://orcid.org/0000-0002-4702-5294"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Gabriel",
"familyName": "Garcia Jimenez"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0842-4110",
"givenName": "Antia",
"familyName": "Gra\u00f1a Gonzalez"
},
{
"@type": "Person",
"givenName": "Jan",
"familyName": "Mayer"
"@id": "https://orcid.org/0000-0002-2131-2199",
"givenName": "Pierre",
"familyName": "Morfouace"
},
{
"@type": "Person",
"givenName": "Pierre",
"familyName": "Morfouace"
"givenName": "Jose Luis",
"familyName": "Rodriguez Sanchez",
"@id": "https://orcid.org/0000-0002-4702-5294"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8057-7074",
"givenName": "Ryo",
"familyName": "Taniuchi"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Jan",
"familyName": "Mayer"
},
{
"@type": "Person",
"givenName": "Yanzhao",
"familyName": "Wang"
"familyName": "Wang",
"@id": "https://orcid.org/0000-0002-7006-7986"
}
]
}
Loading