-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
912 lines (879 loc) · 59.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
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
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!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="Start your development with JohnDoe landing page.">
<meta name="author" content="Devcrud">
<title>Chuong Le</title>
<link rel="icon" href="assets/imgs/tab.ico">
<!-- <link rel="apple-touch-icon" href="assets/imgs/tab.ico"> -->
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<link rel="stylesheet" href="assets/vendors/academicons/css/academicons.min.css"/>
<!-- Bootstrap + JohnDoe main styles -->
<link rel="stylesheet" href="assets/css/johndoe.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- <a href="components.html" class="btn btn-primary btn-component" data-spy="affix" data-offset-top="600"><i class="ti-shift-left-alt"></i> Components</a> -->
<header class="header">
<div class="container">
<ul class="social-icons pt-3">
<li class="social-item"><a class="social-link text-light" href="https://www.linkedin.com/in/chuong-p-le-848283118/"><i class="ti-linkedin" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://scholar.google.com/citations?user=D14wq88AAAAJ&hl=en&oi=ao"><i class="ai ai-google-scholar ai-1x " aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="mailto: [email protected]"><i class="ti-email" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="https://github.com/khuechuong"><i class="ti-github" aria-hidden="true"></i></a></li>
</ul>
<div class="header-content">
<h4 class="header-subtitle" >Hello, I am</h4>
<h1 class="header-title">Chuong Le</h1>
<h6 class="header-mono" >Robotics Engineer | PhD Candidate</h6>
<a href="assets/CV/CV.pdf" download><button class="btn btn-primary btn-rounded"><i class="ti-printer pr-2"></i>Print CV</button></a>
</div>
</div>
</header>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-white" data-spy="affix" data-offset-top="510">
<div class="container">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse mt-sm-20 navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link">Resume</a>
</li>
</ul>
<ul class="navbar-nav brand">
<img src="assets/imgs/avatar.jpg" alt="" class="brand-img">
<li class="brand-txt">
<h5 class="brand-title">Chuong Le</h5>
<div class="brand-subtitle">Robotics Engineer | DoD SMART Scholar| PhD Candidate</div>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#portfolio" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#blog" class="nav-link">News</a>
</li>
<li class="nav-item last-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid" id="about">
<div class="row about-section">
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">Who am I ?</h3>
<span class="line mb-5"></span>
<h5 class="mb-3">A Roboticist / Computer Scientist Located In Our Lovely Earth</h5>
<p class="mt-20">I am a third-year PhD student in <a href="https://ara.cse.unr.edu/">Advance Robotic and Automation (ARA) Lab</a> at the University of Nevada, Reno advised by Prof. Hung (Jim) La. My research focuses on autonomous infrastructure inspection robots.</p>
<p class="mt-20">Prior to pursuing my PhD, I completed my Bachelors in Computer Science at the University of Oklahoma. I was with ARA Lab under their REU program as an undergraduate student and worked on <a href="https://ieeexplore.ieee.org/abstract/document/9026295">multi-robotic systems</a> and <a href="https://ieeexplore.ieee.org/document/9340637">hybrid steel inspection robot</a>.</p>
<a href="../public_html/assets/CV/CV.pdf" download> <button class="btn btn-outline-danger"><i class="icon-down-circled2 "></i>Download My CV</button></a>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">Personal Info</h3>
<span class="line mb-5"></span>
<ul class="mt40 info list-unstyled">
<li><span>Email</span> : [email protected]</li>
<li><span>Phone</span> : +(775) 682-5490</li>
<li><span>Address</span> : 1664 N. Virginia Street, NV, Reno, USA</li>
</ul>
<ul class="social-icons pt-3">
<li class="social-item"><a class="social-link" href="https://www.linkedin.com/in/chuong-p-le-848283118/"><i class="ti-linkedin" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://scholar.google.com/citations?user=D14wq88AAAAJ&hl=en&oi=ao"><i class="ai ai-google-scholar ai-1x " aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="mailto: [email protected]"><i class="ti-email" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link" href="https://github.com/khuechuong"><i class="ti-github" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-lg-4 about-card">
<h3 class="font-weight-light">My Expertise</h3>
<span class="line mb-5"></span>
<div class="row">
<!-- <div class="col-1 text-danger pt-1"><i class="ti-widget icon-lg"></i></div> -->
<div class="col-1 text-danger pt-1"><img src="assets/imgs/software.png" alt="" width="42px" height="42px" class="icon-lg"></div>
<link rel="icon" href="assets/imgs/ros.jpg" sizes="75x42" type="image/jpg">
<div class="col-10 ml-auto mr-3">
<h6>Software</h6>
<p class="subtitle"> ROS, C++, Python, etc.</p>
<hr>
</div>
</div>
<div class="row">
<!-- <div class="col-1 text-danger pt-1"><i class="ti-paint-bucket icon-lg"></i></div> -->
<div class="col-1 text-danger pt-1"><img src="assets/imgs/embed.png" alt="" width="42px" height="42px" class="icon-lg"></div>
<div class="col-10 ml-auto mr-2">
<h6>Embedded System</h6>
<p class="subtitle" >PCB, arduino, etc.</p>
<hr>
</div>
</div>
<div class="row">
<!-- <div class="col-1 text-danger pt-1"><i class="ti-stats-up icon-lg"></i></div> -->
<div class="col-1 text-danger pt-1"><img src="assets/imgs/cad.png" alt="" width="42px" height="42px" class="icon-lg"></div>
<div class="col-10 ml-auto mr-3">
<h6>Computer Aided Design</h6>
<p class="subtitle">Solidworks, Inventor, AutoCAD, etc.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
<!--Resume Section-->
<section class="section" id="resume">
<div class="container">
<h2 class="mb-5"><span class="text-danger">My</span> Resume</h2>
<object data="assets/CV/CV.pdf" width="100%" height="900"></object>
<!-- <div class="row">
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>Expertise</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">2017 - Present</h6>
<P>UX Developer</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum recusandae, cupiditate ullam dolor ratione repellendus.aliquid repudiandae saepe!.</P>
<hr>
<h6 class="title text-danger">2016 - 2017</h6>
<P>Front-end Developer</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum recusandae, cupiditate ullam dolor ratione repellendus.aliquid repudiandae saepe!.</P>
<hr>
<h6 class="title text-danger">2015 - 2016</h6>
<P>UX Designer</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum recusandae, cupiditate ullam dolor ratione repellendus.aliquid repudiandae saepe!.</P>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>Education</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">2017 - Present</h6>
<P>B.E Computer Engineering</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error corrupti recusandae obcaecati odit repellat ducimus cum, minus tempora aperiam at.</P>
<hr>
<h6 class="title text-danger">2016 - 2017</h6>
<P>Diploma in Computer Engineering</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, id officiis quas placeat quia voluptas dolorum rem animi nostrum quae.aliquid repudiandae saepe!.</P>
<hr>
<h6 class="title text-danger">2015 - 2016</h6>
<P>High School Degree</P>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum recusandae, cupiditate ullam dolor ratione repellendus.aliquid repudiandae saepe!.</P>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-header">
<div class="pull-left">
<h4 class="mt-2">Skills</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body pb-2">
<h6>hTL5 & CSS3</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 97%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>JavaScript</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>PHP</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>SQL</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Laborum</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Tempora</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<div class="pull-left">
<h4 class="mt-2">Languages</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body pb-2">
<h6>English</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>French</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 45%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Spanish</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 67%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
<section class="section bg-dark text-center">
<div class="container">
<div class="row text-center">
<div class="col-md-6 col-lg-3">
<div class="row ">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-alarm-clock icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-light font-weight-bold font40">6</h1>
<p class="text-light mb-1">Years of Experience</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-layers-alt icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-light font-weight-bold font40">8</h1>
<p class="text-light mb-1">Papers Published</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-world icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-light font-weight-bold font40">500k</h1>
<p class="text-light mb-1">Lines of Code</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-heart-broken icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-light font-weight-bold font40">2k</h1>
<p class="text-light mb-1">Coffee Drinked</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="section" id="service">
<div class="container">
<h2 class="mb-5 pb-4"><span class="text-danger">My</span> Projects</h2>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-vector text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Ullam</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-write text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Asperiores</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-package text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Tempora</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-map-alt text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Provident</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-bar-chart text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Consectetur</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="card mb-5">
<div class="card-header has-icon">
<i class="ti-support text-danger" aria-hidden="true"></i>
</div>
<div class="card-body px-4 py-3">
<h5 class="mb-3 card-title text-dark">Veritatis</h5>
<P class="subtitle">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam commodi provident, dolores reiciendis enim pariatur error optio, tempora ex, nihil nesciunt! In praesentium sunt commodi, unde ipsam ex veritatis laboriosam dolor asperiores suscipit blanditiis, dignissimos quos nesciunt nulla aperiam officia.</P>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section class="section bg-custom-gray" id="price">
<div class="container">
<h1 class="mb-5"><span class="text-danger">Packs</span> Pricing</h1>
<div class="row align-items-center">
<div class="col-md-6 col-lg-3">
<div class="price-card text-center mb-4">
<h3 class="price-card-title">Free</h3>
<div class="price-card-cost">
<sup class="ti-money"></sup>
<span class="num">0</span>
<span class="date">MO</span>
</div>
<ul class="list">
<li class="list-item">5 <span class="text-muted">Project</span></li>
<li class="list-item">1GB <span class="text-muted">Storage</span></li>
<li class="list-item"><span class="text-muted">No Domain</span></li>
<li class="list-item">1 <span class="text-muted">User</span></li>
</ul>
<button class="btn btn-primary btn-rounded w-lg">Subscribe</button>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="price-card text-center mb-4">
<h3 class="price-card-title">Basic</h3>
<div class="price-card-cost">
<sup class="ti-money"></sup>
<span class="num">10</span>
<span class="date">MO</span>
</div>
<ul class="list">
<li class="list-item">50 <span class="text-muted">Project</span></li>
<li class="list-item">10GB <span class="text-muted">Storage</span></li>
<li class="list-item">1<span class="text-muted">Domain</span></li>
<li class="list-item">5 <span class="text-muted">User</span></li>
</ul>
<button class="btn btn-primary btn-rounded w-lg">Subscribe</button>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="price-card text-center price-card-requried mb-4">
<h3 class="price-card-title">Exclusive</h3>
<div class="price-card-cost">
<sup class="ti-money"></sup>
<span class="num">25</span>
<span class="date">MO</span>
</div>
<ul class="list">
<li class="list-item">150 <span class="text-muted">Project</span></li>
<li class="list-item">15GB <span class="text-muted">Storage</span></li>
<li class="list-item">5<span class="text-muted"> Domain</span></li>
<li class="list-item">15<span class="text-muted">User</span></li>
</ul>
<button class="btn btn-primary btn-rounded w-lg">Subscribe</button>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="price-card text-center mb-4">
<h3 class="price-card-title">Pro</h3>
<div class="price-card-cost">
<sup class="ti-money"></sup>
<span class="num">99</span>
<span class="date">MO</span>
</div>
<ul class="list">
<li class="list-item">500 <span class="text-muted">Project</span></li>
<li class="list-item">1000GB <span class="text-muted">Storage</span></li>
<li class="list-item">10<span class="text-muted"> Domain</span></li>
<li class="list-item">Unlimite<span class="text-muted">User</span></li>
</ul>
<button class="btn btn-primary btn-rounded w-lg">Subscribe</button>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-dark py-5">
<div class="container text-center">
<h2 class="text-light mb-5 font-weight-normal">I Am Available For FreeLance</h2>
<button class="btn bg-primary w-lg" >Hire me</button>
</div>
</section> -->
<!-- Portfolio Section -->
<section class="section bg-custom-gray" id="portfolio">
<div class="container">
<h1 class="mb-5"><span class="text-danger">My</span> Projects</h1>
<div class="portfolio">
<div class="filters">
<a href="#" data-filter=".new" class="active">
All
</a>
<a href="#" data-filter=".compvis">
Computer Vision
</a>
<a href="#" data-filter=".pathplan">
Path planning
</a>
<a href="#" data-filter=".inspect">
Inspection Robots
</a>
</div>
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 compvis inspect new">
<div class="portfolio-item">
<img src="assets/imgs/dambot.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/dambot.png"></a>
<a href="https://ieeexplore.ieee.org/abstract/document/10417321/">
<div class="text-holder">
<h6 class="title">Dambot</h6>
<p class="subtitle">An amphibious unmanned ground vehicle (UGV), called the DamBot™ equipped with multiple sensors, to perform first-look inspection</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 compvis new">
<div class="portfolio-item">
<img src="assets/imgs/3dmap.jpeg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/3dmap.jpeg"></a>
<a href="https://github.com/aralab-unr/IMM_LIO">
<div class="text-holder">
<h6 class="title">3D Mapping with LiDAR & IMU</h6>
<p class="subtitle">Interaction Multiple Models LiDAR-Inertial Odometry) is a reliable and effective LiDAR-inertial odometry package that supports multiple filters for estimation</p>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 compvis new pathplan inspect">
<div class="portfolio-item">
<img src="assets/imgs/robot.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/robot.jpg"></a>
<div class="text-holder">
<a href="https://github.com/aralab-unr/CAIS">
<h6 class="title">CAIS</h6>
<p class="subtitle">Culvert Autonomous Inspection Robotic System</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 pathplan new">
<div class="portfolio-item">
<img src="assets/imgs/multiclean.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/multiclean.png"></a>
<div class="text-holder">
<a href="https://github.com/aralab-unr/multi-robot-cleaning">
<h6 class="title">Multi-Robotic Cleaning System</h6>
<p class="subtitle">A centralized dirt-driven multi-robotic system for full coverage cleaning.</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 compvis new inspect">
<div class="portfolio-item">
<img src="assets/imgs/hybrid.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/hybrid.png"></a>
<div class="text-holder">
<a href="https://github.com/aralab-unr/HybridRobot">
<h6 class="title">Hybrid Inspection Robot</h6>
<p class="subtitle"> A hybrid robot design which can travel on a steel surface and transit from one steel surface to another.</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 new ">
<div class="portfolio-item">
<img src="assets/imgs/dbms.jpeg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/dbms.jpeg"></a>
<div class="text-holder">
<a href="https://github.com/khuechuong/database_management_project">
<h6 class="title">Database Management System</h6>
<p class="subtitle">This project designs a database system!</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 compvis new inspect">
<div class="portfolio-item">
<img src="assets/imgs/bicycle.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/bicycle.png"></a>
<div class="text-holder">
<a href="https://ara.cse.unr.edu/wp-content/uploads/2023/01/Multi-directional_Bicycle_Robot_for_Bridge_Inspection_with_Steel_Defect_Detection_System-compressed.pdf">
<h6 class="title">Multi-directional Bicycle Robot</h6>
<p class="subtitle">Multi-directional bicycle robot with defect detection capability for steel bridge inspection.</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 compvis new inspect">
<div class="portfolio-item">
<img src="assets/imgs/auto_manipulator.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/auto_manipulator.png"></a>
<div class="text-holder">
<a href="https://github.com/khuechuong/autonomous_mobile_manipulation/tree/project">
<h6 class="title">Autonomous Mobile Manipulator</h6>
<p class="subtitle">Full Coverage Inspection.</p>
</a>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-4.jpg"></a>
<div class="text-holder">
<h6 class="title">ADVERTISING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-1.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-2.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-3.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-4.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-5.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-5.jpg"></a>
<div class="text-holder">
<h6 class="title">BRANDING</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
</section>
<!-- End of portfolio section -->
<section class="section" id="blog">
<div class="container">
<h2 class="mb-5">Latest <span class="text-danger">News</span></h2>
<!-- <label for="toggleSwitch">more</label>
<input type="checkbox" id="toggleSwitch" onchange="toggleSections()">
<div class="row scroll" style="text-align: left;display: flex; flex-direction: column; gap: 5px;" id="section2">
<div style="border: 1px solid #ccc; padding: 10;">
<p>June 30th, 2024 Our paper "CAIS: Culvert Autonomous Inspection Robotic System" is accepted at IROS 2024.</p>
</div>
<div style="border: 1px solid #ccc; padding: 10;">
<p>April 1st, 2024, Congratulations to Chuong Le for being awarded with the prestigious DoD SMART Scholarship, with an award rate of just 8% among all applicants and only 1.73% of Ph.D. candidates selected.</p>
</div>
<div style="border: 1px solid #ccc; padding: 10;">
<p>October 1st, 2023, Our paper "A Real-time Multi-Camera Auto-Adjustment Framework for Infrastructure Inspections" is accepted at SII 2024.</p>
</div>
<div style="border: 1px solid #ccc; padding: 10;">
<p>June 1st, 2023, Congratulations to Chuong Le for a CSE Research Intern position at the US Army Corp of Engineer's Engineer Research and Development Center (ERDC), Information Technology Laboratory (ITL), Sensor Integration Branch (SiB) for the summer of 2023.</p>
</div>
<div class="content-holder" style="border: 1px solid #ccc; padding: 10;">
<p>June 29th, 2022, Our paper <a href="https://ieeexplore.ieee.org/abstract/document/9981325">"Multi-directional Bicycle Robot for Bridge Inspection with Steel Defect Detection System”</a> was accepted to the 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems and has been nominated as the finalist of <b>IROS Best Application Paper Award.</b></p>
</div>
<div class="content-holder" style="border: 1px solid #ccc; padding: 10;">
<p>January 10th, 2020, ARA lab demonstrated the <a href="https://twitter.com/its_usdot/status/1215706155588124672">steel bridge inspection robots</a> at the the most powerful tech event in the world, Consumer Electronic Shows (CES) 2020, Las Vegas, Nevada.</p>
</div>
<div class="content-holder" style="border: 1px solid #ccc; padding: 10;">
<p>November 30th, 2019, "A Multi-Robotic System for Environmental Dirt Cleaning" is accepted at SII 2020.</p>
</div>
<div class="content-holder" style="border: 1px solid #ccc; padding: 10;">
<p>February 4th, 2018, Congratulations to Chuong Le for earning the <a href="https://www.stwnewspress.com/news/troop-828-member-earns-eagle-scout-award/article_6f7a85c2-0d4f-11e8-a6fe-679191de5552.html" class="read-more">Eagle Scout Award</a>, Boy Scouts of America’s highest advancement award, at the Eagle Court of Honor.</p>
</div>
<div class="content-holder" style="border: 1px solid #ccc; padding: 10;">
<p>March 27th, 2017, Congratulations to Chuong Le for being named <a href="https://www.stwnewspress.com/gallery/slideshow-smac-week-activities/collection_2abc9942-136e-11e7-bd26-8bac49629ab5.html">Mr. SHS 2017</a> during the seventh annual Mangeant, which kick off SMAC Week.</p>
</div>
</div> -->
<!-- <div class="row scroll" id="section1" style="display: none;"> -->
<div class="row scroll" >
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/smartlogo.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">DoD SMART Scholarship</h6>
<p class="post-details">
<b>April 1st, 2024</b>
</p>
<p> Congratulations to Chuong Le for being awarded with the prestigious DoD SMART Scholarship, with an award rate of just <a href="assets/imgs/smart_award_rate.png" target="_blank">8%</a> among all applicants and only 1.73% of Ph.D. candidates selected.</p>
<!-- <a href="https://www.dropbox.com/scl/fi/83gyik4aifhk8xm69j2q9/smart_letter.png?rlkey=o9kxwlrz9r5ytzr2oku67w3s5&st=9pywa4um&dl=0" class="read-more">Read more <i class="ti-angle-double-right"></i></a> -->
<a href="assets/imgs/smart_letter.png" target="_blank" class="read-more" >Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- <div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/erdc.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">ERDC Internship</h6>
<p class="post-details">
<b>June 1st, 2023</b>
</p>
<p> Congratulations to Chuong Le for an intern position at the US Army Corp of Engineer's Engineer Research and Development Center (ERDC), Information Technology Laboratory (ITL), Sensor Integration Branch (SiB) for the summer of 2023.</p>
<a href="https://www.erdc.usace.army.mil/Locations/ITL/" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div> --><!-- end of blog wrapper -->
<!-- blog-card -->
<!-- <div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/development.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">Journal Paper Accepted: Developments in the Built Environment</h6>
<p class="post-details">
<b>April 24, 2023</b>
</p>
<p>Our journal <a href="https://www.sciencedirect.com/science/article/pii/S2666165923000145">"Pixel-level classification for bridge deck rebar detection and localization using multi-stage deep encoder-decoder network"</a> was accepted and published on Developments in the Built Environment.</p>
<a href="https://ara.cse.unr.edu/wp-content/uploads/2023/02/1-s2.0-S2666165923000145-main-3-1.pdf" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div>end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/iros2022.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">IROS Award Finalist</h6>
<p class="post-details">
<b>June 29, 2022</b>
</p>
<p>Our paper <a href="https://ieeexplore.ieee.org/abstract/document/9981325">"Multi-directional Bicycle Robot for Bridge Inspection with Steel Defect Detection System”</a> was accepted to the 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems and has been nominated as the finalist of <b>IROS Best Application Paper Award.</b> </p>
<a href="assets/imgs/iros2022award.png" class="read-more" target="_blank">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/ces.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">CES 2020</h6>
<p class="post-details">
<b>January 10, 2020</b>
</p>
<p>ARA lab demonstrated the steel bridge inspection robots at the the most powerful tech event in the world, Consumer Electronic Shows (CES) 2020, Las Vegas, Nevada.</p>
<a href="https://twitter.com/its_usdot/status/1215706155588124672" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<!-- blog-card -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/eagle.png" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">Eagle Scout Award</h4>
<p class="post-details">
<b>February 4th, 2018</b>
</p>
<p> Chuong Le earned the Boy Scouts of America’s highest advancement award, the Eagle Scout Award on Sunday 2/4/2018. The seven-year journey started when he joined the Boy Scout in 6th grade ...</p>
<a href="https://www.stwnewspress.com/news/troop-828-member-earns-eagle-scout-award/article_6f7a85c2-0d4f-11e8-a6fe-679191de5552.html" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/mrshs.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h4 class="title">Mr. SHS</h4>
<p class="post-details">
<b>March 27, 2017</b>
</p>
<p> Ten Stillwater High seniors compete in the seventh annual Mr. Stillwater High School Mangeant Monday, March 27, 2017 while kicking off SMAC Week at the Performing Arts Center. The student-run ...</p>
<a href="https://www.stwnewspress.com/gallery/slideshow-smac-week-activities/collection_2abc9942-136e-11e7-bd26-8bac49629ab5.html" class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
</div>
</div>
</section>
<div class="section contact" id="contact">
<!-- <div id="map" class="map"></div> -->
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="contact-form-card">
<h4 class="contact-title">Send a message</h4>
<form action="mailto:[email protected]">
<div class="form-group">
<input class="form-control" type="text" placeholder="Name *" required>
</div>
<div class="form-group">
<input class="form-control" type="email" placeholder="Email *" required>
</div>
<div class="form-group">
<textarea class="form-control" id="" placeholder="Message *" rows="7" required></textarea>
</div>
<div class="form-group ">
<button type="submit" class="form-control btn btn-primary" >Send Message</button>
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="contact-info-card">
<h4 class="contact-title">Get in touch</h4>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-mobile icon-md"></i>
</div>
<div class="col-10 ">
<h6 class="d-inline">Phone : <br> <span class="text-muted"> +(775) 682-5490</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-map-alt icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Address :<br> <span class="text-muted">1664 N. Virginia Street, NV, Reno, USA.</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-envelope icon-md"></i>
</div>
<div class="col-10">
<h6 class="d-inline">Email :<br> <span class="text-muted">[email protected]</span></h6>
</div>
</div>
<ul class="social-icons pt-4">
<li class="social-item"><a class="social-link text-dark" href="https://www.linkedin.com/in/chuong-p-le-848283118/"><i class="ti-linkedin" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://scholar.google.com/citations?user=D14wq88AAAAJ&hl=en&oi=ao"><i class="ai ai-google-scholar ai-1x " aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="mailto: [email protected]"><i class="ti-email" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://github.com/khuechuong"><i class="ti-github" aria-hidden="true"></i></a></li>
<!--
<li class="social-item"><a class="social-link text-dark" href="#"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="#"><i class="ti-twitter" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="#"><i class="ti-google" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="#"><i class="ti-instagram" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="#"><i class="ti-github" aria-hidden="true"></i></a></li> -->
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="footer py-3">
<div class="container">
<p class="small mb-0 text-light">
© <script>document.write(new Date().getFullYear())</script> Created With <i class="ti-heart text-danger"></i> By <a href="http://devcrud.com" target="_blank"><span class="text-danger" title="Bootstrap 4 Themes and Dashboards">DevCRUD</span></a> Adapted by Chuong Le
</p>
</div>
</footer>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- Google mpas -->
<!-- <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAbdma2nYmQRzo2hKreJtQraIJ_pGssfSg&callback=initMap"></script> -->
<!-- JohnDoe js -->
<script src="assets/js/johndoe.js"></script>
</body>
</html>