From 24f53e7a49699936fa2ba3bb98ecb30e1d85c80d Mon Sep 17 00:00:00 2001 From: blakeaw Date: Thu, 18 Jul 2024 18:32:17 -0500 Subject: [PATCH] Added Zenodo badge to README and updated the CITATION file with new version and the Zenodo DOI. --- CITATION.cff | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 86568ba..577ec8d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,8 +18,9 @@ abstract: >- PySB add-on providing domain-specific macros and models for empirical and mechanistic PK/PD modeling. license: BSD-2-Clause -version: 0.3.0 -date-released: '2024-06-30' +version: 0.3.2 +doi: 10.5281/zenodo.12775536 +date-released: '2024-07-18' references: - authors: - family-names: Lopez diff --git a/README.md b/README.md index c733bb0..8606f75 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![license](https://img.shields.io/github/license/blakeaw/pysb-pkpd.svg)](LICENSE) ![version](https://img.shields.io/badge/version-0.3.2-orange.svg) [![release](https://img.shields.io/github/release-pre/blakeaw/pysb-pkpd.svg)](https://github.com/blakeaw/pysb-pkpd/releases/tag/v0.3.2) - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12775536.svg)](https://doi.org/10.5281/zenodo.12775536) __`pysb-pkpd` enables you to efficiently program and simulate dynamic PK/PD and QSP models in Python using the PySB modeling framework.__