Skip to content

Commit

Permalink
docs: Update codemeta.json formatting
Browse files Browse the repository at this point in the history
We use two spaces around for codemeta.json
  • Loading branch information
ChristianTackeGSI authored and dennisklein committed Mar 27, 2023
1 parent d12250d commit d69e118
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "FairRoot",
"description": "<p>A simulation, reconstruction and analysis framework that is based on the ROOT system. The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however the user code that creates 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 magnetic field maps is also implemented.</p>",
"license": "https://spdx.org/licenses/LGPL-3.0-only",
"version": "v18.2.1",
"datePublished": "2012-05-25",
"keywords": [
"geant4",
"c-plus-plus",
"cmake",
"reconstruction",
"vmc",
"modular",
"analysis",
"simulation"
],
"contributor": [
{
"@type": "Person",
"familyName": "Al-Turany",
"givenName": "Mohammad"
},
{
"@type": "Person",
"familyName": "Karabowicz",
"givenName": "Radoslaw"
},
{
"@type": "Person",
"familyName": "Klein",
"givenName": "Dennis"
},
{
"@type": "Person",
"familyName": "Kresan",
"givenName": "Dmytro"
},
{
"@type": "Person",
"familyName": "Rybalchenko",
"givenName": "Alexey"
},
{
"@type": "Person",
"familyName": "Uhlig",
"givenName": "Florian"
}
]
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "FairRoot",
"description": "<p>A simulation, reconstruction and analysis framework that is based on the ROOT system. The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however the user code that creates 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 magnetic field maps is also implemented.</p>",
"license": "https://spdx.org/licenses/LGPL-3.0-only",
"version": "v18.2.1",
"datePublished": "2012-05-25",
"keywords": [
"geant4",
"c-plus-plus",
"cmake",
"reconstruction",
"vmc",
"modular",
"analysis",
"simulation"
],
"contributor": [
{
"@type": "Person",
"familyName": "Al-Turany",
"givenName": "Mohammad"
},
{
"@type": "Person",
"familyName": "Karabowicz",
"givenName": "Radoslaw"
},
{
"@type": "Person",
"familyName": "Klein",
"givenName": "Dennis"
},
{
"@type": "Person",
"familyName": "Kresan",
"givenName": "Dmytro"
},
{
"@type": "Person",
"familyName": "Rybalchenko",
"givenName": "Alexey"
},
{
"@type": "Person",
"familyName": "Uhlig",
"givenName": "Florian"
}
]
}

0 comments on commit d69e118

Please sign in to comment.