From 1cfd3a5705f028c64d0a73b9f0d3311aa6c58dbd Mon Sep 17 00:00:00 2001 From: TomMonks Date: Wed, 1 May 2024 15:28:03 +0100 Subject: [PATCH 1/3] CITE: front page DOI badge --- content/front_page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/front_page.md b/content/front_page.md index 348101a..fa3d111 100644 --- a/content/front_page.md +++ b/content/front_page.md @@ -1,6 +1,6 @@ # Preface -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6497477.svg)](https://doi.org/10.5281/zenodo.6497477) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11098527.svg)](https://doi.org/10.5281/zenodo.11098527) This book contains example enhanced documentation and open working for a discrete-event simulation model. The model is a based on the treatment centre example in Nelson [1]. The model is implemented in `python` and `simpy`. From 7dba657572cf40f38a325c99ff05d2800160ec20 Mon Sep 17 00:00:00 2001 From: TomMonks Date: Wed, 1 May 2024 15:30:32 +0100 Subject: [PATCH 2/3] CLEAN: removed redundant/old environment.yml --- environment.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d287a69..0000000 --- a/environment.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: treatment_sim -channels: - - conda-forge -dependencies: - - joblib=0.15.1 - - jupyterlab=3.0.9 - - matplotlib=3.3.4 - - numpy=1.19.2 - - pandas=1.2.3 - - pip=21.0.1 - - python=3.8.8 - - scipy=1.6.1 - - simpy=4.0.1 - From afcb1a9608b4f0e7873cd37272179133648e7fc5 Mon Sep 17 00:00:00 2001 From: TomMonks Date: Wed, 1 May 2024 15:32:20 +0100 Subject: [PATCH 3/3] README: fixed git clone URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b09b8..e3af60a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Alternatively you may wish to create the website on your local machine. Either clone the repository using git or click on the green "code" button and select "Download Zip". ```bash -git clone https://github.com/pythonhealthdatascience/stars-simpy-examplar-docs +git clone https://github.com/pythonhealthdatascience/stars-simpy-example-docs ``` ### Installing dependencies