From 091c89f8cb2a88ef111f059bb847f68acf5f8a5c Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Tue, 3 Sep 2024 20:44:56 +0100 Subject: [PATCH] gh-186: add publication links to README (#187) Adds badges with links to the *Heracles* paper to the README. Closes: #186 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5409f5a..5b14f6b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![PyPI](https://img.shields.io/pypi/v/heracles)](https://pypi.org/project/heracles) [![Python](https://img.shields.io/pypi/pyversions/heracles)](https://www.python.org) [![Documentation](https://readthedocs.org/projects/heracles/badge/?version=latest)](https://heracles.readthedocs.io/en/latest/?badge=latest) +[![arXiv](https://img.shields.io/badge/arXiv-2408.16903-red)](https://arxiv.org/abs/2408.16903) +[![NASA/ADS](https://img.shields.io/badge/ads-2024arXiv240816903E-blueviolet)](https://ui.adsabs.harvard.edu/abs/2024arXiv240816903E) +[![DOI](https://img.shields.io/badge/doi-10.48550/arXiv.2408.16903-blue)](https://doi.org/10.48550/arXiv.2408.16903) [![Tests](https://github.com/heracles-ec/heracles/actions/workflows/tests.yml/badge.svg)](https://github.com/heracles-ec/heracles/actions/workflows/tests.yml) [![Coverage](https://coveralls.io/repos/github/heracles-ec/heracles/badge.svg?branch=main)](https://coveralls.io/github/heracles-ec/heracles?branch=main)