-
Notifications
You must be signed in to change notification settings - Fork 0
/
References.bib
executable file
·3908 lines (3497 loc) · 124 KB
/
References.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{camerra2014kais,
author = {Alessandro Camerra and Jin Shieh and Themis Palpanas and Thanawin Rakthanmanon and Eamonn J. Keogh},
title = {Beyond one billion time series: indexing and mining very large time series collections with i {SAX2+}},
journal = {Knowl. Inf. Syst.},
volume = {39},
number = {1},
pages = {123--151},
year = {2014}
}
@article{ding2008pvldb,
author = {Hui Ding and Goce Trajcevski and Peter Scheuermann and Xiaoyue Wang and Eamonn J. Keogh},
title = {Querying and mining of time series data: experimental comparison of representations and distance measures},
journal = {{PVLDB}},
volume = {1},
number = {2},
pages = {1542--1552},
year = {2008}
}
@inproceedings{shieh2008kdd,
author = {Jin Shieh and Eamonn J. Keogh},
title = {\emph{i}{SAX}: indexing and mining terabyte sized time series},
booktitle = {{SIGKDD}},
pages = {623--631},
year = {2008}
}
@inproceedings{chan1999icde,
author = {Kin{-}pong Chan and
Ada Wai{-}Chee Fu},
title = {Efficient Time Series Matching by Wavelets},
booktitle = {ICDE},
pages = {126--133},
year = {1999}
}
@inproceedings{Guttman1984,
author = {Antonin Guttman},
title = {R-trees: A Dynamic Index Structure for Spatial Searching},
booktitle = {{SIGMOD}},
year = {1984},
pages = {47--57}
}
@article{graps1995cse,
title={An Introduction to Wavelets},
author={Graps, Amara},
journal={IEEE Comput. Sci. Eng.},
volume={2},
number={2},
pages={50--61},
year={1995},
publisher={IEEE}
}
@article{jessica2007dmkd,
author = {Jessica Lin and
Eamonn J. Keogh and
Li Wei and
Stefano Lonardi},
title = {Experiencing {SAX:} a novel symbolic representation of time series},
journal = {Data Min. Knowl. Discov.},
volume = {15},
number = {2},
pages = {107--144},
year = {2007}
}
@inproceedings{camerra2010icdm,
author = {Alessandro Camerra and
Themis Palpanas and
Jin Shieh and
Eamonn J. Keogh},
title = {i{SAX} 2.0: Indexing and Mining One Billion Time Series},
@booktitle = {{ICDM} 2010, The 10th {IEEE} International Conference on Data Mining,
Sydney, Australia, 14-17 December 2010},
booktitle = {{ICDM}},
pages = {58--67},
year = {2010}
}
@inproceedings{zoumpatianos2014sigmod,
author = {Kostas Zoumpatianos and
Stratos Idreos and
Themis Palpanas},
title = {Indexing for interactive exploration of big data series},
@booktitle = {International Conference on Management of Data, {SIGMOD} 2014, Snowbird,
UT, USA, June 22-27, 2014},
booktitle = {{SIGMOD}},
pages = {1555--1566},
year = {2014}
}
@inproceedings{chen2013vldb,
author = {Lisi Chen and
Gao Cong and
Christian S. Jensen and
Dingming Wu},
title = {Spatial Keyword Query Processing: An Experimental Evaluation},
journal = {{PVLDB}},
volume = {6},
number = {3},
pages = {217--228},
year = {2013}
}
@article{cong2009vldb,
author = {Gao Cong and
Christian S. Jensen and
Dingming Wu},
title = {Efficient Retrieval of the Top-k Most Relevant Spatial Web Objects},
journal = {{PVLDB}},
volume = {2},
number = {1},
pages = {337--348},
year = {2009}
}
@article{wu2012vldbj,
author = {Dingming Wu and
Gao Cong and
Christian S. Jensen},
title = {A framework for efficient spatial web object retrieval},
journal = {{VLDB} J.},
volume = {21},
number = {6},
pages = {797--822},
year = {2012}
}
@article{haar1910theorie,
title={Zur theorie der orthogonalen funktionensysteme},
author={Haar, Alfred},
journal={Mathematische Annalen},
volume={69},
number={3},
pages={331--371},
year={1910},
publisher={Springer}
}
@inproceedings{popivanov2002icde,
author = {Ivan Popivanov and
Ren{\'{e}}e J. Miller},
title = {Similarity Search Over Time-Series Data Using Wavelets},
@booktitle = {Proceedings of the 18th International Conference on Data Engineering,
San Jose, CA, USA, February 26 - March 1, 2002},
booktitle = {{ICDE}},
pages = {212--221},
year = {2002}
}
@inproceedings{kashyap2011kdd,
author = {Shrikant Kashyap and
Panagiotis Karras},
title = {Scalable k{NN} search on vertically stored time series},
@booktitle = {Proceedings of the 17th {ACM} {SIGKDD} International Conference on
Knowledge Discovery and Data Mining, San Diego, CA, USA, August 21-24,
2011},
booktitle = {{SIGKDD}},
pages = {1334--1342},
year = {2011}
}
@article{keogh2001paa,
author = {Eamonn J. Keogh and
Kaushik Chakrabarti and
Michael J. Pazzani and
Sharad Mehrotra},
title = {Dimensionality Reduction for Fast Similarity Search in Large Time
Series Databases},
journal = {Knowl. Inf. Syst.},
volume = {3},
number = {3},
pages = {263--286},
year = {2001}
}
@inproceedings{faloutsos2000vldb,
author = {Byoung{-}Kee Yi and
Christos Faloutsos},
title = {Fast Time Sequence Indexing for Arbitrary {Lp} Norms},
@booktitle = {{VLDB} 2000, Proceedings of 26th International Conference on Very
Large Data Bases, September 10-14, 2000, Cairo, Egypt},
booktitle = {{VLDB}},
pages = {385--394},
year = {2000}
}
@inproceedings{palpanas2016bigsm,
author = {Themis Palpanas},
title = {Big Sequence Management: {A} glimpse of the Past, the Present, and
the Future},
@booktitle = {{SOFSEM} 2016: Theory and Practice of Computer Science - 42nd International
Conference on Current Trends in Theory and Practice of Computer Science,
Harrachov, Czech Republic, January 23-28, 2016, Proceedings},
booktitle = {{SOFSEM}},
pages = {63--80},
year = {2016}
}
@article{chen2013pvldb,
author = {Lisi Chen and
Gao Cong and
Christian S. Jensen and
Dingming Wu},
title = {Spatial Keyword Query Processing: An Experimental Evaluation},
journal = {{PVLDB}},
volume = {6},
number = {3},
pages = {217--228},
year = {2013}
}
@inproceedings{christoforaki2011cikm,
author = {Maria Christoforaki and
Jinru He and
Constantinos Dimopoulos and
Alexander Markowetz and
Torsten Suel},
title = {Text vs. space: efficient geo-search query processing},
@booktitle = {Proceedings of the 20th {ACM} Conference on Information and Knowledge
Management, {CIKM} 2011, Glasgow, United Kingdom, October 24-28, 2011},
booktitle = {{CIKM}},
pages = {423--432},
year = {2011}
}
@article{zhisheng2011tkde,
author = {Zhisheng Li and
Ken C. K. Lee and
Baihua Zheng and
Wang{-}Chien Lee and
Dik Lun Lee and
Xufa Wang},
title = {{IR}-Tree: An Efficient Index for Geographic Document Search},
journal = {{IEEE} Trans. Knowl. Data Eng.},
volume = {23},
number = {4},
pages = {585--599},
year = {2011}
}
@inproceedings{defelipe2008icde,
author = {Ian De Felipe and
Vagelis Hristidis and
Naphtali Rishe},
title = {Keyword Search on Spatial Databases},
@booktitle = {Proceedings of the 24th International Conference on Data Engineering,
{ICDE} 2008, April 7-12, 2008, Canc{\'{u}}n, M{\'{e}}xico},
booktitle = {{ICDE}},
pages = {656--665},
year = {2008}
}
@inproceedings{hariharan2007ssdbm,
author = {Ramaswamy Hariharan and
Bijit Hore and
Chen Li and
Sharad Mehrotra},
title = {Processing Spatial-Keyword {(SK)} Queries in Geographic Information
Retrieval {(GIR)} Systems},
@booktitle = {19th International Conference on Scientific and Statistical Database
Management, {SSDBM} 2007, 9-11 July 2007, Banff, Canada, Proceedings},
booktitle = {{SSDBM}},
pages = {16},
year = {2007}
}
@inproceedings{cary2010ssdbm,
author = {Ariel Cary and
Ouri Wolfson and
Naphtali Rishe},
title = {Efficient and Scalable Method for Processing Top-k Spatial Boolean
Queries},
@booktitle = {Scientific and Statistical Database Management, 22nd International
Conference, {SSDBM} 2010, Heidelberg, Germany, June 30 - July 2, 2010.
Proceedings},
booktitle = {{SSDBM}},
pages = {87--95},
year = {2010}
}
@inproceedings{rocha2011ssd,
author = {Jo{\~{a}}o B. Rocha{-}Junior and
Orestis Gkorgkas and
Simon Jonassen and
Kjetil N{\o}rv{\aa}g},
title = {Efficient Processing of Top-k Spatial Keyword Queries},
@booktitle = {Advances in Spatial and Temporal Databases - 12th International Symposium,
{SSTD} 2011, Minneapolis, MN, USA, August 24-26, 2011, Proceedings},
booktitle = {{SSTD}},
pages = {205--222},
year = {2011}
}
@inproceedings{chen2006sigmod,
author = {Yen{-}Yu Chen and
Torsten Suel and
Alexander Markowetz},
title = {Efficient query processing in geographic web search engines},
@booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management
of Data, Chicago, Illinois, USA, June 27-29, 2006},
booktitle = {{SIGMOD}},
pages = {277--288},
year = {2006}
}
@article{hjaltason99tods,
author = {G{\'{\i}}sli R. Hjaltason and
Hanan Samet},
title = {Distance Browsing in Spatial Databases},
journal = {{ACM} Trans. Database Syst.},
volume = {24},
number = {2},
pages = {265--318},
year = {1999}
}
@inproceedings{Beckmann1990,
author = {Norbert Beckmann and Hans-Peter Kriegel and Ralf Schneider and Bernhard Seeger},
title = {The {R}*-tree: An Efficient and Robust Access Method for Points and Rectangles},
@booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data, Atlantic City, New Jersey, USA},
booktitle = {SIGMOD},
pages = {322--331},
year = {1990}
}
@inproceedings{mintz1997tracking,
title={Tracking air quality trends with SAS/GRAPH},
author={Mintz, David and Fitz-Simons, Terence and Wayland, Michelle},
booktitle={Proceedings of the 22nd Annual SAS User Group International Conference (SUGI’97)},
pages={807--812},
year={1997}
}
@inproceedings{keim1995recursive,
title={Recursive pattern: A technique for visualizing very large amounts of data},
author={Keim, Daniel A and Ankerst, Mihael and Kriegel, Hans-Peter},
booktitle={Proceedings of the 6th Conference on Visualization'95},
pages={279},
year={1995},
organization={IEEE Computer Society}
}
@inproceedings{lammarsch2009hierarchical,
title={Hierarchical temporal patterns and interactive aggregated views for pixel-based visualizations},
author={Lammarsch, Tim and Aigner, Wolfgang and Bertone, Alessio and G{\"a}rtner, Johannes and Mayr, Eva and Miksch, Silvia and Smuc, Michael},
booktitle={Information Visualisation, 2009 13th International Conference},
pages={44--50},
year={2009},
organization={IEEE}
}
@article{jugel2014m4,
title={M4: a visualization-oriented time series data aggregation},
author={Jugel, Uwe and Jerzak, Zbigniew and Hackenbroich, Gregor and Markl, Volker},
journal={Proceedings of the VLDB Endowment},
volume={7},
number={10},
pages={797--808},
year={2014},
publisher={VLDB Endowment}
}
@inproceedings{javed2010stack,
title={Stack zooming for multi-focus interaction in time-series data visualization},
author={Javed, Waqas and Elmqvist, Niklas},
booktitle={Visualization Symposium (PacificVis), 2010 IEEE Pacific},
pages={33--40},
year={2010},
organization={IEEE}
}
@inproceedings{zhao2011kronominer,
title={Kronominer: using multi-foci navigation for the visual exploration of time-series data},
author={Zhao, Jian and Chevalier, Fanny and Balakrishnan, Ravin},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={1737--1746},
year={2011},
organization={ACM}
}
@article{zhao2011exploratory,
title={Exploratory analysis of time-series with chronolenses},
author={Zhao, Jian and Chevalier, Fanny and Pietriga, Emmanuel and Balakrishnan, Ravin},
journal={IEEE Transactions on Visualization and Computer Graphics},
volume={17},
number={12},
pages={2422--2431},
year={2011},
publisher={IEEE}
}
@incollection{hochheiser2003interactive,
title={Interactive exploration of time series data},
author={Hochheiser, Harry and Shneiderman, Ben},
booktitle={The Craft of Information Visualization},
pages={313--315},
year={2003},
publisher={Elsevier}
}
@article{hochheiser2004dynamic,
title={Dynamic query tools for time series data sets: timebox widgets for interactive exploration},
author={Hochheiser, Harry and Shneiderman, Ben},
journal={Information Visualization},
volume={3},
number={1},
pages={1--18},
year={2004},
publisher={SAGE Publications Sage UK: London, England}
}
@inproceedings{hochheiser2003dynamic,
title={Dynamic querying for pattern identification in microarray and genomic data},
author={Hochheiser, Harry and Baehrecke, Eric H and Mount, Stephen M and Shneiderman, Ben},
booktitle={Multimedia and Expo, 2003. ICME'03. Proceedings. 2003 International Conference on},
volume={3},
pages={III--453},
year={2003},
organization={IEEE}
}
@inproceedings{keogh2002augmented,
title={An augmented visual query mechanism for finding patterns in time series data},
author={Keogh, Eamonn and Hochheiser, Harry and Shneiderman, Ben},
booktitle={International Conference on Flexible Query Answering Systems},
pages={240--250},
year={2002},
organization={Springer}
}
@article{hochheiser2002visual,
title={Visual queries for finding patterns in time series data},
author={Hochheiser, Harry and Shneiderman, Ben},
journal={University of Maryland, Computer Science Dept. Tech Report, CS-TR},
volume={4365},
year={2002}
}
@inproceedings{hochheiser2001visual,
title={Visual specification of queries for finding patterns in time-series data},
author={Hochheiser, Harry and Shneiderman, Ben},
booktitle={Proceedings of discovery science},
number={2226},
pages={441--446},
year={2001}
}
@article{shmueli2006exploring,
title={Exploring auction databases through interactive visualization},
author={Shmueli, Galit and Jank, Wolfgang and Aris, Aleks and Plaisant, Catherine and Shneiderman, Ben},
journal={Decision Support Systems},
volume={42},
number={3},
pages={1521--1538},
year={2006},
publisher={Elsevier}
}
@inproceedings{aris2005representing,
title={Representing unevenly-spaced time series data for visualization and interactive exploration},
author={Aris, Aleks and Shneiderman, Ben and Plaisant, Catherine and Shmueli, Galit and Jank, Wolfgang},
booktitle={IFIP Conference on Human-Computer Interaction},
pages={835--846},
year={2005},
organization={Springer}
}
@inproceedings{buono2005interactive,
title={Interactive pattern search in time series},
author={Buono, Paolo and Aris, Aleks and Plaisant, Catherine and Khella, Amir and Shneiderman, Ben},
booktitle={Visualization and Data Analysis 2005},
volume={5669},
pages={175--187},
year={2005},
organization={International Society for Optics and Photonics}
}
@inproceedings{buono2007similarity,
title={Similarity-based forecasting with simultaneous previews: A river plot interface for time series forecasting},
author={Buono, Paolo and Plaisant, Catherine and Simeone, Adalberto and Aris, Aleks and Shmueli, Galit and Jank, Wolfgang},
booktitle={Information Visualization, 2007. IV'07. 11th International Conference},
pages={191--196},
year={2007},
organization={IEEE}
}
@inproceedings{chatzigeorgakidis2018map,
title = {Map-Based Visual Exploration of Geolocated Time Series},
author = {Georgios Chatzigeorgakidis and Dimitrios Skoutas and Kostas Patroumpas and Spiros Athanasiou and Spiros Skiadopoulos},
booktitle = {Proceedings of the Workshops of the EDBT/ICDT 2018 Joint Conference
(EDBT/ICDT 2018), Vienna, Austria, March 26, 2018.},
pages = {92--99},
year = {2018}
}
@article{chatzigeorgakidis2019visual,
title={Visual Exploration of Geolocated Time Series with Hybrid Indexing},
author={Chatzigeorgakidis, Georgios and Patroumpas, Kostas and Skoutas, Dimitrios and Athanasiou, Spiros and Skiadopoulos, Spiros},
journal={Big Data Research},
volume={15},
pages={12--28},
year={2019},
publisher={Elsevier}
}
@inproceedings{chatzigeorgakidis2019local,
title={Local Pair and Bundle Discovery over Co-Evolving Time Series},
author={Chatzigeorgakidis, Georgios and Skoutas, Dimitrios and Patroumpas, Kostas and Palpanas, Themis and Athanasiou, Spiros and Skiadopoulos, Spiros},
booktitle={Proceedings of the 16th International Symposium on Spatial and Temporal Databases},
pages={160--169},
year={2019},
organization={ACM}
}
@inproceedings{chatzigeorgakidis2019geolocal,
author = {Chatzigeorgakidis, Georgios and Skoutas, Dimitrios and Patroumpas, Kostas and Palpanas, Themis and Athanasiou, Spiros and Skiadopoulos, Spiros},
title = {Local Similarity Search on Geolocated Time Series Using Hybrid Indexing},
@booktitle = {Proc. of the 27th {ACM} {SIGSPATIAL} International Conference
on Advances in Geographic Information Systems, {GIS} 2019, Chicago, Illinois, USA, November 5-8, 2019},
booktitle = {SIGSPATIAL},
year = {2019}
}
@article{camerra2014kais,
author = {Alessandro Camerra and Jin Shieh and Themis Palpanas and Thanawin Rakthanmanon and Eamonn J. Keogh},
title = {Beyond one billion time series: indexing and mining very large time series collections with \emph{i}{SAX2+}},
journal = {Knowl. Inf. Syst.},
volume = {39},
number = {1},
pages = {123--151},
year = {2014}
}
@article{ding2008pvldb,
author = {Hui Ding and Goce Trajcevski and Peter Scheuermann and Xiaoyue Wang and Eamonn J. Keogh},
title = {Querying and mining of time series data: experimental comparison of representations and distance measures},
journal = {{PVLDB}},
volume = {1},
number = {2},
pages = {1542--1552},
year = {2008}
}
@inproceedings{shieh2008kdd,
author = {Jin Shieh and Eamonn J. Keogh},
title = {\emph{i}{SAX}: indexing and mining terabyte sized time series},
booktitle = {{SIGKDD}},
pages = {623--631},
year = {2008}
}
@inproceedings{chan1999icde,
author = {Kin{-}pong Chan and Ada Wai{-}Chee Fu},
title = {Efficient Time Series Matching by Wavelets},
booktitle = {ICDE},
pages = {126--133},
year = {1999}
}
@inproceedings{Guttman1984,
author = {Antonin Guttman},
title = {R-trees: A Dynamic Index Structure for Spatial Searching},
booktitle = {{SIGMOD}},
year = {1984},
pages = {47--57}
}
@article{graps1995cse,
title={An Introduction to Wavelets},
author={Graps, Amara},
journal={IEEE Comput. Sci. Eng.},
volume={2},
number={2},
pages={50--61},
year={1995},
publisher={IEEE}
}
@article{jessica2007dmkd,
author = {Jessica Lin and Eamonn J. Keogh and Li Wei and
Stefano Lonardi},
title = {Experiencing {SAX:} a novel symbolic representation of time series},
journal = {Data Min. Knowl. Discov.},
volume = {15},
number = {2},
pages = {107--144},
year = {2007}
}
@inproceedings{camerra2010icdm,
author = {Alessandro Camerra and
Themis Palpanas and
Jin Shieh and
Eamonn J. Keogh},
title = {\emph{i}{SAX 2.0}: Indexing and Mining One Billion Time Series},
@booktitle = {{ICDM} 2010, The 10th {IEEE} International Conference on Data Mining,
Sydney, Australia, 14-17 December 2010},
booktitle = {{ICDM}},
pages = {58--67},
year = {2010}
}
@inproceedings{zoumpatianos2014sigmod,
author = {Kostas Zoumpatianos and
Stratos Idreos and
Themis Palpanas},
title = {Indexing for interactive exploration of big data series},
@booktitle = {International Conference on Management of Data, {SIGMOD} 2014, Snowbird,
UT, USA, June 22-27, 2014},
booktitle = {{SIGMOD}},
pages = {1555--1566},
year = {2014}
}
@article{cong2009vldb,
author = {Gao Cong and
Christian S. Jensen and
Dingming Wu},
title = {Efficient Retrieval of the Top-k Most Relevant Spatial Web Objects},
journal = {{PVLDB}},
volume = {2},
number = {1},
pages = {337--348},
year = {2009}
}
@article{wu2012vldbj,
author = {Dingming Wu and
Gao Cong and
Christian S. Jensen},
title = {A framework for efficient spatial web object retrieval},
journal = {{VLDB} J.},
volume = {21},
number = {6},
pages = {797--822},
year = {2012}
}
@article{haar1910theorie,
title={Zur theorie der orthogonalen funktionensysteme},
author={Haar, Alfred},
journal={Mathematische Annalen},
volume={69},
number={3},
pages={331--371},
year={1910},
publisher={Springer}
}
@inproceedings{popivanov2002icde,
author = {Ivan Popivanov and
Ren{\'{e}}e J. Miller},
title = {Similarity Search Over Time-Series Data Using Wavelets},
@booktitle = {Proceedings of the 18th International Conference on Data Engineering,
San Jose, CA, USA, February 26 - March 1, 2002},
booktitle = {{ICDE}},
pages = {212--221},
year = {2002}
}
@inproceedings{kashyap2011kdd,
author = {Shrikant Kashyap and
Panagiotis Karras},
title = {Scalable k{NN} search on vertically stored time series},
@booktitle = {Proceedings of the 17th {ACM} {SIGKDD} International Conference on
Knowledge Discovery and Data Mining, San Diego, CA, USA, August 21-24,
2011},
booktitle = {{SIGKDD}},
pages = {1334--1342},
year = {2011}
}
@article{keogh2001paa,
author = {Eamonn J. Keogh and
Kaushik Chakrabarti and
Michael J. Pazzani and
Sharad Mehrotra},
title = {Dimensionality Reduction for Fast Similarity Search in Large Time
Series Databases},
journal = {Knowl. Inf. Syst.},
volume = {3},
number = {3},
pages = {263--286},
year = {2001}
}
@inproceedings{faloutsos2000vldb,
author = {Byoung{-}Kee Yi and
Christos Faloutsos},
title = {Fast Time Sequence Indexing for Arbitrary {Lp} Norms},
@booktitle = {{VLDB} 2000, Proceedings of 26th International Conference on Very
Large Data Bases, September 10-14, 2000, Cairo, Egypt},
booktitle = {{VLDB}},
pages = {385--394},
year = {2000}
}
@inproceedings{palpanas2016bigsm,
author = {Themis Palpanas},
title = {Big Sequence Management: {A} glimpse of the Past, the Present, and
the Future},
@booktitle = {{SOFSEM} 2016: Theory and Practice of Computer Science - 42nd International
Conference on Current Trends in Theory and Practice of Computer Science,
Harrachov, Czech Republic, January 23-28, 2016, Proceedings},
booktitle = {{SOFSEM}},
pages = {63--80},
year = {2016}
}
@article{chen2013pvldb,
author = {Lisi Chen and
Gao Cong and
Christian S. Jensen and
Dingming Wu},
title = {Spatial Keyword Query Processing: An Experimental Evaluation},
journal = {{PVLDB}},
volume = {6},
number = {3},
pages = {217--228},
year = {2013}
}
@inproceedings{christoforaki2011cikm,
author = {Maria Christoforaki and
Jinru He and
Constantinos Dimopoulos and
Alexander Markowetz and
Torsten Suel},
title = {Text vs. space: efficient geo-search query processing},
@booktitle = {Proceedings of the 20th {ACM} Conference on Information and Knowledge
Management, {CIKM} 2011, Glasgow, United Kingdom, October 24-28, 2011},
booktitle = {{CIKM}},
pages = {423--432},
year = {2011}
}
@article{zhisheng2011tkde,
author = {Zhisheng Li and
Ken C. K. Lee and
Baihua Zheng and
Wang{-}Chien Lee and
Dik Lun Lee and
Xufa Wang},
title = {{IR}-Tree: An Efficient Index for Geographic Document Search},
journal = {{IEEE} Trans. Knowl. Data Eng.},
volume = {23},
number = {4},
pages = {585--599},
year = {2011}
}
@inproceedings{defelipe2008icde,
author = {Ian De Felipe and
Vagelis Hristidis and
Naphtali Rishe},
title = {Keyword Search on Spatial Databases},
@booktitle = {Proceedings of the 24th International Conference on Data Engineering,
{ICDE} 2008, April 7-12, 2008, Canc{\'{u}}n, M{\'{e}}xico},
booktitle = {{ICDE}},
pages = {656--665},
year = {2008}
}
@inproceedings{hariharan2007ssdbm,
author = {Ramaswamy Hariharan and
Bijit Hore and
Chen Li and
Sharad Mehrotra},
title = {Processing Spatial-Keyword {(SK)} Queries in Geographic Information
Retrieval {(GIR)} Systems},
@booktitle = {19th International Conference on Scientific and Statistical Database
Management, {SSDBM} 2007, 9-11 July 2007, Banff, Canada, Proceedings},
booktitle = {{SSDBM}},
pages = {16},
year = {2007}
}
@inproceedings{cary2010ssdbm,
author = {Ariel Cary and
Ouri Wolfson and
Naphtali Rishe},
title = {Efficient and Scalable Method for Processing Top-k Spatial Boolean
Queries},
@booktitle = {Scientific and Statistical Database Management, 22nd International
Conference, {SSDBM} 2010, Heidelberg, Germany, June 30 - July 2, 2010.
Proceedings},
booktitle = {{SSDBM}},
pages = {87--95},
year = {2010}
}
@inproceedings{rocha2011ssd,
author = {Jo{\~{a}}o B. Rocha{-}Junior and
Orestis Gkorgkas and
Simon Jonassen and
Kjetil N{\o}rv{\aa}g},
title = {Efficient Processing of Top-k Spatial Keyword Queries},
@booktitle = {Advances in Spatial and Temporal Databases - 12th International Symposium,
{SSTD} 2011, Minneapolis, MN, USA, August 24-26, 2011, Proceedings},
booktitle = {{SSTD}},
pages = {205--222},
year = {2011}
}
@inproceedings{chen2006sigmod,
author = {Yen{-}Yu Chen and
Torsten Suel and
Alexander Markowetz},
title = {Efficient query processing in geographic web search engines},
@booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management
of Data, Chicago, Illinois, USA, June 27-29, 2006},
booktitle = {{SIGMOD}},
pages = {277--288},
year = {2006}
}
@article{hjaltason99tods,
author = {G{\'{\i}}sli R. Hjaltason and
Hanan Samet},
title = {Distance Browsing in Spatial Databases},
journal = {{ACM} Trans. Database Syst.},
volume = {24},
number = {2},
pages = {265--318},
year = {1999}
}
@inproceedings{Beckmann1990,
author = {Norbert Beckmann and Hans-Peter Kriegel and Ralf Schneider and Bernhard Seeger},
title = {The {R}*-tree: An Efficient and Robust Access Method for Points and Rectangles},
@booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data, Atlantic City, New Jersey, USA},
booktitle = {SIGMOD},
pages = {322--331},
year = {1990}
}
@inproceedings{chatzig17btsr,
author = {Georgios Chatzigeorgakidis and Dimitrios Skoutas and Kostas Patroumpas and Spiros Athanasiou and Spiros Skiadopoulos},
title = {Indexing Geolocated Time Series Data},
@booktitle = {Proceedings of the 25th {ACM} {SIGSPATIAL} International Conference
on Advances in Geographic Information Systems, {GIS} 2017, Redondo
Beach, CA, USA, November 7-10, 2017},
booktitle = {SIGSPATIAL},
pages = {19:1--19:10},
year = {2017}
}
@inproceedings{chatzigeorgakidis2018scalable,
title={Scalable hybrid similarity join over geolocated time series},
author={Chatzigeorgakidis, Georgios and Patroumpas, Kostas and Skoutas, Dimitrios and Athanasiou, Spiros and Skiadopoulos, Spiros},
booktitle={Proceedings of the 26th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems},
pages={119--128},
year={2018},
organization={ACM}
}
@article{neamtu2016vldb,
author = {Rodica Neamtu and Ramoza Ahsan and Elke Rundensteiner and Gabor Sarkozy},
title = {Interactive Time Series Exploration Powered by the Marriage of Similarity Distances},
journal = {Proc. VLDB Endow.},
issue_date = {November 2016},
volume = {10},
number = {3},
year = {2016},
pages = {169--180}
}
@article{siddiqui2016vldb,
author = {Tarique Siddiqui and Albert Kim and John Lee and Karrie Karahalios and Aditya Parameswaran},
title = {Effortless Data Exploration with Zenvisage: An Expressive and Interactive Visual Analytics System},
journal = {Proc. VLDB Endow.},
issue_date = {November 2016},
volume = {10},
number = {4},
year = {2016},
pages = {457--468}
}
@article{rahman2017vldb,
author = {Sajjadur Rahman and Maryam Aliakbarpour and Ha Kyung Kong and Eric Blais and Karrie Karahalios and Aditya Parameswaran and Ronitt Rubinfield},
title = {I'Ve Seen "Enough": Incrementally Improving Visualizations to Support Rapid Decision Making},
journal = {Proc. VLDB Endow.},
issue_date = {August 2017},
volume = {10},
number = {11},
year = {2017},
pages = {1262--1273}
}
@article{pang2017vldb,
author = {Zhifei Pang and Sai Wu and Gang Chen and Ke Chen and Lidan Shou},
title = {FlashView: An Interactive Visual Explorer for Raw Data},
journal = {Proc. VLDB Endow.},
issue_date = {August 2017},
volume = {10},
number = {12},
year = {2017},
pages = {1869--1872}
}
@article{demiralp2017vldb,
author = {\c{C}a\u{g}atay Demiralp and Peter J.Haas and Srinivasan Parthasarathy and Tejaswini Pedapati},
title = {Foresight: Recommending Visual Insights},
journal = {Proc. VLDB Endow.},
issue_date = {August 2017},
volume = {10},
number = {12},
year = {2017},
pages = {1937--1940}
}
@article{mottin2017vldb,
author = {Davide Mottin and Matteo Lissandrini and Yannis Velegrakis and Themis Palpanas},
title = {New Trends on Exploratory Methods for Data Analytics},
journal = {Proc. VLDB Endow.},
issue_date = {August 2017},
volume = {10},
number = {12},
year = {2017},
pages = {1977--1980}
}
@article{wu2014vldb,
author = {Eugene Wu and Leilani Battle and Samuel R. Madden},
title = {The Case for Data Visualization Management Systems: Vision Paper},
journal = {Proc. VLDB Endow.},
issue_date = {June 2014},
volume = {7},
number = {10},
year = {2014},
pages = {903--906}
}
@inproceedings{chan2008vast,
author = {Sye{-}Min Chan and
Ling Xiao and
John Gerth and
Pat Hanrahan},
title = {Maintaining interactivity while exploring massive time series},
booktitle = {{IEEE} {VAST}},
pages = {59--66},
year = {2008}
}
@article{zoumpatianos2015vldb,
author = {Kostas Zoumpatianos and Stratos Idreos and Themis Palpanas},
title = {RINSE: Interactive Data Series Exploration with {ADS+}},
journal = {Proc. VLDB Endow.},
issue_date = {August 2015},
volume = {8},
number = {12},
year = {2015},
pages = {1912--1915}
}
@article{rong2017vldb,
author = {Kexin Rong and Peter Bailis},
title = {{ASAP}: Prioritizing Attention via Time Series Smoothing},
journal = {Proc. VLDB Endow.},
issue_date = {August 2017},
volume = {10},
number = {11},
year = {2017},
pages = {1358--1369}
}
@article{eravci2013vldb,
author = {Bahaeddin Eravci and Hakan Ferhatosmanoglu},
title = {Diversity Based Relevance Feedback for Time Series Search},
journal = {Proc. VLDB Endow.},
issue_date = {October 2013},
volume = {7},
number = {2},
year = {2013},
pages = {109--120}
}
@article{aschoff1965circadian,
title={Circadian rhythms in man},
author={Aschoff, J{\"u}rgen},
journal={Science},
volume={148},