From d8590a057f12ff4546256a3b45f5ee8a109b959d Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 25 Mar 2026 19:12:48 +1300 Subject: [PATCH 1/2] docs: add Zenodo DOI badge and CITATION.cff Co-Authored-By: Claude Opus 4.6 (1M context) --- CITATION.cff | 12 ++++++++++++ README.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..45fa690 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,12 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: wavekat-vad +abstract: Voice Activity Detection library for Rust with multiple backend support. +type: software +authors: + - given-names: Yishi + family-names: Guo + alias: Eason +repository-code: https://github.com/wavekat/wavekat-vad +license: Apache-2.0 +doi: 10.5281/zenodo.19216274 diff --git a/README.md b/README.md index d571ae2..ced785f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Crates.io](https://img.shields.io/crates/v/wavekat-vad.svg)](https://crates.io/crates/wavekat-vad) [![docs.rs](https://docs.rs/wavekat-vad/badge.svg)](https://docs.rs/wavekat-vad) [![CI](https://github.com/wavekat/wavekat-vad/actions/workflows/ci.yml/badge.svg)](https://github.com/wavekat/wavekat-vad/actions/workflows/ci.yml) +[![DOI](https://zenodo.org/badge/1184705840.svg)](https://doi.org/10.5281/zenodo.19216274) Voice Activity Detection library for Rust with multiple backend support. From 4dc4a6f7b6ef70bf436baf0dad53e86cc5f9681a Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 25 Mar 2026 19:24:36 +1300 Subject: [PATCH 2/2] docs: add author email to CITATION.cff Co-Authored-By: Claude Opus 4.6 (1M context) --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index 45fa690..a63ec12 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,6 +7,7 @@ authors: - given-names: Yishi family-names: Guo alias: Eason + email: eason@wavekat.com repository-code: https://github.com/wavekat/wavekat-vad license: Apache-2.0 doi: 10.5281/zenodo.19216274