-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcodemeta.json
148 lines (148 loc) · 5.03 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"dateCreated": "2019-12-17",
"datePublished": "2021-04-14",
"dateModified": "2023-02-12",
"codeRepository": "https://github.com/cosimoNigro/agnpy",
"issueTracker": "https://github.com/cosimoNigro/agnpy/issues",
"downloadUrl": "https://github.com/cosimoNigro/agnpy/releases/tag/v0.4.0",
"name": "agnpy",
"version": "0.4.0",
"identifier": "10.5281/zenodo.4055175",
"description": "agnpy is a python package focusing on the computation of the radiative processes of relativistic particles accelerated in the jets of Active Galactic Nuclei (AGN). It includes classes describing the galaxy components responsible for line and thermal emission and calculates the absorption due to gamma-gamma pair production on soft (IR-UV) photon fields.",
"applicationCategory": "Astronomy",
"funding": "ESCAPE 824064",
"developmentStatus": "active",
"isPartOf": "https://www.astropy.org/affiliated/",
"referencePublication": "https://doi.org/10.1051/0004-6361/202142000",
"readme": "https://agnpy.readthedocs.io/en/latest/",
"softwareVersion": "0.4.0",
"funder": {
"@type": "Organization",
"name": "European Union's Horizon 2020 research and innovation programme"
},
"keywords": [
"CTA",
"astroparticle physics",
"jupyter-notebook",
"active galactic nuclei",
"blazars",
"radio jets",
"radio active galactic nuclei",
"radiative processes"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux",
"MacOs"
],
"softwareRequirements": [
"https://github.com/cosimoNigro/agnpy#dependencies"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8375-1907",
"givenName": "Cosimo",
"familyName": "Nigro",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut de Física d'Altes Energies (IFAE)"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1659-5374",
"givenName": "Julian",
"familyName": "Sitarek",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Lodz"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-4183-391X",
"givenName": "Pawel",
"familyName": "Gliwny",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Lodz"
}
},
{
"@type": "Person",
"givenName": "David",
"familyName": "Sanchez",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont Blanc, CNRS, LAPP"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7988-8919",
"givenName": "Matthew",
"familyName": "Craig",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Minnesota State University"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5686-2078",
"givenName": "Thomas",
"familyName": "Vuillaume",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont Blanc, CNRS, LAPP"
}
},
{
"@type": "Person",
"givenName": "Ilaria",
"familyName": "Viale",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Università degli Studi di Padova"
}
},
{
"@type": "Person",
"givenName": "Dimitrios ",
"familyName": "Maniadakis",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Università degli Studi di Padova"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-8375-1907",
"givenName": "Cosimo",
"familyName": "Nigro",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut de Física d'Altes Energies (IFAE)"
}
}
]
}