forked from peichen-cs/peichen-cs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
740 lines (674 loc) Β· 40.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jiaqi Wangβs Homepage</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/me.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/light-box.css">
<link rel="stylesheet" href="css/owl-carousel.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,700&family=Lato:wght@700&family=Merriweather:wght@700&family=PT+Serif:ital,wght@1,700&family=Playfair+Display:wght@400;600&family=Ubuntu:wght@700&family=Vollkorn:wght@400;500;600&display=swap"
rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<header class="nav-down responsive-nav hidden-lg hidden-md">
<button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--/.navbar-header-->
<div id="main-nav" class="collapse navbar-collapse">
<nav>
<ul class="nav navbar-nav">
<li><a href="#aboutme">About Me</a></li>
<li><a href="#whatnew">What's New</a></li>
<li><a href="#research">Research Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#Services">Services</a></li>
<li><a href="#Awards">Awards</a></li>
<li><a href="#miscellaneous">Miscellaneous</a></li>
</ul>
</nav>
</div>
</header>
<div class="sidebar-navigation hidde-sm hidden-xs">
<div class="logo">
<img src="img/jiaqi.jpg">
</div>
<nav>
<ul>
<li>
<a href="#aboutme">
<span class="rect"></span>
<span class="circle"></span>
About Me
</a>
</li>
<li>
<a href="#whatnew">
<span class="rect"></span>
<span class="circle"></span>
What's New
</a>
</li>
<li>
<a href="#research">
<span class="rect"></span>
<span class="circle"></span>
Research Experience
</a>
</li>
<li>
<a href="#education">
<span class="rect"></span>
<span class="circle"></span>
Education
</a>
</li>
<li>
<a href="#Services">
<span class="rect"></span>
<span class="circle"></span>
Services
</a>
</li>
<li>
<a href="#Awards">
<span class="rect"></span>
<span class="circle"></span>
Awards
</a>
</li>
<li>
<a href="#miscellaneous">
<span class="rect"></span>
<span class="circle"></span>
Miscellaneous
</a>
</li>
</ul>
</nav>
<ul class="social-icons">
<!-- <li><a href="#"><i class="fa fa-facebook"></i></a></li> -->
<!-- <li><a href="#"><i class="fa fa-twitter"></i></a></li> -->
<!-- <li><a href="#"><i class="fa fa-google"></i></a></li> -->
<!-- <li><a href="https://github.com/RabbitWhite1" target="_blank"><i class="fa fa-github"></i></a></li> -->
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a></li> -->
</ul>
</div>
<div class="page-content">
<section id="aboutme" class="content-section">
<div class="section-heading">
<h1>Jiaqi Wang</h1>
</div>
<div class="section-content">
<p>
Now I'm a master's student in Biomedical Engineering at <a href="https://www.nus.edu.sg/" target="_blank">National University of Singapore(NUS)</a> and I'm looking for job opportunities about AI related jobs!
I have completed my two years full-time research assistantship at <a href="https://cuhk.edu.cn/en" target="_blank">the Chinese University of Hong Kong,Shenzhen(CUHKSZ)</a> focusing on research in the direction of micro medical robotics. <br>
</p>
<p>
<!-- I recently graduated with a Master of Science from Tsinghua University studying distributed systems and storage systems
under Professor <a href="http://storage.cs.tsinghua.edu.cn/~jiwu-shu/" target="_blank">Jiwu Shu</a> and Youyou Lu as part of the Storage Research Group.
My thesis focused on SmartNIC-based shared log system.
During grad school, I had the amazing opportunity to collaborate with
Qing Wang, Youmin Chen, Zhe Yang, Bohong Zhu, Junru Li, Jian Gao. -->
<!--Prior to industry, I earned my MPhil in Computer Science from <a href="https://en.xidian.edu.cn/" target="_blank">XIDIAN University(XDU)</a> in 2022,
co-advised by Professor <a href="http://storage.cs.tsinghua.edu.cn/~jiwu-shu/" target="_blank">Jiwu Shu</a>
and Professor <a href="http://storage.cs.tsinghua.edu.cn/~lu/" target="_blank">Youyou Lu</a>
in <a href="http://storage.cs.tsinghua.edu.cn/" target="_blank">Storage Research Group</a>.-->
</p>
<p>
Previously, I obtained my B.S. in Mechanical Design Manufacture and Automation at <a href="https://en.xidian.edu.cn/" target="_blank">XIDIAN University(XDU)</a> in 2022,
advised by Professor <a href="https://web.xidian.edu.cn/wangpei/index.html" target="_blank">Pei Wang</a>.
</p>
<p>
Please find my <a href="img/Wang Jiaqi CV.pdf" target="_blank">CV</a> here.
</p>
<p>
<a href="https://github.com/jiaqiwang-rex"><i class="fa fa-github"></i> GitHub</a>    
<!-- <a href="https://twitter.com/peichen223884/"><i class="fa fa-twitter"></i>
Twitter</a>    -->
<!-- <a href="https://www.linkedin.com/in/pei-chen-2369a9140/"><i class="fa fa-linkedin"></i>
Linkedin</a>    -->
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i> wjqxdu AT
163.com</a>    
<a href="https://scholar.google.com/citations?user=w3x0V2MAAAAJ&hl=zh-CN&oi=sra"><i class="fa fa-google"></i> Scholar</a>    
<a href="https://www.linkedin.com/in/%E4%BD%B3%E7%90%A6-%E7%8E%8B-aa91792a2/?locale=en_US"><i class="fa fa-linkedin"></i> Linkedin</a>
</p>
</div>
</section>
<!-- <section id="research-interest" class="research-content-section">
<div class="section-heading">
<h1>Research <em>Interest</em></h1>
</div>
<div class="section-content">
<p>
I work in the area of System for Cloud Computing and database systems.
My research spans distributed systems, and storage systems on emerging hardware (e.g., Non-Volatile Memory, RDMA).
</p>
<p>
In particular, I am interested in building distributed systems, key-value stores
and transactional systems leveraging emerging devices (e.g., RDMA, SmartNICs).
Moreover, I am also passionate about hardware memory disaggregation,
enabling independent scaling of memory and compute.
</p>
</div>
</section> -->
<section id="whatnew" class="research-content-section">
<div class="section-heading">
<h1>What's <br><em>New</em></h1>
<p>
[MAY 2024] Testing the generalizability and effectiveness of deep learning models among clinics: sperm detection as a pilot study is accepted to Reproductive Biology
and Endocrinology!<br>
[JAN 2024] Automated Non-invasive Analysis of Motile Sperms Using Cross-scale Guidance Network is accepted to ICRA 2024!<br>
[Dec 2022] Estimating End-Effector 3D Position using a Single Monocular Microscopic Image for Robotic Micromanipulation is accepted to ROBIO 2022!<br>
[Nov 2022] Estimating Z-position of Motile Cells for Robotic Cell Manipulation is accepted to IEEE CBS 2022!<br>
[Nov 2022] Machine Learning-based Depth Prediction of End-Effector for 3D Robotic Micromanipulation is accepted to IEEE CBS 2022!<br>
[Oct 2022] I obtained the <a href="https://preprod.asrm.org/news-and-events/asrm-scientific-congress--expo/scientific-congress-abstract-awards2/video-presentation-awards/" target="_blank">Video Presentation Award-Second Place</a> at the American Society for Reproductive Medicine's 78th ASRM Scientific Congress & Expo!
This is the most prestigious reproductive medicine conference in the United States! And the abstracts are published in <a href="https://preprod.asrm.org/journals/fertility-and-sterility-journals/fertility-and-sterility/" target="_blank">FERTILITY AND STERILITY</a>, the top journal in reproductive medicine.<br>
[Jun 2022] I obtained my B.S. in Mechanical Design Manufacture and Automatio at <a href="https://en.xidian.edu.cn/" target="_blank">XIDIAN University(XDU)</a>.<br>
</p>
</div>
</section>
<!-- Research Experience -->
<section id="research" class="content-section">
<div class="section-heading">
<h1>Research<br><em>Experience</em></h1>
<p>Below are my research experience and industry projects.
</p>
</div>
<div class="section-content">
<div class="tabs-content">
<div class="wrapper">
<ul class="tabs clearfix" data-tabgroup="first-tab-group">
<li><a href="#tab1" class="active">Research</a></li>
<li><a href="#industry_project">Projects</a></li>
<li><a href="#interesting_video">Videos</a></li>
</ul>
<section id="first-tab-group" class="tabgroup">
<div id="tab1">
<style>
.video-container .item {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.video-container .item video {
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
<ul>
<li>
<div class="video-container">
<div class="item">
<img src="img/research/fs.png" alt="" style="width:35%;height:100%">
<div class="text-content" style="width:64%">
<h4>Testing the generalizability and effectiveness of deep learning models among clinics: sperm detection as a pilot study</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>Reproductive Biology and Endocrinology</b></w><br>
<w style="color:rgb(0, 0, 0);"><em>Jiaqi Wang</em>, Yufei Jin, Aojun jiang, et al.</w>
</span>
<p>
<b>Task</b>: Enhancing deep learning models for sperm detection and counting in in vitro fertilization (IVF) procedures.<br>
<b>What</b>: Conducting a multicentric clinical validation to address the challenge of model reproducibility across varied clinical settings in IVF. <br>
<b>Benefits</b>: Improved clinical outcomes and enhanced reliability in IVF procedures. <br>
<b>How</b>: By examining the impact of imaging factors, enriching the training dataset with diverse imaging conditions,
and ensuring a balanced representation of relevant objects, the study demonstrates the importance of dataset diversity and comprehensive feature
sets for consistent model performance. This approach enhances model reproducibility and clinical reliability in IVF laboratories.
</p>
<div class="accent-button">
<a href="https://rbej.biomedcentral.com/articles/10.1186/s12958-024-01232-8" target="_blank" class="button">Paper</a>
<a href="https://github.com/jiaqiwang-rex/Sperm-datasets-for-training" target="_blank" class="button">Datasets</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item">
<img src="img/research/fs2.png" alt="" style="width:35%;height:100%">
<div class="text-content" style="width:64%">
<h4>Identifying Viability of Immotile Sperm at One Glance: Sperm Viability Classifier Powered by Deep Learning</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>Fertility and Sterility</b></w><br>
<w style="color:rgb(0, 0, 0);">Aojun Jiang, <em>Jiaqi Wang</em>, Huan Zhao, Zhuoran Zhang, Yu Sun</w>
</span>
<p>
<b>Task</b>: Developing an AI-based technique to non-invasively predict the viability of immotile sperm using a single brightfield image,
without requiring sample processing.<br>
<b>What</b>: Testing the hypothesis that viability information can be reflected by sperm morphology in microscopic
images and developing an AI model for viability prediction. <br>
<b>Benefits</b>: Non-invasive prediction of sperm viability, eliminating the need for cytotoxic reagents or tedious procedures.
Enables instant viability information for infertility diagnosis and IVF treatment. <br>
<b>How</b>: The AI model is built using the structure of Vision Transformer and trained on 1471 images of immotile sperm.
The model predicts viability based on the brightfield image and is validated using blind tests on 10 new samples. Model performance is quantified by accuracy,
recall, and specificity. The weights of the model are analyzed and visualized to understand its attention to different parts of the sperm,
revealing that morphological changes related to viability primarily exist in the cell nucleus.
</p>
<div class="accent-button">
<a href="https://www.fertstert.org/article/S0015-0282(22)01350-4/fulltext" target="_blank" class="button">Paper</a>
<a href="img/project/v2.mp4" target="_blank" class="button">Video</a>
<a href="img/project/p1.pptx" target="_blank" class="button">Slides</a>
<a href="img/pdf/post fs.pdf" target="_blank" class="button">Poster</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item">
<img src="img/research/robio.png" alt="" style="width:35%;height:100%">
<div class="text-content" style="width:64%">
<h4>Automated positioning during microscopic sperm selection</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>IEEE ROBIO; IEEE CBS</b></w><br>
<w style="color:rgb(0, 0, 0);"><em>Jiaqi Wang</em>, Jiaqi Chen, Chenjie Wang, Zhuoran Zhang</w>
</span>
<p>
<b>Task</b>:Estimating the z-axis position of a robot end-effector using a multiclass classification approach.<br>
<b>What</b>: The paper proposes a strategy to transform the z-axis positioning problem into a multiclass classification problem by classifying monocular images of the end-effector into different depth intervals. <br>
<b>Benefits</b>: The proposed strategy provides a method to estimate the out-of-focus depth of the end-effector
and offer 3D visual feedback for robotic micromanipulation. It overcomes the challenge of obtaining visual feedback
for the z-axis position, which is crucial in robot micromanipulation. <br>
<b>How</b>: A deep learning model is developed to solve the multiclass
classification problem, and a novel loss function is introduced to handle the shallow depth of
field of an optical microscope. Experimental results using glass micropipettes demonstrate a high accuracy
of 96.1% for depth prediction/classification.
</p>
<div class="accent-button">
<a href="img/pdf/IEEE CBS_JIAQI.pdf" target="_blank" class="button">Object depeth prediction</a>
<a href="img/pdf/end.pdf" target="_blank" class="button">End-effector depth prediction</a>
<a href="img/project/v1.mp4" target="_blank" class="button">Video</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item">
<img src="img/research/tase.png" alt="" style="width:35%;height:100%">
<div class="text-content" style="width:64%">
<h4>Automated Point-of-Care Semen Analysis Using Smartphone Imaging and Occlusion-Aware Multi-Object Tracking</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>IEEE Transactions on Automation Science and Engineering</b></w><br>
<w style="color:rgb(0, 0, 0);">Aojun Jiang, Miao Hao, Yiqian Li, <em>Jiaqi Wang</em> et al.</w>
</span>
<p>
<b>Introduction</b>:This paper presents an automated point-of-care semen analysis method that
utilizes smartphone imaging to measure sperm concentration and motility. The method aims to match
clinical standards while offering user-friendly operation. A boundary-sensitive segmentation network
is developed to identify and differentiate sperm from impurities in raw semen. To address challenges
posed by smartphone imaging and undiluted semen samples, a novel occlusion-aware multisperm tracking algorithm
is proposed. An occlusion-awareness module is introduced to robustly track multiple sperm and handle frequent
sperm crossover/occlusion. The proposed method achieves a high success rate for tracking occluded sperm and
demonstrates low errors in sperm concentration and motility. In clinical tests involving 50 participants,
the method shows good agreement with clinical standards and performs well even when used by inexperienced users.
</p>
<div class="accent-button">
<a href="https://ieeexplore.ieee.org/document/10494043" target="_blank" class="button">Paper</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item">
<img src="img/research/icra.png" alt="" style="width:35%;height:100%">
<div class="text-content" style="width:64%">
<h4>Automated Non-invasive Analysis of Motile Sperms Using Cross-scale Guidance Network</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>IEEE International Conference on Robotics and Automation 2024</b></w><br>
<w style="color:rgb(0, 0, 0);">Wei Dai, Zixuan Wu, <em>Jiaqi Wang</em>, Rui Liu, Tianyi Wu et al.</w>
</span>
<p>
<b>Introduction</b>:Accurate measurement of sperm parameters is crucial for fertility
assessment and robotic manipulation. Conventional methods struggle to analyze small sperm objects,
but the CSG network, a novel segmentation network, addresses these limitations.
It preserves essential details using innovative modules and outperforms state-of-the-art models,
achieving higher accuracy and enabling comprehensive fertility analysis.
</p>
<div class="accent-button">
<a href="img/pdf/icra.pdf" target="_blank" class="button">Paper</a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<div id="industry_project">
<style>
.video-container .item {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.video-container .item video {
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
<ul>
<li>
<div class="video-container">
<div class="item">
<img src="img/industry/hand.jpg" alt="" style="width:40%;height:100%">
<div class="text-content" style="width:64%">
<h4>Somatosensory Wearable Mechanical Gloves </h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>XIDIAN University</b>     May 2020 - Dec 2021 </w><br>
<w style="color:rgb(0, 115, 161);">China Mechanical Innovation Design Competition <br>First Prize (Top 5%)</w>
</span>
<p>
<b>What</b>: Assistive gloves for the elderly.
<br>
<b>How</b>: Traditional mechanical designs for grip-assisting gloves typically utilize a linkage mechanism for power transmission.
However, considering the dexterity of wearable devices, we have optimized the driving mechanism by using a cable-driven system.
This driving method not only saves a significant amount of space but also provides greater flexibility.
Additionally, to make it more convenient for the elderly to operate, we have incorporated a voice control module,
enabling simple commands to perform gripping actions.<br>
You can find more <a href="img/project/v3.mp4" target="_blank">details</a> here.
</p>
</div>
</div>
</div>
</li>
<li>
<div class="item">
<div style="display: flex; flex-wrap: nowrap;">
<img src="img/industry/image4.gif" alt="" flex-grow: 1; object-fit: contain;"">
<img src="img/industry/image5.gif" alt="" flex-grow: 1; object-fit: contain;"">
<img src="img/industry/image6.gif" alt="" flex-grow: 1; object-fit: contain;"">
<img src="img/industry/image7.gif" alt="" flex-grow: 1; object-fit: contain;"">
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item">
<img src="img/industry/dungou1.jpg" alt="" style="width:40%;height:100%">
<div class="text-content" style="width:64%">
<h4>Digital Twin Platform for Shield Excavation</h4>
<span>
<w style="color:rgb(161, 0, 0);"> <b>XIDIAN University</b>    
Jan 2020 - Jun 2022 </w><br>
<w style="color:rgb(0, 115, 161);">China International "Internet+" Innovation and <br>Entrepreneurship Competition
Second Prize</w>
</span>
<p>
<b>What</b>:
Utilizing deep learning for the correction of tunnel boring machine excavation trajectories.<br>
<b>How</b>:Considering the parameters obtained from various sensors on the tunnel boring machine,
we have constructed track prediction and correction models through feature dimension reduction
and extraction of important features. These models have been integrated into a cloud-based platform.<br>
You can find more <a href="img/industry/shield2.pdf" target="_blank">details</a> here.
</p>
</div>
</div>
</div>
</li>
<li>
<div class="item">
<div style="display: flex; flex-wrap: nowrap;">
<img src="img/research/dungou9.png" alt="" style="max-width: 100%; height: 100%; flex-grow: 1;">
<img src="img/industry/dungou3.jpg" alt="" style="max-width: 100%; height: 100%; flex-grow: 1;">
</div>
</div>
</li>
</ul>
</div>
<div id="interesting_video">
<style>
.video-container .item {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.video-container .item video {
width: 100%;
height: 100%;
object-fit: contain;
}
</style>
<ul>
<li>
<div class="video-container">
<div class="item" style="width: 100%; height: 100%;">
<video src="img/project/v2.mp4" controls></video>
</div>
</div>
</li>
<li>
<div class="video-container">
<div class="item" style="width: 83%; height: 100%;">
<video src="img/project/v3.mp4" controls></video>
</div>
</div>
</li>
</ul>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Education Experience -->
<section id="education" class="content-section">
<div class="section-heading">
<h1>Education & Intern<br><em>Experience</em></h1>
<p>By reserved by time order</p>
</div>
<div class="section-content">
<div class="owl-carousel owl-theme">
<!-- <div class="item">
<div class="image">
<img src="img/badge/nyu.png" alt="">
</div>
<div class="text-content">
<h4>New York University</h4>
<span>2022.09 - Present</span>
<p>
I am now an first-year PhD student at NYU, researching on safety of distributed systems, advised by
Prof. <a href="https://cs.nyu.edu/~apanda/" target="_blank">Aurojit Panda</a>.
</p>
</div>
</div> -->
<div class="item">
<div class="image">
<img src="img/nus.png" alt=""style="width:40%;height:60%">
<!-- <div class="education-button button">
<a href="#projects">Continue Reading</a>
</div> -->
</div>
<div class="text-content">
<h4>National University of Singapore</h4>
<span>2024.8 - present</a>
<span>Master</span>
<p>
Currently I am a Masters student in Biomedical Engineering at the <a href="https://nus.edu.sg/">National University of Singapore</a>.
</p>
</div>
</div>
<div class="item">
<div class="image">
<img src="img/research/cuhksz2.png" alt=""style="width:60%;height:100%">
<!-- <div class="education-button button">
<a href="#projects">Continue Reading</a>
</div> -->
</div>
<div class="text-content">
<h4>The Chinese University of HongKong, Shenzhen</h4>
<span>2021.12 - 2023.9</a>
<span>Research Asisstant(Fulltime)</span>
<span>Advisor: <a href="https://sse.cuhk.edu.cn/en/faculty/zhangzhuoran">Prof. Zhuoran Zhang</a>
<p>
I had great experience working with <a href="https://sse.cuhk.edu.cn/en/faculty/zhangzhuoran">Prof. Zhuoran Zhang</a>.
Professor Zhang's rigorous research spirit and excellent research taste have deeply influenced me.
I have always followed Prof Zhang's research philosophy: <em>from the clinics, to the clinics</em>.
This experience strengthens my problem-solving and communication skills and broadens my research horizons.
</p>
</div>
</div>
<div class="item">
<div class="image">
<img src="img/research/xidian.png" alt=""style="width:48%;height:100%">
<div class="education-button button">
<!-- <a href="#projects">Continue Reading</a> -->
</div>
</div>
<div class="text-content">
<h4>XIDIAN University</h4>
<span>2018.09-2022.06</a>
<span>Bachelor</span>
<span>Advisor: <a href="https://web.xidian.edu.cn/wangpei/index.html">Prof. Pei Wang</a>
<p>
I am lucky to follow WangPei who encourage me to go for professional competence.
Professor Wang has led me forward in the field of <em>Digital Twins</em> and I have gained a lot.
</p>
<p>
<w style="color:rgb(161, 0, 0);">Rank: 13/160 | GPA: 3.6/4</w>
</p>
</div>
</div>
<div class="item">
<div class="image">
<img src="img/research/siemens.png" alt=""style="width:68%;height:100%">
<!--video src="img/project/v3.mp4" controls></video>
<!-- <div class="education-button button">
<a href="#projects">Continue Reading</a>
</div> -->
</div>
<div class="text-content">
<h4>Siemens Industry Software (Shanghai) Co., Ltd</h4>
<span>2022.01 - 2022.02</a>
<span>Internship</span>
<span>PPosition: <a href="https://plm.sw.siemens.com/en-US/">Teamcenter Product Development Internship</a>
<p>
Responsible for the secondary development and post-checking of functions in Teamcenter for enterprise
needs; Preliminary data processing: interacted with clients for feed backs and assisted technical consultants in
determining functional requirements and application logic; Responsible for setting relevant functional test data, and assisting clients in application data migration.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- miscellaneous -->
<section id="Services" class="content-section">
<div class="section-heading">
<h1>Services </em></h1>
<p></p>
</div>
<div class="section-content">
<p>
[2018 - 2022] President of the <a href="https://en.xidian.edu.cn/" target="_blank">XDU</a> Painting and Calligraphy Association. I taught the members how to make <a href="https://en.wikipedia.org/wiki/Rubber_stamp" target="_blank">rubber stamps</a>.<a href="img/project/rubber.jpg" target="_blank">Pic1</a><br>
[2019 - 2019] Robomaster against Robotics team members, Here's a <a href="img/industry/robomaster.mp4" target="_blank">video</a> of us assembling the infantry robot.</a><br>
</p>
</div>
</section>
<section id="Awards" class="content-section">
<div class="section-heading">
<h1>Awards </em></h1>
<p></p>
</div>
<div class="section-content">
<p>
π[2023] <a href="https://irmv.sjtu.edu.cn/robio2022/">IEEE ROBIO 2022</a> conference oral presentation<br>
π[2022] Second Prize in <a href="https://sse.cuhk.edu.cn/en">SSE</a> Research Poster Competition in <a href="https://cuhk.edu.cn/en">CUHKSZ</a><br>
π[2022] Video Presentation Award-Second Place at the American Society for Reproductive Medicine's 78th ASRM Scientific Congress & Expo<br>
π[2022] Outstanding Graduate of XDU(Top 1%)<br>
π[2022] Outstanding Student of XDU(Top 5%)<br>
π[2022] Second Prize of National University Student Social Practice and Science Contest on Energy Saving & Emission Reduction<br>
π[2022] Director of Innovation and Entrepreneurship Training Programme for University Students<br>
π[2021] Honorable Mention of the <a href="https://en.wikipedia.org/wiki/Mathematical_Contest_in_Modeling" target="_blank">International Mathematical Contest in Modeling(MCM)</a><br>
π[2021] Outstanding Student of XDU(Top 5%)<br>
π[2021] Second Prize of the Chinese Mathematical Contest in Modeling(MCM)<br>
π[2021] First Prize of Mechanical Innovation Design Competition in Shaanxi Province(Top 1%)<br>
π[2020] Third Prize of the 12th Shaanxi Province Industrial Engineering Improvement Creativity Competition<br>
π[2020] China International "Internet+" University Students Innovation and Entrepreneurship Competition silver medal<br>
π[2020] Outstanding Student of XDU(Top 5%)<br>
π[2019] College's Best Leadership Scholarship of XDU<br>
</p>
</div>
</section>
<section id="miscellaneous" class="content-section">
<div class="section-heading">
<h1>Miscellaneous</em></h1>
<p></p>
</div>
<div class="section-content">
<p>I'm passionate about making interesting little things using 3D printing.<a href="img/project/print.jpg" target="_blank">Pic1</a></p>
<p>I love bungee jumping, I tried it for the first time when I was a junior in high school!</p>
<p>I also like to draw some cute little animals.<a href="img/project/cat.jpg" target="_blank">Pic1</a>, <a href="img/project/fish.jpg" target="_blank">Pic2</a></p>
</div>
</section>
<section class="footer">
<div id="container">
<p>Copyright © 2023 Jiaqi Wang</p>
</div>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
// Hide Header on on scroll down
var didScroll;
var lastScrollTop = 0;
var delta = 5;
var navbarHeight = $('header').outerHeight();
$(window).scroll(function (event) {
didScroll = true;
});
setInterval(function () {
if (didScroll) {
hasScrolled();
didScroll = false;
}
}, 250);
function hasScrolled() {
var st = $(this).scrollTop();
// Make sure they scroll more than delta
if (Math.abs(lastScrollTop - st) <= delta)
return;
// If they scrolled down and are past the navbar, add class .nav-up.
// This is necessary so you never see what is "behind" the navbar.
if (st > lastScrollTop && st > navbarHeight) {
// Scroll Down
$('header').removeClass('nav-down').addClass('nav-up');
} else {
// Scroll Up
if (st + $(window).height() < $(document).height()) {
$('header').removeClass('nav-up').addClass('nav-down');
}
}
lastScrollTop = st;
}
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
</body>
</html>