-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
473 lines (433 loc) · 20.5 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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<s*!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js"
integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="imgs/icon.png">
<title>GWUSEC</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-navbar fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#home"> <img src="imgs/icon.png" alt="GWU/USEC Lab logo" width="35"
class="align-center me-2"> GWU/USEC Lab</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#people">People</a>
</li>
<!-- <li class="nav-item">
</li> -->
<li class="nav-item">
<a class="nav-link" href="#activities">Activities</a>
</li>
<li>
<a class="nav-link" href="#join">Join the lab!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#values">Values Statement</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="flex-shrink-0">
<a id="home"></a>
<div class="container starter">
<img src="imgs/banner.png" alt="GWU/USEC Lab banner" class="img-fluid" style="max-width:80%">
<div class="row mt-3">
<div class="col-sm">
<a href="https://twitter.com/gwusec">
<img src="imgs/icons/twitter.svg" alt="Twitter icon"><br>
@gwusec
</a>
</div>
<div class="col-sm">
<a rel="me" href="https://infosec.exchange/@gwusec">
<img src="imgs/icons/masto.svg" alt="Mastodon icon" width=24 height=24><br>
</a>
</div>
<div class="col-sm">
<a href="https://github.com/gwusec">
<img src="imgs/icons/github.svg" alt="GitHub icon"><br>
github.com/gwusec
</a>
</div>
</div>
<div class="row mt-3">
<div class="col-sm">
<img src="imgs/icons/home.svg" alt="House icon"><br>
SEH 4390 <br> (Bubble Lab through SEH4100 doors)
</div>
</div>
</div>
<div class="container-fluid main">
<div class="container" style="max-width:80%; margin-bottom:10pt;pa;margin-top:5pt" t=9">
<div class="alert text-black bg-danger-subtle border-dark-subtle ">
<h3> Ongoing Research Recruitment Notice </h3>
<p> We are currently conducting recruitment for a research study entitled "Key Factors Influencing Developers'
Decisions to Change App Labels." If you are an app developer whose app has underwent some changes in the
last two years, you might have received an email from our lab using the email address [email protected]
for you to answer a few questions. This notice is to ensure you that this is an approved research student
(GWU IRB # NCR246154). You can view the <a href="key_factors_informed_consent.pdf">informed
consent</a> if you need more details.
</p>
<p>We appreciate your support and feedback, and we guarantee your responses will remain confidential and
anonymized.
</p>
</div>
</div>
<div class="container about content">
<h2>GWUSEC Lab</h2>
<div class="container" style="max-width:80%; margin-bottom:10pt;pa" t=9">
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3"
aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="imgs/GWUSEC_lab_photo_2024.jpg" class="d-block w-100" alt="GWUSEC Lab Photo 2024">
</div>
<div class="carousel-item">
<img src="imgs/GWUSEC_CCS_group_2023.jpg" class="d-block w-100"
alt="GWUSEC Lab Group Photo at CCS 2023">
</div>
<div class="carousel-item">
<img src="imgs/GWSUEC_USENIX_group_photo_2022.jpg" class="d-block w-100"
alt="GWUSEC Lab Group at USENIX Security, August 2022">
</div>
<div class="carousel-item">
<img src="imgs/GWUSEC_cityview.jpg" class="d-block w-100"
alt="GWUSEC Lab Memmbers at the City View Room">
</div>
<div class="carousel-item">
<img src="imgs/GWUSEC_USENIX_collins_pres_2022.jpg" class="d-block w-100"
alt="Collins Munyendo presenting at USENIX Security, August 2022">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<p>
We are the George Washington University/Usable Security and Privacy Lab (GWUSEC).
The lab works on problems related to computer security and privacy, with a human centered approach.
We are interested in learning why and how users interact, understand, and use/misuse security and privacy
tools, and then we design and build better solutions.
We are also interested in more general problems related to cybersecurity and privacy.
If you want to find out more, please join one of our public activities.
</p>
</div>
<div class="container people content">
<a id="people"></a>
<h2> People </h2>
<div class="container">
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/001_adam.jpg" width="200" alt="Adam J. Aviv" class="img-thumbnail">
<br>
<a href="https://adamaviv.com">Adam J. Aviv</a>
<br>
Associate Professor
<br>
<em>Lab Director</em>
</div>
<div class="col-sm text-center">
<img src="imgs/people/025_jan.jpg" style="object-fit: cover; width=200px; height:200px"
alt="Jan Tolsdorf" class="img-thumbnail">
<br>
<a href="https://jantolsdorf.de/"> Jan Tolsdorf</a>
<br>
Postdoctoral Scholar
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/005_collins.jpg" width="200" alt="Collins Munyendo" class="img-thumbnail">
<br>
<a href="https://collinsmunyendo.github.io/">Collins W. Munyendo</a>
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/023_adryana.jpg" width="200" alt="Adryana Hutchinson" class="img-thumbnail">
<br>
<a href=" https://a-wyrm.github.io/">Adryana Hutchinson</a>
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/024_monica.jpg" width="200" alt="Monica Kodwani" class="img-thumbnail">
<br>
Monica Kodwani
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/022_keating.jpg" width="200" alt="Neal Keating" class="img-thumbnail">
<br>
Neal Keating
<br>
PhD Student
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/027_wellington.jpg" width="200" alt="Rachel Gonzalez Rodriguez"
class="img-thumbnail">
<br>
Wellington Esposito Barbosa
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/028_arwa.jpg" width="200" alt="Rachel Gonzalez Rodriguez" class="img-thumbnail">
<br>
Arwa Alshadi
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/026_junho.jpg" width="200" alt="Rachel Gonzalez Rodriguez"
class="img-thumbnail">
<br>
Junho Eum
<br>
PhD Student
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Rachel Gonzalez Rodriguez"
class="img-thumbnail">
<br>
Rachel Gonzalez Rodriguez
<br>
MS Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Leo Phan" class="img-thumbnail">
<br>
Cole Knie
<br>
MS Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Viraj Prakash" class="img-thumbnail">
<br>
Elaine Ly
<br>
MS Student
<br>
</div>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Faris Jiwad" class="img-thumbnail">
<br>
Faris Jiwad
<br>
Undergraduate
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Tanim Khan" class="img-thumbnail">
<br>
Joe Staller
<br>
Undergraduate
<br>
</div>
</div>
<em>If you are a current lab member or collaborator and would like to be added to the list of members,
submit a pull request to the webpage repository.</em>
<div class="container external-lab">
<h3>Current and Former External Lab Collaborations</h3>
<ul>
<li> Irwin Reyes</li>
<li> Maximilian Golla (MPI-SP)</li>
<li> Philipp Markert (RUB)</li>
<li> Florian Farke (RUB) </li>
<li> Peter Mayer (Uni. Southern Denmark)</li>
<li> Dominik Wermke (University of Hannover)</li>
<li> Mindy Tran (Paderborn)</li>
<li> Harshinin Sriram (Paderborn)</li>
<li> Masood Ali (UIC)</li>
<li> Yasmin Acar (Paderborn)</li>
</ul>
</div>
<div class="container former-lab">
<h3> Alumn/Past Members </h3>
<ul>
<li> Don Kim (UG)</li>
<li> Tim Forman (USNA/UG) </li>
<li> James Levy (MS)</li>
<li> Darika Shaibekova (UG/MS)</li>
<li> Xiaoyuan (Owen) Wu (UG) <em>(Now a PhD student at
CMU)</em></li>
<li> Hunter Dyer <em>(Now at Sandia National Labs)</em></li>
<li> Jinsuk Lee (MS)
<li> Kayla Berne (UG)</li>
<li> Marlee Alvino (UG)</li>
<li> David Balash (PhD) <em>(Now an assistant professor at University of Richmond)</em></li>
<li> Ruining Yang (MS) <em>(Now a PhD student at SUNY Stony Brook)</em></li>
<li> Miles Grant (UG)</li>
<li> Eddie Cosak (UG)</li>
<li> Daniel Fisher (UG) </li>
<li> Victoria Hennemann (UG) </li>
<li> Evan Fries (UG)</li>
<li> Alvin Isaacs (UG)</li>
<li> Leo Phan (UG)</li>
<li> Viraj Prakash (UG)</li>
<li> Tanim Khan</li>
<li> Elena Korkes (UG/MS)</li>
<li> Lucy Simko (PostDoc) <em>(Now an assistant professor at Barnard College)</em></li>
<li>Ilinca Hirtopanu</li>
</ul>
</div>
</div>
</div>
</div>
<!--
<div class="container activities content">
<a id="activities"></a>
<h2>Activities</h2>
<p>
The lab has a number of public activities that anyone is welcome to join. Attending a public event is a great way to meet people in the lab and potentially getting involved in research.
</p>
<ul>
<li><div class="badge bg-success"><em>Activities for Fall'23 TBD</em></div>
</li>
<li><strong>Lab Scrum Meetings</strong>
<div class="badge bg-danger">by invitation</div> <div class="badge bg-warning"><em>virtual</em></div>
<p>
We have regular, scrum-like lab meetings where status updates on all projects are quickly presented.
Non collaborators are allowed to attend, by invitation.
</p>
<p>
Friday 400pm-415pm (Virtual)
</p>
</li>
</ul>
</div>
-->
<div class="container join content">
<a id="join"></a>
<h2>Join the lab!</h2>
<p>
So, you're interested in usability, computer security and privacy research, and you're interested in
joining
the lab? Great!
We are always looking for new collaborators. What actions you should take depends on your background.
</p>
<ul>
<li><strong>Prospective PhD Students</strong>
<p>
We are always looking for new PhD students, and if you are applying to grad school and interested in
usable security and privacy, please consider GW!
Please email Profs. Adam Aviv and Yasemin Acar with any inquiries, but be mindful, we may not follow
up
with everyone.
Obvious form emails sent en mass will not receive a response, so please be sure to write a personal
email
that notes some background about yourself and what kinds of projects you're interested in researching.
</p>
</li>
<li><strong> GW Undergraduate/Masters Students </strong>
<p>
If you are a current GW student, either an undergraduate or masters students, the easiest way to get
involved in the lab is to attend one of our public events.
Participating in reading group or social events are the fastest way to learn what is happening in the
lab,
as well as earn an invite to the lab meeting.
</p>
<p>
You may also email Profs Adam Aviv if you are interested in research projects, but you
will likely be directed to attend a public event.
If you cannot attend a public event, we can arrange other times to meet.
</p>
</li>
</ul>
</div>
<div class="container values content">
<a id="values"></a>
<h2>Values Statement</h2>
<p> At GWUSEC, we strive to conduct the highest quality academic research that is inclusive, diverse, and
impactful. In those pursuits, we are guided by the following principles:
<ul>
<li> <b>creativity</b> — we reward creativity in our research, and do not confine or belittle others’
ideas;
</li>
<li> <b>integrity</b> — we value honesty and accuracy in our communications and reports;</li>
<li> <b>ethics</b> — we consider the ethics of our research methods and treat our subjects with respect,
always striving to minimize risk and maximize benefits;</li>
<li> <b>scientific rigor</b> — we seek academic and scientific rigor in our research efforts to explore
subject matters in-depth;</li>
<li> <b>inclusion</b> — we recognize that that many groups have historically been marginalized in our
field,
and we strive to find ways to collaborate and partner with individuals across all backgrounds, races,
and
genders and uplift researchers and professionals who have been unjustly marginalized;</li>
<li> <b>humility</b> — we are willing to admit when we are wrong, take action to correct mistakes in
ourselves, and treat mistakes as learning opportunities;</li>
<li> <b>compassion</b> — we show compassion to each other by supporting lab members in cases when their
physical or mental health, personal life or family situation warrants special consideration;</li>
<li> <b>justice</b> — we believe in racial justice and oppose discrimination based on age, gender, race,
ethnicity, religion, (dis)ability, economic background and nationality, and condemn oppression in any
form.
</li>
<li> <b>impact</b> — we are determined to conduct research that is impactful both within the scientific
community and broadly for all humanity.</li>
</ul>
</p>
</div>
</div>
</main>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script>
function reveal(divname) {
$(divname).show();
}
</script>
</body>
</html>