This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·802 lines (748 loc) · 35.4 KB
/
config.toml
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
# Page settings
BaseURL = "https://zjuidg.org/"
Title = "Interactive Data Group @ Zhejiang University"
LanguageCode = "en-us"
theme = "zjuidg"
publishDir = "docs"
[Params]
GroupName = "Interactive Data Group"
# Meta
Author = "ZJUIDG"
Description = "Interactive Data Group (ZJUIDG) Homepage"
Email = "ycwu@zju.edu.cn"
Keywords = "Interactive Data Group, IDG, visualization, visual analysis, academic, research, Zhejiang University"
StudentsTypes = ["Ph.D.", "Master", "Undergraduate"]
[Params.Carousel]
Height = 590
[[Params.Carousel.Items]]
Title = "Zikun Deng presenting AirVis at IEEE VAST 2019!"
Description = "AirVis: Visual Analytics of Air Pollution Propagation"
Image = "/images/presentations/airvis.jpg"
[[Params.Carousel.Items]]
Title = "Jiachen Wang presenting Tac-Simur at IEEE VAST 2019!"
Description = "Tac-Simur: Tactic-based Simulative Visual Analytics of Table Tennis"
Image = "/images/presentations/tac-simur.jpg"
[[Params.Carousel.Items]]
Title = "Zhutian Chen presenting MARVisT at IEEE InfoVis 2019!"
Description = "MARVisT: Authoring Glyph-based Visualization in Mobile Augmented Reality"
Image = "/images/presentations/marvist.jpg"
[Params.Demo]
[[Params.Demo.Items]]
Title = "Tac-Simur"
Description = "In this study, we propose a well-established hybrid second-order Markov chain model to characterize and simulate the competition process in table tennis. Compared with existing methods, our approach is the first to support the effective simulation of tactics, which represent high-level competition strategies in table tennis. Furthermore, we introduce a visual analytics system called Tac-Simur based on the proposed model for simulative visual analytics. "
Image = "/images/projects/Tac-Simur.png"
Source = "VAST 2019"
Paper = "/files/Tac-Simur.pdf"
Video = "https://youtu.be/_I6cne3Wd4U"
[[Params.Demo.Items]]
Title = "AirVis"
Description = "In this work, we develop a novel pattern mining framework to model pollutant transportation and extract frequent propagation patterns efficiently from large-scale atmospheric data. Furthermore, we design and develop AirVis, a novel visual analytics system that assists domain experts in efficiently capturing and interpreting the uncertain propagation patterns of air pollution based on graph visualizations."
Image = "/images/projects/AirVis.png"
Source = "VAST 2019"
Paper = "/files/AirVis.pdf"
Video = "https://youtu.be/orjRmmGVT-4"
[[Params.Demo.Items]]
Title = "MARVisT"
Description = "We design and implement MARVisT, a mobile authoring tool that leverages information from reality to assist non-experts in creating expressive AR glyph-based visualizations rapidly and effortlessly, reshaping the representation of the real world with data."
Image = "/images/projects/MarVisT.png"
Source = "TVCG 2019"
Paper = "/files/MarVisT.pdf"
Video = "https://youtu.be/cbtbJXwpwdk"
[[Params.Demo.Items]]
Title = "ForVizor"
Description = "In this study, we design a novel spatio-temporal visual representation of changes in team formation, allowing analysts to visually analyze the evolution of formations and track the spatial flow of players within formations over time. Based on the new design, we fur-ther design and develop ForVizor, a visual analytics system, which empowers users to track the spatio-temporal changes in forma-tion and understand how and why such changes occur. "
Image = "/images/projects/forvizor.png"
Source = "VAST 2018"
Paper = "/files/forvizor.pdf"
Video = "https://www.youtube.com/watch?v=03U7PESGkOQ"
[[Params.Demo.Items]]
Title = "SRVis"
Description = "Interactive ranking techniques have substant-ially promoted analysts’ ability in making judi-cious and informed decisions effectively based on multiple criteria. Based on a set of generic design requirements we summarized by coll-aborating with domain experts, we propose SRVis, a novel spatial ranking visualization technique that supports efficient spatial multi-criteria decision-making processes."
Image = "/images/projects/srvis.png"
Source = "InfoVis 2018"
Paper = "/files/srvis.pdf"
Video = "https://www.youtube.com/watch?v=lenSZci4gy4"
[[Params.Demo.Items]]
Title = "iStoryline"
Description = "The storyline visualization is widely used in presenting the evolution of complex relationships between entities, such as the interactions among characters in movies. We propose a novel authoring tool called iStoryline to incorporate human knowledge into the storyline layouts and help designers craft storyline visualizations efficiently."
Image = "/images/projects/istoryline.png"
Source = "InfoVis 2018"
Paper = "/files/istoryline.pdf"
Video = "https://www.youtube.com/watch?v=on4KbLd2RiY"
[[Params.Demo.Items]]
Title = "ImageVis"
Description = "Interactive visualization of large image collections is important and useful. We propose a novel co-embedding model to project images and the associated semantic keywords to the same 2D space. Our system naturally supports multi-scale visualization, navigation, and iterative refinements of the co-embedding layout."
Image = "/images/projects/imagevis.jpg"
Source = "TVCG 2018"
Paper = "/files/imgvis.pdf"
Video = "https://www.youtube.com/watch?v=dOhs3YZBZTM"
[[Params.Demo.Items]]
Title = "ReACH"
Description = "Finding an ideal home is a difficult and laborious process. By characterizing user requirements and analytical tasks in the context of finding ideal homes, we designed ReACH, a novel visual analytics system that assists people in finding, evaluating, and choosing a home based on multiple criteria, including reachability."
Image = "/images/projects/reach.png"
Source = "ACM CHI 2018"
Paper = "/files/reach.pdf"
Video = "https://youtu.be/WcjMXAfuygg"
[[Params.Demo.Items]]
Title = "iTTVis"
Description = "We propose iTTVis, a novel interactive table tennis visualization system, which to our knowledge, is the first visual analysis system for analyzing and exploring table tennis data. iTTVis provides a holistic visualization of an entire match from three main perspectives, namely, time-oriented, statistical, and tactical analyses."
Image = "/images/projects/ittvis.jpg"
Source = "InfoVis 2017"
Paper = "/files/ittvis.pdf"
Video = "https://www.youtube.com/watch?v=yuninyIr2dQ"
Demo = "/iTTVis"
Page = '/ittvis_framework'
[Params.Publications]
[[Params.Publications.Items]]
Year = "2020"
Title = "Towards Better Detection and Analysis of Massive Spatiotemporal Co-Occurrence Patterns"
Journal = "IEEE Transactions on Intelligent Transportation Systems"
Image = "/images/projects/CoVizor.png"
Paper = "/files/ITS20CoVizor.PDF"
Video = "https://youtu.be/0T0xe-rppSo"
Authors = ["Yingcai Wu*", "Di Weng*", "Zikun Deng*", "Jie Bao", "Mingliang Xu", "Zhangye Wang", "Yu Zheng", "Zhiyu Ding", "Wei Chen"]
[[Params.Publications.Items]]
Year = "2020"
Title = "Pareto-Optimal Transit Route Planning with Multi-Objective Monte-Carlo Tree Search"
Journal = "IEEE Transactions on Intelligent Transportation Systems"
Image = "/images/projects/ITS20TransitRoute.png"
Paper = "/files/ITS20TransitRoute.pdf"
Authors = ["Di Weng*", "Ran Chen*", "Jianhui Zhang", "Jie Bao", "Yu Zheng", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2020"
Title = "Dynamic Public Resource Allocation based on Human Mobility Prediction"
Journal = "Proc. of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies (UbiComp 2020)"
Image = "/images/projects/ResourcesAllocation.png"
Paper = "/files/UbiComp20ResourceAllocation.pdf"
Authors = ["Sijie Ruan", "Jie Bao", "Yuxuan Liang", "Ruiyuan Li", "Tianfu He", "Chuishi Meng", "Yanhua Li", "Yingcai Wu*", "Yu Zheng"]
[[Params.Publications.Items]]
Year = "2019"
Title = "A User Study on the Capability of Three Geo-based Features in Analyzing and Locating Trajectories"
Journal = "IEEE Transactions on Intelligent Transportation Systems"
Image = "/images/projects/ITS20Traj.png"
Paper = "/files/ITS20Traj.pdf"
Authors = ["Xumeng Wang", "Tianlong Gu", "Xiaonan Luo", "Xiwen Cai*", "Tianyi Lao", "Wenlong Chen", "Yingcai Wu*", "Jinhui Yu", "Wei Chen"]
[[Params.Publications.Items]]
Year = "2019"
Title = "Tac-Simur: Tactic-based Simulative Visual Analytics of Table Tennis"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE VAST 2019)"
Image = "/images/projects/Tac-Simur.png"
Paper = "/files/Tac-Simur.pdf"
Video = "https://youtu.be/_I6cne3Wd4U"
Authors = ["Jiachen Wang*", "Kejian Zhao*", "Dazhen Deng*", "Anqi Cao*", "Xiao Xie*", "Zheng Zhou", "Hui Zhang", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2019"
Title = "AirVis: Visual Analytics of Air Pollution Propagation"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE VAST 2019)"
Image = "/images/projects/AirVis.png"
Paper = "/files/AirVis.pdf"
Video = "https://youtu.be/orjRmmGVT-4"
Authors = ["Zikun Deng*", "Di Weng*", "Jiahui Chen*", "Ren Liu", "Zhibin Wang", "Jie Bao", "Yu Zheng", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2019"
Title = "Visual Analytics of Dynamic Interplay Between Behaviors in MMORPGs"
Journal = "Proc. of the IEEE PacificVis 2019"
Image = "/images/projects/bexplorer.png"
Paper = "/files/bexplorer-pvis2019.pdf"
Video = "https://youtu.be/rF45T48L--8"
Authors = ["Junhua Lu", "Xiao Xie*", "Ji Lan*", "Tai-Quan Peng", "Wei Chen", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2019"
Title = "MARVisT: Authoring Glyph-based Visualization in Mobile Augmented Reality"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/MarVisT.png"
Paper = "/files/MarVisT.pdf"
Video = "https://youtu.be/cbtbJXwpwdk"
Authors = ["Zhutian Chen*", "Yijia Su", "Yifang Wang*", "Qianwen Wang", "Huamin Qu", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2018"
Title = "ForVizor: Visualizing Spatio-Temporal Team Formations in Soccer"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE VAST 2018)"
Image = "/images/projects/forvizor.png"
Paper = "/files/forvizor.pdf"
Video = "https://www.youtube.com/watch?v=03U7PESGkOQ"
Authors = ["Yingcai Wu*", "Xiao Xie*", "Jiachen Wang*", "Dazhen Deng*", "Hongye Liang*", "Hui Zhang", "Shoubin Cheng", "Wei Chen"]
[[Params.Publications.Items]]
Year = "2018"
Title = "SRVis: Towards Better Spatial Integration in Ranking Visualization"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE InfoVis 2018)"
Image = "/images/projects/srvis.png"
Paper = "/files/srvis.pdf"
Demo = "https://srvis.zjuidg.org/"
Video = "https://www.youtube.com/watch?v=lenSZci4gy4"
Authors = ["Di Weng*", "Ran Chen*", "Zikun Deng*", "Feiran Wu", "Jingmin Chen", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2018"
Title = "iStoryline: Effective Convergence to Hand-drawn Storylines"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE InfoVis 2018)"
Image = "/images/projects/istoryline.png"
Paper = "/files/istoryline.pdf"
Video = "https://www.youtube.com/watch?v=on4KbLd2RiY"
Authors = ["Tan Tang*", "Sadia Rubab*", "Jiewen Lai*", "Weiwei Cui", "Lingyun Yu", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2018"
Title = "A Semantic-based Method for Visualizing Large Image Collections"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/imagevis.jpg"
Paper = "/files/imgvis.pdf"
Video = "https://www.youtube.com/watch?v=dOhs3YZBZTM"
Authors = ["Xiao Xie*", "Xiwen Cai*", "Junpei Zhou*", "Nan Cao", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2018"
Title = "Efficient Path Query Processing over Massive Trajectories on the Cloud"
Journal = "IEEE Transactions on Big Data"
Image = "/images/projects/TBD18PathQuery.png"
Paper = "/files/TBD18PathQuery.pdf"
Authors = ["Ruiyuan Li", "Sijie Ruan", "Jie Bao", "Yanhua Li", "Yingcai Wu*", "Liang Hong", "Yu Zheng"]
[[Params.Publications.Items]]
Year = "2018"
Title = "A Study of the Effect of Doughnut Chart Parameters on Proportion Estimation Accuracy"
Journal = "Computer Graphics Forum"
Image = "/images/projects/doughnut.jpg"
Paper = "/files/donutchart.pdf"
DOI = "10.1111/cgf.13325"
Authors = ["Xiwen Cai*", "Konstantinos Efstathiou", "Xiao Xie*", "Yingcai Wu*", "Yan Shi", "Lingyun Yu"]
[[Params.Publications.Items]]
Year = "2018"
Title = "HomeFinder Revisited: Finding Ideal Homes with Reachability-Centric Multi-Criteria Decision Making"
Journal = "Proc. of the ACM CHI 2018"
Image = "/images/projects/reach.png"
Paper = "/files/reach.pdf"
DOI = "10.1145/3173574.3173821"
Video = "https://youtu.be/WcjMXAfuygg"
Authors = ["Di Weng*", "Heming Zhu*", "Jie Bao", "Yu Zheng", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2017"
Title = "SocialWave: Visual Analysis of Spatio-temporal Di usion of Information on Social Media"
Journal = "ACM Transactions on Intelligent Systems and Technology"
Image = "/images/projects/socialwave.png"
Paper = "/files/socialwave.pdf"
Authors = ["Guodao Sun", "Tan Tang*", "Tai-Quan Peng", "Ronghua Liang", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2017"
Title = "Exploring the design space of immersive urban analytics"
Journal = "Visual Informatics"
Image = "/images/projects/arvis.png"
DOI = "10.1016/j.visinf.2017.11.002"
Paper = "/files/arvis.pdf"
Authors = ["Zhutian Chen*", "Yifang Wang*", "Tianchen Sun*", "Xiang Gao", "Wei Chen", "Zhigeng Pan", "Huamin Qu", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2017"
Title = "Querying Massive Trajectories by Path on the Cloud"
Journal = "Proc. of the ACM SIGSPATIAL 2017 [Short Paper]"
Image = "/images/projects/pathquery.png"
Paper = "/files/PathQuery_Zheng_SIGSPATIAL17.pdf"
Authors = ["Ruiyuan Li", "Sijie Ruan", "Jie Bao", "Yanhua Li", "Yingcai Wu*", "Yu Zheng"]
[[Params.Publications.Items]]
Year = "2017"
Title = "Examining the effects of network externalities, density, and closure on in-game currency price in online games"
Journal = "Internet Research"
Image = "/images/projects/IntR.png"
DOI = "10.1108/IntR-07-2016-0201"
Paper = "/files/IntR.pdf"
Authors = ["Xuexin Xu", "Xiaodong Yang", "Junhua Lu", "Ji Lan*", "Tai-Quan Peng", "Yingcai Wu*", "Wei Chen"]
[[Params.Publications.Items]]
Year = "2017"
Title = "StreamExplorer: A Multi-Stage System for Visually Exploring Events in Social Streams"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/streamexplorer.png"
DOI = "10.1109/TVCG.2017.2764459"
Paper = "/files/streamexplorer.pdf"
Authors = ["Yingcai Wu*", "Zhutian Chen*", "Guodao Sun", "Xiao Xie*", "Nan Cao", "Shixia Liu", "Weiwei Cui"]
Video = "https://www.youtube.com/watch?v=CReWsrgMGI4"
[[Params.Publications.Items]]
Year = "2017"
Title = "Cluster-based Visual Abstraction for Multivariate Scatterplots"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/scatterplots.png"
DOI = "10.1109/TVCG.2017.2754480"
Paper = "/files/scatterplots.pdf"
Authors = ["Hongsen Liao*", "Yingcai Wu*", "Li Chen", "Wei Chen"]
[[Params.Publications.Items]]
Year = "2017"
Title = "iTTVis: Interactive Visualization of Table Tennis Data"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE InfoVis 2017)"
Image = "/images/projects/ittvis.jpg"
DOI = "10.1109/TVCG.2017.2744218"
Paper = "/files/ittvis.pdf"
Video = "https://www.youtube.com/watch?v=yuninyIr2dQ"
Demo = "/iTTVis"
Authors = ["Yingcai Wu*", "Ji Lan*", "Xinhuan Shu*", "Chenyang Ji*", "Kejian Zhao*", "Jiachen Wang*", "Hui Zhang"]
[[Params.Publications.Items]]
Year = "2016"
Title = "Similarity Voting based Viewpoint Selection for Volumes"
Journal = "Computer Graphics Forum (EuroVis 2016)"
Image = "/images/projects/similarity.jpeg"
DOI = "10.1111/cgf.12915"
Authors = ["Yubo Tao", "Qirui Wang", "Wei Chen", "Yingcai Wu*", "Hai Lin"]
[[Params.Publications.Items]]
Year = "2016"
Title = "A Survey on Visual Analytics of Social Media Data"
Journal = "IEEE Transactions on Multimedia"
Image = "/images/projects/tmm.png"
DOI = "10.1109/TMM.2016.2614220"
Paper = "/files/tmm-survey.pdf"
Authors = ["Yingcai Wu*", "Nan Cao", "David Gotz", "Yap-Peng Tan", "Daniel A. Keim"]
[[Params.Publications.Items]]
Year = "2016"
Title = "Mining the Most Influential k-Location Set from Massive Trajectories"
Journal = "Proc. of the ACM SIGSPATIAL 2016"
Image = "/images/projects/trajectorycoverage.png"
DOI = "10.1145/2996913.2997009"
Paper = "/files/trajectorycoverage_zheng.pdf"
Authors = ["Yuhong Li", "Jie Bao", "Yanhua Li", "Yingcai Wu*", "Zhiguo Gong", "Yu Zheng"]
[[Params.Publications.Items]]
Year = "2016"
Title = "SmartAdP: Visual Analytics of Large-scale Taxi Trajectories for Selecting Billboard Locations"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE VAST 2016)"
Image = "/images/projects/smartadp.png"
DOI = "10.1109/TVCG.2016.2598432"
Paper = "/files/smartadp.pdf"
Video = "https://www.youtube.com/watch?v=Nkdup4YcX0A"
Demo = "http://smartadp.urban-computing.cn/"
Authors = ["Dongyu Liu*", "Di Weng*", "Yuhong Li", "Jie Bao", "Yu Zheng", "Huamin Qu", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2016"
Title = "Embedding Spatio-temporal Information into Maps by Route-Zooming"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/route.jpg"
DOI = "10.1109/TVCG.2016.2535234"
Paper = "/files/road_broadening.pdf"
Authors = ["Guodao Sun*", "Ronghua Liang", "Huamin Qu", "Yingcai Wu*"]
[[Params.Publications.Items]]
Year = "2016"
Title = "PieceStack: Toward Better Understanding of Stacked Graphs"
Journal = "IEEE Transactions on Visualization and Computer Graphics (IEEE PacificVis 2016)"
Image = "/images/projects/piecestack.jpg"
DOI = "10.1109/TVCG.2016.2534518"
Paper = "/files/piecestack.pdf"
Authors = ["Tongshuang Wu", "Yingcai Wu*", "Conglei Shi", "Huamin Qu", "Weiwei Cui"]
[[Params.Publications.Items]]
Year = "2016"
Title = "PeakVizor: Visual Analytics of Peaks in Video Clickstreams from Massive Open Online Courses"
Journal = "IEEE Transactions on Visualization and Computer Graphics"
Image = "/images/projects/peakvizor.png"
DOI = "10.1109/TVCG.2015.2505305"
Paper = "/files/peakvizor.pdf"
Authors = ["Qing Chen", "Yuanzhe Chen", "Dongyu Liu", "Conglei Shi", "Yingcai Wu*", "Huamin Qu"]
[[Params.Publications.Items]]
Year = "2016"
Title = "Follower-followee Network, Communication Networks and Vote Agreement of U.S. Members of Congress"
Journal = "Communication Research"
Image = "/images/projects/CR2014.jpg"
DOI = "10.1177/0093650214559601"
Paper = "http://journals.sagepub.com/doi/pdf/10.1177/0093650214559601"
Authors = ["Tai-Quan Peng", "Mengchen Liu", "Yingcai Wu*", "Shixia Liu"]
[Params.News]
[[Params.News.Items]]
Show = true
Date = "Sep 1, 2017 - Pinned"
Summary = "We are looking for strongly-motivated PostDoc, PhD, Master, and undergraduate students to join us! If you are interested in visualization research, please <a href=\"/contact/\">contact us</a>."
[[Params.News.Items]]
Show = true
Date = "Oct 30, 2019"
Summary = "Di Weng and Jiachen Wang, two of our Ph.D. members, have received National Scholarships. Congratulations!"
[[Params.News.Items]]
Show = true
Date = "Oct 27, 2019"
Summary = "Our paper <b>AirVis: Visual Analytics of Air Pollution Propagation</b> has been accepted by IEEE VAST 2019."
[[Params.News.Items]]
Show = true
Date = "Oct 27, 2019"
Summary = "Our paper <b>Tac-Simur: Tactic-based Simulative Visual Analytics of Table Tennis</b> has been accepted by IEEE VAST 2019."
[[Params.News.Items]]
Show = false
Date = "Jan 21, 2019"
Summary = "Our paper <b>Visual Analytics of Dynamic Interplay Between Behaviors in MMORPGs</b> has been accepted by IEEE PacificVis 2019."
[[Params.News.Items]]
Show = false
Date = "Jan 14, 2019"
Summary = "Our paper <b>MARVisT: Authoring Glyph-based Visualization in Mobile Augmented Reality</b> has been accepted by IEEE TVCG."
[[Params.News.Items]]
Show = false
Date = "Nov 14, 2018"
Summary = "Xiao Xie, Tan Tang, and Heming Zhu, two of our Ph.D. members and one of our Master members, have received National Scholarships. Congratulations!"
[[Params.News.Items]]
Show = false
Date = "Sept 3, 2018"
Summary = "Our paper <b>ForVizor: Visualizing Spatio-Temporal Team Formations in Soccer</b> has been accepted by IEEE VAST 2018."
[[Params.News.Items]]
Show = false
Date = "Sept 3, 2018"
Summary = "Our paper <b>SRVis: Towards Better Spatial Integration in Ranking Visualization</b> has been accepted by IEEE InfoVis 2018."
[[Params.News.Items]]
Show = false
Date = "Sept 3, 2018"
Summary = "Our paper <b>iStoryline: Effective Convergence to Hand-drawn Storylines</b> has been accepted by IEEE InfoVis 2018."
[[Params.News.Items]]
Show = false
Date = "Feb 5, 2018"
Summary = "Our paper <b>A Semantic-based Method for Visualizing Large Image Collections</b> has been accepted by IEEE TVCG."
[[Params.News.Items]]
Show = false
Date = "Jan 17, 2018"
Summary = "Media coverage of our recent work <b>HomeFinder Revisited</b>: <a href=\"https://blog.csdn.net/Y2c8YpZC15p/article/details/79091908\">see more details.</a>"
[Params.Members]
[[Params.Members.Faculty]]
Name = "Yingcai Wu"
Photo = "images/people/ycwu.jpg"
Titles = [
"<b>Head</b>, IDG (Interactive Data Group at Zhejiang University)",
"<b>ZJU100 Young Professor</b>, State Key Lab of CAD & CG",
"<b>Assistant Dean</b>, College of Computer Science and Technology",
"Zhejiang University, Hangzhou, Zhejiang, China"
]
URL = "http://www.ycwu.org/"
[[Params.Members.Items]]
Name = "Xiao Xie"
Photo = "images/people/xiexiao.jpg"
Position = "Ph.D. Since 2015"
Group = "Sports Vis"
Type = "Ph.D."
URL = "http://ssxiexiao.github.io/"
[[Params.Members.Items]]
Name = "Xiwen Cai"
Photo = "images/people/caixiwen.jpg"
Position = "Ph.D. Since 2019"
Group = "Urban Vis"
Type = "Ph.D."
URL = "https://github.com/seevencai"
[[Params.Members.Items]]
Name = "Di Weng"
Photo = "images/people/wengdi.jpg"
Position = "Ph.D. Since 2016"
Group = "Urban Vis"
Type = "Ph.D."
URL = "https://dweng.org/"
[[Params.Members.Items]]
Name = "Ji Lan"
Photo = "images/people/lanji.png"
Position = "Ph.D. Since 2016"
Group = "Sports Vis"
Type = "Ph.D."
URL = "https://lanjizju.github.io/"
[[Params.Members.Items]]
Name = "Tan Tang"
Photo = "images/people/tangtan.jpg"
Position = "Ph.D. Since 2016"
Group = "InfoVis"
Type = "Ph.D."
URL = "http://www.tantang.org/"
[[Params.Members.Items]]
Name = "Sadia Rubab"
Photo = "images/people/sadiarubab.png"
Position = "Ph.D. Since 2017"
Group = "InfoVis"
Type = "Ph.D."
URL = "https://sadiarubab.github.io/home/"
[[Params.Members.Items]]
Name = "Dazhen Deng"
Photo = "images/people/dengdazhen.jpg"
Position = "Ph.D. Since 2018"
Group = "Sports Vis"
Type = "Ph.D."
URL = "https://dengdakzen.github.io/homePage/"
[[Params.Members.Items]]
Name = "Jiachen Wang"
Photo = "images/people/wangjiachen.jpg"
Position = "Ph.D. Since 2018"
Group = "Sports Vis"
Type = "Ph.D."
URL = "http://www.wjc-vis.com/"
[[Params.Members.Items]]
Name = "Zikun Deng"
Photo = "images/people/dengzikun.jpg"
Position = "Ph.D. Since 2018"
Group = "Urban Vis"
Type = "Ph.D."
URL = "https://zkdeng.org/"
[[Params.Members.Items]]
Name = "Shuainan Ye"
Photo = "images/people/yeshuainan.jpg"
Position = "Ph.D. Since 2018"
Group = "AR Vis"
Type = "Ph.D."
URL = "#"
[[Params.Members.Items]]
Name = "Junxiu Tang"
Photo = "images/people/tangjunxiu.jpg"
Position = "Ph.D. Since 2019"
Group = "InfoVis"
Type = "Ph.D."
URL = "https://ahugh19.github.io/"
[[Params.Members.Items]]
Name = "Jiang Wu"
Photo = "images/people/wujiang.jpeg"
Position = "Ph.D. Since 2019"
Group = "Sports Vis"
Type = "Ph.D."
URL = "https://wujiang5521.github.io/"
[[Params.Members.Items]]
Name = "Anqi Cao"
Photo = "images/people/caoanqi.jpg"
Position = "Ph.D. Since 2019"
Group = "Sports Vis"
Type = "Ph.D."
URL = "https://angelacao28.github.io/"
[[Params.Members.Items]]
Name = "Kaijuan Yuan"
Photo = "images/people/yuankaijuan.jpg"
Position = "Master Since 2017"
Group = "InfoVis"
Type = "Master"
URL = "https://kaijuanyuan.github.io/"
[[Params.Members.Items]]
Name = "Ran Chen"
Photo = "images/people/chenran.png"
Position = "Master Since 2018"
Group = "Urban Vis"
Type = "Master"
URL = "https://crcrcry.netlify.com/"
[[Params.Members.Items]]
Name = "Hongye Liang"
Photo = "images/people/lianghongye.jpg"
Position = "Master Since 2018"
Group = "Sports Vis"
Type = "Master"
URL = "http://www.redleafliang.com/"
[[Params.Members.Items]]
Name = "Jiahui Chen"
Photo = "images/people/chenjiahui.jpeg"
Position = "Master Since 2018"
Group = "Urban Vis"
Type = "Master"
URL = "https://jhchen6.github.io"
[[Params.Members.Items]]
Name = "Xiaodong Ge"
Photo = "images/people/gexiaodong.jpg"
Position = "Master Since 2019"
Group = "Urban Vis"
Type = "Master"
URL = "https://xdge.github.io/"
[[Params.Members.Items]]
Name = "Kai Xiong"
Photo = "images/people/xiongkai.jpg"
Position = "Master Since 2019"
Group = "InfoVis"
Type = "Master"
URL = "https://xkkevin.github.io/"
[[Params.Members.Items]]
Name = "Huihua Lu"
Photo = "images/people/luhuihua.jpg"
Position = "Master Since 2019"
Group = "Sports Vis"
Type = "Master"
URL = "https://louise777.github.io/HuihuaLu.github.io/index.html"
[[Params.Members.Items]]
Name = "Renzhong Li"
Photo = "images/people/lirenzhong.jpg"
Position = "Master Since 2020"
Group = "InfoVis"
Type = "Undergraduate"
URL = "https://evenlasting.github.io/"
[[Params.Members.Items]]
Name = "Jing Zhang"
Photo = "images/people/zhangjing.jpg"
Position = "Master Since 2020"
Group = "InfoVis"
Type = "Undergraduate"
URL = ""
[[Params.Members.Items]]
Name = "Yuting Liu"
Photo = "images/people/liuyuting.jpg"
Position = "Master Since 2020"
Group = "InfoVis"
Type = "Undergraduate"
URL = ""
[[Params.Members.PastItems]]
Name = "Yifang Wang"
Photo = "images/people/wangyifang.jpg"
Position = "Undergraduate Since 2016"
Graduate = "Graduated in 2018"
Group = "AR Vis"
Type = "Undergraduate"
URL = "http://wangyifang.top/about/"
[[Params.Members.PastItems]]
Name = "Kejian Zhao"
Photo = "images/people/zhaokejian.jpg"
Position = "Master Since 2017"
Graduate = "Graduated in 2019"
Group = "Sports Vis"
Type = "Master"
URL = "https://zhaokejian.github.io/about/"
[[Params.Members.PastItems]]
Name = "Zhuohao Zhang"
Photo = "images/people/zhangzhuohao.jpg"
Position = "Undergraduate"
Graduate = "Graduated in 2019"
Group = "AR Vis"
Type = "Undergraduate"
URL = "http://zhuohaozhang.com/"
[Params.IttvisTools]
[[Params.IttvisTools.Items]]
Name = "iTTVis"
URL = "/iTTVis"
[[Params.IttvisTools.Items]]
Name = "iSSVis"
URL = "/iSSVis"
[Params.IttvisProjects]
[[Params.IttvisProjects.Items]]
Name = "iTTVis"
URL = "/ittvis_framework/ittvis"
[[Params.IttvisProjects.Items]]
Name = "iSSVis"
URL = "/ittvis_framework/issvis"
[Params.IttvisFrameworkCoreTeam]
[[Params.IttvisFrameworkCoreTeam.Items]]
Name = "Yingcai Wu"
Photo = "images/ittvis_framework/ycwu.jpg"
Position = "Assistant Professor,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "http://www.ycwu.org"
[[Params.IttvisFrameworkCoreTeam.Items]]
Name = "Ji Lan"
Photo = "images/people/lanji.png"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://lanjizju.github.io/"
[[Params.IttvisFrameworkCoreTeam.Items]]
Name = "Jiachen Wang"
Photo = "images/people/wangjiachen.jpg"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "#"
[[Params.IttvisFrameworkCoreTeam.Items]]
Name = "Kejian Zhao"
Photo = "images/people/zhaokejian.jpg"
Position = "Master Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://zhaokejian.github.io/about/"
[[Params.IttvisFrameworkCoreTeam.Items]]
Name = "Jiang Wu"
Photo = "images/ittvis_framework/wujiang.jpeg"
Position = "Undergraduate Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "#"
[Params.IttvisFrameworkPastTeam]
[[Params.IttvisFrameworkPastTeam.Items]]
Name = "Xinhuan Shu"
Photo = "images/ittvis_framework/shuxinhuan.jpg"
Position = "Master Student,"
College = "Department of Computer Science and Engineering,"
School = "the Hong Kong University of Science and Technology"
URL = "https://shuxinhuan.github.io/about/"
[[Params.IttvisFrameworkPastTeam.Items]]
Name = "Chenyang Ji"
Photo = "images/ittvis_framework/jichenyang.png"
Position = "Master Student,"
College = "Department of Computer Science,"
School = "Yale University"
URL = "https://chenyangji.wordpress.com/"
[Params.IttvisCoreTeam]
[[Params.IttvisCoreTeam.Items]]
Name = "Yingcai Wu"
Photo = "images/ittvis_framework/ycwu.jpg"
Position = "Assistant Professor,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "http://www.ycwu.org"
[[Params.IttvisCoreTeam.Items]]
Name = "Ji Lan"
Photo = "images/people/lanji.png"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://lanjizju.github.io/"
[[Params.IttvisCoreTeam.Items]]
Name = "Jiachen Wang"
Photo = "images/people/wangjiachen.jpg"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "#"
[[Params.IttvisCoreTeam.Items]]
Name = "Kejian Zhao"
Photo = "images/people/zhaokejian.jpg"
Position = "Master Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://zhaokejian.github.io/about/"
[[Params.IttvisCoreTeam.Items]]
Name = "Xinhuan Shu"
Photo = "images/ittvis_framework/shuxinhuan.jpg"
Position = "Master Student,"
College = "Department of Computer Science and Engineering,"
School = "the Hong Kong University of Science and Technology"
URL = "https://shuxinhuan.github.io/about/"
[[Params.IttvisCoreTeam.Items]]
Name = "Chenyang Ji"
Photo = "images/ittvis_framework/jichenyang.png"
Position = "Master Student,"
College = "Department of Computer Science,"
School = "Yale University"
URL = "https://chenyangji.wordpress.com/"
[Params.IssvisCoreTeam]
[[Params.IssvisCoreTeam.Items]]
Name = "Yingcai Wu"
Photo = "images/ittvis_framework/ycwu.jpg"
Position = "Assistant Professor,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "http://www.ycwu.org"
[[Params.IssvisCoreTeam.Items]]
Name = "Ji Lan"
Photo = "images/people/lanji.png"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://lanjizju.github.io/"
[[Params.IssvisCoreTeam.Items]]
Name = "Jiachen Wang"
Photo = "images/people/wangjiachen.jpg"
Position = "PhD Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "#"
[[Params.IssvisCoreTeam.Items]]
Name = "Kejian Zhao"
Photo = "images/people/zhaokejian.jpg"
Position = "Master Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "https://zhaokejian.github.io/about/"
[[Params.IssvisCoreTeam.Items]]
Name = "Jiang Wu"
Photo = "images/ittvis_framework/wujiang.jpeg"
Position = "Undergraduate Student,"
College = "College of Computer Science and Technology,"
School = "Zhejiang University"
URL = "#"
[[Params.IssvisCoreTeam.Items]]
Name = "Xinhuan Shu"
Photo = "images/ittvis_framework/shuxinhuan.jpg"
Position = "Master Student,"
College = "Department of Computer Science and Engineering,"
School = "the Hong Kong University of Science and Technology"
URL = "https://shuxinhuan.github.io/about/"
[Params.IttvisCollaborator]
[[Params.IttvisCollaborator.Items]]
Name = "Hui Zhang"
Photo = "images/ittvis_framework/zhanghui.jpg"
Position = "Professor,"
College = "Department of Physical Education, College of Education,"
School = "Zhejiang University"
TabletennisPos = "National First Grade Sportsman, First Grade Coach, International Umpire"
URL = "http://mypage.zju.edu.cn/sports_science_zhanghui"
[[Params.IttvisCollaborator.Items]]
Name = "Zheng Zhou"
Photo = "images/ittvis_framework/zhouzheng.jpg"
Position = "PhD Student,"
College = "Department of Physical Education, College of Education,"
School = "Zhejiang University"
TabletennisPos = "National Second Grade Sportsman, First Grade Umpire"
URL = "#"