-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
1167 lines (1083 loc) · 45.7 KB
/
papers.bib
File metadata and controls
1167 lines (1083 loc) · 45.7 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
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
@inproceedings{DBLP:conf/vldb/LitwinMRS07,
author = {Witold Litwin and
Riad Mokadem and
Philippe Rigaux and
Thomas J. E. Schwarz},
editor = {Christoph Koch and
Johannes Gehrke and
Minos N. Garofalakis and
Divesh Srivastava and
Karl Aberer and
Anand Deshpande and
Daniela Florescu and
Chee Yong Chan and
Venkatesh Ganti and
Carl{-}Christian Kanne and
Wolfgang Klas and
Erich J. Neuhold},
title = {Fast nGram-Based String Search Over Data Encoded Using Algebraic Signatures},
booktitle = {Proceedings of the 33rd International Conference on Very Large Data
Bases, University of Vienna, Austria, September 23-27, 2007},
pages = {207--218},
publisher = {{ACM}},
year = {2007},
url = {http://www.vldb.org/conf/2007/papers/research/p207-litwin.pdf},
timestamp = {Thu, 12 Mar 2020 11:33:44 +0100},
biburl = {https://dblp.org/rec/conf/vldb/LitwinMRS07.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@incollection{breunig:hal-01124849,
TITLE = {{Architectures and Implementations of Spatio-temporal Database Management Systems.}},
AUTHOR = {Breunig, M. and T?rker, C. and Behlen, M. and Dieker, S. and G?ting, R.H. and Jensen, C. and Relly, L. and Rigaux, Philippe and Schek, H.J. and Scholl, Michel},
URL = {https://hal.science/hal-01124849},
NOTE = {Spatio-temporal databases: the Chorochronos approach},
BOOKTITLE = {{Spatio-temporal databases: the Chorochro}},
HAL_LOCAL_REFERENCE = {BTB03},
PAGES = {263-318},
YEAR = {2003},
MONTH = Jan,
HAL_ID = {hal-01124849},
HAL_VERSION = {v1},
}
@book{rigaux:hal-01124647,
TITLE = {{Spatial Databases. With Application to GIS}},
AUTHOR = {Rigaux, Philippe and Scholl, Michel and Voisard, Agn{\`e}s},
URL = {https://hal.science/hal-01124647},
NOTE = {432 pages},
HAL_LOCAL_REFERENCE = {RSV01a},
EDITOR = {Morgan Kaufmann},
YEAR = {2001},
MONTH = Jan,
HAL_ID = {hal-01124647},
HAL_VERSION = {v1},
}
@inproceedings{papadopoulos:hal-01124479,
TITLE = {{A Performance Evaluation of Spatial Join Processing Strategies}},
AUTHOR = {Papadopoulos, A. and Rigaux, Philippe and Scholl, Michel},
URL = {https://hal.science/hal-01124479},
BOOKTITLE = {{Intl. Conf. on Large Spatial Databases (SSD'99)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {PRS99},
YEAR = {1999},
MONTH = Jan,
HAL_ID = {hal-01124479},
HAL_VERSION = {v1},
}
@misc{rigaux:hal-01126558,
TITLE = {{AnnoMarket - Multilingual Text Analytics at Scale on the Cloud}},
AUTHOR = {Rigaux, Philippe and Dimitrov, Marin and Cunningham, Hamish},
URL = {https://hal.science/hal-01126558},
NOTE = {Poster},
HOWPUBLISHED = {{European Semantic Web Conference (ESWC)}},
HAL_LOCAL_REFERENCE = {RDC14},
PAGES = {315-319},
YEAR = {2014},
MONTH = Oct,
HAL_ID = {hal-01126558},
HAL_VERSION = {v1},
}
@inproceedings{guehis:hal-01196497,
TITLE = {{Optimisation d'applications orient{\'e}es donn{\'e}es}},
AUTHOR = {Guehis, Sonia and Rigaux, Philippe and Thion, Virginie},
URL = {https://inria.hal.science/hal-01196497},
BOOKTITLE = {{Actes des 25{\`e}mes journ{\'e}es des Bases de Donn{\'e}es Avanc{\'e}es (BDA)}},
ADDRESS = {Namur, Belgium},
YEAR = {2009},
HAL_ID = {hal-01196497},
HAL_VERSION = {v1},
}
@book{scholl:hal-01124532,
TITLE = {{SGBD G{\'e}ographiques}},
AUTHOR = {Scholl, Michel and Voisard, Agn{\`e}s and Peloux, Jean-Paul and Raynal, L. and Rigaux, Philippe},
URL = {https://hal.science/hal-01124532},
HAL_LOCAL_REFERENCE = {SVP96},
EDITOR = {Intl. Thompson Publishing},
YEAR = {1996},
MONTH = Jan,
HAL_ID = {hal-01124532},
HAL_VERSION = {v1},
}
@inproceedings{rigaux:hal-02289196,
TITLE = {{Scalable Searching and Ranking for Melodic Pattern Queries}},
AUTHOR = {Rigaux, Philippe and Travers, Nicolas},
URL = {https://cnam.hal.science/hal-02289196},
BOOKTITLE = {{Intl. Conf. of the International Society for Music Information Retrieval (ISMIR)}},
ADDRESS = {Delft, Netherlands},
YEAR = {2019},
MONTH = Nov,
HAL_ID = {hal-02289196},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01124768,
TITLE = {{Web Architectures for Scalable Moving Object Servers}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe},
URL = {https://hal.science/hal-01124768},
BOOKTITLE = {{ACM-GIS'02}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DR02},
YEAR = {2002},
MONTH = Jan,
HAL_ID = {hal-01124768},
HAL_VERSION = {v1},
}
@article{dumouza:hal-01125287,
TITLE = {{Parameterized Pattern Queries}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe and Scholl, Michel},
URL = {https://hal.science/hal-01125287},
NOTE = {note},
JOURNAL = {{Data Knowledge Engineering Journal DKE}},
HAL_LOCAL_REFERENCE = {DRS07},
VOLUME = {63},
PAGES = {433-456},
YEAR = {2007},
HAL_ID = {hal-01125287},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01124916,
TITLE = {{Multi-scale Classification of Moving Object Trajectories}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe},
URL = {https://hal.science/hal-01124916},
BOOKTITLE = {{oc. Intl. Conf. on Scientific and Statistical Databases (SSDBM)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DR04},
YEAR = {2004},
MONTH = Jan,
HAL_ID = {hal-01124916},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125089,
TITLE = {{Efficient Evaluation of Parameterized Pattern Queries}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe and Scholl, Michel},
URL = {https://hal.science/hal-01125089},
BOOKTITLE = {{ACM Conference on Information and Knowledge Management (CIKM)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {dRS05a},
PAGES = {728-735},
YEAR = {2005},
MONTH = Jan,
KEYWORDS = {Parameterized patterns ; Query evaluation ; Mod{\`e}les param{\'e}tr{\'e}s ; {\'E}valuation de la requ{\^e}te},
HAL_ID = {hal-01125089},
HAL_VERSION = {v1},
}
@inproceedings{fournier:hal-01568654,
TITLE = {{Is There a Data Model in Music Notation?}},
AUTHOR = {Fournier, Rapha{\"e}l and Rigaux, Philippe and Travers, N.},
URL = {https://hal.science/hal-01568654},
NOTE = {\urlhttp://tenor2016.tenor-conference.org},
BOOKTITLE = {{(TENOR'16) International Conference on Technologies for Music Notation and Representation}},
ADDRESS = {Cambridge, UK, Unknown Region},
PAGES = {1-6},
YEAR = {2016},
HAL_ID = {hal-01568654},
HAL_VERSION = {v1},
}
@misc{guillotelnothmann:hal-03924357,
TYPE = {Videos},
TITLE = {{`` \#PolifoniaH2020 video interview \#2 | Uncovering hidden connections in music heritage '', Polifonia Playing the soundtrack of our history: Promotion video}},
AUTHOR = {Guillotel-Nothmann, Christophe and Scharnhorst, Andrea and Rigaux, Philippe and Poltronieri, Andrea and Sol Martinez Pandiani, Delfina and Presutti, Valentina and Mero{\~n}o Pe{\~n}uela, Albert and van Kemenade, Philo},
URL = {https://hal.science/hal-03924357},
YEAR = {2021},
HAL_ID = {hal-03924357},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125181,
TITLE = {{On-line Aggregation and Filtering of pattern-based Queries}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe and Scholl, Michel},
URL = {https://hal.science/hal-01125181},
BOOKTITLE = {{SSDBM'06 Vienne, Austria}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DRS06},
PAGES = {333-342},
YEAR = {2006},
MONTH = Jan,
HAL_ID = {hal-01125181},
HAL_VERSION = {v1},
}
@inproceedings{scholl:hal-01124488,
TITLE = {{Multi-Scale Partitions: Application to Spatial and Statistical Databases}},
AUTHOR = {Scholl, Michel and Rigaux, Philippe},
URL = {https://hal.science/hal-01124488},
BOOKTITLE = {{Intl. Conf on Large Spatial Database (SSD'95)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {SR95},
YEAR = {1995},
MONTH = Jan,
HAL_ID = {hal-01124488},
HAL_VERSION = {v1},
}
@inproceedings{fournier:hal-01568653,
TITLE = {{A Digital Score Library Based on MEI}},
AUTHOR = {Fournier, Rapha{\"e}l and Rigaux, Philippe and Travers, N.},
URL = {https://hal.science/hal-01568653},
NOTE = {\urlhttps://music-encoding.org/community/conference/},
BOOKTITLE = {{(MEC'16) Music Encoding Conference}},
ADDRESS = {Montr{\'e}al, Canada},
PAGES = {1-4},
YEAR = {2016},
HAL_ID = {hal-01568653},
HAL_VERSION = {v1},
}
@inproceedings{fournier:hal-01568655,
TITLE = {{Querying XML score databases: XQuery is not enough}},
AUTHOR = {Fournier, Rapha{\"e}l and Rigaux, Philippe and Travers, N.},
URL = {https://hal.science/hal-01568655},
BOOKTITLE = {{(ISMIR'16) International Society for Music Information Retrieval Conference}},
ADDRESS = {New-York, USA, Unknown Region},
PAGES = {723--729},
YEAR = {2016},
DOI = {10.5281/zenodo.1416976},
HAL_ID = {hal-01568655},
HAL_VERSION = {v1},
}
@inproceedings{fournier:hal-01568656,
TITLE = {{Querying Music Notation}},
AUTHOR = {Fournier, Rapha{\"e}l and Rigaux, Philippe and Travers, N.},
URL = {https://hal.science/hal-01568656},
BOOKTITLE = {{(TIME'16) International Symposium on Temporal Representation and Reasoning}},
ADDRESS = {Kongens Lyngby, Denmark},
PAGES = {1--9},
YEAR = {2016},
DOI = {10.1109/TIME.2016.13},
HAL_ID = {hal-01568656},
HAL_VERSION = {v1},
}
@inproceedings{gurret:hal-01124477,
TITLE = {{The Sort/Sweep Algorithm: A New Method for R-tree Based Spatial Joins}},
AUTHOR = {Gurret, C. and Rigaux, Philippe},
URL = {https://hal.science/hal-01124477},
NOTE = {Berlin, Allemagne},
BOOKTITLE = {{Intl. Conf. on Scientific and Statistical Databases (SSDBM)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {GR00},
YEAR = {2000},
MONTH = Jan,
HAL_ID = {hal-01124477},
HAL_VERSION = {v1},
}
@incollection{phan:hal-01408492,
TITLE = {{A Theoretical and Experimental Comparison of Filter-Based Equijoins in MapReduce}},
AUTHOR = {Phan, Thuong-Cang and d'Orazio, Laurent and Rigaux, Philippe},
URL = {https://hal.science/hal-01408492},
BOOKTITLE = {{Transactions on Large-Scale Data- and Knowledge-Centered Systems XXV}},
PUBLISHER = {{Springer}},
SERIES = {Lecture Notes in Computer Science},
VOLUME = {9620},
PAGES = {33-70},
YEAR = {2016},
DOI = {10.1007/978-3-662-49534-6\_2},
PDF = {https://hal.science/hal-01408492v1/file/2016tldks.pdf},
HAL_ID = {hal-01408492},
HAL_VERSION = {v1},
}
@inproceedings{fournier:hal-01568652,
TITLE = {{Vers un Traitement Alg{\'e}brique de la Notation Musicale}},
AUTHOR = {Fournier, Rapha{\"e}l and Rigaux, Philippe and Travers, Nicolas},
URL = {https://hal.science/hal-01568652},
BOOKTITLE = {{(JIM'16) Journ{\'e}es d'Informatique Musicale}},
ADDRESS = {Albi, France},
VOLUME = {23},
PAGES = {61-70},
YEAR = {2016},
KEYWORDS = {Notation musicale ; partitions musicales ; MusicXML ; Common Music Notation},
PDF = {https://hal.science/hal-01568652v1/file/VersTraitementAlgebriqueNotationMusicale_FournierSniehottaTraversRigaux_JIM2016.pdf},
HAL_ID = {hal-01568652},
HAL_VERSION = {v1},
}
@inproceedings{chardonnel:hal-01124939,
TITLE = {{Patrons de mobilit{\'e}s : proposition de d{\'e}finition, de m{\'e}thode de repr{\'e}sentation et d'interrogation}},
AUTHOR = {Chardonnel, Sonia and Du Mouza, Cedric and Fauvet, Marie-Christine and Josselin, Didier and Rigaux, Philippe},
URL = {https://hal.science/hal-01124939},
BOOKTITLE = {{7{\`e}me Journ{\'e}es CASSINI}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {CDF04},
PAGES = {19-25},
YEAR = {2004},
MONTH = Jan,
HAL_ID = {hal-01124939},
HAL_VERSION = {v1},
}
@incollection{dumouza:hal-01124482,
TITLE = {{Bases de Donn{\'e}es Spatio-Temporelles}},
AUTHOR = {Du Mouza, Cedric and Rigaux, Philippe},
URL = {https://hal.science/hal-01124482},
NOTE = {Documents et {\'e}volution, C{\'e}padu{\`e}s, publi{\'e} dans le cadre de l'{\'e}cole th{\'e}matique du GDR I3},
BOOKTITLE = {{Le temps, l'Espace et l'Evolutif en Science du Traitement de l'Information.}},
HAL_LOCAL_REFERENCE = {dR00a},
YEAR = {2000},
MONTH = Jan,
HAL_ID = {hal-01124482},
HAL_VERSION = {v1},
}
@inproceedings{guehis:hal-01196495,
TITLE = {{Speeding-up data-driven applications with program summaries}},
AUTHOR = {Guehis, Sonia and Thion, Virginie and Rigaux, Philippe},
URL = {https://inria.hal.science/hal-01196495},
BOOKTITLE = {{IDEAS '09: Thirteenth International Database Engineering \& Applications Symposium Cetraro - Calabria Italy September 16 - 18, 2009}},
ADDRESS = {Cetraro, Italy},
PUBLISHER = {{Association for Computing Machinery}},
PAGES = {66-76},
YEAR = {2009},
MONTH = Sep,
DOI = {10.1145/1620432.1620440},
HAL_ID = {hal-01196495},
HAL_VERSION = {v1},
}
@incollection{grumbach:hal-01124848,
TITLE = {{Spatio-temporal Models and Languages: An Approach Based on Constraints.}},
AUTHOR = {Grumbach, St{\'e}phane and Koubarakis, M. and Rigaux, Philippe and Scholl, Michel and Skiadopoulos, Spiros},
URL = {https://hal.science/hal-01124848},
NOTE = {Spatio-temporal databases: The Chorochronos Approach},
BOOKTITLE = {{Spatio-temporal Models and Languages: An Approach Based on Constraints.}},
HAL_LOCAL_REFERENCE = {GKR03},
PAGES = {177-201},
YEAR = {2003},
MONTH = Jan,
HAL_ID = {hal-01124848},
HAL_VERSION = {v1},
}
@inproceedings{zhu:hal-04641824,
TITLE = {{FACETS: A Tool for Improved Exploration of Large Symbolic Music Collections}},
AUTHOR = {Zhu, Tiange and Fournier-S'Niehotta, Rapha{\"e}l and Rigaux, Philippe},
URL = {https://cnam.hal.science/hal-04641824},
BOOKTITLE = {{DLfM '24: Proceedings of the 11th International Conference on Digital Libraries for Musicology}},
ADDRESS = {Stellenbosch, South Africa},
ORGANIZATION = {{Association for Computing Machinery}},
EDITOR = {David M. Weigl},
PUBLISHER = {{ACM}},
PAGES = {63-67},
YEAR = {2024},
MONTH = Jun,
DOI = {10.1145/3660570.3660578},
PDF = {https://cnam.hal.science/hal-04641824v1/file/DLFM2023_submission-8.pdf},
HAL_ID = {hal-04641824},
HAL_VERSION = {v1},
}
@book{amann:hal-01124704,
TITLE = {{Comprendre XSLT}},
AUTHOR = {Amann, Bernd and Rigaux, Philippe},
URL = {https://hal.science/hal-01124704},
HAL_LOCAL_REFERENCE = {AR02},
EDITOR = {O'Reilly},
YEAR = {2002},
MONTH = Jan,
HAL_ID = {hal-01124704},
HAL_VERSION = {v1},
}
@inproceedings{rigaux:hal-01126557,
TITLE = {{A File By Any Other Name: Managing File Names with Metadata}},
AUTHOR = {Rigaux, Philippe and Parker-Wood, Aleatha and Long, Darrell and Miller, Ethan and Isaacson, Andy},
URL = {https://hal.science/hal-01126557},
BOOKTITLE = {{International Conference on Systems and Storage (SYSTOR)}},
ADDRESS = {Haifa, Israel},
HAL_LOCAL_REFERENCE = {RPL14},
PAGES = {1-11},
YEAR = {2014},
MONTH = Mar,
HAL_ID = {hal-01126557},
HAL_VERSION = {v1},
}
@article{zhu:hal-03678103,
TITLE = {{A Framework for Content-Based Search in Large Music Collections}},
AUTHOR = {Zhu, Tiange and Fournier-S'Niehotta, Rapha{\"e}l and Rigaux, Philippe and Travers, Nicolas},
URL = {https://hal.science/hal-03678103},
JOURNAL = {{Big Data and Cognitive Computing}},
PUBLISHER = {{MDPI}},
VOLUME = {6},
NUMBER = {1},
PAGES = {23},
YEAR = {2022},
MONTH = Feb,
DOI = {10.3390/bdcc6010023},
KEYWORDS = {Music collections ; digital music encoding ; music information retrieval ; scalable and content-based search},
PDF = {https://hal.science/hal-03678103v1/file/BDCC-06-00023-v3.pdf},
HAL_ID = {hal-03678103},
HAL_VERSION = {v1},
}
@article{fourniersniehotta:hal-02435620,
TITLE = {{Modeling Music as Synchronized Time Series: Application to Music Score Collections}},
AUTHOR = {Fournier-S'Niehotta, Rapha{\"e}l and Rigaux, Philippe and Travers, Nicolas},
URL = {https://cnam.hal.science/hal-02435620},
JOURNAL = {{Information Systems}},
PUBLISHER = {{Elsevier}},
VOLUME = {73},
PAGES = {35-49},
YEAR = {2018},
MONTH = Mar,
DOI = {10.1016/j.is.2017.12.003},
PDF = {https://cnam.hal.science/hal-02435620v1/file/is17.pdf},
HAL_ID = {hal-02435620},
HAL_VERSION = {v1},
}
@techreport{bolot:hal-00954119,
TITLE = {{Syst{\`e}mes d'information g{\'e}ographique spatio-temporelle : application aux probl{\`e}mes de mobilit{\'e}}},
AUTHOR = {Bolot, J. and Daassi, Chaouki and Dumolard, P. and Fauvet, Marie-Christine and Josselin, Didier and Rigaux, Philippe and Scholl, M. and Scholl, Pierre-Claude},
URL = {https://inria.hal.science/hal-00954119},
NOTE = {Programme PSIG - Minist{\`e}re de la D{\'e}fense},
TYPE = {Research Report},
YEAR = {2005},
HAL_ID = {hal-00954119},
HAL_VERSION = {v1},
}
@inproceedings{weikum:hal-01125867,
TITLE = {{Longitudinal Analytics on Web Archive Data: It's About Time!}},
AUTHOR = {Weikum, Gerhard and Ntarmos, Nikos and Spaniol, Mark and Triantafillou, Peter and Fitzpatrick, Scott and Rigaux, Philippe},
URL = {https://hal.science/hal-01125867},
BOOKTITLE = {{Intl. Conference on Innovative Data Systems Research (CIDR)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {WNS11},
PAGES = {199-202},
YEAR = {2011},
MONTH = Feb,
HAL_ID = {hal-01125867},
HAL_VERSION = {v1},
}
@inproceedings{peloux:hal-01124534,
TITLE = {{A Loosely Coupled Interface to an Object-Oriented Geographic Database}},
AUTHOR = {Peloux, Jean-Paul and Rigaux, Philippe},
URL = {https://hal.science/hal-01124534},
BOOKTITLE = {{Intl. Conf. on Spatial Information Theory (COSIT'95)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {PR95},
YEAR = {1995},
MONTH = Jan,
HAL_ID = {hal-01124534},
HAL_VERSION = {v1},
}
@inproceedings{grossamblard:inria-00587681,
TITLE = {{Fingering Watermarking in Symbolic Digital Scores}},
AUTHOR = {Gross-Amblard, David and Rigaux, Philippe and Abrouk, Lylia and Cullot, Nadine},
URL = {https://inria.hal.science/inria-00587681},
BOOKTITLE = {{International Conference on Music Information Retrieval (ISMIR)}},
ADDRESS = {Kobe, Japan},
YEAR = {2009},
MONTH = Oct,
HAL_ID = {inria-00587681},
HAL_VERSION = {v1},
}
@inproceedings{foscarin:hal-02024437,
TITLE = {{Modeling and Learning Rhythm Structure}},
AUTHOR = {Foscarin, Francesco and Jacquemard, Florent and Rigaux, Philippe},
URL = {https://inria.hal.science/hal-02024437},
BOOKTITLE = {{Sound and Music Computing Conference (SMC)}},
ADDRESS = {Malaga, Spain},
YEAR = {2019},
MONTH = May,
PDF = {https://inria.hal.science/hal-02024437v2/file/smc2019-finale.pdf},
HAL_ID = {hal-02024437},
HAL_VERSION = {v2},
}
@misc{foscarin:hal-01989029,
TITLE = {{Evaluating musical score difference: a two-level comparison}},
AUTHOR = {Foscarin, Francesco and Fournier-S'Niehotta, Rapha{\"e}l and Rigaux, Philippe and Jacquemard, Florent},
URL = {https://inria.hal.science/hal-01989029},
NOTE = {Poster},
HOWPUBLISHED = {{Digital Music Research Network One-Day Workshop 2018 (DMRN+13)}},
YEAR = {2018},
MONTH = Dec,
PDF = {https://inria.hal.science/hal-01989029v1/file/DMRN-Poster-2.pdf},
HAL_ID = {hal-01989029},
HAL_VERSION = {v1},
}
@incollection{grumbach:hal-01124489,
TITLE = {{The DEDALE Prototype}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Scholl, Michel and Segoufin, Luc},
URL = {https://hal.science/hal-01124489},
NOTE = {Constraint Databases, {\'e}dit{\'e} par G. Kuper, L. Libkin et J. Paradaens},
BOOKTITLE = {{The DEDALE Prototype}},
HAL_LOCAL_REFERENCE = {GRS00a},
YEAR = {2000},
MONTH = Jan,
HAL_ID = {hal-01124489},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125389,
TITLE = {{Dynamic Storage Balancing in a Distributed Spatial Index}},
AUTHOR = {Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe},
URL = {https://hal.science/hal-01125389},
BOOKTITLE = {{GIS'07 ACM Intl Symp. on Advances in Geographic Information Systems, Seattle}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DLR07a},
PAGES = {27-34},
YEAR = {2007},
MONTH = Jan,
HAL_ID = {hal-01125389},
HAL_VERSION = {v1},
}
@inproceedings{foscarin:hal-01791404,
TITLE = {{{\'E}valuation de la correction rythmique des partitions num{\'e}ris{\'e}es}},
AUTHOR = {Foscarin, Francesco and Fournier-S'Niehotta, Rapha{\"e}l and Jacquemard, Florent and Rigaux, Philippe},
URL = {https://hal.science/hal-01791404},
BOOKTITLE = {{JIM 2018 - Journ{\'e}es d'Informatique Musicale}},
ADDRESS = {Amiens, France},
PAGES = {87-95},
YEAR = {2018},
MONTH = May,
PDF = {https://hal.science/hal-01791404v1/file/JIM2018-09-Fournier-SNiehotta.pdf},
HAL_ID = {hal-01791404},
HAL_VERSION = {v1},
}
@inproceedings{weikum:hal-01122664,
TITLE = {{Longitudinal Analytics on Web Archive Data: It's About Time!}},
AUTHOR = {Weikum, Gerhard and Ntarmos, Nikos and Spaniol, Marc and Triantafillou, Peter and Bencz{\'u}r, Andr{\'a}s and Kirkpatrick, Scott and Rigaux, Philippe and Williamson, Mark},
URL = {https://hal.science/hal-01122664},
BOOKTITLE = {{5th biennial Conference on Innovative Data Systems Research (CIDR)}},
ADDRESS = {Asilomar, United States},
YEAR = {2011},
PDF = {https://hal.science/hal-01122664v1/file/art_2090.pdf},
HAL_ID = {hal-01122664},
HAL_VERSION = {v1},
}
@incollection{abdessalem:hal-01124917,
TITLE = {{Management of Large Moving Objects Data Sets: Indexing, Benchmarking and Uncertainty in Movement Representation.}},
AUTHOR = {Abdessalem, Talel and Moreira, Jos? and Du Mouza, Cedric and Rigaux, Philippe},
URL = {https://hal.science/hal-01124917},
BOOKTITLE = {{Spatial Databases}},
HAL_LOCAL_REFERENCE = {AMd05a},
YEAR = {2005},
MONTH = Jan,
HAL_ID = {hal-01124917},
HAL_VERSION = {v1},
}
@inproceedings{foscarin:hal-01988990,
TITLE = {{A Parse-based Framework for Coupled Rhythm Quantization and Score Structuring}},
AUTHOR = {Foscarin, Francesco and Jacquemard, Florent and Rigaux, Philippe and Sakai, Masahiko},
URL = {https://inria.hal.science/hal-01988990},
BOOKTITLE = {{Proceedings of the Seventh International Conference on Mathematics and Computation in Music (MCM 2019)}},
ADDRESS = {Madrid, Spain},
PUBLISHER = {{Springer}},
SERIES = {Proceedings of the Seventh International Conference on Mathematics and Computation in Music (MCM 2019)},
VOLUME = {Lecture Notes in Computer Science},
YEAR = {2019},
MONTH = Jun,
DOI = {10.1007/978-3-030-21392-3\_20},
PDF = {https://inria.hal.science/hal-01988990v2/file/springer12.pdf},
HAL_ID = {hal-01988990},
HAL_VERSION = {v2},
}
@inproceedings{keenoy:hal-00190421,
TITLE = {{Personalisation Services for Self e-Learning Networks}},
AUTHOR = {Keenoy, Kevin and Poulovassilis, Alexandra and Christophides, Vassilis and Rigaux, Philippe and Papamarkos, George and Magkanaraki, Aimilia and Stratakis, Miltos and Spyratos, Nicolas and Wood, Peter},
URL = {https://telearn.hal.science/hal-00190421},
BOOKTITLE = {{Proceedings of 2nd IST Workshop on Metadata Management in Grid and P2P Systems: Models, Services and Architectures (MMGPS'04), London, December 17, 2004.}},
ADDRESS = {London, United Kingdom},
PAGES = {14 pages},
YEAR = {2004},
KEYWORDS = {personalisation ; peer-to-peer learning networks ; resource description frame (RDF)},
PDF = {https://telearn.hal.science/hal-00190421v1/file/keenoy-kevin-2004.pdf},
HAL_ID = {hal-00190421},
HAL_VERSION = {v1},
}
@inproceedings{gurret:hal-01124480,
TITLE = {{The BASIS System: a Benchmarking Approach for Spatial Index Structures}},
AUTHOR = {Gurret, C. and Manolopoulos, Y. and Papadopoulos, A. and Rigaux, Philippe},
URL = {https://hal.science/hal-01124480},
BOOKTITLE = {{Intl. Workshop on Spatio-Temporal Database Management (STDBM'99)}},
ADDRESS = {Edinburgh, United Kingdom},
HAL_LOCAL_REFERENCE = {GMP99},
YEAR = {1999},
MONTH = Sep,
DOI = {10.1007/3-540-48344-6\_9},
HAL_ID = {hal-01124480},
HAL_VERSION = {v1},
}
@inproceedings{keenoy:hal-00190584,
TITLE = {{Adaptive Personalisation in Self e-Learning Networks}},
AUTHOR = {Keenoy, Kevin and Poulovassilis, Alexandra and Papamarkos, George and Wood, Peter and Christophides, Vassilis and Magkanaraki, Aimilia and Stratakis, Miltos and Rigaux, Philippe and Spyratos, Nicolas},
URL = {https://telearn.hal.science/hal-00190584},
BOOKTITLE = {{1st International ELeGI Conference on Advanced Technology for Enhanced Learning}},
ADDRESS = {Vico Equense (Naples), Italy},
PAGES = {9},
YEAR = {2005},
KEYWORDS = {learning grids ; learning trails ; personalisation ; self e-learning networks ; resource description frame (RDF) view definitions ; event-condition-action (ECA) rules ; resource description frame (RDF) rules},
PDF = {https://telearn.hal.science/hal-00190584v1/file/Keenoy-K_Adaptive_2005.pdf},
HAL_ID = {hal-00190584},
HAL_VERSION = {v1},
}
@incollection{grumbach:hal-01124536,
TITLE = {{Query Evaluation and Optimization}},
AUTHOR = {Grumbach, St{\'e}phane and Lacroix, Z. and Rigaux, Philippe and Segoufin, Luc},
URL = {https://hal.science/hal-01124536},
NOTE = {Constraint Databases, Edit{\'e} par G. Kuper, L. Libkin et J. Paradaens},
BOOKTITLE = {{Query Evaluation and Optimization}},
HAL_LOCAL_REFERENCE = {GLR00},
YEAR = {2000},
MONTH = Jan,
HAL_ID = {hal-01124536},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125390,
TITLE = {{A Framework for Distributed Spatial Indexing in Shared-Nothing Architectures}},
AUTHOR = {Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe},
URL = {https://hal.science/hal-01125390},
BOOKTITLE = {{BDA'07 Bases de Donn{\'e}es Avanc{\'e}es, Marseille}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DLR07b},
YEAR = {2007},
MONTH = Jan,
HAL_ID = {hal-01125390},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125245,
TITLE = {{SDR-tree: a Scalable Distributed Rtree}},
AUTHOR = {Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe},
URL = {https://hal.science/hal-01125245},
BOOKTITLE = {{ICDE'07 IEEE Intl. Conf. on Data Engineering}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DLR07},
PAGES = {296-305},
YEAR = {2007},
MONTH = Jan,
HAL_ID = {hal-01125245},
HAL_VERSION = {v1},
}
@inproceedings{grumbach:hal-01124481,
TITLE = {{The DEDALE System for Complex Spatial Queries}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Segoufin, Luc},
URL = {https://hal.science/hal-01124481},
BOOKTITLE = {{ACM-SIGMOD Intl. Conf. on the Management of Data (SIGMOD'98)}},
ADDRESS = {Seattle, WA, United States},
HAL_LOCAL_REFERENCE = {GRS98a},
YEAR = {1998},
MONTH = Jun,
HAL_ID = {hal-01124481},
HAL_VERSION = {v1},
}
@inproceedings{grumbach:hal-01124457,
TITLE = {{Spatio-Temporal Data Handling with Constraints}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Segoufin, Luc},
URL = {https://hal.science/hal-01124457},
BOOKTITLE = {{Intl. Symposium on Geographic Information Systems (ACM-GIS'98)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {GRS98},
YEAR = {1998},
MONTH = Jan,
HAL_ID = {hal-01124457},
HAL_VERSION = {v1},
}
@inproceedings{grumbach:hal-01124533,
TITLE = {{DEDALE, A Spatial Constraint Database}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Scholl, Michel and Segoufin, Luc},
URL = {https://hal.science/hal-01124533},
BOOKTITLE = {{Intl. Workshop on Database Programming Languages (DBPL)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {GRS97},
YEAR = {1997},
MONTH = Jan,
HAL_ID = {hal-01124533},
HAL_VERSION = {v1},
}
@article{rigaux:hal-01126064,
TITLE = {{The Design and Implementation of NEUMA, a Collaborative Digital Score Library - Requirements, architecture, and models.}},
AUTHOR = {Rigaux, Philippe and Abrouk, Lylia and Aud{\'e}on, Herv{\'e} and Cullot, Nadine and Davy-Rigaux, C{\'e}cile and Faget, Z. and Gavinet, Elisabeth and Gross-Amblard, David and Tacaille, Alice and Thion, Virginie},
URL = {https://hal.science/hal-01126064},
JOURNAL = {{International Journal On Digital Libraries (IJODL)}},
HAL_LOCAL_REFERENCE = {RAA12},
PAGES = {1-24},
YEAR = {2012},
KEYWORDS = {Musicological Information Management ; On-line Score Publishing ; Annotation ; Time Series Processing ; Collaborative platforms ; Watermarking ; Gestion de l'Information musicologiques ; En ligne Score Publishing ; Traitement en s{\'e}rie temps ; Plateformes collaboratives ; Tatouage},
HAL_ID = {hal-01126064},
HAL_VERSION = {v1},
}
@inproceedings{grumbach:hal-01124490,
TITLE = {{Manipulating Interpolated Data is Easier than You Thought}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Segoufin, Luc},
URL = {https://hal.science/hal-01124490},
NOTE = {Le Caire, Egypte},
BOOKTITLE = {{Intl. Conf. on Very Large Databases (VLDB)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {GRS00},
YEAR = {2000},
MONTH = Jan,
HAL_ID = {hal-01124490},
HAL_VERSION = {v1},
}
@inproceedings{cherfi:hal-02454536,
TITLE = {{Ontology-Based Annotation of Music Scores}},
AUTHOR = {Cherfi, Samira Si-Said and Guillotel, Christophe and Hamdi, Fay{\c c}al and Rigaux, Philippe and Travers, Nicolas},
URL = {https://hal.science/hal-02454536},
BOOKTITLE = {{Knowledge Capture Conference}},
ADDRESS = {Austin, France},
PUBLISHER = {{ACM Press}},
PAGES = {1-4},
YEAR = {2017},
MONTH = Dec,
DOI = {10.1145/3148011.3148038},
HAL_ID = {hal-02454536},
HAL_VERSION = {v1},
}
@inproceedings{foscarin:hal-02929324,
TITLE = {{ASAP: a dataset of aligned scores and performances for piano transcription}},
AUTHOR = {Foscarin, Francesco and Mcleod, Andrew and Rigaux, Philippe and Jacquemard, Florent and Sakai, Masahiko},
URL = {https://cnam.hal.science/hal-02929324},
BOOKTITLE = {{ISMIR 2020 - 21st International Society for Music Information Retrieval}},
ADDRESS = {Montreal / Virtual, Canada},
YEAR = {2020},
MONTH = Oct,
PDF = {https://cnam.hal.science/hal-02929324v1/file/ISMIR2020_foscarin.pdf},
HAL_ID = {hal-02929324},
HAL_VERSION = {v1},
}
@inproceedings{constantin:hal-01126004,
TITLE = {{Indexing Symbolic Music Scores}},
AUTHOR = {Constantin, Camelia and Du Mouza, Cedric and Faget, Zo{\'e} and Rigaux, Philippe},
URL = {https://hal.science/hal-01126004},
BOOKTITLE = {{Bases de Donn{\'e}es Avanc{\'e}es (BDA)}},
ADDRESS = {Rabat, Morocco},
HAL_LOCAL_REFERENCE = {CdF11a},
PAGES = {60-77},
YEAR = {2011},
MONTH = Oct,
HAL_ID = {hal-01126004},
HAL_VERSION = {v1},
}
@inproceedings{constantin:hal-01126003,
TITLE = {{The Melodic Signature Index for Fast Content-based Retrieval of Symbolic Scores}},
AUTHOR = {Constantin, Camelia and Du Mouza, Cedric and Faget, Zo{\'e} and Rigaux, Philippe},
URL = {https://hal.science/hal-01126003},
BOOKTITLE = {{ISMIR 2011 - 12th International Society for Music Information Retrieval Conference}},
ADDRESS = {Miami, United States},
HAL_LOCAL_REFERENCE = {CdF11},
PAGES = {363-368},
YEAR = {2011},
MONTH = Oct,
HAL_ID = {hal-01126003},
HAL_VERSION = {v1},
}
@article{rigaux:hal-00932163,
TITLE = {{The design and implementation of Neuma, a collaborative Digital Scores Library - Requirements, architecture, and models}},
AUTHOR = {Rigaux, Philippe and Abrouk, Lylia and Aud{\'e}on, Herv{\'e} and Cullot, Nadine and Davy-Rigaux, C{\'e}cile and Faget, Zo{\'e} and Gavignet, Elisabeth and Gross-Amblard, David and Tacaille, A. and Thion-Goasdou{\'e}, V.},
URL = {https://ube.hal.science/hal-00932163},
JOURNAL = {{Int. J. on Digital Libraries}},
PAGES = {73-88},
YEAR = {2012},
MONTH = Dec,
HAL_ID = {hal-00932163},
HAL_VERSION = {v1},
}
@proceedings{guillotelnothmann:hal-04031930,
TITLE = {{Ontology-Based Annotation of Music Scores Applied to Renaissance Counterpoint}},
AUTHOR = {Guillotel-Nothmann, Christophe and Cherfi, Samira, Si-Said and Hamdi, Fay{\c c}al and Rigaux, Philippe and Travers, Nicolas},
URL = {https://hal.science/hal-04031930},
YEAR = {2017},
MONTH = Dec,
HAL_ID = {hal-04031930},
HAL_VERSION = {v1},
}
@article{rigaux:hal-01124721,
TITLE = {{Building a Constraint-Based Spatial Database System: Model, Languages, and Implementation}},
AUTHOR = {Rigaux, Philippe and Scholl, Michel and Segoufin, Luc and Grumbach, St{\'e}phane},
URL = {https://hal.science/hal-01124721},
JOURNAL = {{Information Systems}},
HAL_LOCAL_REFERENCE = {RSS03},
PUBLISHER = {{Elsevier}},
VOLUME = {28},
PAGES = {563-595},
YEAR = {2003},
HAL_ID = {hal-01124721},
HAL_VERSION = {v1},
}
@article{dumouza:hal-01125593,
TITLE = {{Large-Scale Indexing of Spatial Data in Distributed Repositories: the SD-Rtree}},
AUTHOR = {Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe},
URL = {https://hal.science/hal-01125593},
JOURNAL = {{The VLDB Journal}},
HAL_LOCAL_REFERENCE = {DLR09},
PUBLISHER = {{Springer}},
VOLUME = {19},
PAGES = {933-958},
YEAR = {2009},
HAL_ID = {hal-01125593},
HAL_VERSION = {v1},
}
@inproceedings{grumbach:hal-01124460,
TITLE = {{On the Orthographic Dimension of Constraint Databases}},
AUTHOR = {Grumbach, St{\'e}phane and Rigaux, Philippe and Segoufin, Luc},
URL = {https://hal.science/hal-01124460},
BOOKTITLE = {{Intl. Conf. on Database Theory (ICDT)}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {GRS99},
YEAR = {1999},
MONTH = Jan,
HAL_ID = {hal-01124460},
HAL_VERSION = {v1},
}
@inproceedings{gere:hal-04660056,
TITLE = {{Improved symbolic drum style classification with grammar-based hierarchical representations}},
AUTHOR = {G{\'e}r{\'e}, L{\'e}o and Audebert, Nicolas and Rigaux, Philippe},
URL = {https://hal.science/hal-04660056},
BOOKTITLE = {{Proceedings of the 25th International Society for Music Information Retrieval Conference}},
ADDRESS = {San Francisco, United States},
YEAR = {2024},
MONTH = Nov,
KEYWORDS = {Hierarchical representation ; Musical grammar ; Rhythmic tree ; Style classification},
PDF = {https://hal.science/hal-04660056v1/file/paper.pdf},
HAL_ID = {hal-04660056},
HAL_VERSION = {v1},
}
@inproceedings{constantin:hal-01126166,
TITLE = {{Browse Your Content-Based Distributed Repository!}},
AUTHOR = {Constantin, Camelia and Du Mouza, Cedric and Rigaux, Philippe and Thion, Virginie and Travers, Nicolas},
URL = {https://hal.science/hal-01126166},
BOOKTITLE = {{BDA'12, Bases de Donn{\'e}es Avanc{\'e}es}},
ADDRESS = {Clermont-Ferrand, France},
HAL_LOCAL_REFERENCE = {CdR12a},
PAGES = {1--5},
YEAR = {2012},
MONTH = Oct,
KEYWORDS = {MapReduce ; Cloud computing ; Datalog ; Virtual File System ; Le cloud computing ; CouchDB ; Syst{\`e}me de fichiers virtuel},
HAL_ID = {hal-01126166},
HAL_VERSION = {v1},
}
@inproceedings{constantin:hal-01126006,
TITLE = {{A Desktop Interface over Distributed Document Repositories}},
AUTHOR = {Constantin, Camelia and Du Mouza, Cedric and Rigaux, Philippe and Thion, Virginie and Travers, Nicolas},
URL = {https://hal.science/hal-01126006},
NOTE = {Demonstration},
BOOKTITLE = {{International Conference on Extending Database Technology (EDBT'12)}},
ADDRESS = {Berlin, Germany},
PAGES = {104-107},
YEAR = {2012},
MONTH = Mar,
KEYWORDS = {MapReduce ; Cloud computing ; Virtual File System ; Datalog ; Le cloud computing ; Syst{\`e}me de fichiers virtuel ; CouchDB},
HAL_ID = {hal-01126006},
HAL_VERSION = {v1},
}
@inproceedings{rigaux:hal-01528456,
TITLE = {{Quality Awareness over Graph Pattern Queries}},
AUTHOR = {Rigaux, Philippe and Thion, Virginie},
URL = {https://inria.hal.science/hal-01528456},
BOOKTITLE = {{Proceedings of the International Database Engineering \& Applications Symposium (IDEAS)}},
ADDRESS = {Bristol, United Kingdom},
YEAR = {2017},
MONTH = Jul,
DOI = {10.1145/3105831.3105871},
PDF = {https://inria.hal.science/hal-01528456v1/file/Prigaux_ideas17.pdf},
HAL_ID = {hal-01528456},
HAL_VERSION = {v1},
}
@inproceedings{dumouza:hal-01125707,
TITLE = {{AS-Index: A Structure For String Search Using n-grams and Algebraic Signatures}},
AUTHOR = {Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe and Schwarz, Thomas},
URL = {https://hal.science/hal-01125707},
BOOKTITLE = {{CIKM'09 , ACM Conference on Information and Knowledge Management, Hong-Kong}},
ADDRESS = {X, France},
HAL_LOCAL_REFERENCE = {DLR09a},
PAGES = {295-304},
YEAR = {2009},
MONTH = Jan,
KEYWORDS = {Full text indexing ; Large scale indexing ; L'indexation de texte int{\'e}gral ; Indexation de grande {\'e}chelle},
HAL_ID = {hal-01125707},
HAL_VERSION = {v1},
}
@article{rigaux:hal-04464885,
TITLE = {{Exploration de partitions musicales mod{\'e}lis{\'e}es sous forme de graphe}},
AUTHOR = {Rigaux, Philippe and Thion, Virginie},
URL = {https://hal.science/hal-04464885},
JOURNAL = {{Revue ouverte d'ing{\'e}nierie des syst{\`e}mes d'information}},
PUBLISHER = {{ISTE}},
VOLUME = {4},
NUMBER = {2},
YEAR = {2024},
DOI = {10.21494/ISTE.OP.2024.1193},
KEYWORDS = {Base de donn{\'e}es graphe ; Mod{\`e}le de donn{\'e}es ; Interrogation {\`a} base de motifs ; Partitions musicales},
HAL_ID = {hal-04464885},
HAL_VERSION = {v1},
}
@inproceedings{garczynski:hal-03583179,
TITLE = {{Modeling and Editing Cross-Modal Synchronization on a Label Web Canvas}},
AUTHOR = {Garczynski, Louis and Giraud, Mathieu and Leguy, Emmanuel and Rigaux, Philippe},
URL = {https://hal.science/hal-03583179},
BOOKTITLE = {{Music Encoding Conference (MEC 2022)}},
ADDRESS = {Halifax, Canada},
PAGES = {61-71},
YEAR = {2022},
DOI = {10.17613/krxd-pq66},
PDF = {https://hal.science/hal-03583179v2/file/2022-mec-cross-modal-sychronization.pdf},
HAL_ID = {hal-03583179},
HAL_VERSION = {v2},
}
@inproceedings{faget:inria-00590974,
TITLE = {{Modeling synchronized time series}},
AUTHOR = {Faget, Zo{\'e} and Gross-Amblard, David and Rigaux, Philippe and Thion-Goasdou{\'e}, Virginie},
URL = {https://inria.hal.science/inria-00590974},
BOOKTITLE = {{IDEAS 2010 : Fourteenth International Database Engineering and Applications Symposium}},
ADDRESS = {Montreal, Canada},
PAGES = {82-89},
YEAR = {2010},
DOI = {10.1145/1866480.1866493},
KEYWORDS = {Paris-Dauphine ; 2 Le2i ; Univ Bourgogne ; 3 WebDam ; INRIA-Saclay ; 4 Armadillo},
HAL_ID = {inria-00590974},
HAL_VERSION = {v2},
}
@article{constantin:hal-01126550,
TITLE = {{AS-Index: A Structure For String Search Using n-grams and Algebraic Signatures}},
AUTHOR = {Constantin, Camelia and Du Mouza, Cedric and Litwin, Witold and Rigaux, Philippe and Schwarz, Thomas},
URL = {https://hal.science/hal-01126550},
JOURNAL = {{Journal of Computer Science and Technology}},
HAL_LOCAL_REFERENCE = {CdL15},
PUBLISHER = {{Springer Verlag}},
VOLUME = {31},
NUMBER = {1},
PAGES = {147-166},
YEAR = {2016},
MONTH = Jan,
DOI = {10.1007/s11390-016-1618-6},
KEYWORDS = {Full text indexing ; Large scale indexing ; Algebraic signatures ; Signatures alg{\'e}briques ; Indexation de grande {\'e}chelle ; L'indexation de texte int{\'e}gral},
PDF = {https://hal.science/hal-01126550v1/file/art_3216.pdf},
HAL_ID = {hal-01126550},
HAL_VERSION = {v1},
}