forked from aiotworkshop/aiotworkshop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_keynote.html
268 lines (253 loc) · 10.4 KB
/
_keynote.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Keynote</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Conference project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/page_styles.css">
<link rel="stylesheet" type="text/css" href="styles/page_responsive.css">
<link rel="stylesheet" type="text/css" href="styles/custom.css" />
</head>
<body>
<div class="super_container">
<!-- Menu -->
<div class="menu trans_500">
<div class="menu_content d-flex flex-column align-items-center justify-content-center text-center">
<div class="menu_close_container">
<div class="menu_close"></div>
</div>
<div class="logo menu_logo">
<a href="index.html">
<div class="logo_container d-flex flex-row align-items-start justify-content-start">
<div class="logo_image">
<div><img src="images/logo.png" alt="" /></div>
</div>
<div class="logo_content">
<div class="logo_text logo_text_not_ie">
The 3rd International Workshop on Artificial Intelligence of Things
</div>
<div class="logo_link">
<a href="https://www.kdd.org/kdd2020/" target="_new">In conjunction with the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD 2020)</a>
</div>
<div class="logo_sub">
August 24th, 2020 - San Diego, California – USA
</div>
</div>
</div>
</a>
</div>
<ul>
<li class="menu_item"><a href="index.html">Home</a></li>
<li class="menu_item"><a href="CFP.html">Call For Papers</a></li>
<li class="menu_item"><a href="organizers.html">Organizers</a></li>
<!-- <li class="menu_item"><a href="program.html">Program</a></li> -->
<!-- <li class="menu_item"><a href="keynote.html">Keynote</a></li> -->
<li class="menu_item"><a href="2019/index.html">KDD 2019</a></li>
<li class="menu_item"><a href="2020/index.html">AAAI 2020</a></li>
</ul>
</div>
</div>
<!-- Home -->
<div class="home">
<div class="parallax_background parallax-window" data-parallax="scroll" data-image-src="images/index.jpg"
data-speed="0.8"></div>
<!-- Header -->
<header class="header" id="header">
<div>
<div class="header_top">
<div class="container">
<div class="row">
<div class="col">
<div
class="header_top_content d-flex flex-row align-items-center justify-content-start">
<div>
<a href="index.html">
<div
class="logo_container d-flex flex-row align-items-start justify-content-start">
<div class="logo_image">
<div><img src="images/logo.png" alt="" /></div>
</div>
<div class="logo_content">
<div id="logo_text" class="logo_text logo_text_not_ie">
The 3rd International Workshop on Artificial Intelligence of Things
</div>
<div class="logo_link">
<a href="https://www.kdd.org/kdd2020/" target="_new">In conjunction with the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD 2020)</a>
</div>
<div class="logo_sub">
August 24th, 2020 - San Diego, California – USA
</div>
</div>
</div>
</a>
</div>
<div class="hamburger ml-auto">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header_nav" id="header_nav_pin">
<div class="header_nav_inner">
<div class="header_nav_container">
<div class="container">
<div class="row">
<div class="col">
<div
class="header_nav_content d-flex flex-row align-items-center justify-content-start">
<nav class="main_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="CFP.html">Call For Papers</a></li>
<li><a href="organizers.html">Organizers</a></li>
<!-- <li><a href="program.html">Program</a></li> -->
<!-- <li class="active"><a href="keynote.html">Keynote</a></li> -->
<li><a href="2019/index.html">KDD 2019</a></li>
<li><a href="2020/index.html">AAAI 2020</a></li>
</ul>
</nav>
<div class="header_extra ml-auto">
<div class="button header_button">
<a
href="https://cmt3.research.microsoft.com/AIOTW2019/Submission/Index">Submit</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="home_content_container">
<div class="container">
<div class="row">
<div class="col">
<div class="home_content d-flex flex-row align-items-end justify-content-start">
<div class="current_page">Keynote</div>
<div class="breadcrumbs ml-auto">
<ul>
<li><a href="index.html">Home</a></li>
<li>Keynote</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="program">
<div class="container reset_container">
<div class="row">
<div class="program_content">
<div class="program_block">
<h1>Victor Bahl</h1>
<h2>Microsoft Research</h2>
<img class="rounded org-img" src="images/Bahl-Photo.JPG" alt="Image description"
align="left" style="margin:0 10px 0 0" />
<p>
Victor Bahl is a distinguished scientist and director of the mobility &
networking group in Microsoft Research. He serves on the Microsoft
Research Redmond Lab leadership team managing over 200 researchers,
engineers, and staff. He advises Microsoft’s CEO and his senior leadership
team on strategy and long-term vision related to networked systems, cloud
computing, data center infrastructure, mobile computing, and wireless
systems.
</p>
<p>
Dr. Bahl founded the networking research group at Microsoft. Under his direction,
his group
has had game-changing impact on Microsoft products and the industry at large.
Specifically,
they designed the Azure data center network architecture, Azure software load
balancer,
Azure software defined inter-DC network, and recently, Azure remote direct memory
networks.. Bahl created a paradigm shift in Microsoft’s cloud computing strategy
with the
introduction of edge computing. His team has delivered bestselling products incl.
XBOX
wireless controllers, Mixer HypeZone, Open Network Emulator, Embedded Social, and
Rocket
video analytics engine. His research has had global impact on spectrum regulations
and
policies and with the introduction of white space networking he helped open up 180
MHz of
US spectrum for unlicensed use. Bahl developed the world’s first public Wi-Fi
hotspot, indoor
localization system, wireless virtualization system, wireless enterprise management,
and
multi-radio system.
</p>
<p>
Dr. Bahl has published 125+ papers with over 48,000 citations. He has been granted
161 US
patents and delivered over 50 keynotes and plenaries. For his seminal work in
wireless
systems and broadband access he has received four lifetime achievement awards: the
ACM
Distinguished Service Award, the IEEE Koji Kobayashi Computers and Communications
Award, the SIGMOBILE Outstanding Contributions Award and the INFOCOMM Achievement
Award. He has also been honored with two United States FCC awards, two national
transportation awards, two test-of-time awards, three best paper awards, two
distinguished
alumni awards, a IEE distinguished service award, and a IEEE outstanding leadership
award.
Dr. Bahl is the founder/co-founder of ACM SIGMOBILE, ACM MobiSys, ACM GetMobile and
several other important conferences. With his wife, he co-founded Computing For All,
a nonprofit dedicated to increasing and enhancing computer science education for
students of all
ages and from all backgrounds. Dr. Bahl is a Fellow of the ACM, IEEE, and AAAS.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer_extra">
<div class="container">
<div class="row">
<div class="col">
<div
class="footer_extra_content d-flex flex-lg-row flex-column align-items-lg-center align-items-start justify-content-lg-start justify-content-center">
<div class="footer_extra_right ml-lg-auto text-lg-right">
<div class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved |
This template is made
with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a
href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/speakers.js"></script>
</body>
</html>