-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
163 lines (156 loc) · 7.39 KB
/
index.qmd
File metadata and controls
163 lines (156 loc) · 7.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
---
title: ""
pagetitle: STARS
format:
html:
css:
- css/buttons.css
---
The STARS project supports the development of transparent and impactful discrete-event simulation studies in healthcare that are computationally reproducible and practically reusable. It provides structured guidance, tools, and worked examples to help teams share code, data, and documentation in ways that enable others to understand, verify, and adapt their models for new healthcare settings.
```{=html}
<br>
<a href="pages/research.qmd" class="value-box">
<div class="icon"><i class="bi bi-search"></i></div>
<div class="text">
<div class="title">Research</div>
<div class="details">Learn about our research.</div>
</div>
</a>
<br>
<a href="pages/publications.qmd" class="value-box">
<div class="icon"><i class="bi bi-file-earmark-text"></i></div>
<div class="text">
<div class="title">Publications</div>
<div class="details">View our full list of publications.</div>
</div>
</a>
<br>
<br>
```
### Meet the STARS project team
```{=html}
<!-- SOURCE: CodingNepal https://www.codingnepalweb.com/create-responsive-card-slider-html-javascript/ -->
<head>
<!-- Linking SwiperJS CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<!-- Linking FontAwesome for fa-github and fa-orcid icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Linking custom CSS -->
<link rel="stylesheet" href="css/cardslider.css">
</head>
<body>
<div class="container swiper">
<div class="slider-wrapper">
<div class="card-list swiper-wrapper">
<div class="card-item swiper-slide">
<img src="images/tom.jpg" alt="User Image" class="user-image">
<p class="user-name">Tom Monks</p>
<p class="user-profession">Principal Investigator</p>
<a href="http://orcid.org/0000-0003-2631-4481" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/TomMonks" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/amy.jpg" alt="User Image" class="user-image">
<p class="user-name">Amy Heather</p>
<p class="user-profession">Lead Researcher</p>
<a href="https://orcid.org/0000-0002-6596-3479" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/amyheather" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/alison.jpeg" alt="User Image" class="user-image">
<p class="user-name">Alison Harper</p>
<p class="user-profession">Co-Investigator</p>
<a href="https://orcid.org/0000-0001-5274-5037" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/AliHarp" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/nav.jpeg" alt="User Image" class="user-image">
<p class="user-name">Nav Mustafee</p>
<p class="user-profession">Co-Investigator</p>
<a href="https://orcid.org/0000-0002-2204-8924" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/NavonilNM" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/andy.jpg" alt="User Image" class="user-image">
<p class="user-name">Andy Mayne</p>
<p class="user-profession">Co-Investigator</p>
<a href="https://orcid.org/0000-0003-1263-2286" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/andy-mayne" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/fatemeh.jpeg" alt="User Image" class="user-image">
<p class="user-name">Fatemeh Alidoost</p>
<p class="user-profession">Contributor</p>
<a href="https://orcid.org/0009-0000-0252-560X" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/Falidoost" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/rob.jpg" alt="User Image" class="user-image">
<p class="user-name">Robert Challen</p>
<p class="user-profession">Contributor</p>
<a href="https://orcid.org/0000-0002-5504-7768" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/robchallen" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/tom.jpeg" alt="User Image" class="user-image">
<p class="user-name">Tom Slater</p>
<p class="user-profession">Contributor</p>
<a href="https://orcid.org/0009-0007-0838-7499" class="message-button" target="_blank">
<i class="fa-brands fa-orcid"></i> ORCID
</a>
<a href="https://github.com/tbslater" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
<div class="card-item swiper-slide">
<img src="images/chris.jpeg" alt="User Image" class="user-image">
<p class="user-name">Chris Sampson</p>
<p class="user-profession">Contributor</p>
<a href="https://github.com/CSampsonSomersetFT" class="message-button" target="_blank">
<i class="fa-brands fa-github"></i> GitHub
</a>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-slide-button swiper-button-prev"></div>
<div class="swiper-slide-button swiper-button-next"></div>
</div>
</div>
<!-- Linking SwiperJS script -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Linking custom script -->
<script src="javascript/script.js"></script>
</body>
</html>
```
### Funding
The STARS project is supported by the Medical Research Council [grant number MR/Z503915/1].
Pilot work was supported by the National Institute for Health Research Applied Research Collaboration South West Peninsula. The views expressed in this website are those of the author(s) and not necessarily those of the National Institute for Health Research or the Department of Health and Social Care.