From ddc07e1c48d3732d8964d1b0c8a1b20101d3c170 Mon Sep 17 00:00:00 2001 From: HadenSmith Date: Mon, 6 Apr 2026 14:12:52 -0600 Subject: [PATCH] Add Zenodo DOI badge to README and CITATION.cff --- CITATION.cff | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index a562fff1..c1b8b796 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,7 @@ title: "Numerics" version: "2.0.0" date-released: "2026-03-08" license: BSD-3-Clause +doi: "10.5281/zenodo.19444369" repository-code: "https://github.com/USACE-RMC/Numerics" url: "https://github.com/USACE-RMC/Numerics" abstract: >- diff --git a/README.md b/README.md index 3433b79e..1626bf3b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/USACE-RMC/Numerics/actions/workflows/Integration.yml/badge.svg)](https://github.com/USACE-RMC/Numerics/actions/workflows/Integration.yml) [![NuGet](https://img.shields.io/nuget/v/RMC.Numerics)](https://www.nuget.org/packages/RMC.Numerics/) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19444369.svg)](https://doi.org/10.5281/zenodo.19444369) [![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE) ***Numerics*** is a free and open-source numerical computing library for .NET developed by the U.S. Army Corps of Engineers Risk Management Center (USACE-RMC). It provides methods and algorithms for probability distributions, statistical analysis, numerical methods, optimization, machine learning, and Bayesian MCMC sampling — with a focus on hydrological and risk assessment applications.