-
Notifications
You must be signed in to change notification settings - Fork 38
/
codemeta.json
71 lines (71 loc) · 2.83 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/EUPL-1.1",
"codeRepository": "https://atlas.cern/updates/press-statement/13-tev-open-data.git",
"dateCreated": "2020-01-01",
"datePublished": "2020-02-10",
"dateModified": "2021-09-01",
"downloadUrl": "https://github.com/artfisica/atlas-outreach-cpp-framework-13tev/archive/refs/tags/1.1.zip",
"issueTracker": "https://github.com/atlas-outreach-data-tools/atlas-outreach-cpp-framework-13tev/issues",
"name": "ATLAS Open Data 13 TeV analysis C++ framework",
"version": "1.1",
"description": "A repository with 12 high energy physics analysis examples using the ATLAS Open Data 13 TeV dataset released in 2020. It is written in C++ and some bash scripts.\n* Documentation of the code: http://opendata.atlas.cern/release/2020/documentation/frameworks/cpp.html\n* Documentation of the analysis: http://opendata.atlas.cern/release/2020/documentation/physics/intro.html",
"releaseNotes": "Code with License\naccount that is hosting the record in Zenodo",
"developmentStatus": "active",
"isPartOf": "http://opendata.atlas.cern",
"referencePublication": "https://doi.org/10.5281/zenodo.5484047",
"programmingLanguage": [
"C++",
"bash"
],
"operatingSystem": [
"Linux",
"Mac OS"
],
"softwareRequirements": [
"Python",
"ROOT"
],
"relatedLink": [
"http://opendata.atlas.cern/release/2020/documentation/frameworks/cpp.html",
"http://opendata.atlas.cern/release/2020/documentation/physics/intro.html"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-4749-5250",
"givenName": "Leonid",
"familyName": "Serkin",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "INFN Gruppo Collegato di Udine and ICTP, Trieste"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8241-7835",
"givenName": "Arturo",
"familyName": "Sanchez Pineda",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "LAPP, Univ. Grenoble Alpes, Univ. Savoie Mont Blanc, CNRS/IN2P3, Annecy"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-4259-018X",
"givenName": "Meirin Oan",
"familyName": "Evans",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Sussex"
}
}
]
}