-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
714 lines (659 loc) · 28.5 KB
/
index.html
File metadata and controls
714 lines (659 loc) · 28.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sichen</title>
<meta charset="utf-8">
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/section.css">
<link rel="stylesheet" href="css/gallery.css">
<script src="https://kit.fontawesome.com/aa0b3dd0ba.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="colorlib-page">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle"><i></i></a>
<aside id="colorlib-aside" role="complementary" class="js-fullheight text-center align-items-center">
<!-- <div style="height:250px; width: 250px;"> -->
<div class="circle-container" style="d-flex flex-wrap align-items-center; ">
<img src="./images/gallery/NC.jpg" class="img mb-4" style="width: 100%;
height: auto; border-radius: 50%;">
</div>
<div class="" style="d-flex flex-wrap align-items-center">
<img src="./images/name.png" class="img mb-4" style="height:20%; width:80%; margin-right: auto;
margin-left: auto; object-fit: cover;">
</div>
<p> CS PhD Student at Georgia Tech </p>
<!-- <p> Email: sjin86@gatech.edu </p> -->
<!-- </div> -->
<!-- <h1 id="colorlib-logo"><a href="index.html">sichen<span></span></a></h1> -->
<nav id="colorlib-main-menu" role="navigation">
<ul>
<li class="siderbar-li"><a href="#about">About</a></li>
<!-- <li class="siderbar-li"><a href="#projects">Projects</a></li> -->
<li class="siderbar-li"><a href="#publication">Publications</a></li>
<li class="siderbar-li"><a href="#experience">Experience</a></li>
<li class="siderbar-li"><a href="#education">Education</a></li>
<!-- <li><a href="#research">Research Exprience</a></li> -->
<li class="siderbar-li"><a href="#talks">Talks</a></li>
<li class="siderbar-li"><a href="#gallery">Gallery&Fun</a></li>
<!-- <li><a href="fun.html">Fun</a></li> -->
<!-- <li><a href="about.html">About</a></li> -->
<!-- <li><a href="contact.html">Contact</a></li> -->
</ul>
</nav>
<div class="colorlib-footer">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<!-- <div id="intro-email" class="intro"><i class="fas fa-envelope"></i><a class="href"
href="mailto:sjin86@gatech.edu">sjin86@gatech.edu</a>
</div>
<div id="intro-cv" class="intro"><i class="fas fa-address-card"></i><a class="href" href="https://sichenj.in/files/sichenjin.pdf">Curriculum Vitae</a></div>
<div id="intro-google-scholar" class="intro"><i class="fas fa-graduation-cap"></i><a class="href" href="">Google Scholar</a></div> -->
<!-- Email: hellojinsichen@gmial.com -->
<!-- Copyright © All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> -->
<!-- <div id="intro-email" class="intro"><i class="fas fa-envelope"></i><a class="href"
href="mailto:sjin86@gatech.edu">sjin86@gatech.edu</a>
</div> -->
<!-- <div id="intro-cv" class="intro"><i class="fas fa-address-card"></i><a class="href" href="https://sichenj.in/files/sichenjin.pdf">Curriculum Vitae</a></div> -->
<ul>
<li><a href="mailto:sjin86@gatech.edu"><i class="fas fa-envelope"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=-sS6_uEAAAAJ&hl=en"><i
class="fas fa-graduation-cap"></i></a></li>
<li><a href="https://drive.google.com/file/d/1Oam8zI1TCvl_AdrfcRpz10O0IkZhpXol/view?usp=sharing"><i class="fas fa-address-card"></i></a></li>
<!-- <li><a href="#"><i class="icon-twitter"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/sichen-jin/"><i class="icon-linkedin"></i></a></li>
</ul>
</div>
</aside> <!-- END COLORLIB-ASIDE -->
<div id="colorlib-main">
<div class="hero-wrap " data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="d-flex" style="margin-top: 70px;">
<!-- justify-content-center align-items-center -->
<div class="col-md-12 text">
<!-- <div class="img mb-4" style="background-image: url(images/author3.jpg); ">
</div> -->
<div id="about" class="desc">
<h2 class="subheading">Hello I'm</h2>
<h1 class="mb-4">Sichen Jin</h1>
<p class="mb-4">I am a CS Ph.D. candidate at <a href="https://www.gatech.edu/">Georgia
Institute of Technology</a> at the <a href="https://vis.gatech.edu/">VIS Lab.</a>
I am fortunate to be advised by Professor <a
href="https://www.cc.gatech.edu/people/clio-andris">Clio Andris</a> and Professor <a
href="https://www.cc.gatech.edu/people/alex-endert">Alex Endert</a>.
My research interests are Visualization, Human Computer Interaction, Network Visual Analytics and
Geographic Information Science.
Before joining Georgia Tech, I received my B.S. from <a
href="https://www.zju.edu.cn/english/">Zhejiang University</a>, where I worked
closely with Professor <a href="http://www.cad.zju.edu.cn/home/ybtao/">Yubo Tao</a>.
</p>
<p>
Here is my <a
href="https://drive.google.com/file/d/1Oam8zI1TCvl_AdrfcRpz10O0IkZhpXol/view?usp=sharing" target="_blank"><i class="fa fa-file-pdf-o"></i> CV</a> for more details.
</p>
<!-- <p><a href="#" class="btn-custom">More About Me <span class="ion-ios-arrow-forward"></span></a></p> -->
</div>
<!-- <div class="section" id="projects">
<div class="section-head">
<span>Projects</span>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<img src="./images/project/SNoMaN.png" class="pub-img mx-auto d-block "
style="max-width: 100%;">
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">SNoMaN: A Visual Analytic Tool for Spatial Social Network
Mapping and Analysis</span><br>
<p class="projectP">
SNoMaN is designed to assist social network analysts in investigating the influence of geography on social tie formation. The tool calculates network metrics that describe network structures (e.g., degree, betweenness, modularity, density), measures local (dis)connection (e.g., local flattening ratios), identifies spatial clusters (e.g., convex hulls), and compares network distance with geographic distance.</p>
<a href="https://snoman.herokuapp.com/"> <span class="badge badge-c">Tool
Link</span></a>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<video style="max-width: 100%; " controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted loop>
<source src="./images/project/Grid Copilot Demo Video.mp4" type="video/mp4 ">
</video>
<video style="max-width: 100%; " controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted loop>
<source src="./images/project/chatgrid.mp4" type="video/mp4 ">
</video>
</div>
<div class="col-md-9 col-sm" style="margin: auto">
<span class="pub_title">ChatGrid: Empowering Power Grid Visualization with Large
Language Model</span><br>
<p class="projectP">
ChatGrid presents results from a large-scale grid optimization model using five layers: a geographic network layer displaying substations and transmission lines, an animation layer for power flow, a 3D layer showing generator information, and two county-level layers with voltage and load data. ChatGrid integrates natural language interfaces for flexible user interactions. We conducted experiments to assess its performance with four query types (e.g., data lookup, value derivation, logical inference, and semantic inference) and provide insights for the use of natural language interfaces in geospatial network visualization.</p>
</div>
</div>
<div class="row publicationDiv" style="border-bottom: 0px">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<video style="max-width: 100%; pointer-events: none;" controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted loop>
<source src="./images/project/cpie3.mp4" type="video/mp4 ">
</video>
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">CPIE: Coal Pollution Impacts Explorer</span><br>
<p class="projectP">
CPIE is a tool for interactive coal pollution exposure and associated deaths visualization.
It allows exploring the evolution of statewide deaths associated with emissions from each facility and state, which provides information to control installations and unit retirements of facilities. </p>
<a href="https://cpieatgt.github.io/cpie/"> <span class="badge badge-c">Tool
Link</span></a>
</div>
</div>
</div> -->
<div class="section" id="publication">
<div class="section-head">
<span>Publications</span>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<a href="https://snoman.herokuapp.com/" target="_blank">
<img src="./images/project/SNoMaN2.png" class="pub-img mx-auto d-block"
style="max-width: 100%;">
</a>
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">SNoMaN: a visual analytic tool for spatial social network
mapping and analysis</span><br>
<span class="pub_author"><span class="pub_author_me">Sichen Jin</span>, Alex Endert,
Clio Andris
</span><br>
<span class="badge badge-j">Journal</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">Cartography and Geographic Information Science
</span><br>
<span class="pub-icon">
<a href="./papers/SNoMaN.pdf">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a
href="https://sites.gatech.edu/snoman/software-and-analytical-tools/snoman-software/">
<i class="fa fa-globe"></i>
</a>
</span>
<span class="pub-icon">
<a href="https://snoman.herokuapp.com/">
<i class="fa fa-paper-plane"></i> SNoMaN Tool
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<video style="max-width: 100%; "
controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted loop>
<source src="./images/project/Grid Copilot Demo Video.mp4" type="video/mp4">
</video>
</div>
<div class="col-md-6 col-sm">
<span class="pub_title">ChatGrid: Power Grid Visualization Empowered by a Large
Language Model</span><br>
<span class="pub_author"><span class="pub_author_me">Sichen Jin</span>, Shrirang
Abhyankar
</span><br>
<span class="badge badge-c">Workshop</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">IEEE VIS Workshop on Energy Data Visualization (EnergyVis)
</span><br>
<span class="pub-icon">
<a href="./papers/ChatGrid.pdf">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a
href="https://www.cc.gatech.edu/news/ai-visualizaton-tool-provides-power-grid-operators-data-monitoring-and-analysis">
<i class="fa fa-file-video-o"></i>
</a>
</span>
<span class="pub-icon">
<a href="">
<i class="fab fa-github"></i>
</a>
</span>
<span class="pub_download"></span>
</div>
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<video style="max-width: 100%; "
controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted loop>
<source src="./images/project/chatgrid.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<a href="https://cpieatgt.github.io/cpie/" target="_blank">
<video style="max-width: 100%; pointer-events: none;"
controlsList="nodownload noplaybackrate noremoteplayback" autoplay muted
loop>
<source src="./images/project/cpie3.mp4" type="video/mp4 ">
</video>
</a>
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">CPIE: A Spatiotemporal Visual Analytic Tool to Explore the
Impact of Coal
Pollution</span><br>
<span class="pub_author"><span class="pub_author_me">Sichen Jin</span>, Lucas
Henneman, Jessica Roberts
</span><br>
<span class="badge badge-c">Workshop</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">IEEE VIS Workshop on Energy Data Visualization (EnergyVis)
</span><br>
<span class="pub-icon">
<a href="./papers/CPIE.pdf">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a
href="https://www.google.com/url?q=https://www.gpb.org/news/2023/12/06/study-georgias-coal-fired-power-plants-among-the-most-deadly-in-the-nation&sa=D&source=docs&ust=1738728892425831&usg=AOvVaw2IPdOb4m_q-u9K6h12VUKG">
<i class="fa fa-file-video-o"></i>
</a>
</span>
<span class="pub-icon">
<a href="https://cpieatgt.github.io/cpie/">
<i class="fa fa-paper-plane"></i> CPIE Tool
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<img src="./images/pub/taxi.jpg" class="pub-img mx-auto d-block "
style="max-width: 100%;">
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">Visual Analytics of Taxi Trajectory Data via Topical
Sub-trajectories</span><br>
<span class="pub_author"><span class="pub_author_me">Sichen Jin</span>, Yubo
Tao, Yuyu Yan, Jin Xu, Hai Lin
</span><br>
<span class="badge badge-c">Conference</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">IEEE PacificVis
</span><br>
<span class="pub-icon">
<a href="./papers/PaciVis19_TaxiTopic.pdf">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a href="">
<i class="fab fa-github"></i>
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<img src="./images/pub/Med-LDA.png" class="pub-img mx-auto d-block "
style="max-width: 100%;">
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">An Interactive Visual Analytics System for Incremental
Classification Based on Semi-supervised Topic Modeling</span><br>
<span class="pub_author">Yuyu Yan, Yubo Tao, <span class="pub_author_me">Sichen
Jin</span>, Jin Xu, Hai Lin
</span><br>
<span class="badge badge-c">Conference</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">IEEE PacificVis
</span><br>
<span class="pub-icon">
<a href="./papers/PaciVis19_MedLDA.pdf">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a href="">
<i class="fab fa-github"></i>
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
<div class="row publicationDiv">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<img src="./images/pub/infectious.png" class="pub-img mx-auto d-block "
style="max-width: 100%;">
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">Infectious Disease Patterns Analysis Based on
Visualization of Multidimensional Space-Time Data<small><i>(in
Chinese)</i></small></span><br>
<span class="pub_author"><span class="pub_author_me">Sichen Jin</span>, Yubo
Tao, Yuyu Yan, Haoran Dai
</span><br>
<span class="badge badge-j">Journal</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">Journal of Computer-Aided Design and Computer Graphics
</span><br>
<span class="pub-icon">
<a href="">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a href="">
<i class="fab fa-github"></i>
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
<div class="row publicationDiv" style="border-bottom: 0px">
<div class="col-md-3 col-sm d-flex flex-wrap align-items-center">
<img src="./images/pub/rumor.png" class="pub-img mx-auto d-block "
style="max-width: 100%;">
</div>
<div class="col-md-9 col-sm">
<span class="pub_title">Quantitative Analysis on the Communication of COVID-19
Related Social Media Rumors<small><i>(in Chinese)</i></small></span><br>
<span class="pub_author">Huimin Chen, <span class="pub_author_me">Sichen
Jin</span>, Wei Lin, Zeyu Zhu, Lingbo Tong, Yipeng Liu, Yining Ye,
Weihan Jiang, Zhiyuan Liu, Maosong Sun, Jin Jianbin
</span><br>
<span class="badge badge-j">Journal</span>
<!-- <span class="badge-venue">VIS/TVCG</span> -->
<span class="pub_book">Journal of Computer Research and Development
</span><br>
<span class="pub-icon">
<a href="">
<i class="fas fa-file-pdf"></i>
</a>
</span>
<span class="pub-icon">
<a href="">
<i class="fab fa-github"></i>
</a>
</span>
<span class="pub_download"></span>
</div>
</div>
</div>
<div class="section" id="experience">
<div class="section-head">
<span>Internship Experience</span>
</div>
<p><strong>Splunk Inc., a Cisco company</strong>
<small>May 2025 – August 2025</small><br>
Software Engineering Frontend Intern II
</p>
<p><strong>Pacific Northwest National Laboratory</strong>
<small>June 2023 – August 2023 & June 2024 – August 2024</small><br>
PhD Research Intern – Large Language Model
</p>
</div>
<div class="section" id="education">
<div class="section-head">
<span>Education and Research Exprience</span>
</div>
<p><strong>Georgia Institute of Technology</strong> <small>Atlanta (GA, US),
2021-present</small> <br>
PhD in Computer Science</p>
<p><strong>Tsinghua Unveristy</strong> <small>Beijing (China), 2020-2021</small> <br>
Reaserch Assistant at the<a href="https://nlp.csai.tsinghua.edu.cn/"> THUNLP Lab</a>
</p>
<p><strong>University of California, Davis</strong> <small>Davis (CA, US),
2019-2020</small> <br>
Reaserch Assistant at the <a href="https://vidi.cs.ucdavis.edu/"> VIDI Lab</a></p>
<p><strong>University of Notre Dame</strong> <small>South Bend(IN, US),
2018.7-2018.9</small> <br>
International Summer Undergraduate Research Experience(<a
href="https://international.nd.edu/students-scholars/global-engagement-programs/summer-programs/isure/">
iSURE</a>)</p>
<p><strong>Zhejiang University</strong> <small>Hangzhou (Zhejiang, China),
2015-2019</small> <br>
Bachelor of Science in Geographic Information Science</p>
</div>
<div class="section" id="talks">
<div class="section-head">
<span>Talks</span>
</div>
<div class="talk-item">
<div class="talk-name">
AI4VIS: Automating Dashboard Creation and Data Analytics with LLM-Powered Visualization Authoring <a href="https://drive.google.com/file/d/1FEiJvX5X_aCPim4SPw1dLkuI_2J7ARku/view?usp=sharing" target="_blank">(slides)</a>
</div>
<ul class="talk-item-list">
<li>
Webinar, Splunk Product Experience Team Learning Session, July, 2025
</li>
</ul>
</div>
<div class="talk-item">
<div class="talk-name">
SNoMaN: a visual analytic tool for spatial social network mapping and analysis
</div>
<ul class="talk-item-list">
<li>
Paper presentation, Association of American Geographers Annual Meeting, March, 2025
</li>
</ul>
</div>
<div class="talk-item">
<div class="talk-name">
Visual Analytics of Taxi Trajectory Data via Topical Sub-trajectories
</div>
<ul class="talk-item-list">
<li>
Paper presentation, IEEE Pacific Visualization, Apr. 2019
</li>
</ul>
</div>
<div class="talk-item">
<div class="talk-name">
Infectious Disease Patterns Analysis Based on Visualization of Multidimensional
Space-time Data
</div>
<ul class="talk-item-list">
<li>
Paper presentation, Chinagraph, Nov. 2018
</li>
</ul>
</div>
</div class="section" id="gallery">
<div class="section-head">
<span>Gallery&Fun</span>
</div>
<section>
<article>
<figure>
<h2>@Dubai</h2>
<p>Aloha</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun14.jpg'
style="object-fit: cover;" />
</article>
<article>
<figure>
<h2>@Singapore Gardens by the Bay</h2>
<p></p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun19.JPG'
style="object-fit: cover;" />
</article>
<article>
<figure>
<h2>@Notre Dame</h2>
<p></p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun12.jpg'
style="object-fit: cover;" />
</article>
<article>
<figure>
<h2>@</h2>
<p></p>
</figure>
<img class="gallery-img" alt src='./images/gallery/likai.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Altitude: 3240 meters, Dali</h2>
<p></p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun3.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Sentosa</h2>
<p>Storia di chi fugge e di chi resta</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun18.jpg'
style="object-fit: cover;" />
</article>
<article>
<figure>
<h2>@Home</h2>
<p>River flows in you</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun15.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Notre Dame</h2>
<p></p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun13.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Mondavi Center</h2>
<p>2020.1.1 Royal Philharmonic Orchestra</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun6.jpg'
style="object-fit: cover;" />
</article>
<article>
<figure>
<h2>@the Great Wall</h2>
<p>2021.1.1</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun4.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Zhejiang University</h2>
<p>Graduation Ceremony</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun16.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Marina Bay</h2>
<p>Skywalker</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun1.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Thailand</h2>
<p>IEEE PacificVis</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun17.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Tsinghua University</h2>
<p>Nostalgia</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun2.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@</h2>
<p>Don't Remember</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun5.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Vegas</h2>
<p>the O show</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun7.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Big Sur, Highway 1</h2>
<p>Liebe und Arbeit</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/fun9.jpg'
style="object-fit: contain;" />
</article>
<article>
<figure>
<h2>@Tree</h2>
<p>Friends</p>
</figure>
<img class="gallery-img" alt src='./images/gallery/tree.JPG'
style="object-fit: contain;" />
</article>
</section>
<div>
</div>
</div>
</div>
</div>
</div><!-- END COLORLIB-MAIN -->
</div><!-- END COLORLIB-PAGE -->
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>