Skip to content

Commit

Permalink
add joss review status badge to readme (#159)
Browse files Browse the repository at this point in the history
Now that review is underway at JOSS (see
openjournals/joss-reviews#5996) we have a
status badge, which we will add over here as well. I shuffled the order
of the badges around a bit to make room, but that't it!
  • Loading branch information
kspieks authored Nov 1, 2023
2 parents 2ce03e1 + c6b89ad commit bda5481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<tr>
<td><img alt="PyPI - Total Downloads" src="https://static.pepy.tech/personalized-badge/astartes?period=total&units=none&left_color=grey&right_color=brightgreen&left_text=Lifetime%20Downloads"></td>
<td><a alt="Documentation Status"><img src="https://github.com/JacksonBurns/astartes/actions/workflows/gen_docs.yml/badge.svg"></td>
<td><img alt="PyPI" src="https://img.shields.io/pypi/v/astartes"></td>
<td><img alt="PyPI" src="https://img.shields.io/pypi/v/astartes"> <img alt="conda-forge version" src="https://img.shields.io/conda/vn/conda-forge/astartes.svg"></td>
</tr>
<tr>
<td><img alt="GitHub Repo Stars" src="https://img.shields.io/github/stars/JacksonBurns/astartes?style=social"></td>
<td><a href="https://www.repostatus.org/#active"><img src="https://www.repostatus.org/badges/latest/active.svg" alt="Project Status: Active – The project has reached a stable, usable state and is being actively developed." /></a></td>
<td><img alt="conda-forge version" src="https://img.shields.io/conda/vn/conda-forge/astartes.svg"></td>
<td><a href="https://joss.theoj.org/papers/8a9cfc71d6f75410b06510a646d5f783"><img src="https://joss.theoj.org/papers/8a9cfc71d6f75410b06510a646d5f783/status.svg"></a></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit bda5481

Please sign in to comment.