You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html).
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
8
8
# An introduction to Discrete-Event Simulation (DES) using Free and Open Source Software
9
9
10
-
> Work in progress. This is a STARS project being prepared for the [Operational Research Society 12th Simulation Workshop in 2025 (SW25)](https://www.theorsociety.com/ORS/ORS/Events/2025/Simulation-Workshop/SW25.aspx). It has been adapted from our [template repository](https://github.com/pythonhealthdatascience/stars-simpy-jupterlite) for sharing `simpy` models with JupyterLite.
10
+
> Work in progress. This is tutorial was initially prepared for the [Operational Research Society 12th Simulation Workshop in 2025 (SW25)](https://www.theorsociety.com/ORS/ORS/Events/2025/Simulation-Workshop/SW25.aspx). It has been adapted from our [template repository](https://github.com/pythonhealthdatascience/stars-simpy-jupterlite) for sharing `simpy` models with JupyterLite.
11
11
12
12
## 🧑💻 1. Tutorial
13
13
14
-
We being with two notebooks that introduce some basic concepts for creating DES in python:
14
+
We begin with two notebooks that introduce some basic concepts for creating DES in python:
15
15
16
16
*`01_sampling.ipynb`: Sampling from statistical distributions using `numpy`
17
17
*`02_basic_simpy.ipynb`: Creating simple `simpy` DES models that make use of `numpy` sampling
@@ -72,7 +72,22 @@ jupyter-lab
72
72
73
73
## 📝 3. Citation
74
74
75
-
TBC.
75
+
```bibtex
76
+
@software{open_sim_tutorial,
77
+
author = {Monks, Thomas and
78
+
Harper, Alison and
79
+
Heather, Amy},
80
+
title = {An introduction to Discrete-Event Simulation using
0 commit comments