From 38ee7fc4b797f96f5b8569d9b470978ba8dda7c2 Mon Sep 17 00:00:00 2001 From: harryswift01 Date: Thu, 22 Jan 2026 11:43:45 +0000 Subject: [PATCH] include zenodo DOI within table in `README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f17eb2..4940958 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ CodeEntropy |----------------|--------| | **Build** | [![CodeEntropy CI](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml/badge.svg)](https://github.com/CCPBioSim/CodeEntropy/actions/workflows/project-ci.yaml) | | **Documentation** | [![Docs - Status](https://app.readthedocs.org/projects/codeentropy/badge/?version=latest)](https://codeentropy.readthedocs.io/en/latest/?badge=latest) | +| **Citation** | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17570722.svg)](https://doi.org/10.5281/zenodo.17570722) | | **PyPI** | ![PyPI - Status](https://img.shields.io/pypi/status/codeentropy?logo=pypi&logoColor=white) ![PyPI - Version](https://img.shields.io/pypi/v/codeentropy?logo=pypi&logoColor=white) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/CodeEntropy) ![PyPI - Total Downloads](https://img.shields.io/pepy/dt/codeentropy?logo=pypi&logoColor=white&color=blue) ![PyPI - Monthly Downloads](https://img.shields.io/pypi/dm/CodeEntropy?logo=pypi&logoColor=white&color=blue)| | **Quality** | [![Coverage Status](https://coveralls.io/repos/github/CCPBioSim/CodeEntropy/badge.svg?branch=main)](https://coveralls.io/github/CCPBioSim/CodeEntropy?branch=main) |