-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcodemeta.json
108 lines (108 loc) · 2.65 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/R3BRootGroup/sofia",
"contIntegration": "https://github.com/R3BRootGroup/sofia/actions",
"dateCreated": "2017-05-15",
"datePublished": "2017-05-15",
"dateModified": "2024-12-06",
"downloadUrl": "https://github.com/R3BRootGroup/sofia/archive/refs/tags/dec24.tar.gz",
"issueTracker": "https://github.com/R3BRootGroup/sofia/issues",
"name": "sofia",
"softwareVersion": "dec24",
"description": "Software for the SOFIA/R3B fission experiments at GSI/FAIR",
"readme": "https://github.com/R3BRootGroup/sofia/blob/dev/README.md",
"releaseNotes": "",
"applicationCategory": "Nuclear physics",
"developmentStatus": "active",
"keywords": [
"Geant4",
"c-plus-plus",
"cmake",
"vmc",
"modular",
"Track reconstruction",
"Simulation",
"Data analysis",
"Structure and dynamics of nuclei",
"Nuclear reactions",
"Nuclear fission",
"SOFIA/R3B experiments",
"GSI/FAIR facility"
],
"programmingLanguage": [
"C",
"C++"
],
"runtimePlatform": [
"ROOT"
],
"operatingSystem": [
"Linux",
"macOS"
],
"softwareRequirements": [
"FairRoot, FairSoft, R3BRoot"
],
"maintainer": {
"@type": "Person",
"givenName": "Jose Luis",
"familyName": "Rodriguez-Sanchez",
"@id": "https://orcid.org/0000-0002-4702-5294"
},
"author": [
{
"@type": "Person",
"givenName": "Jose Luis",
"familyName": "Rodriguez-Sanchez",
"@id": "https://orcid.org/0000-0002-4702-5294"
},
{
"@type": "Person",
"givenName": "Audrey",
"familyName": "Chatillon"
},
{
"@type": "Person",
"givenName": "Hector",
"familyName": "Alvarez-Pol",
"@id": "https://orcid.org/0000-0001-9643-6252"
},
{
"@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",
"@id": "https://orcid.org/0000-0002-2131-2199",
"givenName": "Pierre",
"familyName": "Morfouace"
},
{
"@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",
"@id": "https://orcid.org/0000-0002-7006-7986"
}
]
}