From b573a3f676a6ca2781249db75c995755639cc501 Mon Sep 17 00:00:00 2001 From: "James P. Howard, II" Date: Mon, 29 Aug 2022 11:06:44 -0400 Subject: [PATCH] Add package DOI --- README.md | 1 + docs/index.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index cb4ec0b..c15fe3e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Documentation status](https://readthedocs.org/projects/kami/badge/?version=main)](https://kami.readthedocs.io/en/main/) [![Release status](https://img.shields.io/github/release/JHUAPL/kami.svg)](https://github.com/JHUAPL/kami/releases) ![License](https://img.shields.io/github/license/JHUAPL/kami) +[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.6975259-success.svg)](https://doi.org/10.5281/zenodo.6975259) # Kami is Agent-Based Modeling in Modern C++ diff --git a/docs/index.rst b/docs/index.rst index 5e86665..d36ce55 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,9 @@ Introduction :alt: Release Status .. image:: https://img.shields.io/github/license/JHUAPL/kami :alt: License Information +.. image:: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.6975259-success.svg + :target: https://doi.org/10.5281/zenodo.6975259 + :alt: Package DOI Kami is Agent-Based Modeling in Modern C++.