-
Notifications
You must be signed in to change notification settings - Fork 0
/
policy.html
137 lines (126 loc) · 5.68 KB
/
policy.html
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
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Policy and engagement | Crispin Lab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Crispin Lab</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="team.html">Team</a>
<a href="publications.html">Publications</a>
<!--<a href="news.html">News</a>-->
<a href="joinus.html">Join us</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Policy and engagement</h2>
<!--<p>Aliquam erat volutpat nam dui </p>-->
</header>
<!-- Intro -->
<p>Digital and computational technologies for healthcare are promising for the future of healthcare, but also come with a number of challenges -- logistic, conceptual, and ethical. We think that it is our responsibility as scientists to participate in these important disucssions, and contribute to make the field as open, transparent and interdisciplinary as possible. </p>
<br>
<!-- Publications -->
<h2 id="content">Relevant publications</h2>
<div class="flex flex-4">
<div class="box publication">
<div class="image contain">
<img src="images/research/report.png" />
</div>
<h3>Healthcare AI Report</h3>
<a href="https://www.ie.edu/cgc/research/innovation-sustainability-future-healthcare/" class="button special">Read More</a>
</div>
<div class="box publication">
<div class="image contain">
<img src="images/research/nhs-voices.png" />
</div>
<h3>NHS Voices Op-Ed</h3>
<a href="https://www.nhsconfed.org/blog/2020/12/ai-in-healthcare" class="button special">Read More</a>
</div>
<div class="box publication">
<div class="image contain">
<img src="images/research/podcast.jpg" />
</div>
<h3>Ovarian cancer podcast</h3>
<a href="https://www.integratedcancermedicine.org/news/the-third-icm-research-in-focus-podcast/" class="button special">Read More</a>
</div>
<div class="box publication">
<div class="image contain">
<img src="images/research/oped.png" />
</div>
<h3>Digital Health Op-Ed</h3>
<a href="https://www.ie.edu/building-resilience/knowledge/digital-health-ai-time-covid-19/" class="button special">Read More</a>
</div>
</div>
<br>
<!-- Collaborators -->
<!--
<h2 id="content">Collaborators</h2>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Affiliation</th>
<th>Research</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.deschler.phy.cam.ac.uk">Dr Felix Deschler</a></td>
<td>Technical University of Munich, Germany</td>
<td>Experiment: Photovoltaics</td>
</tr>
<tr>
<td><a href="http://www.physics.rutgers.edu/~cedreyer/">Dr Cyrus Dreyer</a></td>
<td>Stony Brook University, USA</td>
<td>Theory: Transparent conductors</td>
</tr>
</tbody>
</table>
</div>
</div>
-->
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
<!-- © Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.-->
2021 Crispin Lab
</div>
<!--<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</span></a></li>
</ul>-->
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>