-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (235 loc) · 8.96 KB
/
index.html
File metadata and controls
255 lines (235 loc) · 8.96 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
<!DOCTYPE HTML>
<!--
Elemental by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170788415-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-170788415-1');
</script>
<title>mGuard</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header" class="alt">
<a class="logo" href="index.html"><strong>mGuard</strong></a>
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- ORIGINAL HEADER
<div id="header" class="alt">
<a class="logo" href="index.html"><strong>mGuard</strong></a>
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li>
<a href="#">Dropdown</a>
<ul>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li><a href="#">Link Four</a></li>
</ul>
</li>
<li><a href="#">Link Five</a></li>
</ul>
</li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>
</div>
-->
<!-- Main -->
<div id="main">
<!-- Header -->
<header style="background: #eeeeee url(https://mguard.md2k.org/images/pic08doubledark.jpg) 100% 100% no-repeat;">
<!-- <span class="logo"></span> -->
<h1 style="font-size: 4em;"><strong><span style="color: #e09476;"> — <span style="text-shadow: 1px 1px #333333;">mGuard</span> —</span></strong></h1>
</header>
<!-- Banner -->
<section class="banner">
<h2>A Secure Real-Time Data Distribution System<br />
with Fine-Grained Access Control for mHealth Research</h2>
<ul class="actions">
<li><a href="#more" class="button">Learn More</a></li>
</ul>
</section>
<!-- One -->
<section id="one" class="wrapper spotlight">
<div class="content">
<div class="inner">
<h2><strong>Overview</strong></h2>
<p><strong>mGuard</strong> offers solutions for mobile health research that automate cryptographic key management for data access control and enable real-time synchronization among distributed datasets.</p>
<ul class="actions">
<li><a href="about.html" class="button">Learn More</a></li>
</ul>
</div>
</div>
<ul class="grid-icons">
<li>
<div class="inner">
<span class="icon fa-lock major"></span>
<h3>Automated Access Control</h3>
</div>
</li>
<li>
<div class="inner">
<span class="icon fa-clock-o major"></span>
<h3>Real-Time Synchronization</h3>
</div>
</li>
<!-- <li>
<div class="inner">
<span class="icon fa-signal major"></span>
<h3>Felis aliquam</h3>
</div>
</li>
<li>
<div class="inner">
<span class="icon fa-check major"></span>
<h3>Dui volutpat</h3>
</div>
</li>
-->
</ul>
</section>
<!-- Two -->
<a id="more"></a>
<section id="two" class="wrapper style1 spotlight alt">
<div class="content">
<div class="inner">
<h2>Automated Access Control</h2>
<p>To preserve user privacy in mHealth, wearable sensor data should be accessed only by authorized users. Currently this access control is largely handled manually, incurring high overhead and subject to human errors. mGuard works to develop innovative mechanisms for the specification and automated enforcement of sophisticated access
control policies and improve existing API capabilities to support a broader range of applications. </p>
<!--
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
-->
</div>
</div>
<div class="image">
<img src="images/accessControl.jpg" data-position="30% 30%" alt="" />
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 spotlight">
<div class="content">
<div class="inner">
<h2>Real-Time Synchronization</h2>
<p>To enable real-time intervention for certain medical conditions, researchers need to retrieve and process sensor data in real-time. mGuard offers solutions that enable real-time synchronization among distributed datasets to share data securely and in real time with a large number of mHealth researchers.</p>
<!--
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
-->
</div>
</div>
<div class="image">
<img src="images/realTime.jpg" data-position="center right" alt="" />
</div>
</section>
<!-- Four
<section id="four" class="wrapper style3 spotlight alt">
<div class="content">
<div class="inner">
<h2>Quis adipiscing</h2>
<p>Praesent dapibus, neque id cursus faucibus, tortor neque ege tas augue, eu vulputate magna eros eu erat. Aliquam erat et volutpat. Nam dui mi, tincidunt quis, accumsan porttitor tempus.</p>
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</div>
</div>
<div class="image">
<img src="images/pic04.jpg" data-position="top right" alt="" />
</div>
</section>
-->
<!-- Five -->
<section id="five" class="wrapper special">
<h2><strong>Meet Our Team</strong></h2>
<h3>Principal Investigators</h3>
<ul class="faces">
<li>
<span class="image"><a href="http://www.cs.memphis.edu/~lanwang/" target="_blank"><img src="images/Wang.jpg" alt="" /></a></span>
<a href="http://www.cs.memphis.edu/~lanwang/" target="_blank"><h3>Dr. Lan Wang</h3></a>
<p><strong>Lead PI</strong><br />University of Memphis</p>
</li>
<li>
<span class="image"><a href="https://md2k.org/santosh" target="_blank"><img src="images/Kumar.png" alt="" /></a></span>
<a href="https://md2k.org/santosh" target="_blank"><h3>Dr. Santosh Kumar</h3></a>
<p><strong>Co-PI</strong><br />University of Memphis</p>
</li>
<li>
<span class="image"><a href="http://web.cs.ucla.edu/~lixia/" target="_blank"><img src="images/Zhang.jpg" alt="" /></a></span>
<a href="http://web.cs.ucla.edu/~lixia/" target="_blank"><h3>Dr. Lixia Zhang</h3></a>
<p><strong>Co-PI</strong><br />University of California, Los Angeles</p>
</li>
</ul>
<ul class="actions">
<li><a href="team.html" class="button">Meet the Team</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<div id="footer">
<a id="contact"></a>
<h2>Contact Us</h2>
<ul class="major-icons">
<li>
<h3 class="icon fa-phone major"><span class="label">Phone</span></h3>
<p>901-678-1546</p>
</li>
<li>
<h3 class="icon fa-map major"><span class="label">Address</span></h3>
<p style="margin-left: 10px; margin-right:10px;">Dunn Hall 221<br />
University of Memphis<br />
3725 Norriswood Avenue<br />
Memphis, TN 38152</p>
</li>
<li>
<h3 class="icon fa-envelope major"><span class="label">Email</span></h3>
<p><a href="mailto:mguard@md2k.org">mguard@md2k.org</a></p>
</li>
</ul>
<p class="copyright" style="color: #666666">© MD2K. All rights reserved. <br />
The mGuard project is supported by <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2019085" target="_blank">NSF Award #2019085</a></p>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>