-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·722 lines (640 loc) · 27.6 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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" type="image/png" href="/public/share/favicon/white_favicon.png">
<!-- Author Meta -->
<meta name="author" content="codepixer">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Stanford HPDS</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" type="text/css" href="/public/css/linearicons.css">
<link rel="stylesheet" type="text/css" href="/public/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/public/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/public/css/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="/public/css/nice-select.css">
<link rel="stylesheet" type="text/css" href="/public/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="/public/css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="/public/css/main.css">
<link rel="stylesheet" type="text/css" href="/public/share/navbar/myNavbar.css">
</head>
<body>
<div class="protfolio-wrap">
<!-- Start Header Area -->
<header class="default-header">
<nav id="myNavbar" class="navbar navbar-expand-lg navbar-light"></nav>
</header>
<!-- End Header Area -->
<!-- Start About Area -->
<section class="about-generic-area section-gap">
<div class="container border-top-generic">
<h3 class="mb-40">STANFORD UNIVERSITY</h3>
<h1 class="mb-20">HYBRID PHYSICAL + DIGITAL SPACES</h5>
<h4>Designing the built environment for enhanced sustainability & wellbeing</h4>
<div class="mt-70">
<div class="row">
<div class="col-md-5">
<img src="/public/photos/HPDS-cover-image.jpg" alt="photo" class="img-fluid">
</div>
<div class="col-md-7 mt-sm-20">
<h5 class="mb-20">ABOUT HPDS</h5>
<p>HPDS is an interdisciplinary team at Stanford University with expertise in architecture, structural and materials engineering, human-computer interaction, psychology, environmental behavior, and security, privacy and law. We are collaborating to generate new knowledge regarding aspects of the built environment that promote both environmental sustainability and occupant wellbeing. With our insights, we hope to develop a building information platform and digital and physical adaptations that can easily be employed in building design and management.</p>
<!--<h5 style="color: #B1040E;">THE WEBSITE IS UNDER CONSTRUCTION. STAY TUNED!</h5>-->
</div>
</div>
</div>
</div>
</section>
<!-- End About Area-->
<!-- Start Porject Area -->
<section class="portfolio-area section-gap" id="project">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content col-lg-10">
<div class="title text-center">
<h1 class="mb-10">PROJECTS</h1>
</div>
</div>
</div>
<div class="filters-content">
<div class="row grid justify-content-center">
<!--
<div class="single-project col-sm-6">
<div class="item">
<a href="/public/projects/project1/">
<img src="/public/projects/project1/img/project1_thumbnail.jpg" alt="">
</a>
<div class="p-inner">
<a href="/public/projects/project1/">
<h4>Online Studies</h4>
</a>
<p>Pilot experiments administered through online surveys derived statistically significant links between built features, sense of belonging and self-efficacy. Ongoing studies are exploring environmental behavior, privacy concerns, and transitions between working at home and in the office.</p>
</div>
</div>
</div>
-->
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project1/img/project1_thumbnail.jpg" alt="project 1">
<div class="p-inner">
<h4>Online Studies</h4>
<p>Pilot experiments administered through online surveys derived statistically significant links between built features, sense of belonging and self-efficacy. Ongoing studies are exploring environmental behavior, privacy concerns, and transitions between working at home and in the office.</p>
</div>
</div>
</div>
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project2/img/project2_thumbnail.jpg" alt="project 2">
<div class="p-inner">
<h4>Lab Studies</h4>
<p>Double-blind, controlled and randomized studies are measuring the potential effect of systematically varied built environment features on human well-being. These studies are conducted on the Stanford campus with participants from across the university.</p>
</div>
</div>
</div>
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project3/img/project3_thumbnail.jpg" alt="project 3">
<div class="p-inner">
<h4>Field Studies</h4>
<p>Current studies are taking a deeper dive into how smart spaces can enhance occupant capabilities, with the goal of expanding to broader populations, developing our data collection and learning platform and deploying adaptive interventions in realistic settings for longitudinal periods.</p>
</div>
</div>
</div>
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project4/img/project4_thumbnail.jpg" alt="project 4">
<div class="p-inner">
<h4>Design Studies</h4>
<p>A series of projects aimed at understanding the effects of biophilic design on human well-being, through an exploration of physical and digital design interventions.</p>
</div>
</div>
</div>
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project5/img/project5_thumbnail.jpg" alt="project 5">
<div class="p-inner">
<h4>Privacy </h4>
<p>[desription coming soon]</p>
</div>
</div>
</div>
<div class="single-project col-sm-5">
<div class="item">
<img src="/public/projects/project6/img/project6_thumbnail.jpeg" alt="project 5">
<div class="p-inner">
<h4>Immersive VR Studies</h4>
<p>[desription coming soon]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Project-area Area -->
<!-- Start publication Area -->
<section class="review-area section-gap" id="publications">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-60 col-lg-10">
<div class="title text-center">
<h1 class="mb-10">PUBLICATIONS</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="single-review">
<div class="title d-flex flex-row">
<h5>Use of Crowdsourced Online Surveys to Study the Impact of Architectural and Design Choices on Wellbeing [<a href="/public/publications/Altaf et al. - 2022 - Use of Crowdsourced Online Surveys to Study the Im.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>Altaf, B., Bianchi, E., Douglas, I. P., Douglas, K., Byers, B., Paredes, P. E., Ardoin, N. M., Markus, H. R., Murnane, E. L., Bencharit, L. Z., Landay, J. A., & Billington, S. L.</p>
<p style="font-style: italic;">Frontiers in Sustainable Cities </p>
</div>
<div class="single-review">
<div class="title d-flex flex-row">
<h5>Physical workplaces and human well-being: A mixed-methods study to quantify the effects of materials, windows, and representation on biobehavioral outcomes. [<a href="/public/publications/Douglas et al. - 2022 - Physical workplaces and human well-being A mixed-.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>Douglas, I. P., Murnane, E. L., Bencharit, L. Z., Altaf, B., Costa, J. M. dos R., Yang, J., Ackerson, M., Srivastava, C., Cooper, M., Douglas, K., King, J., Paredes, P. E., Camp, N. P., Mauriello, M. L., Ardoin, N. M., Markus, H. R., Landay, J. A., & Billington, S. L.</p>
<p style="font-style: italic;">Building and Environment </p>
</div>
<div class="single-review">
<div class="title d-flex flex-row">
<h5>Human wellbeing responses to real and simulated workplaces: A comparison of in-person, online, and virtual environments [<a href="/public/publications/Bianchi et al. - 2022 - Human wellbeing responses to real and simulated wo.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>Bianchi, E., Altaf, B., Tavakoli, A., Douglas, I. P., Landay, J. A., & Billington, S. L.</p>
<p style="font-style: italic;">Proceedings of the 9th ACM International Conference on Systems for Energy-Efficient Buildings, Cities, and Transportation </p>
</div>
<div class="single-review">
<div class="title d-flex flex-row">
<h5>A Workshop-Based Method for Navigating Value Tensions in Collectively Speculated Worlds [<a href="/public/publications/Haghighi et al. - 2023 - A Workshop-Based Method for Navigating Value Tensi.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>Haghighi, N., Jörke, M., Cuadra, A., & Landay, J. A.</p>
<p style="font-style: italic;">Proceedings of the 2023 ACM Designing Interactive Systems Conference</p>
</div>
<div class="single-review">
<div class="title d-flex flex-row">
<h5>“They Make Us Old Before We’re Old”: Designing Ethical Health Technology with and for Older Adults [<a href="/public/publications/So et al. - 2024 - “They Make Us Old Before We’re Old” Designing Eth.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>So, J., Estrada, S., Jörke, M., Bianchi, E., Wang, M., Haghighi, N., Fessele, K., Landay, J. A., & Cuadra, A.</p>
<p style="font-style: italic;">Proceedings of Computer-Supported Cooperative Work and Social Computing</p>
</div>
<!-- <div class="single-review">
<div class="title d-flex flex-row">
<h5>Paper Title Paper Title Paper Title Paper Title Paper Title Paper Title Paper Title Paper Title Paper Title [<a href="/public/publications/empty.pdf" style="color: #B1040E;">Paper</a>]</h5>
</div>
<p>Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors Authors </p>
<p style="font-style: italic;">Conference Conference Conference Conference Conference </p>
</div> -->
</div>
</div>
</section>
<!-- ENd publication area-->
<!-- start people area -->
<section class="people-area section-gap" id="people">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content col-lg-10">
<div class="title text-center">
<h1 class="mb-30">PEOPLE</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/sarah-billington">
<img class="circularsquare img-fluid" src="/public/people/SarahBillington.png" />
</a>
</div>
<p class="people-name">Sarah Billington</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/james-landay">
<img class="circularsquare img-fluid" src="/public/people/JamesLanday.png" />
</a>
</div>
<p class="people-name">James Landay</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://cs.stanford.edu/~emurnane/">
<img class="circularsquare img-fluid" src="/public/people/ElizabethMurnane.png" />
</a>
</div>
<p class="people-name">Elizabeth Murnane</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="http://web.stanford.edu/~fischer">
<img class="circularsquare img-fluid" src="/public/people/MartinFischer.png" />
</a>
</div>
<p class="people-name">Martin Fischer</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://law.stanford.edu/directory/jen-king/">
<img class="circularsquare img-fluid" src="/public/people/JenKing.png" />
</a>
</div>
<p class="people-name">Jen King</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/kyle-douglas">
<img class="circularsquare img-fluid" src="/public/people/KyleSDouglas.png" />
</a>
</div>
<p class="people-name">Kyle S. Douglas</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/nicole-ardoin">
<img class="circularsquare img-fluid" src="/public/people/NicoleArdoin.png" />
</a>
</div>
<p class="people-name">Nicole Ardoin</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://jackieyang.me">
<img class="circularsquare img-fluid" src="/public/people/JackieYang.jpg" />
</a>
</div>
<p class="people-name">Jackie Yang</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/isabella-douglas">
<img class="circularsquare img-fluid" src="/public/people/IsabellaDouglas.jpg" />
</a>
</div>
<p class="people-name">Isabella Douglas</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://web.stanford.edu/~mattm401/">
<img class="circularsquare img-fluid" src="/public/people/MatthewMauriello.png" />
</a>
</div>
<p class="people-name">Matthew Mauriello</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/basma-altaf">
<img class="circularsquare img-fluid" src="/public/people/BasmaAltaf.jpg" />
</a>
</div>
<p class="people-name">Basma Altaf</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://we.stanford.edu/">
<img class="circularsquare img-fluid" src="/public/people/CatherineGorle.jpg" />
</a>
</div>
<p class="people-name">Catherine Gorle</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://psycd.calpoly.edu/faculty/Bencharit">
<img class="circularsquare img-fluid" src="/public/people/LucyBencharit.jpg" />
</a>
</div>
<p class="people-name">Lucy Bencharit</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://adinad.people.stanford.edu/">
<img class="circularsquare img-fluid" src="/public/people/AdinaSterling.png" />
</a>
</div>
<p class="people-name">Adina Sterling</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/soowon-kim">
<img class="circularsquare img-fluid" src="/public/people/SoowonKim.png" />
</a>
</div>
<p class="people-name">Soowon Kim</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://hip.stanford.edu/about-us/our-staff/deborah-abrams-balfanz/">
<img class="circularsquare img-fluid" src="/public/people/DeborahBalfanz.jpg" />
</a>
</div>
<p class="people-name">Deborah Balfanz</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://sustainable.stanford.edu/">
<img class="circularsquare img-fluid" src="/public/people/GerryHamilton.jpg" />
</a>
</div>
<p class="people-name">Gerry Hamilton</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://profiles.stanford.edu/eva-bianchi">
<img class="circularsquare img-fluid" src="/public/people/EvaBianchi.jpg" />
</a>
</div>
<p class="people-name">Eva Bianchi</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="http://matthewjoerke.com/">
<img class="circularsquare img-fluid" src="/public/people/MattJoerke.jpg" />
</a>
</div>
<p class="people-name">Matt Jörke</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://navahaghighi.com/">
<img class="circularsquare img-fluid" src="/public/people/NavaHaghighi.jpg" />
</a>
</div>
<p class="people-name">Nava Haghighi</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://www.arashtavakoli.com/">
<img class="circularsquare img-fluid" src="/public/people/ArashTavakoli.jpg" />
</a>
</div>
<p class="people-name">Arash Tavakoli</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://web.stanford.edu/~apcuad/">
<img class="circularsquare img-fluid" src="/public/people/AndreaCuadra.jpg" />
</a>
</div>
<p class="people-name">Andrea Cuadra</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="">
<img class="circularsquare img-fluid" src="/public/people/ParkerRuth.jpg" />
</a>
</div>
<p class="people-name">Parker Ruth</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="">
<img class="circularsquare img-fluid" src="/public/people/LauraBloomfield.png" />
</a>
</div>
<p class="people-name">Laura Bloomfield</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://www.linkedin.com/in/rebecca-jia">
<img class="circularsquare img-fluid" src="/public/people/RebeccaJia.png" />
</a>
</div>
<p class="people-name">Rebecca Jia</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://www.jiannaso.com/about">
<img class="circularsquare img-fluid" src="/public/people/JiannaSo.jpg" />
</a>
</div>
<p class="people-name">Jianna So</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://www.linkedin.com/in/romuald-thomas-997a06149">
<img class="circularsquare img-fluid" src="/public/people/RomauldThomas.jpg" />
</a>
</div>
<p class="people-name">Romauld Thomas</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://www.linkedin.com/in/zhentian702">
<img class="circularsquare img-fluid" src="/public/people/RubyTian.jpg" />
</a>
</div>
<p class="people-name">Ruby Tian</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="">
<img class="circularsquare img-fluid" src="/public/people/WeixuanLu.jpg" />
</a>
</div>
<p class="people-name">Weixuan Lu</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://web.stanford.edu/~hazelm/">
<img class="circularsquare img-fluid" src="/public/people/HazelMarkus.jpg" />
</a>
</div>
<p class="people-name">Hazel Markus</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://jeichstaedt.com/">
<img class="circularsquare img-fluid" src="/public/people/JohannesEichstaedt.jpg" />
</a>
</div>
<p class="people-name">Johannes Eichstaedt</p>
</div>
<div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<a href="https://yujietao.me/">
<img class="circularsquare img-fluid" src="/public/people/YujieTao.jpg" />
</a>
</div>
<p class="people-name">Yujie Tao</p>
</div>
<!-- <div class="col-md-2 col-6 mt-4">
<div class="col-10 mx-auto">
<svg class="bi bi-people-circle" width="91%" height="91%" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M13.468 12.37C12.758 11.226 11.195 10 8 10s-4.757 1.225-5.468 2.37A6.987 6.987 0 008 15a6.987 6.987 0 005.468-2.63z"/>
<path fill-rule="evenodd" d="M8 9a3 3 0 100-6 3 3 0 000 6z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M8 1a7 7 0 100 14A7 7 0 008 1zM0 8a8 8 0 1116 0A8 8 0 010 8z" clip-rule="evenodd"/>
</svg>
</div>
<p class="people-name">Paula Garza</p>
</div> -->
</div>
<div class="row d-flex justify-content-center">
<div class="menu-content col-lg-10">
<div class="title text-center">
<h1 class="mb-30 mt-30">ALUMNI</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Madeleine Connelly</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Sofia Kim</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Yusef Ferhani</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Naomi Gregorio</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Nahum Maru</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Pablo Paredes</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">John Barton</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Jean Costa</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Tzu-Sheng Kuo</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Dunia Karzai</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Sheri D. Sheppard</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Fahmida A. Bangert</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Rahul Goel</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Brandon Byers</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Dhara Yu</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Bryce Johnson</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Michael Cooper</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Sarah Lyons-Padilla</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Margaret Ackerson</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Andrew Ying</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Alex Weitzman</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Lupe Gomez</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Anthony Villalobos</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Alana Connor</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Vincent Nacandro</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Charlotte Lamm</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Akram Sbaih</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Luoyi Yang</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Nik Sawe</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Nick Camp</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Andreas Katsanevas</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Charu Srivastava</p>
</div>
<div class="col-md-2 col-6 mt-4">
<p class="people-name">Usman Khaliq</p>
</div>
</div>
</div>
</section>
<!-- End people Area -->
<!-- start sponsor area -->
<!--
<section class="about-generic-area section-gap" id="tab4">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-60 col-lg-10">
<div class="title text-center">
<h1 class="mb-10">SPONSORS</h1>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 mt-4">
<div class="col-10 mx-auto">
<img class="circularsquare img-fluid" src="/public/share/favicon/SU_New_BlockStree_2color.png" />
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="col-10 mx-auto">
<img class="circularsquare img-fluid" src="/public/share/favicon/SU_New_BlockStree_2color.png" />
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="col-10 mx-auto">
<img class="circularsquare img-fluid" src="/public/share/favicon/SU_New_BlockStree_2color.png" />
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="col-10 mx-auto">
<img class="circularsquare img-fluid" src="/public/share/favicon/SU_New_BlockStree_2color.png" />
</div>
</div>
</div>
</section>
-->
<!-- end sponsor area -->
<!-- start footer Area -->
<footer id="myFooter" class="footer-area section-gap"></footer>
<!-- End footer Area -->
</div>
<!-- Script for navbar -->
<script src="/public/js/vendor/jquery-2.2.4.min.js"></script>
<script src="/public/js/vendor/bootstrap.min.js"></script>
<!-- My Own Script-->
<script src="/public/share/navbar/myNavbar.js"></script>
<script src="/public/share/footer/myFooter.js"></script>
</body>
</html>