-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathabout.html
183 lines (155 loc) · 10.4 KB
/
about.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
<!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>
<main>
<div class="container">
<h1>About</h1>
<br>
<p>
<!-- <a href="#project">What is Gammapy?</a> | <a href="#acknowledge">Acknowledging Gammapy</a> | <a href="#publications">Publications</a> | <a href="#awards">Awards and Prizes</a>-->
<a href="#project">What is Gammapy?</a> | <a href="#publications">Publications</a> | <a href="#awards">Awards and Prizes</a> | <a href="#ackno">Acknowledgements</a>
</p>
<br>
<br>
<h2 id="project"><a href="#gp"> What is Gammapy?</a></h2>
<p>
Gammapy is an open-source Python package for gamma-ray analysis built on Numpy and Astropy.
</p>
<p>
It is used as core library for the Science Analysis Tool of Cherenkov Telescope Array Observatory (CTAO),
and can be used to analyse data from existing gamma-ray telescopes.
</p>
<p>
Gammapy is a community-developed, open-source Python package for gamma-ray astronomy.
It is an in-development affiliated package of Astropy that builds on the core scientific
Python stack to provide tools to simulate and analyse the gamma-ray sky for telescopes
such as CTAO, H.E.S.S., VERITAS, MAGIC, HAWC and Fermi-LAT.
Gammapy is a place for Python-coding gamma-ray astronomers to share their code and collaborate.
Feature requests and contributions welcome!
Likelihood fitting of the morphology and spectrum of gamma-ray sources (using Sherpa),
including multi-mission joint likelihood analysis and physical SED modeling (using Naima)
is one important feature we’re working on. But Gammapy has a broader scope, we currently
have code e.g. for data handling, background modeling, source detection, easy access to commonly
used datasets and catalogs, statistical methods, even simulating Galactic source
populations.
</p>
<br>
<p>
When using Gammapy for your publication, please follow the citation scheme presented in the
<a href="acknowledging.html">acknowledgment page</a> in order to support the
Gammapy team.
</p>
<!-- <br><br>
<h2 id="acknowledge"><a href="#acknowlegment"> Acknowledging Gammapy </a></h2>
<h3>In Publications</h3>
<p>
If you use Gammapy for work/research in a publication, we ask that you cite both:
<ul>
<li>the Gammapy proceeding <a href="https://ui.adsabs.harvard.edu/abs/2017ICRC...35..766D" class="card-link">(Deil C., et al., 2017)</a>,</li>
<li>the used version of Gammapy that you have used with the correct <a href="https://doi.org/10.5281/zenodo.4701488" class="card-link">Zenodo DOI</a></li>
</ul>
</p>
<p>
We provide the following as a standard acknowledgment you can use if there is not
a specific place to cite the paper:
</p>
<p class="citation"><cite>
"This research made use of Gammapy, a community-developed core Python package for
gamma-ray astronomy <a href="https://ui.adsabs.harvard.edu/abs/2017ICRC...35..766D" class="card-link">(Deil C., et al.
2017)</a>"
</cite></p>
<h3>In Presentations</h3>
<p>If you are giving a presentation or talk featuring work/research that makes
use of Gammapy we would like to ask you to acknowledge Gammapy by using this logo
<p><img style="width:70%;" draggable="false" src="img/gammapy_banner.png" alt="Gammapy banner"/></p>
</p>-->
<br><br>
<h2 id="publications"><a href="#pub"> Publications </a></h2>
<ul>
<li><a href="https://www.aanda.org/articles/aa/abs/2023/10/aa46488-23/aa46488-23.html" class="card-link">A&A, 678, A157 (2023)</a> -
“Gammapy: A Python package for gamma-ray astronomy”
</li>
<li><a href="https://www.aanda.org/articles/aa/abs/2019/12/aa36452-19/aa36452-19.html" class="card-link">A&A, 632, A72 (2019)</a> -
“Validation of open-source science tools and background model construction in γ-ray astronomy”
</li>
<li><a href="https://www.aanda.org/articles/aa/full_html/2019/05/aa34938-18/aa34938-18.html" class="card-link">A&A, 625, A10 (2019)</a> -
“Towards open and reproducible multi-instrument analysis in gamma-ray astronomy”
</li>
<li><a href="https://ui.adsabs.harvard.edu/abs/2017ICRC...35..766D" class="card-link">2017ICRC...35..766D</a> -
“Gammapy - A prototype for the CTA science tools”
</li>
<li><a href="https://ui.adsabs.harvard.edu/abs/2015ICRC...34..789D" class="card-link">2015ICRC…34..789D</a> -
“Gammapy: An open-source Python package for gamma-ray astronomy”
</li>
</ul>
<p> The <strong>full list of publications using Gammapy</strong> can be found with this
<!-- <a href="https://ui.adsabs.harvard.edu/search/q=(%20(citations(doi%3A%2210.1051%2F0004-6361%2F201834938%22)%20OR%20citations(doi%3A%2210.1051%2F0004-6361%2F202346488%22)%20OR%20citations(bibcode%3A2017ICRC...35..766D))%20AND%20year%3A2014-2023)&sort=date%20desc%2C%20bibcode%20desc&p_=0">link</a>. -->
<a href="https://ui.adsabs.harvard.edu/search/fq=%7B!type%3Daqp%20v%3D%24fq_database%7D&fq_database=(database%3Aastronomy%20OR%20database%3Aphysics)&q=reviews(docs(029dc9148e2c8b1061fc697290139d97))%20OR%20ack%3Agammapy&sort=score%20desc%2C%20bibcode%20desc&p_=0">link</a>.
</p>
<br><br>
<h2 id="awards"><a href="#awards"> Awards and Prizes </a></h2>
<ul>
<li> Feb. 2022: Jury Prize of the Open Science Awards Ceremony during the Paris <a href="https://osec2022.eu/">Open Science European Conference</a> - <a href="https://www.ouvrirlascience.fr/open-science-free-software-award-ceremony/" class="card-link">OSEC Press Release</a></li>
<li> July 2021: Prize of the best poster for A. Donath during the <a href="https://icrc2021.desy.de/">37th ICRC</a> - <a href="https://icrc2021.desy.de/awards_amp_prizes/" class="card-link">ICRC announcement</a> </li>
<li> June 2021: Adoption of Gammapy as Science Analysis Tool package by the <a href="https://www.cta-observatory.org/">CTAO</a> - <a href="https://www.cta-observatory.org/ctao-adopts-the-gammapy-software-package-for-science-analysis/" class="card-link">CTAO Press Release</a></li>
</ul>
<br><br>
<h2 id="ackno"><a href="#ackno"> Acknowledgements </a></h2>
<p>We would like to thank the Astropy, Numpy, Scipy, IPython, Jupyter and Matplotlib communities for providing their packages
which are invaluable to the development of Gammapy. We thank the GitHub team for providing us with an
excellent free development platform. Thanks to JetBrains making
<a href="https://www.jetbrains.com/pycharm/">PyCharm</a> freely available for Gammapy development.
</p>
<p>We would like to deeply thank all the Gammapy developers, experts and also users that have provided feedback
and submitted bug reports. And we warmly thank all group leaders of the
<a href="https://gammapy.org/team.html#support">supporting institutes</a>.
</p>
<p>We thank also the funding support from various entities:
<ul>
<li>the Spanish Ministry of Science and Innovation and the Spanish Research State Agency (AEI) under grant
PID2019-104114RB-C33/AEI/10.13039/501100011034,</li>
<li>the Institute of Cosmos Sciences University of Barcelona (ICCUB, Unidad de Excelencia “María de Maeztu”)
through grant CEX2019-000918-M.</li>
<li>the French research ministry founding CTAO as Très Grande Infrastructure de Recherche,</li>
<li>the ESCAPE H2020 project, GA No 824064,</li>
<li>the Agence Nationale de la Recherche (ANR-17-CE31-0014, PECORA),</li>
<li>the German BMBF (ErUM) and DFG (SFBs 876 and 1491),</li>
<li>the Ramon y Cajal program through grant RYC-2020-028639-I,</li>
<li>the grant CEX2021-001131-S funded by MCIN/AEI/ 10.13039/501100011033,</li>
<li>the Spanish Ministerio de Ciencia e Innovacion (MICINN), the European Union - NextGenerationEU and PRTR
through the programme Juan de la Cierva (grant FJC2020-046063-I), by the MICINN
(grant PID2019-107847RB-C41), and from the CERCA program of the Generalitat de Catalunya,</li>
<li>the NASA contract NAS8-03060 (Chandra X-ray Center),</li>
<li>the Spanish Ministry of Universities through the Maria Zambrano Talent Attraction Programme, 2021–2023,</li>
<li>the Observatoire de Paris for its numerous grants through the Action Fédératrice CTA and the Action
Pluri-annauelle Initiatrice "Astrophysique des hautes énergies",</li>
<li>the ASTERICS H2020 project (Astronomy ESFRI & Research Infrastructure Cluster), GA No 653477,</li>
<li> the Spanish MINECO/AEI projects: FPA2015-69210-C6-3-R, FPA2017-82729-C6-3-R, AYA2016-8089-P.</li>
</ul>
</p>
<p>A special acknowledgment has to be given to our first lead developer, Christoph Deil, who started the Gammapy
project and paved the way for its future success.
</p>
</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>