diff --git a/README.md b/README.md index b005555..9d09c91 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The project is currently at TRL 0. The PoISE consensus mechanism is in the early ## Citation If you use this work, please cite it as: -> B. Probert, bprobert97/accord: v2.2. (Feb. 25, 2026). Python. University of Strathclyde, Glasgow. [DOI: 10.5281/zenodo.18776049](https://doi.org/10.5281/zenodo.18776049) +> B. Probert, bprobert97/accord: v3.0. (Mar. 24, 2026). Python. University of Strathclyde, Glasgow. [DOI: 10.5281/zenodo.19206200](https://doi.org/10.5281/zenodo.19206200) # Repository Layout diff --git a/streamlit_app.py b/streamlit_app.py index f051fa9..ca5bbd7 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -566,7 +566,7 @@ def display_config_item(item_label: str, item_value: Any) -> None: st.markdown(""" If you use this work in your research, please cite it as: - > B. Probert, bprobert97/accord: v2.2. (Feb. 25, 2026). Python. University of Strathclyde, Glasgow. [DOI: 10.5281/zenodo.18776049](https://doi.org/10.5281/zenodo.18776049) + > B. Probert, bprobert97/accord: v3.0. (Mar. 24, 2026). Python. University of Strathclyde, Glasgow. [DOI: 10.5281/zenodo.19206200](https://doi.org/10.5281/zenodo.19206200) """) st.divider()