Skip to content

Commit 1bdb8ec

Browse files
committed
feat(mybinder): added launch binder badge to README
1 parent 7842ce4 commit 1bdb8ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://pythonhealthdatascience.github.io/intro-open-sim/lab/index.html)
2+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pythonhealthdatascience/intro-open-sim/HEAD?urlpath=%2Fdoc%2Ftree%2Fcontent%2F01_sampling.ipynb)
23
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
34
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/release/python-3100/)
45
[![ORCID: Alison Harper](https://img.shields.io/badge/ORCID:_Alison_Harper-0000--0001--5274--5037-brightgreen)](https://orcid.org/0000-0001-5274-5037)
56
[![ORCID: Tom Monks](https://img.shields.io/badge/ORCID:_Tom_Monks-0000--0003--2631--4481-brightgreen)](https://orcid.org/0000-0003-2631-4481)
67
[![ORCID: Amy Heather](https://img.shields.io/badge/ORCID:_Amy_Heather-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479)
8+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13971858.svg)](https://doi.org/10.5281/zenodo.13971858)
9+
710

811
# An introduction to Discrete-Event Simulation (DES) using Free and Open Source Software
912

@@ -26,7 +29,7 @@ We then move on to some more advanced concepts, and create a full process model:
2629
* `04_111_model.ipynb`: Full `simpy` process model, creating a model for a 111 call centre
2730
* `05_basic_results.ipynb`: Collecting results from a single run by storing process metrics during a run and performing calculations at the end
2831
* `06a_basic_results_exercise.ipynb`: An exercise to practice collecting results from a `simpy` model.
29-
* `07_experiments.ipynb`: our approach to setting up a model for multiple replications, experimentatation, and common random numbers
32+
* `07_experiments.ipynb`: our approach to setting up a model for multiple replications, experimentation, and common random numbers
3033
* `08_full_model.ipynb`: an extended version of the 111 call centre process. We also introduce a warm-up period
3134
* `09_time_weighted_calcs.ipynb`: An alternative approach to collects results for queue length and resource utilisation.
3235

@@ -88,7 +91,7 @@ jupyter-lab
8891
month = oct,
8992
year = 2024,
9093
publisher = {Zenodo},
91-
version = {v0.1.0},
94+
version = {v0.2.0},
9295
doi = {10.5281/zenodo.13971859},
9396
url = {https://doi.org/10.5281/zenodo.13971859},
9497
}

0 commit comments

Comments
 (0)