Acknowledging or Citing gammapy


In publications | In presentations | In projects



In publications

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:

We also ask that you include the following LaTeX snippet in your acknowledgments section:

This work made use of Gammapy \citep{gammapy:2023}, a community-developed Python package. The Gammapy team acknowledges all Gammapy past and current contributors, as well as all contributors of the main Gammapy dependency libraries: \hyperref[https://numpy.org/]{NumPy}, \hyperref[https://scipy.org/]{SciPy}, \hyperref[http://www.astropy.org]{Astropy}, \hyperref[https://astropy-regions.readthedocs.io/]{Astropy Regions}, \hyperref[https://scikit-hep.org/iminuit/]{iminuit}, \hyperref[https://matplotlib.org/]{Matplotlib}.


In presentations

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:





In projects

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:

Which is available at the URL https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat.

If your code is hosted on GitHub, you can place the following in your README.md file to get the badge:
[![gammapy](https://img.shields.io/badge/powered%20by-gammapy-orange.svg?style=flat)](https://www.gammapy.org/)