Skip to content

Commit c3bf6fe

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent a1dae04 commit c3bf6fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+7730
-6119
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
271de709
1+
af1c4eb4

index.html

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

9-
<meta name="dcterms.date" content="2025-08-07">
9+
<meta name="dcterms.date" content="2025-08-22">
1010

1111
<title>Reproducible Discrete-Event Simulation in Python and R</title>
1212
<style>
@@ -43,7 +43,7 @@
4343
<link href="site_libs/quarto-html/quarto-syntax-highlighting-ea385d0e468b0dd5ea5bf0780b1290d9.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4444
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
4545
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
46-
<link href="site_libs/bootstrap/bootstrap-025db3b089a7e65f2676a8a92be6aa8b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
46+
<link href="site_libs/bootstrap/bootstrap-a6cb8b00d52e44bfe076b25afc5475c7.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4747
<script id="quarto-search-options" type="application/json">{
4848
"location": "navbar",
4949
"copy-button": false,
@@ -286,7 +286,7 @@
286286
<li class="sidebar-item">
287287
<div class="sidebar-item-container">
288288
<a href="./pages/model/distributions.html" class="sidebar-item-text sidebar-link">
289-
<span class="menu-text">Randomness</span></a>
289+
<span class="menu-text">Randomness</span></a>
290290
</div>
291291
</li>
292292
<li class="sidebar-item">
@@ -414,7 +414,7 @@
414414
<li class="sidebar-item">
415415
<div class="sidebar-item-container">
416416
<a href="./pages/style_docs/docstrings.html" class="sidebar-item-text sidebar-link">
417-
<span class="menu-text">Docstrings</span></a>
417+
<span class="menu-text">Docstrings</span></a>
418418
</div>
419419
</li>
420420
<li class="sidebar-item">
@@ -544,7 +544,7 @@ <h1 class="title">Reproducible Discrete-Event Simulation in Python and R</h1>
544544
<div>
545545
<div class="quarto-title-meta-heading">Last modified</div>
546546
<div class="quarto-title-meta-contents">
547-
<p class="date">August 7, 2025</p>
547+
<p class="date">August 22, 2025</p>
548548
</div>
549549
</div>
550550

@@ -895,6 +895,35 @@ <h2 class="anchored" data-anchor-id="developed-as-part-of-the-stars-project">Dev
895895
}
896896
});
897897
</script>
898+
<input type="hidden" id="giscus-base-theme" value="light">
899+
<input type="hidden" id="giscus-alt-theme" value="dark">
900+
<script>
901+
function loadGiscus() {
902+
// Function to get the theme based on body class
903+
const getTheme = () => {
904+
let baseTheme = document.getElementById('giscus-base-theme').value;
905+
let altTheme = document.getElementById('giscus-alt-theme').value;
906+
return document.body.classList.contains('quarto-dark') ? altTheme : baseTheme;
907+
};
908+
const script = document.createElement("script");
909+
script.src = "https://giscus.app/client.js";
910+
script.async = true;
911+
script.dataset.repo = "pythonhealthdatascience/des-rap-book";
912+
script.dataset.repoId = "";
913+
script.dataset.category = "General";
914+
script.dataset.categoryId = "";
915+
script.dataset.mapping = "title";
916+
script.dataset.reactionsEnabled = "1";
917+
script.dataset.emitMetadata = "0";
918+
script.dataset.inputPosition = "top";
919+
script.dataset.theme = getTheme();
920+
script.dataset.lang = "en";
921+
script.crossOrigin = "anonymous";
922+
// Append the script to the desired div instead of at the end of the body
923+
document.getElementById("quarto-content").appendChild(script);
924+
}
925+
loadGiscus();
926+
</script>
898927
</div> <!-- /content -->
899928
<footer class="footer">
900929
<div class="nav-footer">

pages/experiments/scenarios.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-ea385d0e468b0dd5ea5bf0780b1290d9.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4343
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
4444
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
45-
<link href="../../site_libs/bootstrap/bootstrap-025db3b089a7e65f2676a8a92be6aa8b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
45+
<link href="../../site_libs/bootstrap/bootstrap-a6cb8b00d52e44bfe076b25afc5475c7.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4646
<script id="quarto-search-options" type="application/json">{
4747
"location": "navbar",
4848
"copy-button": false,
@@ -285,7 +285,7 @@
285285
<li class="sidebar-item">
286286
<div class="sidebar-item-container">
287287
<a href="../../pages/model/distributions.html" class="sidebar-item-text sidebar-link">
288-
<span class="menu-text">Randomness</span></a>
288+
<span class="menu-text">Randomness</span></a>
289289
</div>
290290
</li>
291291
<li class="sidebar-item">
@@ -413,7 +413,7 @@
413413
<li class="sidebar-item">
414414
<div class="sidebar-item-container">
415415
<a href="../../pages/style_docs/docstrings.html" class="sidebar-item-text sidebar-link">
416-
<span class="menu-text">Docstrings</span></a>
416+
<span class="menu-text">Docstrings</span></a>
417417
</div>
418418
</li>
419419
<li class="sidebar-item">
@@ -833,6 +833,35 @@ <h1 class="title">❌ Scenario analysis</h1>
833833
}
834834
});
835835
</script>
836+
<input type="hidden" id="giscus-base-theme" value="light">
837+
<input type="hidden" id="giscus-alt-theme" value="dark">
838+
<script>
839+
function loadGiscus() {
840+
// Function to get the theme based on body class
841+
const getTheme = () => {
842+
let baseTheme = document.getElementById('giscus-base-theme').value;
843+
let altTheme = document.getElementById('giscus-alt-theme').value;
844+
return document.body.classList.contains('quarto-dark') ? altTheme : baseTheme;
845+
};
846+
const script = document.createElement("script");
847+
script.src = "https://giscus.app/client.js";
848+
script.async = true;
849+
script.dataset.repo = "pythonhealthdatascience/des-rap-book";
850+
script.dataset.repoId = "";
851+
script.dataset.category = "General";
852+
script.dataset.categoryId = "";
853+
script.dataset.mapping = "title";
854+
script.dataset.reactionsEnabled = "1";
855+
script.dataset.emitMetadata = "0";
856+
script.dataset.inputPosition = "top";
857+
script.dataset.theme = getTheme();
858+
script.dataset.lang = "en";
859+
script.crossOrigin = "anonymous";
860+
// Append the script to the desired div instead of at the end of the body
861+
document.getElementById("quarto-content").appendChild(script);
862+
}
863+
loadGiscus();
864+
</script>
836865
</div> <!-- /content -->
837866
<footer class="footer">
838867
<div class="nav-footer">

pages/experiments/sensitivity.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-ea385d0e468b0dd5ea5bf0780b1290d9.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4343
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
4444
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
45-
<link href="../../site_libs/bootstrap/bootstrap-025db3b089a7e65f2676a8a92be6aa8b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
45+
<link href="../../site_libs/bootstrap/bootstrap-a6cb8b00d52e44bfe076b25afc5475c7.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4646
<script id="quarto-search-options" type="application/json">{
4747
"location": "navbar",
4848
"copy-button": false,
@@ -285,7 +285,7 @@
285285
<li class="sidebar-item">
286286
<div class="sidebar-item-container">
287287
<a href="../../pages/model/distributions.html" class="sidebar-item-text sidebar-link">
288-
<span class="menu-text">Randomness</span></a>
288+
<span class="menu-text">Randomness</span></a>
289289
</div>
290290
</li>
291291
<li class="sidebar-item">
@@ -413,7 +413,7 @@
413413
<li class="sidebar-item">
414414
<div class="sidebar-item-container">
415415
<a href="../../pages/style_docs/docstrings.html" class="sidebar-item-text sidebar-link">
416-
<span class="menu-text">Docstrings</span></a>
416+
<span class="menu-text">Docstrings</span></a>
417417
</div>
418418
</li>
419419
<li class="sidebar-item">
@@ -832,6 +832,35 @@ <h1 class="title">❌ Sensitivity analysis</h1>
832832
}
833833
});
834834
</script>
835+
<input type="hidden" id="giscus-base-theme" value="light">
836+
<input type="hidden" id="giscus-alt-theme" value="dark">
837+
<script>
838+
function loadGiscus() {
839+
// Function to get the theme based on body class
840+
const getTheme = () => {
841+
let baseTheme = document.getElementById('giscus-base-theme').value;
842+
let altTheme = document.getElementById('giscus-alt-theme').value;
843+
return document.body.classList.contains('quarto-dark') ? altTheme : baseTheme;
844+
};
845+
const script = document.createElement("script");
846+
script.src = "https://giscus.app/client.js";
847+
script.async = true;
848+
script.dataset.repo = "pythonhealthdatascience/des-rap-book";
849+
script.dataset.repoId = "";
850+
script.dataset.category = "General";
851+
script.dataset.categoryId = "";
852+
script.dataset.mapping = "title";
853+
script.dataset.reactionsEnabled = "1";
854+
script.dataset.emitMetadata = "0";
855+
script.dataset.inputPosition = "top";
856+
script.dataset.theme = getTheme();
857+
script.dataset.lang = "en";
858+
script.crossOrigin = "anonymous";
859+
// Append the script to the desired div instead of at the end of the body
860+
document.getElementById("quarto-content").appendChild(script);
861+
}
862+
loadGiscus();
863+
</script>
835864
</div> <!-- /content -->
836865
<footer class="footer">
837866
<div class="nav-footer">

pages/further_info/acknowledgements.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-ea385d0e468b0dd5ea5bf0780b1290d9.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4343
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
4444
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
45-
<link href="../../site_libs/bootstrap/bootstrap-025db3b089a7e65f2676a8a92be6aa8b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
45+
<link href="../../site_libs/bootstrap/bootstrap-a6cb8b00d52e44bfe076b25afc5475c7.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4646
<script id="quarto-search-options" type="application/json">{
4747
"location": "navbar",
4848
"copy-button": false,
@@ -285,7 +285,7 @@
285285
<li class="sidebar-item">
286286
<div class="sidebar-item-container">
287287
<a href="../../pages/model/distributions.html" class="sidebar-item-text sidebar-link">
288-
<span class="menu-text">Randomness</span></a>
288+
<span class="menu-text">Randomness</span></a>
289289
</div>
290290
</li>
291291
<li class="sidebar-item">
@@ -413,7 +413,7 @@
413413
<li class="sidebar-item">
414414
<div class="sidebar-item-container">
415415
<a href="../../pages/style_docs/docstrings.html" class="sidebar-item-text sidebar-link">
416-
<span class="menu-text">Docstrings</span></a>
416+
<span class="menu-text">Docstrings</span></a>
417417
</div>
418418
</li>
419419
<li class="sidebar-item">
@@ -826,6 +826,35 @@ <h1 class="title">❌ Acknowledgements</h1>
826826
}
827827
});
828828
</script>
829+
<input type="hidden" id="giscus-base-theme" value="light">
830+
<input type="hidden" id="giscus-alt-theme" value="dark">
831+
<script>
832+
function loadGiscus() {
833+
// Function to get the theme based on body class
834+
const getTheme = () => {
835+
let baseTheme = document.getElementById('giscus-base-theme').value;
836+
let altTheme = document.getElementById('giscus-alt-theme').value;
837+
return document.body.classList.contains('quarto-dark') ? altTheme : baseTheme;
838+
};
839+
const script = document.createElement("script");
840+
script.src = "https://giscus.app/client.js";
841+
script.async = true;
842+
script.dataset.repo = "pythonhealthdatascience/des-rap-book";
843+
script.dataset.repoId = "";
844+
script.dataset.category = "General";
845+
script.dataset.categoryId = "";
846+
script.dataset.mapping = "title";
847+
script.dataset.reactionsEnabled = "1";
848+
script.dataset.emitMetadata = "0";
849+
script.dataset.inputPosition = "top";
850+
script.dataset.theme = getTheme();
851+
script.dataset.lang = "en";
852+
script.crossOrigin = "anonymous";
853+
// Append the script to the desired div instead of at the end of the body
854+
document.getElementById("quarto-content").appendChild(script);
855+
}
856+
loadGiscus();
857+
</script>
829858
</div> <!-- /content -->
830859
<footer class="footer">
831860
<div class="nav-footer">

pages/inputs/input_data.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<link href="../../site_libs/quarto-html/quarto-syntax-highlighting-ea385d0e468b0dd5ea5bf0780b1290d9.css" rel="stylesheet" id="quarto-text-highlighting-styles">
4343
<script src="../../site_libs/bootstrap/bootstrap.min.js"></script>
4444
<link href="../../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
45-
<link href="../../site_libs/bootstrap/bootstrap-025db3b089a7e65f2676a8a92be6aa8b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
45+
<link href="../../site_libs/bootstrap/bootstrap-a6cb8b00d52e44bfe076b25afc5475c7.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
4646
<script id="quarto-search-options" type="application/json">{
4747
"location": "navbar",
4848
"copy-button": false,
@@ -285,7 +285,7 @@
285285
<li class="sidebar-item">
286286
<div class="sidebar-item-container">
287287
<a href="../../pages/model/distributions.html" class="sidebar-item-text sidebar-link">
288-
<span class="menu-text">Randomness</span></a>
288+
<span class="menu-text">Randomness</span></a>
289289
</div>
290290
</li>
291291
<li class="sidebar-item">
@@ -413,7 +413,7 @@
413413
<li class="sidebar-item">
414414
<div class="sidebar-item-container">
415415
<a href="../../pages/style_docs/docstrings.html" class="sidebar-item-text sidebar-link">
416-
<span class="menu-text">Docstrings</span></a>
416+
<span class="menu-text">Docstrings</span></a>
417417
</div>
418418
</li>
419419
<li class="sidebar-item">
@@ -1132,6 +1132,35 @@ <h2 class="anchored" data-anchor-id="further-information">📎 Further informati
11321132
}
11331133
});
11341134
</script>
1135+
<input type="hidden" id="giscus-base-theme" value="light">
1136+
<input type="hidden" id="giscus-alt-theme" value="dark">
1137+
<script>
1138+
function loadGiscus() {
1139+
// Function to get the theme based on body class
1140+
const getTheme = () => {
1141+
let baseTheme = document.getElementById('giscus-base-theme').value;
1142+
let altTheme = document.getElementById('giscus-alt-theme').value;
1143+
return document.body.classList.contains('quarto-dark') ? altTheme : baseTheme;
1144+
};
1145+
const script = document.createElement("script");
1146+
script.src = "https://giscus.app/client.js";
1147+
script.async = true;
1148+
script.dataset.repo = "pythonhealthdatascience/des-rap-book";
1149+
script.dataset.repoId = "";
1150+
script.dataset.category = "General";
1151+
script.dataset.categoryId = "";
1152+
script.dataset.mapping = "title";
1153+
script.dataset.reactionsEnabled = "1";
1154+
script.dataset.emitMetadata = "0";
1155+
script.dataset.inputPosition = "top";
1156+
script.dataset.theme = getTheme();
1157+
script.dataset.lang = "en";
1158+
script.crossOrigin = "anonymous";
1159+
// Append the script to the desired div instead of at the end of the body
1160+
document.getElementById("quarto-content").appendChild(script);
1161+
}
1162+
loadGiscus();
1163+
</script>
11351164
</div> <!-- /content -->
11361165
<footer class="footer">
11371166
<div class="nav-footer">

pages/inputs/input_modelling.html

Lines changed: 59 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)