-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·336 lines (284 loc) · 15 KB
/
index.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
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
332
333
334
335
336
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-31NTX3BSNJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-31NTX3BSNJ');
</script>
<meta charset="utf-8">
<title>WINGS Homepage</title>
<link rel="shorcut icon" type="image/png" href="img/favicon/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet"></link>
<!--
<script src="js/respond.js"></script>
<link href='http://fonts.googleapis.com/css?family=Merriweather|Nunito|Josefin+Sans|Droid+Serif:400,700|Lora' rel='stylesheet' type='text/css'>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20509414-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
-->
</head>
<body>
<div class="container">
<!-- row 0: heading -->
<div class="row" align="center">
<img alt="Wings" src="img/wings.png" align="left" width="100" height="100">
<h1>Wireless Networking and Systems (WINGS) Lab</h1>
</div>
<!-- row 1: navigation -->
<div class="row">
<nav class="navbar navbar-default span12" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="glyphicon glyphicon-arrow-down"></span>
MENU
</button>
</div>
<div class="collapse navbar-collapse" id="collapse" >
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li ><a href="Publications.html">Publications</a></li>
<li><a href="people.html">People</a></li>
<!--li><a href="gallery.html">Gallery</a></li -->
<li><a href="http://www.wings.cs.stonybrook.edu/dokuwiki/doku.php">Internal Wiki</a></li>
</ul>
</div>
</nav>
</div>
<!-- row 2: article/aside -->
<div class="row">
<!--About and Recent Pubs-->
<div class="col-lg-12">
<div class="row">
<div class="span12">
<!-- <h3>About Us</h3> -->
<p><font style="font-family: 'Lora', serif; line-height: 170%; font-size: 120%;">The Wireless Networking and Systems (WINGS) Lab was established
in year 2001 and has been engaged in research in several areas of wireless networking and mobile computing systems, specifically focusing on
using various mathematical modeling and machine learning techniques to improve network performance. The students and faculty in the lab have
contributed in various directions including low-latency and fault-tolerant networks, wireless sensor networks and cellular networks.
Currently the lab focuses on shared spectrum access technologies, mobile experience, RFID backscatter networks, and video streaming.
Starting in 2020, we also explore quantum networks. Currently studying the network stack in quantum networks.
</font> </p>
<h3>Lab Location</h3> Rooms 330, 348 New Computer Science Building, Rooms 255,256 CEWIT Building.
</div>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<hr>
</div>
</div>
<!-- row 2: article/aside -->
<div class="row" id="recentProjects">
<h3>Selected Recent Papers</h3>
<div class="row">
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> ACM/IEEE Symposium on Edge Computing 2024</h4>
<p>OVIDA: Orchestrator for Video Analytics on Disaggregated Architecture</p>
<p><a href="" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> ACM Transactions on Quantum Computing 2024</h4>
<p>Optimizing Initial State of Detector Sensors in Quantum Sensor Networks</p>
<p><a href="https://dl.acm.org/doi/10.1145/3655028" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> ACM IMWUT 2023</h4>
<p>RoVaR: Robust Multi-agent Tracking through Dual-layer Diversity in Visual and RF Sensor Fusion</p>
<p><a href="https://arxiv.org/pdf/2207.02792.pdf" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> IEEE TQE 2022</h4>
<p>Efficient Quantum Network Communication using Optimized Entanglement-Swapping Trees</p>
<p><a href="https://caitaozhan.github.io/file/TQE.pdf" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span>ACM SIGCOMM 2022</h4>
<p>Cyclops: An FSO-based Wireless Link for VR Headsets</p>
</br>
<p><a href="" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span>USENIX NSDI 2022</h4>
<p>Swift: Adaptive Video Streaming with Layered Neural Codecs</p>
</br>
<p><a href="https://www3.cs.stonybrook.edu/~mdasari/papers/nsdi-2022-paper.pdf" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span>ACM CoNEXT 2021</h4>
<p>dcSR: Practical Video Quality Enhancement using Data-CentricSuper-Resolution</p>
<p><a href="" target="_blank" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span>ACM CoNEXT 2020</h4>
<p>Near-Optimal Multihop Scheduling in General Circuit-Switched Networks</p>
</br>
<p><a href="https://caitaozhan.github.io/file/conext20-schedule.pdf" target="_blank" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> IEEE INFOCOM 2020</h4>
<p> Selection of Sensors for Efficient Transmitter Localization</p> </br>
<p><a href="https://faculty.iiitd.ac.in/~arani/assets/pdf/infocom20a.pdf" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> ACM SenSys 2021</h4>
<p>Enabling Passive Backscatter Tag Localization Without Active Receivers</p>
<p><a href="pdfs/2021-sensys.pdf" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-signal"></span> ACM/IEEE IPSN 2020</h4>
<p>Efficient Localization of Multiple Intruders for Shared Spectrum System</p>
<p><a href="https://caitaozhan.github.io/file/ipsn20.pdf" target="_blank" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span> IEEE INFOCOM 2020</h4>
<p> Streaming 360-Degree Videos using Super-resolution</p>
</br>
<p><a href="https://www3.cs.stonybrook.edu/~mdasari/assets/pdf/infocom20.pdf" target="_blank" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span> TheWebConf 2020</h4>
<p>An intent-based automation framework for securing dynamic consumer IoT Infrastructures</p>
<p><a href="https://www3.cs.stonybrook.edu/~vnagendra/VISCR_IoT_Sec_WWW_2020_Cameraready.pdf" target="_blank" target="_blank" class="btn btn-info">Read more >></a></p>
</div>
</div>
</div> -->
<!-- <div class="col-lg-3 col-xs-6">
<div class="thumbnail">
<div class="caption">
<h4><span class="glyphicon glyphicon-phone"></span> ACM SOSR 2019</h4>
<p>MMLite: Scalable and Resource Efficient Control Plane for Next Generation Cellular Packet Core</p>
<p><a href="http://www3.cs.stonybrook.edu/~vnagendra/sosr19-final1.pdf" target="_blank" class="btn btn-info">Read more>></a></p>
</div>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="span12">
<hr>
</div>
</div>
<!-- row 4: Funding -->
<div class="row" id ="fundingList">
<h3>Active Funded Projects</h3>
<ul style="margin-left: 10px;">
<li>[<b>Quantum Information]</b> <a href="https://research.cisco.com/research-grants">Cisco Quantum Information</a></li>
<li>[<b>Quantum Computing / Networking</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2106447&HistoricalAwards=false" target="_blank">Robust Quantum Networks via Efficient Entanglement Distribution</a></li>
<li>[<b>Spectrum Sensing</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2128187&HistoricalAwards=false" target="_blank">Secured Spectrum Allocation and Patrolling in Shared Spectrum Systems</a></li>
<li>[<b>RFID, Tag-to-Tag Networks</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1901182" target="_blank">RF-Based Analytics with Intelligent Backscattering in Passive Tag-to-Tag Networks</a></li>
<li>[<b>RFID, Backscattering</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1763843" target="_blank">Passive Network of Tags for Smart Spaces</a></li>
<li>[<b>Picocells, FSO, 5G+</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1815306&HistoricalAwards=false" target="_blank">A Wireless Backhaul for Multi-Gigabit Picocells Using Steerable Free Space Optics</a> </li>
<li>[<b>Spectrum Sensing</b>] <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1642965&HistoricalAwards=false" target="_blank">SpecSense: Bringing Spectrum Sensing to the Masses</a></li>
</ul>
</div>
<div class="row">
<div class="span12">
<hr>
</div>
</div>
<!-- row 5: Sponsers -->
<div class="row">
<div class="col-lg-2 col-sm-2">
<h3>Our Sponsors</h3>
</div>
<div class="col-lg-2 col-sm-2">
<img src="img/nec.jpg" width="80" height="80">
</div>
<div class="col-lg-2 col-sm-2">
<img src="img/sbcat.jpg" class="img-responsive" width="80" height="80">
</div>
<div class="col-lg-2 col-sm-2">
<img src="img/nsf.jpg" width="80" height="80">
</div>
<div class="col-lg-2 col-sm-2">
<img src="img/ca.jpg" width="90" height="80">
</div>
<div class="col-lg-2 col-sm-2">
<img src="img/cisco.png" width="130" height="80">
</div>
</div>
<div class="row">
<div class="span12">
<hr>
</div>
</div>
<div align="center">© Copyright 2023 WINGS Lab <img alt="Wings" src="img/stony-brook-university-logo.jpg" align="center" width="220" height="40">
</div>
</div> <!-- end container -->
<!-- javascript -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>