-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (290 loc) · 14.5 KB
/
Copy pathindex.html
File metadata and controls
331 lines (290 loc) · 14.5 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<title>The Data Informatics Center for Epidemiology (DICE)</title>
<meta name="title" content="The Data Informatics Center for Epidemiology (DICE)">
<!-- <meta name="description"
content="Designing digital solutions which engage citizens in four core areas — logistics, health outcomes, user-centric impact, and communication."> -->
<meta property="og:image" content="assets/images/header.jpg">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Flickity CSS File -->
<link href="https://unpkg.com/flickity@2/dist/flickity.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GF1FRVH53P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GF1FRVH53P');
</script>
<!-- =======================================================
* Template Name: TheEvent - v2.2.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<script>
function hideSnackbar() {
// Get the snackbar DIV
var x = document.getElementById("snackbar");
var link = document.getElementById("snackbar-link");
// Add the "show" class to DIV
x.className = "hide";
link.setAttribute("style", "visibility:hidden")
}
</script>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<h1><a href="#intro">DICE</a></h1>
<!-- <a href="index.html" class="scrollto"><img src="assets/img/auto_id_tpt_new_america.png" alt="" title=""></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a class="active" href="./index.html">Home</a></li>
<li><a href="./research.html">Research </a></li>
<li><a href="./people.html">People</a></li>
<li><a href="./news.html">News and Insights</a></li>
<li><a href="./fellow.html">Computational Health Fellow</a></li>
<li><a href="./talks.html">Talks</a></li>
<li><a href="https://www.pathcheck.org/">PathCheck Foundation</a></li>
<!-- <li><a href="./index.html#leadership">Leadership</a></li> -->
<!-- <li><a href="./index.html#recent-work">Recent Work</a></li> -->
<!-- <li><a href="#about">About Us</a></li> -->
<!-- <li class="buy-tickets"><a href="get-involved.html">Get Involved</a></li> -->
<li class="buy-tickets" ><a href="https://tiny.cc/pathcheckslack">Get Involved</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- End Header -->
<!--
<div id="snackbar" class="show" >
<div id="x" onclick="hideSnackbar()">x</div>
<a id="snackbar-link" href="#schedule">Upcoming Event on January 19</a>
</div> -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<video autoplay muted loop id="backgroundvideo">
<source src="assets/img/file.mp4" type="video/mp4">
</video>
<div class="intro-container" data-aos-delay="100">
<h1 class="mb-2 pb-0"><span style="color: white">The Data Informatics Center for Epidemiology</span></h1>
<br>
<p id="sub-heading" class="mb-4 pb-0" style="color:white; font-weight: normal; font-style:italic;"> Building Data-Driven Solutions for Public Health Response</p>
<br>
<br>
<!-- <p>Powered by:</p> -->
<!-- <div style="display:inline-block">
<img class="powered" src="assets/img/mit.png" />
<img class="powered" src="assets/img/pathcheck.png" />
</div> -->
</div>
</section><!-- End Intro Section -->
<main id="main">
<section id="coordination" class="section-with-bg">
<div class="container">
<div class="section-header-inv">
<h2 style="font-size:xx-large">OUR RESEARCH</h2>
</div>
<div class="row justify-content-center" data-aos-delay="700">
<a style="color:white" href="research.html#vaccine-dashboard"><div class="col-4" style="padding:30px; text-align: center;">
<div class="col-12">
<img src="./assets/img/tracemeornot.png" alt="map">
</div>
<div style="font-weight: bolder; text-decoration: underline white;">
<a style="color:white" href="research.html#vaccine-dashboard">VACCINE DASHBOARD</a>
</div>
<br>
<a href="research.html#vaccine-dashboard"><div style="color:white">
<p>Near-real Time Vaccine Distribution and Administration Data from Throughout the World.</p>
</div></a>
</div></a>
<a href="research.html#adverse-events"><div class="col-4" style="padding:30px; text-align: center;">
<div class="col-12">
<img src="./assets/img/appsgoingrogue.png" alt="map">
</div>
<div style="font-weight: bolder; text-decoration: underline white;">
<a style="color:white;" href="research.html#adverse-events">ADVERSE EVENTS</a>
</div>
<br>
<div style="color:white">
<p>Analyzing Reports on Adverse Events following Vaccination</p>
</div>
</div></a>
<a href="research.html#deep-abm"><div class="col-4" style="padding:30px; text-align: center;">
<div class="col-12">
<img src="./assets/img/thetownisburning.png" alt="map">
</div>
<div style="font-weight: bolder; text-decoration: underline white;">
<a style="color:white" href="research.html#deep-abm">DEEP AGENT BASED MODELING</a>
</div>
<br>
<div style="color:white">
<p>Developing an ABM framework utilizing convolutions in a GNN architecture to model epidemiological interactions</p>
</div>
</div></a>
</div>
</div>
</section>
<!-- <section id="leadership" class="section-with-bg">
<div class="container">
<div class="section-header">
<h2 style="color: #191919">OUR NEWS & INSIGHTS</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 col-sm-6" style="width:85%">
<a href="#">
<div class="speaker">
<img src="assets/img/article-images/leveraging vaccine distribution.png" alt="leveraging vaccine distribution" style="width: 100%;">
<div>
<h3 style="position: absolute; bottom:3px; left:10px; color:white; font-weight:bolder;">Leveraging Vaccine Distribution...</h3>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6" style="width:85%">
<a href="#">
<div class="speaker">
<img src="assets/img/article-images/GLEAM model urges.png" alt="leveraging vaccine distribution" style="width: 100%;">
<div>
<h3 style="position: absolute; bottom:3px; left:10px; color:white; font-weight:bolder;">GLEAM Model Urges International...</h3>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6" style="width:85%">
<a href="#">
<div class="speaker">
<img src="assets/img/article-images/embracing 2021 with.png" alt="leveraging vaccine distribution" style="width: 100%;">
<div>
<h3 style="position: absolute; bottom:3px; left:10px; color:white; font-weight:bolder;">Embracing 2021 With a Full Agenda...</h3>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-6" style="width:85%">
<a href="#">
<div class="speaker">
<img src="assets/img/article-images/matthew liao and.png" alt="leveraging vaccine distribution" style="width: 100%;">
<div>
<h3 style="position: absolute; bottom:3px; left:10px; color:white; font-weight:bolder;">Matthew Liao and His Human Rights...</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" id="wide-container">
<div class="row">
<div class="col-lg-12" style="margin-bottom:30px; text-align: justify;">
<!-- <h2>Designing digital solutions which engage citizens in four core areas — logistics, health outcomes, user-centric impact, and communication.</h2>
<br><br> -->
<div class="section-header">
<h2 style="color: black">ABOUT THE INSTITUTE</h2>
</div>
<p style="font-size:1em; color: black">
The Data Informatics Center of Epidemiology is a branch of the PathCheck Foundation that aims to consolidate and analyze information surrounding diseases. <br><br>
Our mission is to provide a comprehensive look at the health issues we are facing today. We aim to employ data informatics methods to do in-depth research and explore new avenues to stay on the forefront of health technologies. <br><br>
Our team is composed of highly motivated volunteers from diverse backgrounds whose goals are to inform, to help understand and to provide data driven solutions to current medical problems. Through the application of data informatics and technology in epidemiology, the DICE family hopes to improve the outcomes and knowledge surrounding diseases. <br><br>
</p>
<!-- <div style="text-align: center;">
<h4 style="color:black; font-style:italic;">"The enjoyment of the highest attainable standard of health is one of the fundamental rights of every human being without distinction of race, religion, political belief, economic or social condition"</h4>
<p style="font-size:1em; color: black; font-style:italic;">~ Dr Tedros Adhanom Ghebreyesus, WHO Director-General</p>
</div> -->
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- TODO CHANGE SECTION ID -->
<section id="about">
<div class="container" id="wide-container">
<div class="row">
<div class="col-lg-12" style="margin-bottom:30px; text-align: justify;">
<!-- <h2>Designing digital solutions which engage citizens in four core areas — logistics, health outcomes, user-centric impact, and communication.</h2>
<br><br> -->
<div class="section-header">
<h2 style="color: black">PARTNERS AND COLLABORATORS</h2>
</div>
<div class="row justify-content-center" data-aos-delay="700">
TBA
<!-- <div class="col-4" style="padding:30px;">
<img width="300px" src="./assets/img/partners/organization of american states.png" alt="map">
</div>
<div class="col-4" style="padding:30px;">
<img src="./assets/img/partners/global digital health index.png" alt="map">
</div>
<div class="col-4" style="padding:30px;">
<img src="./assets/img/partners/camera culture.png" alt="map">
</div>
<div class="col-4" style="padding:30px;">
<img src="./assets/img/partners/inter-american development bank.png" alt="map">
</div>
<div class="col-4" style="padding:30px;">
<img src="./assets/img/partners/principles for digital development.png" alt="map">
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>The Data Informatics Center for Epidemiology (DICE)</strong>. All Rights Reserved.
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Based off <a href="https://bootstrapmade.com/"
style="text-decoration: underline; color:white">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/superfish/superfish.min.js"></script>
<script src="assets/vendor/hoverIntent/hoverIntent.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Flickity JS File -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</body>
</html>