From 315402f5c69bdff4924cacb30591350c5a6d3350 Mon Sep 17 00:00:00 2001 From: Tristen Pierson Date: Wed, 27 May 2026 09:48:44 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20DOI=20badge=20URL=20=E2=80=94=20use=20sh?= =?UTF-8?q?ields.io=20(works=20before=20Zenodo=20record=20is=20published)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zenodo's own badge endpoint returns 404 until the record is published. shields.io renders immediately from the DOI string. Co-Authored-By: Oz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90bc91..1f03568 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OEA: Structured Recursive Calibration for Generative Stability [![CI](https://github.com/BitConcepts/oea-framework-paper/actions/workflows/ci.yml/badge.svg)](https://github.com/BitConcepts/oea-framework-paper/actions/workflows/ci.yml) -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20412150.svg)](https://doi.org/10.5281/zenodo.20412150) +[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.20412150-blue)](https://doi.org/10.5281/zenodo.20412150) [![Paper](https://img.shields.io/badge/paper-Academia.edu-blue)](https://www.academia.edu/167119567/OEA_Structured_Recursive_Calibration_for_Generative_Stability) [![License: MIT](https://img.shields.io/badge/code-MIT-green)](LICENSE) [![Version](https://img.shields.io/badge/version-1.1.0-orange)](https://github.com/BitConcepts/oea-framework-paper/releases/tag/v1.1.0)