Skip to content

Commit e911f5e

Browse files
authored
Merge pull request #17 from pythonhealthdatascience/amy
Amy
2 parents 5af74f5 + 44423c0 commit e911f5e

10 files changed

Lines changed: 20 additions & 16 deletions

File tree

pages/publications/2023/harper2023framework/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We present a simple framework to support sharing of executable healthcare discre
2727

2828
*The research artefacts in this conference paper are superceded by those in the full publication.*
2929

30-
<a class="research-btn" href="/pages/research/stars_framework_reuse.qmd">
30+
<a class="research-btn" href="/pages/research/stars_framework_reuse.qmd" target="_blank" rel="noopener noreferrer">
3131
&nbsp;&nbsp; View summary and research artefacts from full publication
3232
</a>
3333

pages/publications/2023/monks2023computer/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Discrete-event simulation (DES) is a widely used computational method in health
2222

2323
## Research artefacts
2424

25-
<a class="research-btn" href="/pages/research/des_sharing_review.qmd">
25+
<a class="research-btn" href="/pages/research/des_sharing_review.qmd" target="_blank" rel="noopener noreferrer">
2626
&nbsp;&nbsp; View research summary and artefacts
2727
</a>
2828

pages/publications/2023/monks2023improving/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ To increase uptake of these methods, we provide an approach to structuring discr
2626

2727
## Research artefacts
2828

29-
<a class="research-btn" href="https://health-data-science-or.github.io/simpy-streamlit-tutorial/">
29+
<a class="research-btn" href="https://health-data-science-or.github.io/simpy-streamlit-tutorial/" target="_blank" rel="noopener noreferrer">
3030
&nbsp;&nbsp; Detailed online tutorial
3131
</a>
3232

33-
<a class="research-btn" href="https://github.com/health-data-science-OR/simpy-streamlit-tutorial">
33+
<a class="research-btn" href="https://github.com/health-data-science-OR/simpy-streamlit-tutorial" target="_blank" rel="noopener noreferrer">
3434
&nbsp;&nbsp; GitHub
3535
</a>
3636

pages/publications/2024/harper2024deployable/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Methods or approaches from disciplines outside of OR modelling and Simulation (M
2525

2626
## Research artefacts
2727

28-
<a class="research-btn" href="https://github.com/TomMonks/hep-deploy">
28+
<a class="research-btn" href="https://github.com/TomMonks/hep-deploy" target="_blank" rel="noopener noreferrer">
2929
&nbsp;&nbsp; GitHub
3030
</a>
3131

32-
<a class="research-btn" href="https://hub.docker.com/r/tommonks01/hep-sim">
32+
<a class="research-btn" href="https://hub.docker.com/r/tommonks01/hep-sim" target="_blank" rel="noopener noreferrer">
3333
&nbsp;&nbsp; Docker container
3434
</a>
3535

36-
<a class="research-btn" href="https://zenodo.org/record/8011462">
36+
<a class="research-btn" href="https://zenodo.org/record/8011462" target="_blank" rel="noopener noreferrer">
3737
&nbsp;&nbsp; Code archive
3838
</a>
3939

pages/publications/2024/heather2024protocol/index.qmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@ This protocol will be used to assess the computational reproducibility of publis
3131

3232
## Research artefacts
3333

34-
<a class="research-btn" href="https://github.com/pythonhealthdatascience/stars_reproduction_template">
34+
<a class="research-btn" href="https://github.com/pythonhealthdatascience/stars_reproduction_template" target="_blank" rel="noopener noreferrer">
3535
&nbsp;&nbsp; Repository template
3636
</a>
3737

38-
<a class="research-btn" href="https://github.com/pythonhealthdatascience/stars-reproduce-allen-2020">
38+
<a class="research-btn" href="https://github.com/pythonhealthdatascience/stars-reproduce-allen-2020" target="_blank" rel="noopener noreferrer">
3939
&nbsp;&nbsp; Test run of reproducibility protocol on Allen et al. 2020
4040
</a>
4141

42+
<a class="research-btn" href="/pages/research/computational_reproducibility.qmd" target="_blank" rel="noopener noreferrer">
43+
&nbsp;&nbsp; View the completed study (based on protocol)
44+
</a>
45+
4246
## Article
4347

4448
```{=html}

pages/publications/2024/monks2024towards/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Discrete-event simulation (DES) is a widely used computational method in health
2626

2727
## Research artefacts
2828

29-
<a class="research-btn" href="/pages/research/stars_framework_reuse.qmd">
29+
<a class="research-btn" href="/pages/research/stars_framework_reuse.qmd" target="_blank" rel="noopener noreferrer">
3030
&nbsp;&nbsp; View research summary and artefacts
3131
</a>
3232

pages/publications/2025/heather2025reproducibility/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Reproducibility of computational research is critical for ensuring transparency,
3131

3232
## Research artefacts
3333

34-
<a class="research-btn" href="/pages/research/computational_reproducibility.qmd">
34+
<a class="research-btn" href="/pages/research/computational_reproducibility.qmd" target="_blank" rel="noopener noreferrer">
3535
&nbsp;&nbsp; View research summary and artefacts
3636
</a>
3737

pages/publications/2025/monks2025building/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ This tutorial aims to support modellers working in healthcare research or practi
3131

3232
## Research artefacts
3333

34-
<a class="research-btn" href="https://pythonhealthdatascience.github.io/intro-open-sim/">
34+
<a class="research-btn" href="https://pythonhealthdatascience.github.io/intro-open-sim/" target="_blank" rel="noopener noreferrer">
3535
&nbsp;&nbsp; Interactive materials
3636
</a>
3737

38-
<a class="research-btn" href="https://github.com/pythonhealthdatascience/intro-open-sim">
38+
<a class="research-btn" href="https://github.com/pythonhealthdatascience/intro-open-sim" target="_blank" rel="noopener noreferrer">
3939
&nbsp;&nbsp; GitHub
4040
</a>
4141

pages/publications/2025/monks2025unlocking/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Discrete-event simulation (DES) is widely used in healthcare Operations Research
2525

2626
## Research artefacts
2727

28-
<a class="research-btn" href="/pages/research/llm_generate_des.qmd">
28+
<a class="research-btn" href="/pages/research/llm_generate_des.qmd" target="_blank" rel="noopener noreferrer">
2929
&nbsp;&nbsp; View research summary and artefacts
3030
</a>
3131

pages/research/motivation.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ This experience helped shape later research into reproducibility and reuse in si
5454

5555
The team has since developed **open-source versions** of the stroke model in **Python** and **R**, freely available for others to use and adapt.
5656

57-
<a class="research-btn" href="https://github.com/pythonhealthdatascience/pydesrap_stroke">
57+
<a class="research-btn" href="https://github.com/pythonhealthdatascience/pydesrap_stroke" target="_blank" rel="noopener noreferrer">
5858
&nbsp;&nbsp; View Python version of the stroke model
5959
</a>
6060

61-
<a class="research-btn" href="https://github.com/pythonhealthdatascience/rdesrap_stroke">
61+
<a class="research-btn" href="https://github.com/pythonhealthdatascience/rdesrap_stroke" target="_blank" rel="noopener noreferrer">
6262
&nbsp;&nbsp; View R version of the stroke model
6363
</a>

0 commit comments

Comments
 (0)