-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathacknowledging.html
305 lines (275 loc) · 11.7 KB
/
acknowledging.html
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html>
<style type="text/css" media="screen">
h2[id]::before {
display: block;
content: " ";
margin-top: -125px;
height: 125px;
}
</style>
<script src="scripts/matomo.js" defer></script>
<script src="scripts/myscripts.js" defer></script>
<script src="scripts/includeHTML.js" defer></script>
<div data-include="header.html"></div>
<body>
<div data-include="navbar.html"></div>
<!-- OLD VERSION
<script>
function copyToClipboard(element) {
var $temp = $("<textarea>");
$("body").append($temp);
var x = $(element).html().trim().replace(/<br>/g, '\n').replace(/<\/?[^>]+>/g, '');
$temp.val(x).select();
document.execCommand("copy");
$temp.remove();
}
</script>
-->
<script>
function copyToClipboard(element) {
var $temp = $("<textarea>");
$("body").append($temp);
var x = $(element).text().trim().replace(/<br>/g, '\n').replace(/<\/?[^>]+>/g, '');
$temp.val(x).select();
document.execCommand("copy");
$temp.remove();
}
</script>
<p id="bibtex-proc" style="display:none;">
@INPROCEEDINGS{gammapy:2017,
author = {{Deil}, C. and {Zanin}, R. and {Lefaucheur}, J. and {Boisson}, C. and
{Khélifi}, B. and {Terrier}, R. and {Wood}, M. and {Mohrmann}, L. and
{Chakraborty}, N. and {Watson}, J. and {Lopez-Coto}, R. and
{Klepser}, S. and {Cerruti}, M. and {Lenain}, J.~P. and {Acero}, F. and
{Djannati-Ata{\"\i}}, A. and {Pita}, S. and {Bosnjak}, Z. and
{Trichard}, C. and {Vuillaume}, T. and {Donath}, A. and
{Consortium}, CTA and {King}, J. and {Jouvin}, L. and {Owen}, E. and
{Sipocz}, B. and {Lennarz}, D. and {Voruganti}, A. and
{Spir-Jacob}, M. and {Ruiz}, J. Enrique and {Arribas}, M. Paz},
title = "{Gammapy - A prototype for the CTA science tools}",
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics},
booktitle = {35th International Cosmic Ray Conference (ICRC2017)},
year = 2017,
series = {International Cosmic Ray Conference},
volume = {301},
month = jan,
eid = {766},
pages = {766},
archivePrefix = {arXiv},
eprint = {1709.01751},
primaryClass = {astro-ph.IM},
adsurl = {https://ui.adsabs.harvard.edu/abs/2017ICRC...35..766D},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
</p>
<p id="bibtex-paper" style="display:none;">
@article{gammapy:2023,
author = {{Donath}, Axel and {Terrier}, R\'egis and {Remy}, Quentin and {Sinha}, Atreyee and {Nigro}, Cosimo and
{Pintore}, Fabio and {Kh\'elifi}, Bruno and {Olivera-Nieto}, Laura and {Ruiz}, Jose Enrique and
{Br\"ugge}, Kai and {Linhoff}, Maximilian and {Contreras}, Jose Luis and {Acero}, Fabio and
{Aguasca-Cabot}, Arnau and {Berge}, David and {Bhattacharjee}, Pooja and {Buchner}, Johannes and
{Boisson}, Catherine and {Carreto Fidalgo}, David and {Chen}, Andrew and {de Bony de Lavergne}, Mathieu and
{de Miranda Cardoso}, Jos\'e Vinicius and {Deil}, Christoph and {F\"u\ss{}ling}, Matthias and
{Funk}, Stefan and {Giunti}, Luca and {Hinton}, Jim and {Jouvin}, L\'ea and {King}, Johannes and
{Lefaucheur}, Julien and {Lemoine-Goumard}, Marianne and {Lenain}, Jean-Philippe and {L\'opez-Coto}, Rub\'en
and {Mohrmann}, Lars and {Morcuende}, Daniel and {Panny}, Sebastian and {Regeard}, Maxime and {Saha}, Lab
and {Siejkowski}, Hubert and {Siemiginowska}, Aneta and {Sip"ocz}, Brigitta M. and {Unbehaun}, Tim
and {van Eldik}, Christopher and {Vuillaume}, Thomas and {Zanin}, Roberta},
title = {Gammapy: A Python package for gamma-ray astronomy},
DOI= "10.1051/0004-6361/202346488",
url= "https://doi.org/10.1051/0004-6361/202346488",
journal = {A&A},
year = 2023,
volume = 678,
pages = "A157",
}
</p>
<p id="bibtex-zenodo-11" style="display:none;">
@software{gammapy:zenodo-1.1,
author = {Aguasca-Cabot, Arnau and
Donath, Axel and
Feijen, Kirsty and
Gr\'eaux, Lucas and
Giunti, Luca and
Kh\'elifi, Bruno and
Linhoff, Maximilian and
Mender, Simone and
Mohrmann, Lars and
Nigro, Cosimo and
Olivera-Nieto, Laura and
Pintore, Fabio and
Regeard, Maxime and
Remy, Quentin and
Sinha, Atreyee and
Streil, Katrin and
Terrier, R\'egis},
title = {Gammapy: Python toolbox for gamma-ray astronomy},
month = 06,
year = 2023,
publisher = {Zenodo},
version = {v1.1},
url = "https://zenodo.org/records/8033275",
}
</p>
<p id="bibtex-zenodo-12" style="display:none;">
@software{gammapy:zenodo-1.2,
author = {Acero, Fabio and
Bernete, Juan and
Biederbeck, Noah and
Djuvsland, Julia and
Donath, Axel and
Feijen, Kirsty and
Fröse, Stefan and
Galelli, Claudio and
Khélifi, Bruno and
Konrad, Jana and
Kornecki, Paula and
Linhoff, Maximilian and
McKee, Kurt and
Mender, Simone and
Morcuende, Daniel and
Olivera-Nieto, Laura and
Pintore, Fabio and
Punch, Michael and
Regeard, Maxime and
Remy, Quentin and
Sinha, Atreyee and
Stapel, Hanna and
Streil, Katrin and
Terrier, Régis and
Unbehaun, Tim},
title = {Gammapy: Python toolbox for gamma-ray astronomy},
month = 02,
year = 2024,
publisher = {Zenodo},
version = {v1.2},
doi = {10.5281/zenodo.10726484},
url = {https://doi.org/10.5281/zenodo.10726484}
}
</p>
<p id="bibtex-zenodo-13" style="display:none;">
@software{acero_2025_14760974,
author = {Acero, Fabio and
Aguasca-Cabot, Arnau and
Bernete, Juan and
Biederbeck, Noah and
Djuvsland, Julia and
Donath, Axel and
Feijen, Kirsty and
Fröse, Stefan and
Galelli, Claudio and
Khélifi, Bruno and
Konrad, Jana and
Kornecki, Paula and
Linhoff, Maximilian and
McKee, Kurt and
Mender, Simone and
Mohrmann, Lars and
Morcuende, Daniel and
Olivera-Nieto, Laura and
Peresano, Michele and
Pintore, Fabio and
Punch, Michael and
Regeard, Maxime and
Remy, Quentin and
Roellinghoff, Gerrit and
Sinha, Atreyee and
Sipőcz, Brigitta M and
Stapel, Hanna and
Streil, Katrin and
Terrier, Régis and
Unbehaun, Tim and
Wong, Samantha and
Yu, Pei},
title = {Gammapy: Python toolbox for gamma-ray astronomy},
month = jan,
year = 2025,
publisher = {Zenodo},
version = {v1.3},
doi = {10.5281/zenodo.14760974},
url = {https://doi.org/10.5281/zenodo.14760974},
swhid = {swh:1:dir:9405c2435b92c1267179543aaf913e9a3fda6ced
;origin=https://doi.org/10.5281/zenodo.4701488;vis
it=swh:1:snp:ee94f46fa10032e542469d3614f2699ea257e
827;anchor=swh:1:rel:707c1b3d2919e9f78dbb649ad584c
30eec8359d2;path=gammapy-gammapy-c8b5337
},
}
</p>
<main role="main">
<div class="container">
<h1>Acknowledging or Citing gammapy</h1>
<br>
<p>
<a href="#pub">In publications</a> | <a href="#pres">In presentations</a> | <a href="#projects">In projects</a>
</p>
<br><br>
<h2 id="publication"><a href="#pub">In publications</a></h2>
<p class="lead">
If you use Gammapy for work or research presented in a publication (whether directly, or as a dependency to
another package), we ask you to add two citations to Gammapy:
</p>
<ul>
<li><a href="https://www.aanda.org/component/article?access=doi&doi=10.1051/0004-6361/202346488">Gammapy paper in A&A</a>
(as a general citation)
<button class="button-fancy"
onclick="copyToClipboard('#bibtex-paper'); alert('A&A BibTeX copied!');">
<small>Copy BibTeX to clipboard</small>
</button>
</li>
<!-- <li><a href="https://arxiv.org/abs/1709.01751">Gammapy paper</a>
(<a href="https://ui.adsabs.harvard.edu/abs/2017ICRC...35..766D/abstract">ADS</a>) (as a general citation)</li> -->
<li><a href="https://doi.org/10.5281/zenodo.4701488">Gammapy on Zenodo</a> (with the specific version used)
- e.g. for the v1.3: <button class="button-fancy"
onclick="copyToClipboard('#bibtex-zenodo-13'); alert('Zenodo v1.3 BibTeX copied!');">
<small>Copy BibTeX to clipboard</small>
</button>
</li>
</ul>
<!--
<br><br>
<p>
We provide the following LaTeX/BibTeX acknowledgment if there is no specific place to cite the papers:
<center>
This research made use of gammapy,\footnote{https://www.gammapy.org} a community-developed core Python
package for TeV gamma-ray astronomy \citep{gammapy:2023}
</center>
</p>
-->
<br>
<hr>
<h2 id="presentation"><a href="#pres">In presentations</a></h2>
<p class="lead">
If you are giving a presentation or talk featuring work/research that makes use of Gammapy, we suggest
using this logo on your title slide:
</p>
<img src="img/gammapy_banner.png" style="width:40%;">
<br><br><br>
<hr>
<h2 id="projects"><a href="#projects">In projects</a></h2>
<p class="lead">
If you are using Gammapy as part of a code project (e.g., affiliated packages), a useful way to acknowledge
your use of Gammapy is with a badge in your README. We suggest this badge:
</p>
<img src="https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat" style="width:20%;">
<p>
Which is available at the URL <a href="https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat">
<font face="arial narrow">https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat</font></a>.
</p>
<p>
If your code is hosted on GitHub, you can place the following in your README.md file to get the badge:
<br>
<code>[![gammapy](https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat)](https://www.gammapy.org/)</code>
</p>
<br>
</div>
</main>
<!-- Footer Section -->
<div data-include="footer.html"></div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="scripts/navbarCollapse.js" defer></script>
</body>
</html>