-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
671 lines (625 loc) · 36.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EWWYZJBG7G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EWWYZJBG7G');
</script>
<!-- Basic Page Needs -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<title>About Albert Na</title>
<meta content="This is Albert Na's professional info page" name="description">
<meta content="Albert Na" name="author">
<meta content="Albert Na" name="keywords">
<!-- Mobile Specific Metas -->
<meta content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Code:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Major+Mono+Display:300,400,600,700" rel="stylesheet">
<!-- Favicon -->
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="assets/img/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="assets/img/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/site.webmanifest" rel="manifest">
<!-- Stylesheets -->
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- load cloudflare icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css" />
</head>
<body>
<header class="site-header" data-anchor-target=".hero"
data-top="background: rgba(255,255,255,0); padding: 30px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0);"
data-top-bottom="background: rgba(255,255,255,0.9); padding: 10px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2);"
id="masthead">
<nav class="site-navigation" id="primary-navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button aria-expanded="false" class="navbar-toggle collapsed"
data-target="#portfolio-perfect-collapse" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="site-logo" href="#hero">Albert Na</a>
</div><!-- /.navbar-header -->
<div class="main-menu" id="portfolio-perfect-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll"><a href="#hero">Home</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#experience">Experience</a></li>
<li class="page-scroll"><a href="#projects">Projects</a></li>
<li class="page-scroll"><a href="#contact">Contact</a></li>
</ul><!-- /.navbar-nav -->
</div><!-- /.navbar-collapse -->
</div>
</nav><!-- /.primary-navigation -->
</header><!-- /#header -->
<div class="hero" id="hero">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Hi there.</h1>
<div class="page-scroll">
<p class="intro">
I'm Albert, a research engineer at Vanderbilt University's LIVE Initiative. I
develop <strong>Unity C#</strong> applications that integrate AI technology and specialized hardware.<br/>
I also build fullstack web applications, with a focus on backend development in <strong>Rust</strong>.
</p>
<a class="btn btn-fill " href="#contact">Contact me</a>
<div class="clearfix visible-xxs"></div>
<a class="btn btn-border" href="#projects">Check out my projects</a>
</div>
</div>
<div class="col-md-6 text-right">
<img alt="albert-na" src="assets/img/albert-no-bg-cropped.png">
</div>
</div>
</div>
</div><!-- /.hero -->
<main class="site-main" id="main">
<section class="site-section section-about text-center" id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>About me</h2>
<img alt="lines" class="img-lines reverse-color" src="assets/img/lines.svg">
<p>
I graduated from Vanderbilt University with a B.S. in Computer Science, Mathematics & Scientific
Computing in Dec. 2020.<br/>
I have one year of industry experience as a backend engineer.<br/>
I am most experienced with <strong>Rust</strong> and <strong>Unity C#</strong>.
</p>
</div>
</div>
</div>
</section><!-- /.secton-about -->
<section class="site-section section-skills">
<div class="container">
<div class="text-center">
<h3>My Skills</h3>
<img alt="lines" class="img-lines reverse-color" src="assets/img/lines.svg">
</div>
<div class="row">
<div class="col-md-4">
<div class="skill">
<h4><img src="assets/img/logos/c++-50.png" class="inline-logo reverse-color"> C / C++</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="90" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
<div class="skill">
<h4><img src="assets/img/logos/python-50.png" class="inline-logo reverse-color"> Python</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="75" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
</div>
<div class="col-md-4">
<div class="skill">
<h4><img src="assets/img/logos/unity-300.png" class="inline-logo reverse-color"> Unity / <img
src="assets/img/logos/c-sharp-logo-50.png" class="inline-logo reverse-color"> C#
</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="85" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
<div class="skill">
<h4><img src="assets/img/logos/html-5-50.png" class="inline-logo reverse-color"> HTML / <img
src="assets/img/logos/css3-50.png" class="inline-logo reverse-color"> CSS</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="70" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
</div>
<div class="col-md-4">
<div class="skill">
<h4><img src="assets/img/logos/javascript-50.png" class="inline-logo reverse-color">
JavaScript</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="80" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
<div class="skill">
<h4><img src="assets/img/logos/react-native-50.png" class="inline-logo reverse-color"> React
/ React Native</h4>
<div class="progress">
<div class="progress-bar" data-transitiongoal="55" role="progressbar"></div>
<!-- /.progress-bar -->
</div><!-- /.progress -->
</div><!-- /.skill -->
</div>
</div>
</div>
</section><!-- /.secton-skills -->
<section class="site-section section-services overlay text-center" id="experience">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 style="color:black">What i do</h3>
<img alt="lines" class="img-lines" src="assets/img/lines.svg">
</div>
<div class="col-sm-4">
<div class="service">
<h4><img src="assets/img/logos/unity-300.png" alt="Unity" style="width:40px;"/> + <img
src="assets/img/logos/c-sharp-logo-50.png" alt="C#" /> + <img
src="assets/img/logos/oculus-rift-50.png" alt="Oculus Rift" /> / <img
src="assets/img/logos/microsoft-hololens-50.png" alt="Microsoft Hololens" /></h4>
<p>I have developed several <strong>Unity C#</strong> applications for AR / VR research
purposes to assess human perception abilities in virtual environments, transform
historical media
into VR interactables, and fusing AR & VR experiences with cross-platform applications.
My most recent project
makes it possible to record / livestream VR sessions and view those sessions via any AR
/ VR device.</p>
</div><!-- /.service -->
</div>
<div class="col-sm-4">
<div class="service">
<h4><img src="assets/img/logos/c++-50.png" alt="C++" /> + <img
src="assets/img/logos/python-50.png" alt="Python" /> + <img
src="assets/img/logos/console-50.png" alt="Command Line" /> /<img
src="assets/img/logos/artificial-intelligence-50.png" alt="Neural Network" /></h4>
<p>I use high level languages like <strong>C</strong>, <strong>C++</strong> and
<strong>Python</strong> to build standalone
applications or to implement key features in other projects. Examples include a CLI for
processing images and generating
ray-traced photos, scripts to fetch images from the NYPL database and segment them
through deep learning, etc.
</p>
</div><!-- /.service -->
</div>
<div class="col-sm-4">
<div class="service">
<h4><img src="assets/img/logos/javascript-50.png" alt="JavaScript" /> + <img
src="assets/img/logos/react-native-50.png" alt="React Native" /> + <img
src="assets/img/logos/mobile-50.png" alt="Mobile Development" />/ <img
src="assets/img/logos/web-design-50.png" alt="Web Development" /></h4>
<p>I recently got started on web and mobile development by doing a few projects. I made a
React SPA Klondike game based on
<strong>Node.js</strong>, <strong>MongoDB</strong> and <strong>NGINX</strong>, hosted on
an <strong>AWS</strong> virtual
machine. I also interned at Eddify Co., a very young startup, as part of the technical
team to develop a forum app called
Airsip for its MVP release.
</p>
</div><!-- /.service -->
</div>
</div>
</div>
</section><!-- /.secton-services -->
<section class="site-section section-portfolio" id="projects">
<div class="container">
<div class="text-center">
<h3>Projects</h3>
<img alt="lines" class="img-lines reverse-color" src="assets/img/lines.svg">
</div>
<div class="row">
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/ray_tracer_sample_1.png">
<div class="portfolio-item-info">
<h4>CLI for Image Processing</h4>
<a data-target="#portfolioItem1" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<a href="https://github.com/albertna/CLI-for-Image-Processing" target="_blank"><i
class="icon-link"></i></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/naturalscene-overview.png">
<div class="portfolio-item-info">
<h4>NaturalScene</h4>
<a data-target="#portfolioItem2" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<a href="https://github.com/VanderbiltLIVELab/NaturalScene" target="_blank"><i
class="icon-link"></i></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/narrowingwalls-overview.png">
<div class="portfolio-item-info">
<h4>NarrowingWalls</h4>
<a data-target="#portfolioItem3" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<a href="https://github.com/VanderbiltLIVELab/NarrowingWalls" target="_blank"><i
class="icon-link"></i></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/stereo-sample.jpg">
<div class="portfolio-item-info">
<h4>Digital Cultural Heritage</h4>
<a data-target="#portfolioItem4" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<!--<a href="#"><i class="icon-link"></i></a>-->
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/airsip-splash.png">
<div class="portfolio-item-info">
<h4>Airsip</h4>
<a data-target="#portfolioItem5" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<!--<a href="#"><i class="icon-link"></i></a>-->
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6">
<div class="portfolio-item">
<img alt="" class="img-res" src="assets/img/holoscene.JPG">
<div class="portfolio-item-info">
<h4>HoloScene</h4>
<a data-target="#portfolioItem6" data-toggle="modal" href="#"><i
class="icon-dot-3"></i></a>
<!--<a href="#"><i class="icon-link"></i></a>-->
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
</div>
</div>
</section><!-- /.secton-portfolio -->
<section class="site-section section-counters text-center">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h4 id="typed"></h4>
</div>
</div>
</div>
</section><!-- /.section-counters -->
<section class="site-section section-form text-center" id="contact">
<div class="container">
<h3>Contact me</h3>
<img alt="lines" class="img-lines reverse-color" src="assets/img/lines.svg">
<form action="https://formspree.io/f/mbjzvarj" method="POST">
<div class="row">
<div class="col-sm-6">
<input class="form-control mt-x-0" name="name" placeholder="Name" required type="text">
</div>
<div class="col-sm-6">
<input class="form-control" name="email" placeholder="Email" required type="email">
</div>
<div class="col-sm-12">
<textarea class="form-control" id="message" name="message" placeholder="Message"
required></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
</div>
<button class="btn btn-border-reverse" type="submit">Send <span
class="glyphicon glyphicon-send"></span>
</button>
</form>
</div>
</section><!-- /.section-form -->
</main><!-- /#main -->
<footer class="site-footer" id="colophon">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12">
<a class="icon linkedin-bg" href="https://www.linkedin.com/in/dun-na/" target="_blank"><i
class="icon-linkedin-squared"></i></a>
<a class="icon github-bg" href="https://github.com/albertna" target="_blank"><i
class="icon-github-circled"></i></a>
<a class="icon mail-bg" href="mailto:[email protected]" target="_blank"><i
class="icon-mail-alt"></i></a>
</div>
<div class="col-sm-4 col-sm-offset-0 col-xs-6 col-xs-offset-3">
<p class="copyright"> Copyright © 2020 Albert Na. All Rights Reserved.</p>
</div>
<div class="col-sm-4 col-xs-3">
<div class="text-right page-scroll">
<a class="icon icon-up-bg" href="#hero"><i class="icon-up-big"></i></a>
</div>
</div>
</div>
</div>
</footer><!-- /#footer -->
<!-- Modals -->
<div class="modal fade" id="portfolioItem1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/ray_tracer_sample_1.png">
</div>
<div class="modal-body">
<h4 class="modal-title">CLI for Image Processing (C/C++)</h4>
<ul>
<li>Personal project for the CS 3258 <strong>Intro to Computer Graphics</strong> course.</li>
<li>An OpenGL based image processing CLI built from scratch. Its functionalities include:</li>
<ul>
<li>Reading and batch executing commands in UTF-8 files.</li>
<li>Reading, parsing and displaying TIFF binary files.</li>
<li>Manipulating images through <strong>discrete convolution filters</strong> (Gaussian,
Lanczos, Mitchell, Hann, Hamming,
sinc, box, tent, etc.).
</li>
<li>Drawing geometric shapes on black canvas and changing their 3D transformations via
matrix.</li>
<li>Rendering <strong>ray-traced</strong> images of 3D geometric shapes with different color
& texture properties. Above is
the image rendered by the program.
</li>
</ul>
<li>GitHub repository made private due to Vanderbilt Honor Code Policy.</li>
</ul>
</div>
<div class="modal-footer">
<a class="btn btn-fill" href="https://github.com/albertna/CLI-for-Image-Processing"
target="_blank">See
Project</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="portfolioItem2" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/naturalscene-overview.png">
</div>
<div class="modal-body">
<h4 class="modal-title">NaturalScene (Unity C#)</h4>
<ul>
<li>Personal research project designed for assessing human <strong>distance estimation</strong>
abilities when wearing
<strong>Microsoft HoloLens</strong>.
</li>
<li>Project consists of:</li>
<ul>
<li>a large naturalistic virtual terrain;</li>
<li>6 different objects that appear at 5 different distances away from subject in random
order on voice command;</li>
<li>floating text UI to indicate experiment data and status.</li>
</ul>
<li>Project was supplied to the <strong>University of Utah Department of Psychology</strong> for
testing.</li>
<li>Testing results were submitted to <strong>IEEE VR 2020</strong> conference and published to
<strong>IEEE XPlore</strong>,
titled <a href="https://ieeexplore.ieee.org/document/9089552" target="_blank">The Role of
Viewing Distance and Feedback on
Affordance Judgments in Augmented Reality</a>.
</li>
</ul>
</div>
<div class="modal-footer">
<a class="btn btn-fill" href="https://github.com/VanderbiltLIVELab/NaturalScene" target="_blank">See
Project</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="portfolioItem3" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/narrowingwalls-overview.png">
</div>
<div class="modal-body">
<h4 class="modal-title">NarrowingWalls (Unity C#)</h4>
<ul>
<li>Personal research project designed for assessing human <strong>affordance
perception</strong> abilities when wearing
Microsoft HoloLens.
</li>
<li>Project consists of:</li>
<ul>
<li>two giant virtual walls with a gap in between that change gap width on voice command or
subject movement;
</li>
<li>interactive buttons to change subject shoulder width;</li>
<li>floating text UI to indicate experiment data and status.</li>
</ul>
<li>Project was supplied to the <strong>University of Utah Department of Psychology</strong> for
testing.
</li>
<li>Testing results were submitted to <strong>IEEE VR 2020</strong> conference and published to
<strong>IEEE XPlore</strong>,
titled <a href="https://ieeexplore.ieee.org/document/9089552" target="_blank">The Role of
Viewing Distance and Feedback on
Affordance Judgments in Augmented Reality</a>.
</li>
</ul>
</div>
<div class="modal-footer">
<a class="btn btn-fill" href="https://github.com/VanderbiltLIVELab/NarrowingWalls"
target="_blank">See Project</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="portfolioItem4" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/digital-cultural-heritage-cropped.jpg">
</div>
<div class="modal-body">
<h4 class="modal-title">Digital Cultural Heritage <br /> (Unity C#, Python, PyTorch)</h4>
<ul>
<li>Ongoing personal research project for <strong>Oculus VR</strong>.</li>
<li>Aimed to raise public awareness and aid researches on historic <strong>stereoscopic
images</strong> primarily made in mid-19th
and 20th centuries.
</li>
<li>Automates the process of segmenting the images for VR with pre-trained neural networks.</li>
<li>A collection of 150 hand-cropped images was created as training database to train a faster
R-CNN detection model with <strong>Detectron2</strong>.
</li>
<li>General workflow of the program:</li>
<ul>
<li>Fetch hi-res stereo images from the <strong>New York Public Library</strong> database
via its public API, store them
locally along with metadata.
</li>
<li>Segment those images with the detection model into left and right components, which are
automatically imported to Unity.
</li>
<li>Unity exhibits the collection with features to browse and display the images in stereo
mode. Users are allowed to make
copies and freely adjust their locations in the virtual room.
</li>
</ul>
<li>Program is planned to be first released to history researchers in the field. An Oculus Store
/ Steam VR version of this
project is due for public release in the near future.
</li>
</ul>
</div>
<!-- <div class="modal-footer">-->
<!-- <a class="btn btn-fill" href="#" target="_blank">See Project</a>-->
<!-- </div>-->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="portfolioItem5" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/airsip-content.png">
</div>
<div class="modal-body">
<h4 class="modal-title">Airsip (React Native)</h4>
<ul>
<li>Group project. A forum app aimed to provide first-gen low-income students valuable
information with anything college-related
(or more).
</li>
<li>Users are allowed to ask questions in text and receive answers in the form of short videos.
</li>
<li>I mostly worked on user-side input validations, UI adjustments and code refactoring with
better libraries, e.g. Formik, Yup,
etc.
</li>
<li>The app is live on the iOS App Store.</li>
</ul>
</div>
<!-- <div class="modal-footer">-->
<!-- <a class="btn btn-fill" href="#" target="_blank">See Project</a>-->
<!-- </div>-->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="modal fade" id="portfolioItem6" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<img alt="" class="img-res" src="assets/img/holoscene.JPG">
</div>
<div class="modal-body">
<h4 class="modal-title">HoloScene (Unity)</h4>
<ul>
<li>Ongoing Unity project to record or livestream interactive multimedia sessions in VR and make
the
sessions viewable and interactable on any mobile device as animated 3D objects.</li>
<li>Project consists of two parts:</li>
<ul>
<li>A Windows desktop recorder that records or livestreams sessions using VR headsets and
upload the
bundled sessions to an AWS server.</li>
<li>A mobile (iOS, Android) client that streams recorded or live sessions from the server.
</li>
</ul>
<li>My primary focus is to build & develop the mobile client application with more features as
well as maintaining the server & CDN for content distribution.</li>
</ul>
</div>
<!-- <div class="modal-footer">-->
<!-- <a class="btn btn-fill" href="#" target="_blank">See Project</a>-->
<!-- </div>-->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/skrollr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-progressbar/0.9.0/bootstrap-progressbar.min.js">
</script>
<script src="assets/js/jquery.countTo.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script>
const typed = new Typed('#typed', {
strings: [
"My passion is to make things that improve the status quo.",
"Create to make lives better.",
],
typeSpeed: 25,
backSpeed: 0,
backDelay: 1500,
// loop: true,
});
/* stop type.js*/
typed.stop();
/* hide type.js cursoer */
//$(".typed-cursor").hide();
/* dedect scroll into view */
$("#typed").waypoint({
element: document.getElementById('typed'),
handler: function () {
typed.start();
//$(".typed-cursor").show();
},
offset: 'bottom-in-view'
});
</script>
</body>
</html>