-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathran.bib
More file actions
4281 lines (3894 loc) · 152 KB
/
ran.bib
File metadata and controls
4281 lines (3894 loc) · 152 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
%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{AkashiH:77a,
author = "H. Akashi and H. Kumamoto",
title = "Random sampling approach to state estimation in switching environments ",
journal = "Automatica ",
volume = "13",
number = "4",
pages = "429--434",
year = "1977",
issn = "0005-1098",
doi = "http://dx.doi.org/10.1016/0005-1098(77)90028-0",
url = "http://www.sciencedirect.com/science/article/pii/0005109877900280",
}
@inproceedings{AllredJ:07a,
author = "Jude Allred and Ahmad Bilal Hasan and Saroch Panichsakul and William Pisano and Peter Gray and Jyh Huang and Richard Han and Dale Lawrence and Kamran Mohseni",
title = "Sensor{F}lock: {A}n airborne wireless sensor network of micro-air vehicles",
booktitle = "In Proc. ACM 5th Int’l Conf. on Embedded Networked Sensor Systems (SENSYS ’07)",
pages = "117–-129",
year = "2007",
}
@inproceedings{ArrichielloF:12a,
author = "Arrichiello, F. and Heidarsson, H. K. and Sukhatme, G.",
booktitle = "Proc. IEEE Int. Conf. Robotics and Automation (ICRA)",
title = "Opportunistic localization of underwater robots using drifters and boats",
year = "2012",
month = "14--18 May",
pages = "5307-5314",
address = "St. Paul, MN, USA",
doi = "10.1109/ICRA.2012.6224733",
ISSN = "1050-4729",
}
@article{ArtiedaJ:09a,
author = "Jorge Artieda and Jos{\'e} M. Sebasti{\'a}n and Pascual Campoy and Juan F. Correa and Iv{\'a}n Fernando Mondrag{\'o}n and Carol Mart\'{\i}nez and Miguel Olivares",
title = "Visual 3-{D} {SLAM} from {UAV}s",
journal = "Journal of Intelligent and Robotic Systems",
volume = "55",
number = "4-5",
year = "2009",
pages = "299-321",
}
@article{Bahr:09a,
author = "A. Bahr and J. J. Leonard and M. F. Fallon",
title = "Cooperative localization for autonomous underwater vehicles",
journal = "Int. J. Robot. Res.",
year = "2009",
volume = "28",
number = "6",
pages = "714-728",
url = "http://ijr.sagepub.com/content/28/6/714.short#cited-by",
}
@INPROCEEDINGS{BahrA:09b,
author = "Bahr, A. and Walter, M.R. and Leonard, J.J.",
booktitle = "Robotics and Automation, 2009. ICRA '09. IEEE International Conference on",
title = "Consistent cooperative localization",
year = "2009",
pages = "3415-3422",
}
@phdthesis{BahrA:09c,
author = "Bahr, Alexander",
advisor = "Leonard, John J.",
title = "Cooperative Localization for Autonomous Underwater Vehicles",
year = "2009",
note = "AAI0821762",
school = "Massachusetts Institute of Technology",
address = "Cambridge, MA, USA",
}
@article{BaileyT:06a,
author = "Tim Bailey and Hugh Durrant-Whyte",
title = "Simultaneous localisation and mapping ({SLAM}): {P}art {II} {T}he state of the art",
journal = "IEEE Robot. Autom. Mag.",
year = "2006",
volume = "13",
number = "3",
pages = "108-113",
}
@INPROCEEDINGS{BaileyT:06b,
author = "Bailey, Tim and Nieto, J. and Guivant, J. and Stevens, M. and Nebot, E.",
booktitle = "Intelligent Robots and Systems, 2006 IEEE/RSJ International Conference on",
title = "Consistency of the EKF-SLAM Algorithm",
year = "2006",
month = "Oct",
pages = "3562-3568",
doi = "10.1109/IROS.2006.281644",
}
@article{BarcaJC:13a,
author = "J.C. Barca and Y.A. Sekercioglu",
title = "Swarm robotics reviewed",
journal = "Robotica",
volume = "31",
issue = "03",
month = "May",
year = "2013",
issn = "1469-8668",
pages = "345--359",
numpages = "15",
doi = "10.1017/S026357471200032X",
URL = "http://journals.cambridge.org/article_S026357471200032X",
}
@article {BellinghamJ:07a,
author = {J.G. Bellingham and K. Rajan},
title = "Robotics in remote and hostile environments",
volume = {318},
number = {5853},
pages = {1098--1102},
year = {2007},
doi = {10.1126/science.1146230},
publisher = {American Association for the Advancement of Science},
issn = {0036-8075},
URL = {https://science.sciencemag.org/content/318/5853/1098},
eprint = {https://science.sciencemag.org/content/318/5853/1098.full.pdf},
journal = {Science}
}
@incollection{BenzW:90a,
year = "1990",
isbn = "978-94-010-6720-1",
booktitle = "The Numerical Modelling of Nonlinear Stellar Pulsations",
volume = "302",
series = "NATO ASI Series",
editor = "Buchler, J.Robert",
doi = "10.1007/978-94-009-0519-1_16",
title = "Smooth Particle Hydrodynamics: A Review",
publisher = "Springer Netherlands",
author = "Benz, W.",
pages = "269-288",
language = "English",
url = "http://dx.doi.org/10.1007/978-94-009-0519-1_16",
}
@phdthesis{BergmanN:1999a,
author = "N. Bergman",
title = "Recursive {Bayesian} estimation: {Navigation} and tracking applications",
year = "1999",
school = "Link{\"{o}ping} Studies in Science and Technology",
address = "Link{\"{o}ping}, Sweden",
}
@inproceedings{BibbyS:07a,
author = "C. Bibby and I. Reid",
title = "Simultaneous localisation and mapping in dynamic environments {(SLAMIDE)} with reversible data association",
booktitle = "Proceedings of Robotics Science and Systems",
year = "2007",
}
@article{BleckR:02a,
author = "Rainer Bleck",
title = "An oceanic general circulation model framed in hybrid isopycnic-Cartesian coordinates ",
journal = "Ocean Modelling ",
volume = "4",
number = "1",
pages = "55 - 88",
year = "2002",
note = "",
issn = "1463-5003",
doi = "http://dx.doi.org/10.1016/S1463-5003(01)00012-9",
url = "http://www.sciencedirect.com/science/article/pii/S1463500301000129",
}
@inproceedings{BrambillaM:12a,
author = "Brambilla, Manuele and Pinciroli, Carlo and Birattari, Mauro and Dorigo, Marco",
title = "Property-driven Design for Swarm Robotics",
booktitle = "Proceedings of the AAMAS International Conference on Autonomous Agents and Multiagent Systems",
series = "AAMAS '12",
year = "2012",
isbn = "0-9817381-1-7, 978-0-9817381-1-6",
location = "Valencia, Spain",
pages = "139--146",
numpages = "8",
url = "http://dl.acm.org/citation.cfm?id=2343576.2343596",
acmid = "2343596",
address = "Richland, SC",
keywords = "aggregation, swarm engineering, swarm robotics, top-down design",
}
@article{BrambillaM:13a,
author = "Brambilla, Manuele and Ferrante, Eliseo and Birattari, Mauro and Dorigo, Marco",
title = "Swarm robotics: {A} review from the swarm engineering perspective",
year = "2013",
issn = "1935-3812",
journal = "Swarm Intelligence",
volume = "7",
number = "1",
doi = "10.1007/s11721-012-0075-2",
url = "http://dx.doi.org/10.1007/s11721-012-0075-2",
publisher = "Springer US",
keywords = "Swarm robotics; Review; Swarm engineering",
pages = "1-41",
language = "English",
}
@article{BowerAS:89a,
author = "Bower, A. S. and Rossby, T.",
title = "Evidence of cross-frontal exchange processes in the {Gulf Stream} based on isopycnal {RAFOS} float data",
year = "1989",
journal = "J. Phys. Oceanogr.",
volume = "19",
number = "9",
doi = "10.1175/1520-0485(1989)019<1177:EOCFEP>2.0.CO;2",
publisher = "American Meteorological Society",
pages = "1177--1190",
url = "http://dx.doi.org/10.1175/1520-0485(1989)019<1177:EOCFEP>2.0.CO;2",
}
@article{BowerAS:91a,
author = "Bower, A. S. ",
title = "A Simple Kinematic Mechanism for Mixing Fluid Parcels across a Meandering Jet",
journal = "J. Phys. Oceanogr.",
year = "1991",
volume = "21",
number = "1",
doi = "10.1175/1520-0485(1991)021<0173:ASKMFM>2.0.CO;2",
publisher = "American Meteorological Society",
pages = "173--180",
url = "http://dx.doi.org/10.1175/1520-0485(1991)021<0173:ASKMFM>2.0.CO;2",
}
@ARTICLE{BrumleyBH:1991a,
author = "B.H. Brumley and R.G. Cabrera and K.L. Deines and E.A. Terray",
journal = "IEEE J. Ocean. Eng.",
title = "Performance of a broad-band acoustic {D}oppler current profiler",
year = "1991",
volume = "16",
number = "4",
pages = "402--407",
doi = {10.1109/48.90905},
ISSN = {0364-9059},
month = "Oct",
}
@article{BruntonSL:15a,
title = "Compressed sensing and dynamic mode decomposition",
journal = "J. Comput. Dyn.",
volume = "2",
number = "2",
pages = "165",
year = "2015",
note = "",
issn = "2158-2491",
doi = {10.3934/jcd.2015002},
url = {http://aimsciences.org//article/id/40180361-df75-4ef0-9b53-5b0613f8575f},
author = "S.L. Brunton and J.L. Proctor and J.H. Tu and J.N. Kutz",
}
@article{BruntonSW:16a,
author = {B.W. Brunton and S.L. Brunton and J.L. Proctor and J.N. Kutz},
title = "Sparse sensor placement optimization for classification",
journal = "SIAM J. Appl. Math.",
volume = {76},
number = {5},
pages = {2099-2122},
year = {2016},
doi = {10.1137/15M1036713},
URL = {https://doi.org/10.1137/15M1036713}
}
% journal = {SIAM Journal on Applied Mathematics},
@article {BruntonSL:16a,
author = {S.L. Brunton and J.L. Proctor and J.N. Kutz},
title = {Discovering governing equations from data by sparse identification of nonlinear dynamical systems},
volume = {113},
number = {15},
pages = {3932--3937},
year = {2016},
doi = {10.1073/pnas.1517384113},
publisher = {National Academy of Sciences},
issn = {0027-8424},
URL = {https://www.pnas.org/content/113/15/3932},
eprint = {https://www.pnas.org/content/113/15/3932.full.pdf},
journal = {Proc. Natl. Acad. Sci.}
}
@article{BruntonSL:16b,
Author = {S.L. Brunton and B.W. Brunton and J.L. Proctor and J.N. Kutz},
Doi = {10.1371/journal.pone.0150171},
Journal = {PLOS One},
Month = {02},
Number = {2},
Pages = {1-19},
Publisher = {Public Library of Science},
Title = "Koopman invariant subspaces and finite linear representations of nonlinear dynamical systems for control",
Url = {https://pubmed.ncbi.nlm.nih.gov/26919740},
Volume = {11},
Year = {2016},
}
@article{BruntonSL:17a,
Author = "S.L. Brunton and B.W. Brunton and J.L. Proctor and E. Kaiser and J.N. Kutz",
Doi = {10.1038/s41467-017-00030-8},
Isbn = {2041-1723},
Journal = "Nat. Commun.",
Number = {1},
Pages = {19},
Title = "Chaos as an intermittently forced linear system",
Url = {https://doi.org/10.1038/s41467-017-00030-8},
Volume = {8},
Year = {2017},
}
@book{BruntonSL:19a,
place={Cambridge},
title={Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control},
DOI={10.1017/9781108380690},
publisher={Cambridge University Press},
author={S.L. Brunton and J.N. Kutz},
year={2019}
}
@article{BruntonSL:20a,
author = {S.L. Brunton and B.R. Noack and P. Koumoutsakos},
title = {Machine learning for fluid mechanics},
journal = {Annu. Rev. Fluid Mech.},
volume = {52},
number = {1},
pages = {477-508},
year = {2020},
doi = {10.1146/annurev-fluid-010719-060214},
URL = {https://doi.org/10.1146/annurev-fluid-010719-060214},
eprint = {https://doi.org/10.1146/annurev-fluid-010719-060214},
}
@article{BuckleyMW:16a,
author = "M. W. Buckley and J. Marshall",
title = "Observations, inferences, and mechanisms of the {Atlantic Meridional Overturning Circulation}: {A} review",
journal = "Rev. Geophys.",
volume = "54",
number = "1",
issn = "1944-9208",
doi = "10.1002/2015RG000493",
pages = "5--63",
year = "2016",
% url = {http://dx.doi.org/10.1002/2015RG000493},
}
@article{BudiusicM:12a,
author = {M. Budi\u{s}i\'{c} and R. Mohr and I. Mezi\'{c} },
title = {Applied Koopmanism},
journal = {Chaos},
volume = {22},
number = {4},
pages = {047510},
year = {2012},
doi = {10.1063/1.4772195},
URL = {https://doi.org/10.1063/1.4772195},
eprint = {https://doi.org/10.1063/1.4772195},
}
@article{CaballeroF:09a,
author = "Caballero, F. and Merino, L. and Ferruz, J. and Ollero, A.",
title = "Vision-based odometry and {SLAM} for medium and high altitude flying {UAVs}",
journal = "Journal of Intelligent and Robotic Systems",
volume = "54",
number = "1-3",
month = "{M}arch",
year = "2009",
issn = "0921-0296",
pages = "137-161",
publisher = "Kluwer Academic Publishers",
address = "Hingham, MA, USA",
}
@article{CadenaC:16a,
author = "C. Cadena and L. Carlone and H. Carrillo and Y. Latif and D. Scaramuzza and J. Neira and I. Reid and J.J. Leonard",
title = "Past, present, and future of simultaneous localization and mapping: {Toward} the robust-perception age",
year = "2016",
journal = "IEEE Trans. Robot.",
volume = "32",
number = "6",
pages = "1309-1332",
doi = {10.1109/TRO.2016.2624754},
url = {},
}
% journal = "IEEE Transaction on Robotics",
@ARTICLE{Caiti:05a,
author = "Caiti, A. and Garulli, A. and Livide, F. and Prattichizzo, D.",
journal = "IEEE Journal of Oceanic Engineering",
title = "Localization of autonomous underwater vehicles by floating acoustic buoys: {A} set-membership approach",
year = "2005",
volume = "30",
number = "1",
pages = "140-152",
doi = "10.1109/JOE.2004.841432",
ISSN = "0364-9059",
url = "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1435582",
}
@ARTICLE{CaoY:13a,
author = "Yongcan Cao and Wenwu Yu and Wei Ren and Guanrong Chen",
journal = "IEEE Transactions on Industrial Informatics",
title = "An Overview of Recent Progress in the Study of Distributed Multi-Agent Coordination",
year = "2013",
month = "Feb",
volume = "9",
number = "1",
pages = "427-438",
doi = "10.1109/TII.2012.2219061",
ISSN = "1551-3203",
}
@incollection{Cartwright:10a,
title = "Dynamics of Finite-Size Particles in Chaotic Fluid Flows",
author = "Cartwright, JulyanH.E. and Feudel, Ulrike and Károlyi, György and Moura, Alessandro and Piro, Oreste and Tél, Tamás",
booktitle = "Nonlinear Dynamics and Chaos: Advances and Perspectives",
series = "Understanding Complex Systems",
editor = "Thiel, Marco and Kurths, Jürgen and Romano, M. Carmen and Károlyi, György and Moura, Alessandro",
doi = "10.1007/978-3-642-04629-2_4",
url ="http://dx.doi.org/10.1007/978-3-642-04629-2_4",
publisher = "Springer Berlin Heidelberg",
pages = "51-87",
language = "English",
year = "2010",
isbn = "978-3-642-04628-5",
}
@INPROCEEDINGS{CarusoA:08a,
author = "Caruso, A. and Paparella, F. and Vieira, L. F. M. and Erol, M. and Gerla, M.",
booktitle = "Proc. IEEE Conf. Computer Communications (INFOCOM)",
title = "The Meandering Current Mobility Model and its Impact on Underwater Mobile Sensor Networks",
year = "2008",
month = "15--17 Apr",
pages = "771--779",
address = "Phoenix, AZ, USA",
doi = "10.1109/INFOCOM.2008.53",
ISSN = "0743-166X",
url = "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4509648",
}
@article{CelikkanatH:10a,
year = "2010",
issn = "0941-0643",
journal = "Neural Computing and Applications",
volume = "19",
number = "6",
doi = "10.1007/s00521-010-0355-y",
title = "Steering self-organized robot flocks through externally guided individuals",
publisher = "Springer-Verlag",
author = "\c{C}elikkanat, Hande and \c{S}ahin, Erol",
pages = "849-865",
language = "English",
url = "http://dx.doi.org/10.1007/s00521-010-0355-y",
}
@article{CenciniM:89a,
author = "Cencini, Massimo and Lacorata, Guglielmo and Vulpiani, Angelo and Zambianchi, Enrico",
title = "Mixing in a Meandering Jet: A Markovian Approximation",
journal = "Journal of Physical Oceanography",
year = "1999",
volume = "29",
number = "10",
pages = "2578--2594",
month = "2015/01/22",
doi = "10.1175/1520-0485(1999)029<2578:MIAMJA>2.0.CO;2",
isbn = "0022-3670",
publisher = "American Meteorological Society",
url = "http://dx.doi.org/10.1175/1520-0485(1999)029<2578:MIAMJA>2.0.CO;2",
}
@article{ChagnaudBP:08a,
author = "Chagnaud, Boris P. and Brücker, Christoph and Hofmann, Michael H. and Bleckmann, Horst",
title = "Measuring Flow Velocity and Flow Direction by Spatial and Temporal Analysis of Flow Fluctuations",
volume = "28",
number = "17",
pages = "4479-4487",
year = "2008",
journal = "The Journal of Neuroscience",
}
doi = "10.1523/JNEUROSCI.4959-07.2008",
URL = "http://www.jneurosci.org/content/28/17/4479.abstract",
@inproceedings{Chandrasekhar:06a,
author = "Chandrasekhar, V. and Seah, W. K. G. and Choo, Y. S. and Ee, H. V.",
title = "Localization in underwater sensor networks: {S}urvey and challenges",
booktitle = "Proc. 1st ACM Int. Workshop Underwater Networks (WUWNet)",
year = "2006",
isbn = "1-59593-484-7",
location = "Los Angeles, CA, USA",
pages = "33--40",
numpages = "8",
acmid = "1161047",
address = "New York, NY",
series = "WUWNet '06",
url = "http://doi.acm.org/10.1145/1161039.1161047",
}
%%% doi = "10.1145/1161039.1161047",
@article{ChangD:15a,
author = "D. Chang and F. Zhang and C.R. Edwards",
title = "Real-time guidance of underwater gliders assisted by predictive ocean models",
journal = "J. Atmospheric Ocean. Technol.",
volume = "32",
number = "3",
pages = "562--578",
year = "2015",
doi = "10.1175/JTECH-D-14-00098.1",
url = "https://doi.org/10.1175/JTECH-D-14-00098.1",
}
@article{ChangD:17a,
author = "D. Chang and W. Wu and C. R. Edwards and F. Zhang",
title = "Motion tomography: {M}apping flow fields using autonomous underwater vehicles",
year = "2017",
journal = "Int. J. Robot. Res.",
volume = "36",
number = "3",
pages = "320--336",
doi = {10.1177/0278364917698747},
url = {https://doi.org/10.1177/0278364917698747},
}
@incollection{ChassignetEP:06a,
author = "Chassignet, Eric P. and Hurlburt, Harley E. and Smedstad, OleMartin and Halliwell, George R. and Hogan, Patrick J. and Wallcraft, Alan J. and Bleck, Rainer",
year = "2006",
isbn = "978-1-4020-3981-2",
booktitle = "Ocean Weather Forecasting",
editor = "Chassignet, EricP. and Verron, Jacques",
doi = "10.1007/1-4020-4028-8_16",
title = "Ocean Prediction with the Hybrid Coordinate Ocean Model (HYCOM)",
publisher = "Springer Netherlands",
keywords = "HYCOM; GODAE; LAS; data assimilation; metrics",
pages = "413-426",
language = "English",
}
% url = "http://dx.doi.org/10.1007/1-4020-4028-8_16",
@article{ChassignetEP:09a,
author = "E.P. Chassignet and H.E. Hurlburt and E.J. Metzger and O.M. Smedstad and J.A. Cummings and G.R. Halliwell and R. Bleck and R. Baraille and A.J. Wallcraft and C. Lozano and H.L. Tolman and A. Srinivasan and S. Hankin and P. Cornillon and R. Weisberg and A. Barth and R. He and F. Werner and J. Wilkin",
title = "{US GODAE}: Global ocean prediction with the {HY}brid {C}oordinate {O}cean {M}odel {(HYCOM)}",
journal = "Oceanogr.",
year = "2009",
volumn = "22",
number = "2",
pages = "64--75",
% url = "http://dx.doi.org/10.5670/oceanog.2009.39",
}
@INPROCEEDINGS{ChengW:08a,
author = "Wei Cheng and Teymorian, A.Y. and Liran Ma and Xiuzhen Cheng and Xicheng Lu and Zexin Lu",
booktitle = "INFOCOM 2008. The 27th Conference on Computer Communications. IEEE",
title = "Underwater Localization in Sparse 3D Acoustic Sensor Networks",
year = "2008",
month = "April",
pages = "-",
doi = "10.1109/INFOCOM.2008.56",
ISSN = "0743-166X",
url = "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4509651",
}
@unpublished{ChkrebtiiOA:13a,
Author = "Chkrebtii, O. A. and Campbell, D. A. and Girolami, M. A. and Calderhead, B.",
Title = "Bayesian Uncertainty Quantification for Differential Equations",
Year = "2013",
note = "Preprint: arXiv:1306.2365",
}
@article{ChoiHL:11a,
author = "Han-Lim Choi and How, J.P.",
journal = "Sensors Journal, IEEE",
title = "Coordinated targeting of mobile sensor networks for ensemble forecast improvement",
year = "2011",
month = "{M}arch",
volume = "11",
number = "3",
pages = "621-633",
}
@inproceedings{ChungJ:11,
author = "Chung, Jaewoo and Donahoe, Matt and Schmandt, Chris and Kim, Ig-Jae and Razavai, Pedram and Wiseman, Micaela",
title = "Indoor Location Sensing Using Geo-magnetism",
booktitle = "Proc. 9th Int. Conf. Mobile Systems, Applications, and Services (MobiSys)",
year = "2011",
address = "Bethesda, MD, USA",
pages = "141--154",
doi = "10.1145/1999995.2000010",
month = "29 June--1 July",
publisher = "ACM",
url = "http://doi.acm.org/10.1145/1999995.2000010",
}
@article{ClarkE:19a,
author= "E. {Clark} and T. {Askham} and S.L. {Brunton} and J.N. {Kutz}",
journal={IEEE Sens. J.},
title="Greedy sensor placement with cost constraints",
year={2019},
volume={19},
number={7},
pages={2642-2656},
doi={10.1109/JSEN.2018.2887044},
ISSN={1558-1748},
month="Apr",
}
@article {ClausB:15a,
author = "B. Claus and R. Bachmayer",
title = "Terrain-aided navigation for an underwater glider",
journal = "J. Field Robot.",
volume = "32",
number = "7",
issn = {1556-4967},
doi = {10.1002/rob.21563},
pages = "935--951",
year = "2015",
% url = {http://dx.doi.org/10.1002/rob.21563},
}
@incollection{CoyleEJ:15a,
author = "E.J. Coyle and J.V. Krogmeier and R.T. Abler and A. Johnson and S. Marshall and B.E. Gilchrist",
title = "The vertically integrated projects ({VIP}) program : {L}everaging faculty research interests to transform undergraduate {STEM} education",
isbn = "978-1-557-53724-9",
booktitle = "Transforming Institutions: Undergraduate STEM Education for the 21st Century",
volume = "",
series = "",
editor = "G.C. Weaver and W.D. Burgess and A.L. Childress and L. Slakey",
publisher = "Purdue University Press",
pages = "223--234",
year = "2015",
}
@ARTICLE{CuiJH:06a,
author = "Jun-Hong Cui and Jiejun Kong and Gerla, M. and Shengli Zhou",
journal = "Network, IEEE",
title = "The challenges of building mobile underwater wireless networks for aquatic applications",
year = "2006",
month = "May",
volume = "20",
number = "3",
pages = "12-18",
doi = "10.1109/MNET.2006.1637927",
ISSN = "0890-8044",
url = "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1637927",
}
@article{CullenJM:65a,
author = "J.M. Cullen and E. Shaw and H.A. Baldwin",
title = " Methods for measuring the three-dimensional structure of fish schools",
year = "1965",
journal = "Anim. Behav.",
volume = "13",
number = "4",
pages = "534--543",
publisher = "Elsevier",
}
@incollection{CummingsJ:13a,
year = "2013",
isbn = "978-3-642-35087-0",
booktitle = "Data Assimilation for Atmospheric, Oceanic and Hydrologic Applications (Vol. II)",
editor = "Park, Seon Ki and Xu, Liang",
doi = "10.1007/978-3-642-35088-7_13",
title = "Variational Data Assimilation for the Global Ocean",
url = "http://dx.doi.org/10.1007/978-3-642-35088-7_13",
publisher = "Springer Berlin Heidelberg",
author = "J. A. Cummings and O. M. Smedstad",
pages = "303-343",
}
@article{CurtinTB:93a,
ISSN = {10428275, 2377617X},
URL = {http://www.jstor.org/stable/43924649},
author = {T.B. Curtin and J.G. Bellingham and J. Catipovic and D. Webb},
journal = {Oceanography},
number = {3},
pages = {86--94},
publisher = {Oceanography Society},
title = "Autonomous oceanographic sampling networks",
volume = {6},
year = {1993}
}
@inproceedings{DanielP:09a,
author = "Pack, Daniel and Dudevoir, Glen and Lima, Pedro and Gruber, Scott",
title = "Negotiating between communication and cooperation for multiple unmanned aerial vehicles",
booktitle = "Proceedings of the 28th IEEE conference on Military communications",
series = "MILCOM'09",
year = "2009",
location = "Boston, Massachusetts, USA",
pages = "367-372",
publisher = "IEEE Press",
address = "Piscataway, NJ, USA",
}
@article{DamM:17a,
author = "M. Dam and M. Br{\o}ns and J. Juul Rasmussen and V. Naulin and J.S. Hesthaven",
title = "Sparse identification of a predator-prey system from simulation data of a convection model",
journal = "Phys. Plasmas",
volume = {24},
number = {2},
pages = {022310},
year = {2017},
doi = {10.1063/1.4977057},
URL = {https://doi.org/10.1063/1.4977057},
}
@article{DavisRE:91a,
author = "Davis, R. E.",
title = "Lagrangian Ocean Studies",
journal = "Annu. Rev. Fluid Mech.",
volume = "23",
number = "1",
pages = "43-64",
year = "1991",
doi = "10.1146/annurev.fl.23.010191.000355",
URL = "http://dx.doi.org/10.1146/annurev.fl.23.010191.000355",
}
@INPROCEEDINGS{DeAgostinoM:10a,
author = "De Agostino, M. and Manzino, A.M. and Piras, M.",
booktitle = "Position Location and Navigation Symposium (PLANS), 2010 IEEE/ION",
title = "Performances comparison of different MEMS-based IMUs",
year = "2010",
month = "May",
pages = "187-201",
doi = "10.1109/PLANS.2010.5507128",
ISSN = "2153-358X",
}
@inproceedings{DeisenrothMP15a,
author = "M. P. Deisenroth and J. W. Ng",
title = "Distributed {G}aussian processes",
booktitle = {Proceedings of the 32Nd International Conference on International Conference on Machine Learning - Volume 37},
series = {ICML'15},
year = {2015},
location = {Lille, France},
pages = {1481--1490},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=3045118.3045276},
acmid = {3045276},
publisher = {JMLR.org},
}
@techreport{DelaneyJR:20a,
author = "J.R. Delaney and D.A. Manalang and A. Marburg and A. Nawaz and K. Daly",
title = "{Report of the Resident AUV Workshop, 9–11 May 2018}",
institution = "Applied Physics Laboratory, University of Washington",
address = "Seattle, WA, USA",
number = "APL-UW TR 1901"
month = "Mar."
year = "2020",
}\\
@INPROCEEDINGS{DellaertF:99a,
author = "Dellaert, F. and Fox, D. and Burgard, W. and Thrun, S.",
booktitle = "Proc. IEEE Int. Conf. Robotics and Automation (ICRA)",
title = "{M}onte {C}arlo localization for mobile robots",
year = "1999",
volume = "2",
pages = "1322--1328",
month = "10--15 May",
address = "Detroit, MI, USA",
}
@ARTICLE{DevriesL:11a,
author = "Levi DeVries and Derek Paley",
title = "Multi-vehicle Control in a Strong Flowfield with Application to Hurricane Sampling",
journal = "Journal of Guidance, Control, and Dynamics",
year = "2012",
month = "May-June",
volume = "35",
number = "3",
publisher = "American Institute of Aeronautics and Astronautics",
doi = "10.2514/1.55580",
}
@ARTICLE{DonovanGT:12a,
author = "Donovan, G. T.",
journal = "IEEE J. Ocean. Eng.",
title = "Position error correction for an autonomous underwater vehicle inertial navigation system {(INS)} using a particle filter",
year = "2012",
month = "July",
volume = "37",
number = "3",
pages = "431--445",
doi = "10.1109/JOE.2012.2190810",
ISSN = "0364-9059",
}
@INPROCEEDINGS{DoucR:05a,
author = "Douc, R. and Cappe, O.",
booktitle = "Image and Signal Processing and Analysis, 2005. ISPA 2005. Proceedings of the 4th International Symposium on",
title = "Comparison of resampling schemes for particle filtering",
year = "2005",
month = "Sept",
pages = "64-69",
doi = "10.1109/ISPA.2005.195385",
ISSN = "1845-5921",
}
@inproceedings{DoucetA:00a,
author = "Doucet, A. and de Freitas, N. and Murphy, K. and Russell, S.",
title = "{Rao-Blackwellised} particle filtering for dynamic {Bayesian} networks",
booktitle = "Proc. 16th Conf. Uncertainty in Artificial Intelligence (UAI)",
year = "2000",
pages = "176--183",
numpages = "8",
publisher = "Morgan Kaufmann Publishers Inc.",
address = "San Francisco, CA, USA",
url = "http://dl.acm.org/citation.cfm?id=2073946.2073968",
}
@book{DoucetA:01a,
title = "Sequential {M}onte {C}arlo methods in practice",
author = "Doucet, A. and de Freitas, N. and Gordon, N.",
isbn = "9780387951461",
lccn = "00047093",
year = "2001",
publisher = "Springer",
series = "Information Science and Statistics",
}
@article{DouglasHK:13a,
title = "Emergent dynamics of laboratory insect swarms",
author = "Kelley, Douglas H. and Ouellette, Nicholas T.",
journal = "Scientific Reports",
year = "2013",
month = "January",
volume = "3",
publisher = "Macmillan Publishers Limited",
}
@article{Durrant-WhyteH:06a,
author = "H. Durrant-Whyte and T. Bailey",
title = "Simultaneous localisation and mapping ({SLAM)}: {P}art {I} {T}he essential algorithms",
journal = "IEEE Robot. Autom. Mag.",
year = "2006",
volume = "2",
pages = "99-110",
}
@ARTICLE{Durrant-WhyteH:88a,
author = "H.F. Durrant-Whyte",
journal = "IEEE J. Robot. Autom.",
title = "Uncertain geometry in robotics",
year = "1988",
volume = "4",
number = "1",
pages = "23-31",
ISSN = "0882-4967"
}
@article{Eichhorn:13a,
title = "Optimal routing strategies for autonomous underwater vehicles in time-varying environment ",
journal = "Robotics and Autonomous Systems ",
volume = "",
number = "0",
pages = " - ",
year = "2013",
note = "in press",
issn = "0921-8890",
author = "Mike Eichhorn",
doi = "http://dx.doi.org/10.1016/j.robot.2013.08.010",
url = "http://www.sciencedirect.com/science/article/pii/S0921889013001620",
}
@article{ElstonJ:15a,
author = "J. Elston and B. Argrow and M. Stachura and D. Weibel and D. Lawrence and D. Pope",
title = "Overview of small fixed-wing unmanned aircraft for meteorological sampling",
journal = "J. Atmos. Ocean. Technol.",
volume = {32},
number = {1},
pages = {97-115},
year = {2015},
doi = {10.1175/JTECH-D-13-00236.1},
URL = {https://doi.org/10.1175/JTECH-D-13-00236.1},
}
% journal = {Journal of Atmospheric and Oceanic Technology},
@inproceedings{ErolM:07a,
author = "Erol, Melike and Vieira, Luiz F. M. and Gerla, Mario",
title = "Localization with Dive'N'Rise (DNR) Beacons for Underwater Acoustic Sensor Networks",
booktitle = "Proceedings of the Second Workshop on Underwater Networks",
series = "WuWNet '07",
year = "2007",
isbn = "978-1-59593-736-0",
location = "Montreal, Quebec, Canada",
pages = "97--100",
numpages = "4",
acmid = "1287833",
publisher = "ACM",
address = "New York, NY, USA",
url = "http://doi.acm.org/10.1145/1287812.1287833",
doi = "10.1145/1287812.1287833",
}
@INPROCEEDINGS{ErolM:07b,
author = "Erol, M. and Vieira, F.L.M. and Gerla, M.",
booktitle = "Wireless Algorithms, Systems and Applications, 2007. WASA 2007. International Conference on",
title = "{AUV}-Aided Localization for Underwater Sensor Networks",
year = "2007",
month = "Aug",
pages = "44-54",
doi = "10.1109/WASA.2007.34",
url = "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5560664",
}
@Article{FalcoP:00a,
title = "Transport Properties in the Adriatic Sea as Deduced from Drifter Data",
author = "Falco, Pierpaolo and Griffa, Annalisa and Poulain, Pierre-Marie and Zambianchi, Enrico",
journal = "Journal of Physical Oceanography",
year = "2000",
month = "SEP",
volume = "30",
number = "8",
pages = "2055-2071",
}
@Article{FallonMF:10a,
title = "Cooperative {AUV} navigation using a single maneuvering
surface craft",
author = "M. F. Fallon and G. Papadopoulos and J. J. Leonard and N. M. Patrikalakis",
journal = "Int. J. Robot. Res.",
year = "2010",
month = "Oct",
volume = "29",
number = "12",
pages = "1461-1474",
doi = "10.1177/0278364910380760",
}
@inproceedings{FallonMF:11a,
title = "Efficient AUV navigation fusing acoustic ranging and side-scan sonar",
author = "Fallon, Maurice F and Kaess, Michael and Johannsson, Hordur and Leonard, John J",
booktitle = "Robotics and Automation (ICRA), 2011 IEEE International Conference on",
pages = "2398--2405",
year = "2011",
}
@inproceedings{FenwickJW:02a,
author = "Fenwick, J.W. and Newman, P.M. and Leonard, J.J.",
booktitle = "IEEE International Conference on Robotics and Automation",
title = "Cooperative concurrent mapping and localization",
year = "2002",
volume = "2",
pages = "1810-1817",
}
@article{FerranteE:12a,
author = "Ferrante, Eliseo and Turgut, Ali Emre and Huepe, Cristián and Stranieri, Alessandro and Pinciroli, Carlo and Dorigo, Marco",
title = "Self-organized flocking with a mobile robot swarm: a novel motion control method",
year = "2012",
doi = "10.1177/1059712312462248",
URL = "http://adb.sagepub.com/content/early/2012/10/19/1059712312462248.abstract",
journal = "Adaptive Behavior",
}
@inproceedings{FerrisB:07a,
author = "B. Ferris and D. Fox and N. Lawrence",
title = "{WiFi-SLAM} Using {Gaussian} process latent variable models",
year = "2007",
booktitle = "Proc. 20th Int. Joint Conf. Artifical Intelligence (IJCAI)",
number = "",
pages = "2480--2485",
address = "San Francisco, CA, USA",
month = "",
doi = {},
% url = {http://dl.acm.org/citation.cfm?id=1625275.1625675},
}
@article{Fiedler:73a,
author = "Fiedler, Miroslav",
journal = "Czechoslovak Mathematical Journal",
language = "eng",
number = "2",
pages = "298-305",
publisher = "Institute of Mathematics, Academy of Sciences of the Czech Republic",
title = "Algebraic connectivity of graphs",
url = "http://eudml.org/doc/12723",
volume = "23",
year = "1973",
}
@article{FinneyBR:86a,
ISSN = {00324000},
URL = {http://www.jstor.org/stable/20705973},
author = {B.R. Finney and B.J. Kilonsky and S. Somsen and E.D. Stroup},
journal = "J. Polynes. Soc.",
number = {1},
pages = {41--90},
publisher = {Polynesian Society},
title = "Re-learning a vanishing art",
volume = {95},
year = {1986}
}
% journal = "The Journal of the Polynesian Society",
@article{FiorelliE:06a,
author = "E. Fiorelli and N. E. Leonard and P. Bhatta and D. A. Paley and R. Bachmayer and D. M. Fratantoni",
journal = "IEEE J. Ocean. Eng.",