Skip to content

Commit 9873327

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

File tree

6 files changed

+178
-66
lines changed

6 files changed

+178
-66
lines changed

.nojekyll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
348790c3
1+
6a69b513

evaluation/badges.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h1 class="title">Badges</h1>
243243
Although this script uses Python, it is applicable regardless of the language used by the study you are evaluating.
244244
-->
245245
<p>This page evaluates the extent to which Monks et al.&nbsp;2016 meets the criteria of badges related to reproducibility from various organisations and journals.</p>
246-
<div id="44c4308e" class="cell" data-execution_count="1">
246+
<div id="da787b5a" class="cell" data-execution_count="1">
247247
<details class="code-fold">
248248
<summary>Code</summary>
249249
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
@@ -308,7 +308,7 @@ <h1 class="title">Badges</h1>
308308
<p>TO DO: Change to full list of criteria</p>
309309
<p>TO DO: Change to full list of badges</p>
310310
<p>TO DO: Add a table (perhaps minimise-able) that summarises the criteria of each badge, so can see how/why did or did not meet each of the badges.</p>
311-
<div id="0e1635ad" class="cell" data-execution_count="2">
311+
<div id="d25c0e3d" class="cell" data-execution_count="2">
312312
<details class="code-fold">
313313
<summary>Code</summary>
314314
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Example (not done for Monks et al. 2016 yet)</span></span>
@@ -324,7 +324,7 @@ <h1 class="title">Badges</h1>
324324
<span id="cb2-11"><a href="#cb2-11" aria-hidden="true" tabindex="-1"></a>})</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
325325
</details>
326326
</div>
327-
<div id="fca7bca7" class="cell" data-execution_count="3">
327+
<div id="e6f24bd6" class="cell" data-execution_count="3">
328328
<details class="code-fold">
329329
<summary>Code</summary>
330330
<div class="sourceCode cell-code" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Print compliance to each criteria</span></span>
@@ -344,7 +344,7 @@ <h1 class="title">Badges</h1>
344344
✅ Manuscript has data availability statement</code></pre>
345345
</div>
346346
</div>
347-
<div id="4f7e1e50" class="cell" data-execution_count="4">
347+
<div id="c5e1d223" class="cell" data-execution_count="4">
348348
<details class="code-fold">
349349
<summary>Code</summary>
350350
<div class="sourceCode cell-code" id="cb5"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Identify which badges would be awarded based on criteria</span></span>

evaluation/logbook.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list
267267

268268
<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
269269
<div class="list quarto-listing-default">
270-
<div class="quarto-post image-right" data-index="0" data-categories="setup,read,scope" data-listing-date-sort="1716336000000" data-listing-file-modified-sort="1716384628936" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="6" data-listing-word-count-sort="1085">
270+
<div class="quarto-post image-right" data-index="0" data-categories="setup,read,scope" data-listing-date-sort="1716336000000" data-listing-file-modified-sort="1716385418574" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="6" data-listing-word-count-sort="1085">
271271
<div class="thumbnail">
272272
<p><a href="../evaluation/posts/2024_05_22/index.html" class="no-external"></a></p><a href="../evaluation/posts/2024_05_22/index.html" class="no-external">
273273
<div class="listing-item-img-placeholder card-img-top" >&nbsp;</div>

evaluation/scope.html

+146-34
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,8 @@
179179
<h2 id="toc-title">On this page</h2>
180180

181181
<ul>
182-
<li><a href="#figures-and-tables" id="toc-figures-and-tables" class="nav-link active" data-scroll-target="#figures-and-tables">Figures and tables</a>
183-
<ul class="collapse">
184-
<li><a href="#within-scope" id="toc-within-scope" class="nav-link" data-scroll-target="#within-scope">Within scope</a></li>
185-
<li><a href="#not-in-scope" id="toc-not-in-scope" class="nav-link" data-scroll-target="#not-in-scope">Not in scope</a></li>
186-
</ul></li>
187-
<li><a href="#key-results-from-elsewhere-in-article" id="toc-key-results-from-elsewhere-in-article" class="nav-link" data-scroll-target="#key-results-from-elsewhere-in-article">Key results from elsewhere in article</a></li>
182+
<li><a href="#within-scope" id="toc-within-scope" class="nav-link active" data-scroll-target="#within-scope">Within scope</a></li>
183+
<li><a href="#outside-scope" id="toc-outside-scope" class="nav-link" data-scroll-target="#outside-scope">Outside scope</a></li>
188184
</ul>
189185
<div class="toc-actions"><ul><li><a href="https://github.com/pythonhealthdatascience/stars-reproduce-allen-2020/edit/main/evaluation/scope.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/pythonhealthdatascience/stars-reproduce-allen-2020/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
190186
</div>
@@ -211,64 +207,180 @@ <h1 class="title">Scope</h1>
211207

212208

213209
<p>This page outlines that parts of the journal article which we will attempt to reproduce.</p>
214-
<section id="figures-and-tables" class="level2">
215-
<h2 class="anchored" data-anchor-id="figures-and-tables">Figures and tables</h2>
216-
<section id="within-scope" class="level3">
217-
<h3 class="anchored" data-anchor-id="within-scope">Within scope</h3>
218-
<p><strong>Figure 2</strong> - number of patients in each COVID state over 150 days</p>
210+
<section id="within-scope" class="level2">
211+
<h2 class="anchored" data-anchor-id="within-scope">Within scope</h2>
212+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
213+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-1-contents" aria-controls="callout-1" aria-expanded="false" aria-label="Toggle callout">
214+
<div class="callout-icon-container">
215+
<i class="callout-icon no-icon"></i>
216+
</div>
217+
<div class="callout-title-container flex-fill">
218+
Figure 2
219+
</div>
220+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
221+
</div>
222+
<div id="callout-1" class="callout-1-contents callout-collapse collapse">
223+
<div class="callout-body-container callout-body">
224+
<div class="quarto-figure quarto-figure-center">
225+
<figure class="figure">
226+
<p><img src="../original_study/article_fig2.png" class="img-fluid figure-img" style="width:80.0%"></p>
227+
<figcaption>Figure 2. “Patient state over time by unit. The patient population progresses through infection over three months (with 80% infected). The bold line shows the median results of 30 trials, and the fainter lines show the minimum and maximum from the 30 trials.”</figcaption>
228+
</figure>
229+
</div>
230+
</div>
231+
</div>
232+
</div>
233+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
234+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-2-contents" aria-controls="callout-2" aria-expanded="false" aria-label="Toggle callout">
235+
<div class="callout-icon-container">
236+
<i class="callout-icon no-icon"></i>
237+
</div>
238+
<div class="callout-title-container flex-fill">
239+
Figure 3
240+
</div>
241+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
242+
</div>
243+
<div id="callout-2" class="callout-2-contents callout-collapse collapse">
244+
<div class="callout-body-container callout-body">
219245
<div class="quarto-figure quarto-figure-center">
220246
<figure class="figure">
221-
<p><img src="../original_study/article_fig2.png" class="img-fluid figure-img"></p>
222-
<figcaption>Figure 2</figcaption>
247+
<p><img src="../original_study/article_fig3.png" class="img-fluid figure-img"></p>
248+
<figcaption>Figure 3. “Progression of patient population through COVID infection, assuming 80% become infected over three months, with 15% mortality. The figure also shows the number of patients not allocated to a dialysis session at any time. The bold line shows the median results of 30 trials, and the fainter lines show the minimum and maximum from the 30 trials.”</figcaption>
223249
</figure>
224250
</div>
225-
<p><strong>Figure 3</strong> - similar to figure 2, but with different categories and divided by unit <img src="../original_study/article_fig3.png" class="img-fluid" alt="Figure 3"></p>
226-
<p><strong>Figure 4</strong> - patients displaced from current unit and travel times added</p>
251+
</div>
252+
</div>
253+
</div>
254+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
255+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-3-contents" aria-controls="callout-3" aria-expanded="false" aria-label="Toggle callout">
256+
<div class="callout-icon-container">
257+
<i class="callout-icon no-icon"></i>
258+
</div>
259+
<div class="callout-title-container flex-fill">
260+
Figure 4
261+
</div>
262+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
263+
</div>
264+
<div id="callout-3" class="callout-3-contents callout-collapse collapse">
265+
<div class="callout-body-container callout-body">
227266
<div class="quarto-figure quarto-figure-center">
228267
<figure class="figure">
229268
<p><img src="../original_study/article_fig4.png" class="img-fluid figure-img"></p>
230-
<figcaption>Figure 4</figcaption>
269+
<figcaption>Figure 4. “Patient displacement. The number of patients displaced from their current unit (left panel) and the additional travel time to the unit of care (right panel) for displaced patients. These results do not include those receiving inpatient care. The patient population progresses through infection over three months (with 80% infected). The bold line shows the median results of 30 trials, and the fainter lines show the minimum and maximum from the 30 trials.”</figcaption>
231270
</figure>
232271
</div>
272+
</div>
273+
</div>
274+
</div>
275+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
276+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-4-contents" aria-controls="callout-4" aria-expanded="false" aria-label="Toggle callout">
277+
<div class="callout-icon-container">
278+
<i class="callout-icon no-icon"></i>
279+
</div>
280+
<div class="callout-title-container flex-fill">
281+
Section from results about being unallocated to a session
282+
</div>
283+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
284+
</div>
285+
<div id="callout-4" class="callout-4-contents callout-collapse collapse">
286+
<div class="callout-body-container callout-body">
287+
<p><strong>From results section:</strong> “In the planned strategy of using half of one of the largest units (Queen Alexandra) for COVID-positive dialysis outpatients, and then using a second unit (Basingstoke, also provid- ing up to half of its capacity for COVID-positive dialysis outpatient patients) for any excess, the dialysis system copes without any patients being unable to be allocated to a session (or without any need in dropping dialysis frequency). Workload in units that do not take COVID- positive outpatients will fall during the outbreak (though some work will flow back to them if they need to care for COVID-negative patients displaced from the units caring for COVID- positive patients).”</p>
288+
<p><strong>Why this is in scope:</strong> The figures do not provide any information on the count of unallocated patients. The change in dialysis frequency is assumed to be an implicit consequence of whether or not there are any unallocated patients necessitating they wait a day or change frequency in the model.</p>
289+
<p><strong>Exactly what we are aiming to reproduce from this statement:</strong> Observation of no patients being unable to be allocated to a session.</p>
290+
</div>
291+
</div>
292+
</div>
233293
</section>
234-
<section id="not-in-scope" class="level3">
235-
<h3 class="anchored" data-anchor-id="not-in-scope">Not in scope</h3>
236-
<p><strong>Figure 1</strong> - as it is a flow chart representing of pathways in model.</p>
294+
<section id="outside-scope" class="level2">
295+
<h2 class="anchored" data-anchor-id="outside-scope">Outside scope</h2>
296+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
297+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-5-contents" aria-controls="callout-5" aria-expanded="false" aria-label="Toggle callout">
298+
<div class="callout-icon-container">
299+
<i class="callout-icon no-icon"></i>
300+
</div>
301+
<div class="callout-title-container flex-fill">
302+
Figure 1
303+
</div>
304+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
305+
</div>
306+
<div id="callout-5" class="callout-5-contents callout-collapse collapse">
307+
<div class="callout-body-container callout-body">
308+
<p>Outside scope as it is a flow chart representing the model pathways.</p>
237309
<div class="quarto-figure quarto-figure-center">
238310
<figure class="figure">
239311
<p><img src="../original_study/article_fig1.png" class="img-fluid figure-img"></p>
240-
<figcaption>Figure 1</figcaption>
312+
<figcaption>Figure 1. “Schematic representation of patient pathway.”</figcaption>
241313
</figure>
242314
</div>
243-
<p><strong>Table 1</strong> - as it lists parameters for the model.</p>
315+
</div>
316+
</div>
317+
</div>
318+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
319+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-6-contents" aria-controls="callout-6" aria-expanded="false" aria-label="Toggle callout">
320+
<div class="callout-icon-container">
321+
<i class="callout-icon no-icon"></i>
322+
</div>
323+
<div class="callout-title-container flex-fill">
324+
Table 1
325+
</div>
326+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
327+
</div>
328+
<div id="callout-6" class="callout-6-contents callout-collapse collapse">
329+
<div class="callout-body-container callout-body">
330+
<p>Outside scope as it is a table of model parameters rather than outputs.</p>
244331
<div class="quarto-figure quarto-figure-center">
245332
<figure class="figure">
246333
<p><img src="../original_study/article_tab1.png" class="img-fluid figure-img"></p>
247-
<figcaption>Table 1</figcaption>
334+
<figcaption>Table 1. “Baseline model parameters.”</figcaption>
248335
</figure>
249336
</div>
250-
<p><strong>Figure 5</strong> - as it is a result from the Markov model</p>
337+
</div>
338+
</div>
339+
</div>
340+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
341+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-7-contents" aria-controls="callout-7" aria-expanded="false" aria-label="Toggle callout">
342+
<div class="callout-icon-container">
343+
<i class="callout-icon no-icon"></i>
344+
</div>
345+
<div class="callout-title-container flex-fill">
346+
Figure 5
347+
</div>
348+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
349+
</div>
350+
<div id="callout-7" class="callout-7-contents callout-collapse collapse">
351+
<div class="callout-body-container callout-body">
352+
<p>Outside scope as it is a result of the Markov model.</p>
251353
<div class="quarto-figure quarto-figure-center">
252354
<figure class="figure">
253355
<p><img src="../original_study/article_fig1.png" class="img-fluid figure-img"></p>
254-
<figcaption>Figure 1</figcaption>
356+
<figcaption>Figure 5. “One-way ambulance transport time distributions (1000 model runs). Results compare population COVID-positive and ambulance seating capacity (e.g.&nbsp;2 = 2 seats.) Figures do not include ambulance clean-down/turnaround time.”</figcaption>
255357
</figure>
256358
</div>
257-
<p><strong>Figure 6</strong> - as it is a result from the Markov model</p>
359+
</div>
360+
</div>
361+
</div>
362+
<div class="callout callout-style-simple callout-note no-icon callout-titled">
363+
<div class="callout-header d-flex align-content-center" data-bs-toggle="collapse" data-bs-target=".callout-8-contents" aria-controls="callout-8" aria-expanded="false" aria-label="Toggle callout">
364+
<div class="callout-icon-container">
365+
<i class="callout-icon no-icon"></i>
366+
</div>
367+
<div class="callout-title-container flex-fill">
368+
Figure 6
369+
</div>
370+
<div class="callout-btn-toggle d-inline-block border-0 py-1 ps-1 pe-0 float-end"><i class="callout-toggle"></i></div>
371+
</div>
372+
<div id="callout-8" class="callout-8-contents callout-collapse collapse">
373+
<div class="callout-body-container callout-body">
374+
<p>Outside scope as it is a result of the Markov model.</p>
258375
<div class="quarto-figure quarto-figure-center">
259376
<figure class="figure">
260377
<p><img src="../original_study/article_fig6.png" class="img-fluid figure-img"></p>
261-
<figcaption>Figure 6</figcaption>
378+
<figcaption>Figure 6. “Two-way ambulance transport time distributions (1000 model runs). Results compare population COVID-positive and ambulance seating capacity (e.g.&nbsp;2 = 2 seats.) Figures do not include ambulance clean-down/turnaround time.”</figcaption>
262379
</figure>
263380
</div>
264-
</section>
265-
</section>
266-
<section id="key-results-from-elsewhere-in-article" class="level2">
267-
<h2 class="anchored" data-anchor-id="key-results-from-elsewhere-in-article">Key results from elsewhere in article</h2>
268-
<p>“In the planned strategy of using half of one of the largest units (Queen Alexandra) for COVID-positive dialysis outpatients, and then using a second unit (Basingstoke, also provid- ing up to half of its capacity for COVID-positive dialysis outpatient patients) for any excess, the dialysis system copes <strong>without any patients being unable to be allocated to a session (or without any need in dropping dialysis frequency)</strong>. Workload in units that do not take COVID- positive outpatients will fall during the outbreak (though some work will flow back to them if they need to care for COVID-negative patients displaced from the units caring for COVID- positive patients).”</p>
269-
<ul>
270-
<li>This is in scope, as the figures don’t provided any information on the count of unallocated patients, or therefore on whether any therefore had changes in dialysis frequency (which assuming is the implicit conclusion of being unallocated changing frequency). Hence, aim to reproduce: <strong>observation of no patients being unable to be allocated to a session</strong></li>
271-
</ul>
381+
</div>
382+
</div>
383+
</div>
272384

273385

274386
</section>

0 commit comments

Comments
 (0)