-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
156 lines (132 loc) · 8.14 KB
/
about.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE HTML>
<!--
Elemental by Pixelarity
pixelarity.com | [email protected]
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="publication.html">Publication</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>
<!-- Content -->
<section id="content" class="wrapper">
<!-- <span class="image main"><img src="images/aboutBannerShort.jpg" alt="" /></span> -->
<h2 style="margin-top: 2em;">About</h2>
<p><strong>The mGuard project is supported by <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2019085" target="_blank">NSF Award #2019085</a></strong>.</p>
<p>mGuard aims to address two major data access challenges encountered by the NIH Center of Excellence for Mobile Sensor Data-to-Knowledge (<a href="https://md2k.org">MD2K</a>) in its pursuit to share mobile health (mHealth) data among researchers who investigate a wide range of health and wellness issues. First, because wearable sensor data may expose privacy-sensitive information about a user, they should be accessed only by authorized users; currently this access control is largely handled manually, incurring high overhead and subject to human errors. Second, to enable real-time intervention for certain medical conditions, researchers need to retrieve and process the sensor data in real-time, which is not supported at this time.</p>
<p>mGuard tackles the above challenges by utilizing the results from the NSF-supported Named Data Networking (NDN) initiative, in particular the solutions that automate the cryptographic key management for data access control (name-based access control, or NAC) and the solutions that enable real-time synchronization among distributed datasets (NDN Sync). First, mGuard utilizes and extends NDN NAC to automate fine-grained access control of confidential data to authorized researchers. Second, it utilizes NDN Sync to provide real-time data production notification; based on this, it enables applications to publish and subscribe to data in real time by directly using MD2K data names. These new capabilities will be deployed in the MD2K cyberinfrastructure.</p>
<p>This effort enables the MD2K center to share its data securely and in real time with a large number of mHealth researchers. The transformative potential of mGuard thus extends across many types of digital interventions and many health domains. mGuard also encourages researchers in other areas of data-intensive applications to explore NDN’s data-centric solutions. To train the next generation, mGuard is creating undergraduate and graduate education materials including concrete examples and hands-on exercises, as well as training and outreach activities through online seminars, conference tutorials, mHealth training institute, and summer camps. </p>
<p>Published papers are maintained through the mGuard website, <a href="https://named-data.net/">NDN website</a>, <a href="https://md2k.org">MD2K website</a>, and publishers’ websites. All of the software produced by the project is maintained in the <a href="https://github.com/named-data">NDN GitHub</a> and <a href="https://mhealth.md2k.org">mHealthHUB</a>. Curriculum materials, program documentations, and user manuals are maintained on the <a href="https://mguard.md2k.org">mGuard project website</a>. The trace data, simulation code, and evaluation results will be maintained on mGuard internal servers for a period of at least 10 years. Investigators will archive data, samples, and other research products, and preserve access to them at least five years beyond the project’s end date, subject to resource availability.</p>
<div style="text-align:center;">
<p style="margin-top: 100px; font-size: 0.9em;"><strong>MD2K’s mHealth Data Collection and Distribution Process</strong></p>
<img src="images/dataCollection_Figure1.jpg" alt="" style="width: 90%;">
</div>
<div style="text-align:center;">
<p style="margin-top: 100px; font-size: 0.9em;"><strong>System Diagram and Data Flow</strong> <br />(mGuard components shown in dashed rectangles, and the existing MD2K components in solid shaded rectangles.)</p>
<img src="images/dataFlow_Figure5.jpg" alt="" style="width: 80%;">
</div>
<div style="text-align:center;">
<p style="margin-top: 100px; font-size: 0.9em;"><strong>Login, Authenitcation, Data-Access Verification, Results</strong></p>
<img src="images/mGuard5.png" alt="" style="width: 80%;">
</div>
</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:[email protected]">[email protected]</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>