diff --git a/.zenodo.json b/.zenodo.json index a350c019..de8c53ba 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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/", @@ -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" + ] } diff --git a/AUTHORS b/AUTHORS index ddfb0494..d33add12 100755 --- a/AUTHORS +++ b/AUTHORS @@ -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] diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 82b5abcd..853c7d72 100755 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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] diff --git a/codemeta.json b/codemeta.json index c8064d6f..33362a37 100644 --- a/codemeta.json +++ b/codemeta.json @@ -60,14 +60,6 @@ "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", @@ -75,28 +67,40 @@ }, { "@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" } ] }