-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.html
941 lines (921 loc) · 34.8 KB
/
people.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
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<title>DT Lab at Purdue University</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="icon" href="assets/images/elements/icon_36_36.png" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="container">
<h1>
<a href="index.html" class="icon brands fa-purdue"
>Purdue Digital Twin Lab</a
>
</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="people.html">People</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
</ul>
</nav>
</div>
</header>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Main-->
<div id="main" class="wrapper style3">
<div class="container">
<br /><br />
<!-- PI -->
<section>
<h2>Principal Investigator</h2>
<h3>
<span class="imag</div>e left">
<img
src="assets/images/people/prof_wang.jpg"
alt=""
width="250"
height="250" /></span
><br />
Ziran Wang<br />
</h3>
<p>
Assistant Professor<br />
College of Engineering<br />
Purdue University<br />
</p>
<h5>Email: ziran [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a href="https://ziranw.github.io/" class="fas fa-link"
><span class="label"></span
></a>
</li>
</ul>
</section>
<section>
<h2>Postdoctoral researcher</h2>
<div class="row">
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/jiaru.jpg"
alt=""
width="250"
height="250"
/></span>
Jiaru Zhang
</h3>
<h5>Education Background</h5>
<p>
Ph.D. in Computer Science and Technology<br />
Shanghai Jiao Tong University
</p>
<h5>Research Interests</h5>
<p>
Uncertainty in Autonomous Driving, Bayesian Neural Networks,
Causal Discovery
</p>
<h5>Email: jiaru [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a href="https://Jiaruzhang.github.io/" class="fas fa-user"
><span class="label"></span
></a>
</li>
</ul>
</div>
</div>
<h2>Ph.D. Students</h2>
<div class="row">
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/can.jpg"
alt=""
width="250"
height="250"
/></span>
Can Cui
</h3>
<h5>Education Background</h5>
<p>
M.S. in Electrical and Computer Engineering <br />
University of Michigan, Ann Arbor
</p>
<h5>Research Interests</h5>
<p>
LLMs in Automated Driving, Digital Twin, ADAS, Machine
learning, Controls
</p>
<h5>Internship</h5>
<p>
Cummins, 2024 Summer <br />
Toyota, 2025 Spring
</p>
<h5>Email: cancui [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a href="https://cancui19.github.io/" class="fas fa-user"
><span class="label"></span
></a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/juanwu.jpg"
alt=""
width="250"
height="250"
/></span>
Juanwu (David) Lu<br />
</h3>
<h5>Education Background</h5>
<p>
M.S. in Civil Engineering <br />
University of California, Berkeley
</p>
<h5>Research Interests</h5>
<p>
Microscopic Traffic Simulation, Driver Behavior, Autonomous
Vehicles
</p>
<h5>Internship</h5>
<p>
Zoox, 2024 Summer <br />
Waymo Research, 2025 Summer
</p>
<h5>Email: juanwu [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/juanwu-lu/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/yunsheng.jpg"
alt=""
width="250"
height="250"
/></span>
Yunsheng Ma<br />
</h3>
<h5>Education Background</h5>
<p>M.S. in Computer Science <br />New York University</p>
<h5>Research Interests</h5>
<p>Autonomous Driving, Foundation Models, Spatial Reasoning</p>
<h5>Internship</h5>
<p>
Toyota, 2024 Summer <br />
Bosch AI, 2024 Fall & 2025 Spring <br />
Waymo Research, 2025 Summer
</p>
<h5>Email: yunsheng [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a href="https://ysma.me/" class="fas fa-link"
><span class="label"></span
></a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/SungYeon.jpeg"
alt=""
width="250"
height="250"
/></span>
SungYeon Park<br />
</h3>
<h5>Education Background</h5>
<p>
M.S. in Civil Engineering<br />Seoul National University<br />
</p>
<h5>Research Interests</h5>
<p>Autonomous Driving, Multimodal LLMs, Perception</p>
<h5>Email: sungyeon [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/syparkway/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Juntong.png"
alt=""
width="250"
height="250"
/></span>
Juntong Peng<br />
</h3>
<h5>Education Background</h5>
<p>
B.S. in Information Engineering<br />Shanghai Jiao Tong
University<br />
</p>
<h5>Research Interests</h5>
<p>
Computer Vision, Connected Autonomous Vehicles, Motion
Prediction
</p>
<h5>Email: juntong [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/juntong-peng/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/zichong.jpg"
alt=""
width="250"
height="250"
/></span>
Zichong Yang<br />
</h3>
<h5>Education Background</h5>
<p>
M.S. in Mechanical Engineering <br />
Carnegie Mellon University
</p>
<h5>Research Interests</h5>
<p>
Computer Vision, Human Pose Estimation, Human Trajectory
Prediction
</p>
<h5>Email: zichong [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/zichong-yang-002791218/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/yupeng.png"
alt=""
width="300"
height="300"
/></span>
Yupeng Zhou
</h3>
<h5>Education Background</h5>
<p>
M.S. in Mechanical Engineering <br />
Purdue University
</p>
<h5>Research Interests</h5>
<p>Robotics, Controls, Autonomous Vehicles</p>
<h5>Email: zhou1346 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/yupeng-zhou-313765261/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
</div>
<h2>Master students</h2>
<div class="row">
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/luyang.jpg"
alt=""
width="300"
height="300"
/></span>
Luyang Jiang
</h3>
<h5>Education Background</h5>
<p>
B.Eng. In Computer Engineering<br />University of British
Columbia
</p>
<h5>Research Interests</h5>
<p>Autonomous Driving, Computer Vision, Machine Learning</p>
<h5>Internship</h5>
<p>Wonder, 2024 Summer</p>
<h5>Email: jian1078 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/james-jly/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/prashanth.jpeg"
alt=""
width="300"
height="300"
/></span>
Prashanth Sankaranarayanan
</h3>
<h5>Education Background</h5>
<p>
B.Tech in Electrical and Electronics Engineering<br />Vellore
Institute of Technology
</p>
<h5>Research Interests</h5>
<p>
Autonomous Driving, Motion Planning, Computer Vision, ADAS
</p>
<h5>Email: sankarap [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/prashanth-sankaranarayanan/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Guanxiao.jpg"
alt=""
width="300"
height="300"
/></span>
Guanxiao Li
</h3>
<h5>Education Background</h5>
<p>Jilin University</p>
<h5>Research Interests</h5>
<p>
Deep Reinforcement Learning, Autonomous Driving, Computer
Vision, Robotics, Machine Learning
</p>
<h5>Email: li4992 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Girish_Runnesh_Jagadeesan.png"
alt=""
width="300"
height="300"
/></span>
Girish Runnesh Jagadeesan
</h3>
<h5>Education Background</h5>
<p>
B.Eng in Robotics and Automation<br />
PSG College of Technology
</p>
<h5>Research Interests</h5>
<p>
Autonomous Vehicle Control, Medical Robotics and Industrial
Automation
</p>
<h5>Email: gjagade [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="http://linkedin.com/in/girish-runnesh-j"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/satish15.jpg"
alt=""
width="300"
height="300"
/></span>
Vaishnavi Satish
</h3>
<h5>Education Background</h5>
<p>
B.Tech in Electronics and Instrumentation with a minor in
Artificial Intelligence and Machine Learning
</p>
<h5>Research Interests</h5>
<p>
Computer Vision, Deep Learning, Autonomous Driving, and
Machine Learning
</p>
<h5>Email: satish15 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/vaishnavi-satish-91995a212/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/ProfessionalHeadshot_Udit.jpg"
alt=""
width="300"
height="300"
/></span>
Udit Ekansh
</h3>
<h5>Education Background</h5>
<p>
B.Tech in Mechatronics and Automation Engineering<br />
MIT Art, Design, and Technology University, India
</p>
<h5>Research Interests</h5>
<p>
Connected Systems, Reinforcement Learning, Robot Learning,
Autonomy
</p>
<h5>Email: uekansh [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://udit176.github.io/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Shashwat_Picture.jpg"
alt=""
width="300"
height="300"
/></span>
Shashwat Kumar
</h3>
<h5>Education Background</h5>
<p>
B Tech in Mechatronics Engineering from Manipal Academy of
Higher Education
</p>
<h5>Research Interests</h5>
<p>
Perception, Firmware, Embedded Systems and Autonomous Systems
</p>
<h5>Email: smudugur [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/shashwatma/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
<li>
<a
href="https://shashwat1524.github.io/Portfolio/"
class="fas fa-link"
><span class="label"></span
></a>
</li>
</ul>
</div>
</div>
<h2>Undergraduate students</h2>
<div class="row">
<div class="row">
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/manav.png"
alt=""
height="230"
/></span>
Manav Gagvani<br />
</h3>
<h5>Current Enrollment</h5>
<p>Computer Engineering<br />Purdue University</p>
<h5>Research Interests</h5>
<p>
Learned Autonomy, Robotic Foundation Models, Embedded ML
</p>
<h5>Email: mgagvani [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a
href="mailto:[email protected]"
class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/manav-gagvani"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/rajeev.jpeg"
alt=""
height="230"
/></span>
Rajeev Sashti<br />
</h3>
<h5>Current Enrollment</h5>
<p>Computer Engineering<br />Purdue University</p>
<h5>Research Interests</h5>
<p>
Autonomous Vehicles, Computer Vision, Robotics, Embedded
Systems
</p>
<h5>Email: rsashti [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a
href="mailto:[email protected]"
class="fas fa-envelope"
><span class="lab</div>el"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rajeev-sashti-52315b201/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Patrick_Shen.jpeg"
alt=""
height="230"
/></span>
Patrick Shen<br />
</h3>
<h5>Current Enrollment</h5>
<p>Electrical Engineering<br />Purdue University</p>
<h5>Research Interests</h5>
<p>Autonomous Vehicles, Machine Learning, LLMs</p>
<h5>Email: shen742 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/patrickzshen/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Kyungmin.PNG"
alt=""
height="230"
/></span>
Kyungmin Kim
<br />
</h3>
<h5>Current Enrollment</h5>
<p>Artificial Intelligence<br />Purdue University</p>
<h5>Research Interests</h5>
<p>Autonomous driving, Control, Motion Prediction</p>
<h5>Email: kim3508 [at] purdue [dot] edu</h5>
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/kyungmink01/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
</div>
<h2>Alumni</h2>
<div class="row">
<!-- <div class="col-6 col-12-small">
<h3>
<span class="image left"
<img
src="assets/images/people/chloe.png"
alt=""
width="250"
height="250"
/></span>
Chloe Chen<br />
</h3>
<h5>Current Enrollment</h5>
<p>
Prospect High School<br />
Saratoga, California<br />
</p>
</div> -->
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/zihao.jpeg"
alt=""
width="300"
height="300"
/></span>
Zihao Li<br />
</h3>
<!-- <h5>Education Background</h5>
<p>
B.Eng. in Transportation Engineering<br />Tongji University<br />
</p>
<h5>Internship</h5>
<p>NREL, 2023 Fall, 2024 Spring, 2024 Summer</p>
<h5>Research Interests</h5>
<p>Digital Twin, Driver Behavior</p>
<br /> -->
<h5>First Employment</h5>
<p>North Central Texas Council of Governments</p>
<h5>Purdue Degree</h5>
<p>M.S. in Electrical and Computer Engineering, 2024</p>
<!-- <h5>Email: zihao [at] purdue [dot] edu</h5> -->
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/zihao-li-510a41251/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/peiran.png"
alt=""
width="250"
height="250"
/></span>
Peiran Liu<br />
</h3>
<h5>First Employment</h5>
<p>PhD Student in Industrial Engineering</p>
<h5>Purdue Degree</h5>
<p>M.S. in Industrial Engineering, 2024</p>
<!-- <h5>Email: liu3820 [at] purdue [dot] edu</h5> -->
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/Shubham.png"
alt=""
width="250"
height="250"
/></span>
Shubham Khawale<br />
</h3>
<h5>First Employment</h5>
<p>Dayton-Phoenix Group</p>
<h5>Purdue Degree</h5>
<p>M.S. in Mechanical Engineering, 2023</p>
<!-- <h5>Email: skhawal [at] alumni [dot] purdue [dot] edu</h5> -->
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
</ul>
</div>
<div class="col-6 col-12-small">
<h3>
<span class="image left">
<img
src="assets/images/people/rohit.jpeg"
alt=""
height="250"
/></span>
Rohit Naidu<br />
</h3>
<h5>First Employment</h5>
<p>Texas Instruments</p>
<h5>Purdue Degree</h5>
<p>B.S. in Computer Engineering, 2023</p>
<!-- <h5>Email: naidu2 [at] purdue [dot] edu</h5> -->
<ul class="icons">
<li>
<a href="mailto:[email protected]" class="fas fa-envelope"
><span class="label"></span
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rohitnaidu13/"
class="icon brands fa-linkedin"
><span class="label">linkedin</span></a
>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<a href="https://www.easycounter.com/">
<img
src="https://www.easycounter.com/counter.php?purduedigitaltwin"
alt="stats counter"
/></a>
unique visitors since July 2023.
<p class="copyright">© 2023 Purdue Digital Twin Lab</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</div>
</div>
</body>
</html>