Skip to content

Commit d69e118

Browse files
ChristianTackeGSIdennisklein
authored andcommitted
docs: Update codemeta.json formatting
We use two spaces around for codemeta.json
1 parent d12250d commit d69e118

1 file changed

Lines changed: 49 additions & 49 deletions

File tree

codemeta.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3-
"@type": "SoftwareSourceCode",
4-
"name": "FairRoot",
5-
"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>",
6-
"license": "https://spdx.org/licenses/LGPL-3.0-only",
7-
"version": "v18.2.1",
8-
"datePublished": "2012-05-25",
9-
"keywords": [
10-
"geant4",
11-
"c-plus-plus",
12-
"cmake",
13-
"reconstruction",
14-
"vmc",
15-
"modular",
16-
"analysis",
17-
"simulation"
18-
],
19-
"contributor": [
20-
{
21-
"@type": "Person",
22-
"familyName": "Al-Turany",
23-
"givenName": "Mohammad"
24-
},
25-
{
26-
"@type": "Person",
27-
"familyName": "Karabowicz",
28-
"givenName": "Radoslaw"
29-
},
30-
{
31-
"@type": "Person",
32-
"familyName": "Klein",
33-
"givenName": "Dennis"
34-
},
35-
{
36-
"@type": "Person",
37-
"familyName": "Kresan",
38-
"givenName": "Dmytro"
39-
},
40-
{
41-
"@type": "Person",
42-
"familyName": "Rybalchenko",
43-
"givenName": "Alexey"
44-
},
45-
{
46-
"@type": "Person",
47-
"familyName": "Uhlig",
48-
"givenName": "Florian"
49-
}
50-
]
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"name": "FairRoot",
5+
"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>",
6+
"license": "https://spdx.org/licenses/LGPL-3.0-only",
7+
"version": "v18.2.1",
8+
"datePublished": "2012-05-25",
9+
"keywords": [
10+
"geant4",
11+
"c-plus-plus",
12+
"cmake",
13+
"reconstruction",
14+
"vmc",
15+
"modular",
16+
"analysis",
17+
"simulation"
18+
],
19+
"contributor": [
20+
{
21+
"@type": "Person",
22+
"familyName": "Al-Turany",
23+
"givenName": "Mohammad"
24+
},
25+
{
26+
"@type": "Person",
27+
"familyName": "Karabowicz",
28+
"givenName": "Radoslaw"
29+
},
30+
{
31+
"@type": "Person",
32+
"familyName": "Klein",
33+
"givenName": "Dennis"
34+
},
35+
{
36+
"@type": "Person",
37+
"familyName": "Kresan",
38+
"givenName": "Dmytro"
39+
},
40+
{
41+
"@type": "Person",
42+
"familyName": "Rybalchenko",
43+
"givenName": "Alexey"
44+
},
45+
{
46+
"@type": "Person",
47+
"familyName": "Uhlig",
48+
"givenName": "Florian"
49+
}
50+
]
5151
}

0 commit comments

Comments
 (0)