From e5b47dacd9ef616d1be0552c9b4e44a9b7b5361a Mon Sep 17 00:00:00 2001 From: CZ2128-Delta <1163407426@qq.com> Date: Tue, 7 Jul 2026 19:37:18 -0400 Subject: [PATCH] Add version-agnostic DOI and release commit hash Add DOI badge to README; Add version-agnostic DOI and release commit hash to CITATION.cff --- CITATION.cff | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6e9e3ea..5cee19b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,13 +12,17 @@ abstract: >- type: software repository-code: "https://github.com/Imageomics/BeetleFlow" license: MIT +doi: 10.5281/zenodo.21251293 date-released: 2026-07-07 version: 1.0.0 identifiers: - - description: "The GitHub release URL of tag 1.0.0." + - description: "The GitHub release URL of tag v1.0.0." type: url - value: "https://github.com/Imageomics/BeetleFlow/releases/tag/1.0.0" + value: "https://github.com/Imageomics/BeetleFlow/releases/tag/v1.0.0" + - description: "The GitHub URL of the commit tagged with v1.0.0." + type: url + value: "https://github.com/Imageomics/BeetleFlow/tree/71cac86da1c3e8c24ecc6b67e8c60eac5295014b" authors: - family-names: Liu diff --git a/README.md b/README.md index 939df1f..0817f65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BeetleFlow: An Integrative Deep Learning Pipeline for Beetle Image Processing +# BeetleFlow: An Integrative Deep Learning Pipeline for Beetle Image Processing [![DOI](https://zenodo.org/badge/1066041497.svg)](https://doi.org/10.5281/zenodo.21251293) ![main figure](assets/pipeline.png)