Skip to content

Commit b9a1552

Browse files
committed
feat(ambulance/quarto): add pages
1 parent c95e389 commit b9a1552

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

pages/research.qmd

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Our research has been focused on helping improving the reproducibility, reusabil
5757
<div class="icon"><i class="bi bi-person-workspace"></i></div>
5858
<div class="text">
5959
<div class="title">HDR UK Futures training materials</div>
60-
<div class="details">In development - watch this space!</div>
60+
<div class="details">Developing introductory training website and videos on testing in research workflows using Python and R examples.</div>
6161
</div>
6262
</a>
6363
```
@@ -110,6 +110,14 @@ Our research has been focused on helping improving the reproducibility, reusabil
110110
<div class="details">We worked with model authors to review their DES models, providing guidance to help improve reproducibility and reusability.</div>
111111
</div>
112112
</a>
113+
<br>
114+
<a href="research/ambulance.qmd" class="value-box pale small-title">
115+
<div class="icon"><i class="bi bi-person-lines-fill"></i></div>
116+
<div class="text">
117+
<div class="title">Ambulance modelling</div>
118+
<div class="details">In development - watch this space!</div>
119+
</div>
120+
</a>
113121
```
114122

115123
## Replicable
@@ -144,4 +152,12 @@ Our research has been focused on helping improving the reproducibility, reusabil
144152
<div class="details">Our python package with tools to support DES and Monte-Carlo simulation.</div>
145153
</div>
146154
</a>
147-
```
155+
<br>
156+
<a href="research/quarto.qmd" class="value-box pale small-title">
157+
<div class="icon"><i class="bi bi-tools"></i></div>
158+
<div class="text">
159+
<div class="title">Using Quarto for sharing research</div>
160+
<div class="details">In development - watch this space!</div>
161+
</div>
162+
</a>
163+
```

pages/research/ambulance.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Ambulance modelling
3+
---
4+
5+
In development - watch this space!
6+
7+
<https://github.com/ambmodels/ambdes>

pages/research/quarto.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "Using Quarto for sharing research"
3+
---
4+
5+
In development - watch this space!
6+
7+
<https://github.com/pythonhealthdatascience/quarto-tutorial/>

0 commit comments

Comments
 (0)