From 7e4c5f10e0b95bba7c37430e70a07bac47f2e836 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Wed, 29 May 2024 16:54:02 -0700 Subject: [PATCH 1/2] Add JOSS reference --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d58eeed4..a4194ff1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # pyradiosky ![](https://github.com/RadioAstronomySoftwareGroup/pyradiosky/workflows/Tests/badge.svg?branch=main) [![codecov](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyradiosky/branch/main/graph/badge.svg)](https://codecov.io/gh/RadioAstronomySoftwareGroup/pyradiosky) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.06503/status.svg)](https://doi.org/10.21105/joss.06503) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11187469.svg)](https://doi.org/10.5281/zenodo.11187469) Python objects and interfaces for representing diffuse, extended and compact astrophysical radio sources. @@ -37,6 +39,14 @@ We track all changes in our [changelog](https://github.com/RadioAstronomySoftwar # Documentation Developer API documentation is hosted [here](https://pyradiosky.readthedocs.io/en/latest/). +# Citation +Please cite pyradiosky by citing our JOSS paper: + +Hazelton et al., (2024). pyradiosky: A Python package for Radio Sky Models. +Journal of Open Source Software, 9(97), 6503, https://doi.org/10.21105/joss.06503 + +[ADS Link](https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6503H); + # Installation Simple installation via pip is available for users, developers should follow the directions under [Developer Installation](#developer-installation) below. From 4c10c73aefcf9f970e60cd93a72eaa017dbbd982 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Wed, 29 May 2024 16:56:07 -0700 Subject: [PATCH 2/2] remove errant semicolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4194ff1..823ccc9f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please cite pyradiosky by citing our JOSS paper: Hazelton et al., (2024). pyradiosky: A Python package for Radio Sky Models. Journal of Open Source Software, 9(97), 6503, https://doi.org/10.21105/joss.06503 -[ADS Link](https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6503H); +[ADS Link](https://ui.adsabs.harvard.edu/abs/2024JOSS....9.6503H) # Installation Simple installation via pip is available for users, developers should follow