Skip to content

Commit 6a44428

Browse files
authored
Merge pull request #11 from manics/update-hic
Update HIC's evaluation
2 parents 35e9dbf + b325d8a commit 6a44428

4 files changed

Lines changed: 613 additions & 4 deletions

File tree

content/en/evaluations/uod-hic.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
+++
22
title = "Health Informatics Centre Trusted Research Environment (HIC-TRE), University of Dundee"
3-
date = 2023-10-11
3+
date = 2025-10-21
44
+++
55

6-
{{< satre_evaluation evaluation_csv="satre-uod-evaluation-20231011.csv" >}}
6+
{{< satre_evaluation evaluation_csv="satre-uod-evaluation-20251021.csv" >}}
7+
8+
Previous version: {{< evaluation_csv_link evaluation_csv="satre-uod-evaluation-20231011.csv" >}}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ $filename := .Get "evaluation_csv" }}
2+
3+
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>

layouts/shortcodes/satre_evaluation.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ <h2 id="{{ $section | anchorize }}">{{ $section }}</h2>
4040
{{- $item := trim (index $row 1) "." }}
4141
<td id="item-{{ $item | anchorize }}"><a href="#item-{{ $item | anchorize }}">{{ $item }}</td>
4242
{{- range after 2 $row }}
43-
<td>{{ . }}</td>
43+
<td>{{ replace (transform.HTMLEscape .) "\n" "<br/>" | safeHTML }}</td>
4444
{{- end }}
4545
</tr>
4646

4747
{{ end }}
4848
</table>
4949

50-
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>
50+
<p>
51+
Download:
52+
<a class="right-8" aria-label="Download" href="{{ (path.Join "evaluations" $filename) | relURL }}">{{- $filename -}}&nbsp;&#x21D3;</a>
53+
</p>

0 commit comments

Comments
 (0)