Skip to content

Commit 828cfaa

Browse files
committed
docs: update Zenodo DOI and version strings to v3.0.0 (10.5281/zenodo.22116897)
1 parent 2a5529e commit 828cfaa

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ message: "If you use BET_analyser, please cite it as below."
33
type: software
44
title: "BET_analyser: Publication-Quality BET/BJH + T-Plot Analysis Tool"
55
version: "3.0.0"
6-
date-released: "2026-08-25"
6+
date-released: "2026-08-26"
77
authors:
88
- family-names: "Jafari"
99
given-names: "Hoda"
10-
doi: "10.5281/zenodo.22101160"
10+
doi: "10.5281/zenodo.22116897"
1111
url: "https://github.com/Hj1308/BET_analyser"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BET_analyser 🔬
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22101160.svg)](https://doi.org/10.5281/zenodo.22101160)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22116897.svg)](https://doi.org/10.5281/zenodo.22116897)
44
![Version](https://img.shields.io/badge/version-v3.0.0-blue?style=flat-square)
55
![Python](https://img.shields.io/badge/python-3.10%2B-blue?style=flat-square&logo=python)
66
![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
@@ -301,7 +301,7 @@ See [CHANGELOG.md](CHANGELOG.md) for the full release history.
301301
If you use BET_analyser in your research, please cite:
302302

303303
> Jafari, H. (2026). *BET_analyser: Publication-Quality BET/BJH + T-Plot Analysis Tool* (v3.0.0). Zenodo.
304-
> DOI: [10.5281/zenodo.22101160](https://doi.org/10.5281/zenodo.22101160)
304+
> DOI: [10.5281/zenodo.22116897](https://doi.org/10.5281/zenodo.22116897)
305305
306306
---
307307

app_bet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _match_instrument_window_by_pressure(p_ads, n_ads, bet_pts,
426426

427427
st.divider()
428428
st.markdown(
429-
"**DOI:** [10.5281/zenodo.22101160](https://doi.org/10.5281/zenodo.22101160) \n"
429+
"**DOI:** [10.5281/zenodo.22116897](https://doi.org/10.5281/zenodo.22116897) \n"
430430
"MIT License · [GitHub](https://github.com/Hj1308/BET_analyser)"
431431
)
432432

@@ -1192,6 +1192,6 @@ def _fmt(v, spec):
11921192
st.markdown("• **📚 Cite this tool**")
11931193
citation = (
11941194
"Jafari, H. (2026). BET_analyser: Publication-Quality BET/BJH + T-Plot "
1195-
"Analysis Tool (v2.3.0). Zenodo. DOI: 10.5281/zenodo.22101160"
1195+
"Analysis Tool (v3.0.0). Zenodo. DOI: 10.5281/zenodo.22116897"
11961196
)
11971197
st.code(citation, language=None)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dynamic = ["dependencies"]
1919
Homepage = "https://github.com/Hj1308/BET_analyser"
2020
Repository = "https://github.com/Hj1308/BET_analyser"
2121
Documentation = "https://github.com/Hj1308/BET_analyser#readme"
22-
"Zenodo DOI" = "https://doi.org/10.5281/zenodo.22101160"
22+
"Zenodo DOI" = "https://doi.org/10.5281/zenodo.22116897"
2323

2424
[tool.setuptools]
2525
py-modules = [

0 commit comments

Comments
 (0)