diff --git a/pages/3_About.py b/pages/3_About.py index d7fd5a2..4957f85 100644 --- a/pages/3_About.py +++ b/pages/3_About.py @@ -1,3 +1,15 @@ +''' +About page: + +Links to: +* Github +* Open science archive +* Documentation +* Researchers via ORCIDs +* Sim software +( Anything else relevant) +''' + import streamlit as st import urllib.request as request diff --git a/txt/acknowledgement.md b/txt/acknowledgement.md index eb6d573..bcbc786 100644 --- a/txt/acknowledgement.md +++ b/txt/acknowledgement.md @@ -1,6 +1,6 @@ # About -This work is produced using entirely Free and Open Source Software in python. +This work is produced using entirely Free and Open Source Software in Python. This model is independent research supported by the National Institute for Health Research Applied Research Collaboration South West Peninsula. The views expressed in this publication are those of the author(s) and not necessarily those of the National Institute for Health Research or the Department of Health and Social Care. @@ -30,10 +30,16 @@ One of the benefits of a package like `simpy` is that it is written in standard > Detailed documentation for `simpy` and additional models can be found here: https://simpy.readthedocs.io/en/latest/ - ## Web App The interactive web application was developed in `streamlit` and deployed freely, but with limited computational resources, on streamlit cloud. > Details and documentation for both of these can be found here: https://docs.streamlit.io/ +## Tutorial material + +A beginner tutorial is available to support using `simpy` and `streamlit`. + +> Monks, Thomas, & Harper, Alison. (2023). SimPy and StreamLit Tutorial Materials for Healthcare Discrete-Event Simulation (v1.1.0). Zenodo. https://doi.org/10.5281/zenodo.8159080 + +> Online interactive tutorial: https://health-data-science-or.github.io/simpy-streamlit-tutorial \ No newline at end of file