Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Loading