-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
629 lines (555 loc) · 28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Hiroshi Furuya">
<meta name="author" content="Hiroshi Furuya">
<title>Hiroshi Furuya</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Kaushan+Script|Droid+Serif:400,700,400italic,700italic|Roboto+Slab:400,100,300,700|Bad+Script&display=swap"
rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">HFuruya
<!-- <img src="img/icon.png"/ width=60 height=60> -->
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#resume">Résumé</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://www.linkedin.com/in/hfuruya/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="nav-item">
<script type="text/javascript" language="javascript">
// Email obfuscator script 2.1 by Tim Williams, University of Arizona
// Random encryption key feature coded by Andrew Moulden
// This code is freeware provided these four comment lines remain intact
// A wizard to generate this code is at http://www.jottings.com/obfuscator/
{
coded = "[email protected]"
key = "R1FYGkMyCIe4jbi6JarA5Ofg27hPwXmdqTZo9Ds0uQc8zKBxVWpnltHENU3LSv"
shift = coded.length
link = ""
for (i = 0; i < coded.length; i++) {
if (key.indexOf(coded.charAt(i)) == -1) {
ltr = coded.charAt(i)
link += (ltr)
}
else {
ltr = (key.indexOf(coded.charAt(i)) - shift + key.length) % key.length
link += (key.charAt(ltr))
}
}
document.write("<a class='nav-link js-scroll-trigger' href='mailto:" + link + "'>" + "<i class='fa fa-envelope'></i>" + "</a>")
}
//-->
</script><noscript>Sorry, you need Javascript on to email me.</noscript>
<!-- </a> -->
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<!-- Portfolio Grid -->
<section class=" page-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color:white;padding-top:100px">Hiroshi Furuya</h2>
<p style="color:#bbb; padding-bottom:15px">I'm a UCF Trustees Doctoral Fellow and researcher for AR/VR
applications in safety-critical domains, like human space exploration and self-driving cars.</p>
<form action="https://www.linkedin.com/in/hfuruya/" method="get" target="_blank">
<button type="submit" class="btn btn-primary btn-lg text-uppercase" style="margin-bottom:100px">Connect
with me on LinkedIn</button>
</form>
</div>
</div>
</div>
</section>
</header>
<section class="page-section" id="portfolio" style="padding-bottom:0">
<div class="row" style="padding-bottom:20px">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Projects</h2>
<!-- <h4 class="subheading">Augmented Reality for Astronauts</h4>
<h3 class="section-subheading text-muted">Augmented Reality for Astronauts</h3> -->
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/07-thumbnail.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>UCF Eyes of the Pegasus - Prototype AR Interface for Lunar Surface Exploration</h4>
<p class="text-muted">Project Lead for UCF Student Team for NASA Spacesuit User Interface Technologies for
Students (SUITS) Challenge</p><a class="portfolio-link" data-toggle="modal" href="#portfolioModal6">Details
»</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/02-thumbnail.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>UX Engineering for Mixed Reality & Robotics</h4>
<p class="text-muted">Senior Software Developer - MoBack, Inc., at Robotics at Google</p><a
class="portfolio-link" data-toggle="modal" href="#portfolioModal2">Details »</a>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fas fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/portfolio/01-thumbnail.jpg" alt="">
</a>
<div class="portfolio-caption">
<h4>Augmented Reality for Astronaut Stowage Operations</h4>
<p class="text-muted">NASA Space Technology Research Fellow - Columbia University</p><a class="portfolio-link"
data-toggle="modal" href="#portfolioModal1">Details »</a>
</div>
</div>
</div>
</section>
<section class="page-section" style="background-color:#000"> <!--#333-->
<div class="container">
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8 text-center" style="">
<h2 class="section-heading" style="color:#fff">FEATURED VIDEO</h2>
<h4
style="font-weight:400; font-family: 'Droid Serif', serif; font-style:italic; padding-bottom: 30px; color:#a9a9a9">
Navy Training Simulator</h4>
<!--<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>-->
<iframe width="100%" height="300" src="https://www.youtube-nocookie.com/embed/0oWM342IyKg?rel=0"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<!-- <div style="height: 0; padding-bottom: calc(56.25%); position:relative; width: 100%;">
<iframe
allow="autoplay; gyroscope;" allowfullscreen height="100%" referrerpolicy="strict-origin"
src="https://www.kapwing.com/e/611d77a20fdfa7008aefb059"
style="border:0; height:100%; left:0; overflow:hidden; position:absolute; top:0; width:100%"
title="Embedded content made on Kapwing" width="100%"></iframe> -->
<!-- <iframe width="500" height="400" src="//www.youtube.com/embed/0oWM342IyKg?rel=0?html5=1?vq=hd720?modestbranding=1?controls=0" frameborder="0" allowfullscreen></iframe>
</div> -->
</div>
</div>
<div class="col-lg-2"></div>
<div class="row">
<!-- <iframe id='paper'
src="https://docs.google.com/gview?url=https://iafastro.directory/iac/paper/id/45436/abstract-pdf/IAC-18,B3,7,6,x45436.brief.pdf&embedded=true"
style="width:100%; height:300px;" frameborder="0"></iframe>
<script>
var iframe = document.getElementById('paper');
iframe.src = 'https://docs.google.com/gview?url=https://iafastro.directory/iac/paper/id/45436/abstract-pdf/IAC-18,B3,7,6,x45436.brief.pdf&embedded=true';
</script> -->
<!-- <div style="width:100%; height: 200px; background-image: url('img/portfolio/05-full.jpg'); background-repeat: no-repeat;"></div> -->
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p style="padding-top: 20px; color:#fff">Sailors aboard aircraft carriers all over the world use the I-STALKER
to provide command with video and range information on targets in visual range. Watch to see how the X-Force
Summer 2021 Fellows have created a virtual simulator to help sailors train on this important ship
capability.</p>
</div>
</div>
</div>
</section>
<section class="page-section" id="conferences">
<div class="row" style="padding-bottom:20px" width=100%>
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2 class="section-heading text-uppercase text-center">Conferences</h2>
<div class="bs-callout bs-callout-primary">
<h4>CHI 2021</h4>
<p style="color:gray"><i>Conference on Human Factors in Computing Systems</i><br>Online Virtual (originally
Yokohama, Japan)<br>May 8-13, 2021</p>
<p>Extended Abstract Publication - <a href="https://dl.acm.org/doi/10.1145/3411763.3451626"
target="_blank"><b>Autonomous Vehicle Visual Embodiment for Pedestrian Interactions in Crossing
Scenarios</b></a></p>
<img width="100%" src="img/hfuruya_autonomousvr.png" />
This work presents a novel prototype autonomous vehicle (AV) human-machine interface (HMI) in virtual reality
(VR) that utilizes a human-like visual embodiment in the driver’s seat of an AV to communicate AV intent to
pedestrians in a crosswalk scenario. I conducted a 3x2 within-subjects experiment in VR using the prototype to
assess the effects of a virtual human visual embodiment AV HMI on pedestrian crossing behavior and experience.
<!--This work presents a novel prototype autonomous vehicle (AV) human-machine interface (HMI) in virtual reality (VR) that utilizes a human-like visual embodiment in the driver’s seat of an AV to communicate AV intent to pedestrians in a crosswalk scenario. I conducted a 3x2 within-subjects experiment in VR using the prototype to assess the effects of a virtual human visual embodiment AV HMI on pedestrian crossing behavior and experience. -->
</div>
<div class="bs-callout bs-callout-primary">
<h4>69th International Astronautical Congress</h4>
<p style="color:gray">Bremen, Germany<br>October 1-5, 2018</p>
<p>Oral Presentation and Technical Publication</p>
<img width="100%" src="img/portfolio/04-full.jpg" /><br>
Presented results from Augmented Reality Task Guidance for
Astronaut Stowage Operations prototype
</div>
<div class="bs-callout bs-callout-primary">
<h4>SIGGRAPH 2018</h4>
<p style="color: gray">Vancouver, British Columbia<br>August 12-16, 2018</p>
<p>Demonstrated StowageApp on Microsoft Hololens</p>
<iframe width="100%" height="315" src="https://www.youtube-nocookie.com/embed/gqXj5kEEs2w?rel=0"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<!-- <img width="60%" src="img/portfolio/05-full.jpg"/> --><br>
Presented findings from research done in the
International Space Station Mockup at NASA Johnson Space center
</div>
<div class="bs-callout bs-callout-primary">
<h4>AIAA 2016 Region I Student Conference</h4>
<p style="color:gray">Worcester, Massachusetts<br>April 22-23, 2016</p>
Presented thermal measurement
research from Hypervelocity Wind Tunnel 9<br>
<center><img width="70%" src="img/portfolio/06-full.jpg" /></center><br>
On a separate occasion, gave 3 poster presentations and 4 technical presentations to AEDC and hypersonics
consortium audience
</div>
</div>
</div>
<div class="row" class="col-sm-3">
</div>
</section>
<section class="page-section" id="featured" style="background-color:#d2d2d2">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">FEATURED RESEARCH</h2>
<h4
style="font-weight:400; font-family: 'Droid Serif', serif; font-style:italic; padding-bottom: 30px; color:#fff"
class="text-muted">Conference Abstract: Augmented Reality for NASA Space Stowage Operations</h4>
<!--<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>-->
</div>
</div>
<div class="row">
<div style="width:100%" id="iframeContainer"></div>
<!-- <iframe frameborder="0"
src="https://docs.google.com/viewer?srcid=1dd3x5pxIRdAJuSJrTsdUzbROFiPky61E&pid=explorer&efh=false&a=v&chrome=false&embedded=true"
width="100%" height="300px"></iframe> -->
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p style="padding-top: 20px">By Hiroshi Furuya, submitted to <a
href="https://iafastro.directory/iac/paper/id/45436/summary/">IAF Directory</a></p>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="page-section" id="services">
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<h2 class="section-heading text-uppercase text-center">Achievements</h2>
<div class="bs-callout bs-callout-default">
<h4>UCF Trustees Doctoral Fellow</h4>
<p style="color:gray">August 2020 - Present<br>
</div>
<div class="bs-callout bs-callout-default">
<h4>Future Space Leaders Foundation Fellow</h4>
<p style="color:gray">2018<br>
</div>
<div class="bs-callout bs-callout-default">
<h4>NASA Space Technology Research Fellow</h4>
<p style="color: gray">August 2016 - July 2018</p>
</div>
<div class="bs-callout bs-callout-default">
<h4>University of Maryland Banneker/Key Scholar</h4>
<p style="color:gray">August 2012 - May 2016</p>
</div>
</div>
</div>
</section>
<hr><br>
<!-- Team -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color: black; padding-bottom:15px;padding-top:50px">About Me
</h2>
<!-- <h3 class="section-subheading"> </h3> -->
</div>
</div>
<div class="row">
<div class="col-sm-3">
</div>
<div class="col-sm-6">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/team/headshot.png" alt="">
<!-- <h4>Hiroshi Furuya</h4>--><br>
<!-- <ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul> -->
<br>
<p style="text-align:left">Hiroshi is the husband of a wonderful wife and proud father of two sons. <br><br>
He is also a Ph.D student and Trustees Doctoral Fellow at the
University of Central Florida. <br><br>
His research focuses on the development of augmented, virtual, and mixed reality prototypes for supporting
human operations in safety-critical applications.
<br><br>
From 2018 to 2020, Hiroshi was a Senior Software Engineer at Moback, Inc. working with Google Robotics on
a program blending automation, virtual reality, and human operations.
<br><br>
Prior to 2018, Hiroshi was also a NASA Space Technology Research Fellow working on research titled,
"Collaborative Augmented Reality with Hands-Free Gesture Control for Remote Astronaut Training and
Mentoring."
<br><br>
Hiroshi has an M.S. Computer Science from Columbia University and a B.S. Aerospace Engineering from the
University of Maryland.
<br><br>
Other personal interests include: Mentorship of junior engineers, co-founded a non-profit in college to
use volunteer interns to help solve technical problems for international non-profits.
<br><br>
U.S. Citizen
<br><br>
For additional information, email me at: <b>
<script type="text/javascript" language="javascript">
// Email obfuscator script 2.1 by Tim Williams, University of Arizona
// Random encryption key feature coded by Andrew Moulden
// This code is freeware provided these four comment lines remain intact
// A wizard to generate this code is at http://www.jottings.com/obfuscator/
{
coded = "[email protected]"
key = "1N4pPRdA0k7FebXm8IT2uCorLnWOVJiEhjYztflQ9D3MxwqHcsgUvZ6BKaGyS5"
shift = coded.length
link = ""
for (i = 0; i < coded.length; i++) {
if (key.indexOf(coded.charAt(i)) == -1) {
ltr = coded.charAt(i)
link += (ltr)
}
else {
ltr = (key.indexOf(coded.charAt(i)) - shift + key.length) % key.length
link += (key.charAt(ltr))
}
}
document.write("<a href='mailto:" + link + "'>" + link + "</a>")
}
//-->
</script><noscript>Sorry, you need Javascript on to email me.</noscript>
</b>
</p>
</div>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
<section class="page-section" id="resume" style="background-color:#202020"> <!--#d2d2d2 -->
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase" style="color:#fff">Résumé</h2>
</div>
</div>
<div class="row">
<div id="iframeContainer2" style="width:100%"></div>
<!-- <iframe frameborder="0"
src="https://docs.google.com/document/d/e/2PACX-1vSLkc86K7iJSlH-3vjMLDFsOjZhd-6O_b83PFJhxh5txcDiXNMYTdQfayNEarCdcxt5ICKylekCrq5d/pub?embedded=true"
width="100%" height="1010px"></iframe> -->
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p style="padding-top: 20px"><a style="color:#007bff" href="pdf/HiroshiFuruyaResume.pdf">Hiroshi Furuya Résumé PDF</a></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer" style="background-color: #000"> <!-- #212529 -->
<div class="container">
<div class="row align-items-center">
<div class="col-md-4">
</div>
<div class="col-md-4">
<span class="copyright" style="color:#888;">Copyright © Hiroshi Furuya
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Augmented Reality for Astronaut Stowage Operations</h2>
<p class="item-intro text-muted">NASA Space Technology Research Fellow - Columbia University</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/01-full.jpg" alt="">
<p class="modaltext">Research topic: Collaborative Augmented Reality with Hands-Free Gesture Control for
Remote AstronautTraining and Mentoring<br><br>Advisor: Prof. Steven Feiner, Columbia University
Computer Graphics and User Interfaces Lab<br><br>Designed and developed AR Unity application,
StowageApp, targeting International Space Station (ISS)logistics stowage operations using the
Microsoft HoloLens<br><br>Lead the development of new stowage procedure description methodology to
better utilize AR technology<br><br>Wrote IRB applications and user study design for the evaluation of
StowageApp<br><br>Conducted pilots totaling over 40 hours in full-scalemock-up of ISS at NASA Johnson
Space Center<br><br>Presented results at SIGGRAPH 2018 in Vancouver, Canada for demonstration and the
69th InternationalAstronautical Congress in Bremen, Germany for oral presentation and technical
publication<br><br>Lead NASA student intern participation in the development and evaluation of
StowageApp</p>
<ul class="list-inline">
<li>August 2016 - July 2018</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">UX Engineering for Mixed Reality & Robotics</h2>
<p class="item-intro text-muted">Senior Software Developer - MoBack, Inc., at Robotics at Google</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/02-full.jpg" alt="">
<p class="modaltext"><br>UX Engineering for mixed reality applications involving robotics and machine
learning using Unity game engine and object oriented programming in C# <br><br>Ownership of
development and support operational integration of critical user-facing subsystems incollaboration
with robotics hardware, machine learning, computer vision, and infrastructure engineers<br><br>Lead
usability analysis to identify key areas for performance improvement, including subject
workloadassessments, operator interviews, and metrics analysis<br><br>Integrating automated testing in
a CI environment and integrate error handling with cloud metrics<br><br>Present work to broader
Robotics organization at semi-monthly cadence</p>
<ul class="list-inline">
<li>October 2018 - July 2020</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">UCF Eyes of the Pegasus - Prototype AR Interface for Lunar Surface
Exploration</h2>
<p class="item-intro text-muted">Project Lead for UCF Student Team for NASA Spacesuit User Interface
Technologies for Students (SUITS) Challenge
</p>
<img class="img-fluid d-block mx-auto" src="img/portfolio/07-full.jpg" alt="">
<p class="modaltext">Lead an interdisciplinary team of 18 undergraduate and graduate students for the
NASA SUITS challenge<br><br>Wrote technical proposal for SUITS acceptance including prototype user
interface designs, Concept of Operations development, and community outreach planning</p>
<ul class="list-inline">
<li>October 2020 - Present</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.js" integrity=" sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>