Skip to content

Commit da13588

Browse files
committed
Add badges and a link to the corresponding paper.
1 parent e89fd2f commit da13588

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# skymap: Create and visualise sky map data #
22

3+
[![GitHub issues](https://img.shields.io/badge/issue_tracking-GitHub-blue.svg)](https://github.com/fjankowsk/skymap/issues/)
4+
[![Paper link](https://img.shields.io/badge/paper-10.1093/mnras/stad2041-blue.svg)](https://doi.org/10.1093/mnras/stad2041)
5+
[![arXiv link](https://img.shields.io/badge/arXiv-2302.10107-blue.svg)](https://arxiv.org/abs/2302.10107)
6+
37
This repository contains software tools to create and visualise sky map data, primarily in HEALPix format. The code is mainly developed for Python 3, but Python 2 from version 2.7 onwards should work fine.
48

59
## Author ##
610

711
The software is primarily developed and maintained by Fabian Jankowski. For more information feel free to contact me via: fabian.jankowski at cnrs-orleans.fr.
812

13+
## Paper ##
14+
15+
The corresponding paper (Jankowski et al. 2023, MNRAS) is available via this [NASA ADS link](https://ui.adsabs.harvard.edu/abs/2023MNRAS.524.4275J/abstract).
16+
917
## Citation ##
1018

11-
If you make use of the software, please add a link to this repository and cite our upcoming paper. See the CITATION file.
19+
If you make use of the software, please add a link to this repository and cite our corresponding paper. See above and the CITATION and CITATION.bib files.
1220

1321
## Installation ##
1422

0 commit comments

Comments
 (0)