TomWagg / software-citation-station

A website for making citing software used in your research quick and easy
26 stars 2 forks source link

[NEW SUBMISSION] Gammapy #22

Closed bkhelifi closed 5 months ago

bkhelifi commented 5 months ago

Citation information

"Gammapy": {
    "tags": [
        "gammapy:2023"
    ],
    "logo": "img/Gammapy.png",
    "language": "Python",
    "category": "Gamma-ray astrophysics",
    "keywords": [
        "Astronomy",
        "Gamma-rays",
        "Data analysis"
    ],
    "description": "A Python package for gamma-ray astronomy: https://gammapy.org/",
    "link": "https://docs.gammapy.org/",
    "attribution_link": "https://gammapy.org/acknowledging.html",
    "zenodo_doi": "10.5281/zenodo.4701488",
    "custom_citation": "",
    "dependencies": [
        "astropy",
        "matplotlib",
        "numpy",
        "python",
        "scipy",
        "regions",
        "pyyaml",
        "click",
        "pydantic",
        "iminuit",
        "naima",
        "healpy",
        "requests",
        "tqm",
        "ipywidgets",
    ]
}

BibTeX

@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",
}

If you opened this template manually head to The Software Citation Station and use the form on the website to generate text for this issue: check it out here!

bkhelifi commented 5 months ago

image

bkhelifi commented 5 months ago

All the metadata can be found here. https://github.com/gammapy/gammapy/blob/main/codemeta.json

The library is also stored on SoftwareHeritage, the Universal Software library under this SWHID. "swh:1:dir:17b8aa4df0829a308118e898962c74d196ce99fa"

TomWagg commented 5 months ago

Thanks @bkhelifi, this looks great!

Thanks for being thorough on the dependencies as well - would you be interested in adding some of those to the site as well? (Currently the site will just ignore any dependencies that we don't have entries for)

So from your list we are missing

    "dependencies": [
        "regions",
        "pydantic",
        "iminuit",
        "naima",
    ]
TomWagg commented 5 months ago

Moved missing packages to a separate issue (#38)