Skip to content

Commit c95e389

Browse files
committed
feat(hdruk): add testing in research workflows website preview
1 parent 28fce3d commit c95e389

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

pages/research/hdr_uk_futures.qmd

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,26 @@ author:
66
orcid: 0000-0002-6596-3479
77
---
88

9-
In development - watch this space!
10-
<!--TODO-->
9+
We have been developing training materials for HDR UK Futures, designed to introduce researchers working in Python and R to testing.
10+
11+
You can check out our companion site for the training materials here:
12+
13+
```{=html}
14+
<div class="iframe-wrapper">
15+
<div class="iframe-header">
16+
<span>Website preview:</span>
17+
<a href="https://pythonhealthdatascience.github.io/stars-testing-intro"
18+
target="_blank" rel="noopener">
19+
View full website in new tab
20+
</a>
21+
</div>
22+
23+
<iframe
24+
width="100%"
25+
height="500"
26+
src="https://pythonhealthdatascience.github.io/stars-testing-intro/"
27+
title="Testing in Research Workflows">
28+
</iframe>
29+
</div>
30+
<br>
31+
```

0 commit comments

Comments
 (0)