-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrefs_ets_update.bib
More file actions
7798 lines (7798 loc) · 398 KB
/
refs_ets_update.bib
File metadata and controls
7798 lines (7798 loc) · 398 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{Adams2009,
abstract = {Maintaining proper freshwater and marine inputs is essential for estuarine function. Alteration of freshwater flows into small tributaries that traverse the upland- estuarine margin may be especially problematic, e.g., by impacting the nursery areas for juvenile finfish and shellfish. We used stomach contents and stable isotope analysis ($\delta$13C, $\delta$15N) to examine effects of freshwater flow alterations on the trophic ecology of juvenile common snook (Centropomus undecimalis) in four mangrove creeks with different freshwater flow regimes. Diet diversity in less degraded creeks was greater than in more degraded creeks, and the importance (by {\%} mass) of the top three preys was disproportionately higher in the more degraded creeks. Stable isotope measures of trophic diversity corroborate these trends, suggesting higher intraspecific trophic diversity in less degraded creeks. The difference in diet diversity of juvenile snook may be an indicator of an overall change in ecosystem function and these shifts in food web structure may affect the rate that juveniles of this and other species with similar habitat requirements successfully join the adult population.},
author = {Adams, Aaron J and Wolfe, R Kirby and Layman, Craig A},
doi = {10.1007/s12237-009-9156-x},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2009{\_}Adams{\_}Preliminary{\_}Examination.pdf:pdf},
issn = {1559-2723},
journal = {Estuaries and Coasts},
keywords = {Food web,Freshwater flow alteration,Intraspecific niche variation,Juvenile fish,Lavage,Trophic ecology},
number = {4},
pages = {819--828},
title = {{Preliminary examination of how human-driven freshwater flow alteration affects trophic ecology of juvenile snook (Centropomus undecimalis) in estuarine creeks}},
volume = {32},
year = {2009}
}
@article{Aguiar09,
author = {Aguiar, F C and Ferreira, M T and Albuquerque, A and Rodriguez-Gonzalez, P and Segurado, P},
journal = {Fundamental and Applied Limnology},
number = {3},
pages = {249--267},
title = {{Structural and functional responses of riparian vegetation to human disturbance: Performance and spatial scale-dependence}},
volume = {175},
year = {2009}
}
@incollection{Akaike73,
address = {Akademiai Kiado, Budapest},
author = {Akaike, H},
booktitle = {Second International Symposium on Information Theory},
editor = {Petrov, B N and Csaki, F},
pages = {267--281},
title = {{Information theory and an extension of the maximum likelihood principle}},
year = {1973}
}
@article{Alexander08,
author = {Alexander, M L and Woodford, M P and Hotchkiss, S C},
journal = {Aquatic Botany},
number = {1},
pages = {77--86},
title = {{Freshwater macrophyte communities in lakes of variable landscape position and development in northern {\{}W{\}}isconsin, {\{}U.S.A.{\}}}},
volume = {88},
year = {2008}
}
@article{Alpine92,
author = {Alpine, A E and Cloern, J E},
journal = {Limnology and Oceanography},
number = {5},
pages = {946--955},
title = {{Trophic interactions and direct physical effects control phytoplankton biomass and production in an estuary}},
volume = {37},
year = {1992}
}
@article{Alpine88,
author = {Alpine, A E and Cloern, J E},
journal = {Marine Ecology Progress Series},
number = {2},
pages = {167--173},
title = {{Phytoplankton growth rates in a light-limited environment, {\{}S{\}}an {\{}F{\}}rancisco {\{}B{\}}ay}},
volume = {44},
year = {1988}
}
@techreport{Anderson01,
address = {St. Paul, Minnesota},
author = {Anderson, J L and Bell, J C and Cooper, T H and Grigal, D F},
institution = {University of Minnesota Extension},
title = {{Soils and landscapes of {\{}M{\}}innesota}},
url = {http://www.extension.umn.edu/distribution/cropsystems/dc2331.html},
year = {2001}
}
@techreport{Anderson99,
address = {Duluth, Minnesota},
author = {Anderson, K A and Kelly, T J and Sushak, R M and Hagley, C A and Jensen, D A and Kreag, G M},
institution = {University of Minnesota Sea Grant Program, Minnesota Department of Natural Resources, Office of Management and Budget Services},
title = {{Summary report on public perceptions of the impacts, use, and future of {\{}M{\}}innesota lakes: Results of the 1998 {\{}M{\}}innesota lake survey}},
year = {1999}
}
@techreport{Anon93,
address = {St. Paul, Minnesota},
author = {Anonymous},
institution = {Division of Fish and Wildlife, Section of Fisheries, Minnesota Department of Natural Resources},
number = {No. 147},
title = {{Manual of Instructions for Lake Survey}},
url = {http://files.dnr.state.mn.us/publications/fisheries/special{\_}reports/147.pdf},
year = {1993}
}
@article{Ansola95,
author = {Ansola, G and Fernandez, C and Deluis, E},
journal = {Ecological Engineering},
number = {1},
pages = {13--19},
title = {{Removal of organic-matter and nutrients from urban waste-water by using an experimental emergent aquatic macrophyte system}},
volume = {5},
year = {1995}
}
@misc{APHA05,
annote = {Washington, DC},
author = {{APHA (American Public Health Association)}},
title = {{Standard methods for the examination of water and wastewater}},
year = {2005}
}
@article{Arhonditsis08,
author = {Arhonditsis, G B and Perhar, G and Zhang, W and Massos, E and Shi, M and Das, A},
journal = {Water Resources Research},
number = {1},
pages = {W01420},
title = {{Addressing equifinality and uncertainty in eutrophication models}},
volume = {44},
year = {2008}
}
@article{Arlot10,
author = {Arlot, S and Celisse, A},
journal = {Statistics Surveys},
pages = {40--79},
title = {{A survey of cross-validation procedures for model selection}},
volume = {4},
year = {2010}
}
@misc{ASC17,
annote = {Report v1.2},
author = {ASC},
title = {{Assessment of nutrient status and trends in the Delta in 2001-2016: Effects of drought on ambient concentrations and trends. Prepared by the Aquatic Science Center (ASC), T. Jabusch, P. Trowbridge, A. Wong, and M. Heberger for the Delta Regional Monitorin}},
year = {2017}
}
@article{Asif2014,
author = {Asif, Muhammad and Saqib, Muhammad and Yousaf, Balal and Adnan, Muhammad and Yousaf, Amina and Ali, Athar},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2014{\_}Asif{\_}Growth{\_}and.pdf:pdf},
keywords = {buttonwood,conocarpus erectus l,growth,potassium status,soil salinity,water stress},
pages = {42--52},
title = {{Growth and Ionic Composition of Buttonwood ( Conocarpus erectus L .) in Response to Soil Salinity and Water Stress}},
volume = {19},
year = {2014}
}
@article{Aulenbach06,
author = {Aulenbach, B T and Hooper, R P},
journal = {Hydrological Processes},
number = {14},
pages = {3029--3047},
title = {{The composite-method: An improved method for stream-water solute load estimation}},
volume = {20},
year = {2006}
}
@incollection{Baatz00,
address = {Berlin},
author = {Baatz, M and Sch{\"{a}}pe, A},
booktitle = {Angewandte Geographische Informationsverarbeitung XII. Beitr{\"{a}}ge zum AGIT-Symposium Salzburg 2000},
editor = {Strobl, J and Blaschke, T and Griesebner, G},
pages = {12--23},
publisher = {Herbert Wichmann Verlag},
title = {{Multiresolution segmentation: An optimization approach for high quality multi-scale image segmentation}},
year = {2000}
}
@article{Bajer16,
author = {Bajer, P G and Beck, M W and Cross, T K and Koch, J and Bartodziej, B and Sorensen, P W},
doi = {10.1111/gcb.13377},
journal = {Global Change Biology},
number = {12},
pages = {3937--3947},
title = {{Biological invasion by a benthivorous fish reduced the cover and species richness of aquatic plants in most lakes of a large {\{}N{\}}orth {\{}A{\}}merican region}},
volume = {22},
year = {2016}
}
@article{Bajer18,
author = {Bajer, P G and Beck, M W and Hundt, P J},
doi = {10.1007/s10750-018-3592-1},
journal = {Hydrobiologia},
title = {{Effect of non-native versus native invaders on macrophyte richness: are carp and bullheads ecological proxies?}},
year = {2018}
}
@incollection{Ball00,
address = {Berlin, Germany},
author = {Ball, G R and Palmer-Brown, D and Mills, G E},
booktitle = {Artificial Neuronal Networks: Application to Ecology and Evolution},
editor = {Lek, S and Gu{\'{e}}gan, J F},
pages = {165--183},
publisher = {Springer-Verlag},
title = {{A comparison of artificial neuronal network and conventional statistical techniques for analysing environmental data}},
year = {2000}
}
@article{Barbour96,
author = {Barbour, M T and Gerritsen, J and Griffith, G E and Frydenborg, R and McCarron, E and White, J S and Bastian, M L},
journal = {Journal of the North American Benthological Society},
number = {2},
pages = {185--211},
title = {{A framework for biological criteria for {\{}F{\}}lorida streams using benthic macroinvertebrates}},
volume = {15},
year = {1996}
}
@article{Barbour00,
author = {Barbour, M T and Swietlik, W F and Jackson, S K and Courtemanch, D L and Davies, S P and Yoder, C O},
journal = {Hydrobiologia},
number = {0},
pages = {453--464},
title = {{Measuring the attainment of biological integrity in the {\{}USA{\}}: A critical element of ecological integrity}},
volume = {422-423},
year = {2000}
}
@incollection{Barendregt2016,
author = {Barendregt, Aat},
booktitle = {The Wetland Book},
doi = {10.1007/978-94-007-6173-5_103-2},
editor = {Finlayson, C M and Everard, M and Irvine, K and McInnes, R J and Middleton, B A and van Dam, A A and Davidson, N C},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Barendregt{\_}Tidal{\_}Freshwater.pdf:pdf},
isbn = {978-94-007-6173-5},
month = {jan},
pages = {1--14},
publisher = {Springer Nertherlands},
title = {{Tidal Freshwater Wetlands, the Fresh Dimension of the Estuary}},
year = {2016}
}
@article{Barko91,
author = {Barko, J W and Gunnison, D and Carpenter, S R},
journal = {Aquatic Botany},
pages = {41--65},
title = {{Sediment interactions with submersed macrophyte growth and community dynamics}},
volume = {41},
year = {1991}
}
@article{Barko82,
author = {Barko, J W and Hardin, D G and Matthews, M S},
journal = {Canadian Journal of Botany},
number = {6},
pages = {877--887},
title = {{Growth and morphology of submersed freshwater macrophytes in relation to light and temperature}},
volume = {60},
year = {1982}
}
@incollection{Bates92,
address = {Pacific Grove, California},
author = {Bates, D M and Chambers, J M},
booktitle = {Statistical Models in S},
editor = {Chambers, J M and Hastie, T J},
pages = {421--454},
publisher = {Wadsworth and Brooks/Cole},
title = {{Nonlinear models}},
year = {1992}
}
@article{Batt12,
author = {Batt, R D and Carpenter, S R},
journal = {Limnology and Oceanography: Methods},
pages = {20--30},
title = {{Free-water lake metabolism: Addressing noisy time series with a {\{}K{\}}alman filter}},
volume = {10},
year = {2012}
}
@inproceedings{Batten2003,
author = {Batten, Jeffrey and Delahoya, Nancy and Holmstr{\"{o}}m, Kimberly and Kissler, Aaron and Qi, Xiaodong and Sanford, Reginald and Sorenson, Bernard and Truncale, Thomas and Poor, Noreen and Health, Occupational and Boulevard, Bruce B Downs and Shell, Patrick and Foster, James},
booktitle = {Proceedings of the AWMA 96th Annual Meeting {\&} Exhibition},
file = {:G$\backslash$:/TECHNICAL and SCIENCE ISSUES/Atmospheric deposition/200x{\_}Batten{\_}Has{\_}the{\_}AWMA{\_}69689.pdf:pdf},
pages = {1--19},
title = {{Has the installation of a FGD unit on a coal-fired utility plant reduced SO2 ambient air concentrations near Tampa , Florida?}},
year = {2003}
}
@article{Bay2006,
author = {Bay, Tampa and Program, Estuary and Florida, South and Management, Water and Beach, West Palm and Harbor, Charlotte and Estuary, National and Myers, Fort},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2006{\_}Greening{\_}Hurricane{\_}Impacts.pdf:pdf},
journal = {Estuaries and coasts},
number = {6},
pages = {877--879},
title = {{Hurricane Impacts on Coastal Ecosystems}},
volume = {29},
year = {2006}
}
@article{Bayraktarov2016,
abstract = {Land-use change in the coastal zone has led to worldwide degradation of marine coastal ecosystems and a loss of the goods and services they provide. Restoration is the process of assisting the recovery of an ecosystem that has been degraded, damaged, or destroyed and is critical for habitats where natural recovery is hindered. Uncertainties about restoration cost and feasibility can impede decisions on whether, what, how, where, and how much to restore. Here, we perform a synthesis of 235 studies with 954 observations from restoration or rehabilitation projects of coral reefs, seagrass, mangroves, saltmarshes and oyster reefs worldwide, and evaluate cost, survival of restored organisms, project duration, area, and techniques applied. Findings showed that while the median and average reported costs for restoration of one hectare of marine coastal habitat were around 80,000 US{\$} (2010) and 1,600,000 US{\$} (2010) respectively, the real total costs (median) are likely to be 2-4 times higher. Coral reefs and seag...},
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Bayraktarov, Elisa and Saunders, Megan I. and Abdullah, Sabah and Mills, Morena and Beher, Jutta and Possingham, Hugh P. and Mumby, Peter J. and Lovelock, Catherine E.},
doi = {10.1890/15-1077},
eprint = {arXiv:1011.1669v3},
isbn = {9780874216561},
issn = {10510761},
journal = {Ecological Applications},
month = {jun},
number = {4},
pages = {1055--1074},
pmid = {25246403},
title = {{The cost and feasibility of marine coastal restoration}},
url = {http://doi.wiley.com/10.1890/15-1077},
volume = {26},
year = {2016}
}
@article{Beck87,
author = {Beck, M B},
journal = {Water Resources Research},
number = {8},
pages = {1393--1442},
title = {{Water quality modeling: A review of the analysis of uncertainty}},
volume = {23},
year = {1987}
}
@article{BeckIP,
author = {Beck, M W},
journal = {Journal of Statistical Software},
title = {{{\{}NeuralNetTools{\}}: Visualization and analysis tools for neural networks}}
}
@manual{Beck17b,
annote = {R package version 1.1.0},
author = {Beck, M W},
title = {{WRTDStidal: Weighted Regression for Water Quality Evaluation in Tidal Waters}},
year = {2017}
}
@article{Beck16,
author = {Beck, M W},
journal = {The R Journal},
number = {1},
pages = {219--232},
title = {{{\{}SWMPr{\}}: An {\{}R{\}} package for retrieving, organizing, and analyzing environmental data for estuaries}},
volume = {8},
year = {2016}
}
@phdthesis{Beckdiss,
address = {St. Paul, Minnesota},
author = {Beck, M W},
school = {University of Minnesota},
title = {{{\{}M{\}}innesota macrophytes: Linking aquatic plants, lake health, and human activities}},
year = {2013}
}
@article{Beck16c,
author = {Beck, M W and Alahuhta, J},
doi = {10.1007/s00027-016-0508-x},
journal = {Aquatic Sciences},
pages = {1--15},
title = {{Ecological determinants of {\{}P{\}}otamogetontaxa in glacial lakes: assemblage composition, species richness, and species-level approach}},
year = {2016}
}
@article{Beck12,
author = {Beck, M W and Claassen, A H and Hundt, P},
doi = {10.1080/15715124.2012.656133},
journal = {International Journal of River Basin Management},
number = {1},
pages = {73--92},
title = {{Environmental and livelihood impacts of dams: Common lessons across development gradients that challenge sustainability}},
volume = {10},
year = {2012}
}
@article{Beck18,
author = {Beck, M W and Cressman, K and Griffin, C and Caffrey, J},
doi = {10.18785/gcr.2901.02},
journal = {Gulf and Caribbean Research},
number = {1},
pages = {1--14},
title = {{Water quality trends following anomalous phosphorus inputs to Grand Bay}},
volume = {29},
year = {2018}
}
@article{Beck15,
author = {Beck, M W and {Hagy III}, J D},
doi = {10.1007/s10666-015-9452-8},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2015{\_}Beck{\_}Weighted-regression-for-tidal-waters.pdf:pdf},
journal = {Environmental Modelling and Assessment},
number = {6},
pages = {637--655},
title = {{Adaptation of a weighted regression approach to evaluate water quality trends in an estuary}},
volume = {20},
year = {2015}
}
@article{Beck09,
author = {Beck, M W and Hatch, L K},
doi = {10.1139/A09-001},
journal = {Environmental Reviews},
pages = {21--44},
title = {{A review of research on the development of lake indices of biotic integrity}},
volume = {17},
year = {2009}
}
@article{Beck10,
author = {Beck, M W and Hatch, L K and Vondracek, B and Valley, R D},
doi = {10.1016/j.ecolind.2010.02.006},
journal = {Ecological Indicators},
number = {5},
pages = {968--979},
title = {{Development of a macrophyte-based index of biotic integrity for {\{}M{\}}innesota lakes}},
volume = {10},
year = {2010}
}
@article{BeckIR,
author = {Beck, M W and Jabusch, T W and Trowbridge, P R and Senn, D B},
journal = {Environmental Science {\&} Technology},
title = {{Four decades of water quality change in the upper {\{}S{\}}an {\{}F{\}}rancisco {\{}E{\}}stuary}}
}
@article{Beck17,
author = {Beck, M W and Murphy, R R},
doi = {10.1111/1752-1688.12489},
journal = {Journal of the American Water Resources Association},
number = {1},
pages = {197--219},
title = {{Numerical and qualitative contrasts of two statistical models for water quality change in tidal waters}},
volume = {53},
year = {2017}
}
@article{Beck14b,
author = {Beck, M W and Tomcko, C M and Valley, R D and Staples, D F},
doi = {10.1016/j.ecolind.2014.07.002},
journal = {Ecological Indicators},
pages = {323--335},
title = {{Analysis of macrophyte indicator variation as a function of sampling, temporal, and stressor effects}},
volume = {46},
year = {2014}
}
@article{Beck13c,
author = {Beck, M W and Voncracek, B and Hatch, L K},
doi = {10.1080/10402381.2013.828806},
journal = {Lake and Reservoir Managmenet},
number = {3},
pages = {179--193},
title = {{Between- and within-lake responses of macrophyte richness metrics to shoreline development}},
volume = {29},
year = {2013}
}
@article{Beck13,
author = {Beck, M W and Vondracek, B and Hatch, L K},
doi = {10.1016/j.aquabot.2013.02.003},
journal = {Aquatic Botany},
pages = {16--25},
title = {{Environmental clustering of lakes to evaluate performance of a macrophyte index of biotic integrity}},
volume = {108},
year = {2013}
}
@article{Beck13b,
author = {Beck, M W and Vondracek, B and Hatch, L K and Vinje, J},
doi = {10.1016/j.isprsjprs.2013.04.006},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
pages = {60--69},
title = {{Semi-automated analysis of high-resolution aerial images to quantify docks in glacial lakes}},
volume = {81},
year = {2013}
}
@article{Beck14a,
author = {Beck, M W and Wilson, B N and Vondracek, B and Hatch, L K},
doi = {10.1016/j.ecolind.2014.04.002},
journal = {Ecological Indicators},
pages = {195--208},
title = {{Application of neural networks to quantify the utility of indices of biotic integrity for biological monitoring}},
volume = {45},
year = {2014}
}
@article{Beck17c,
author = {Beck, Marcus W and Hagy, James D. and Le, Chengfeng},
doi = {10.1007/s12237-017-0287-1},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2017{\_}Beck{\_}QuantifyingSeagrassDepthofColonization.pdf:pdf},
issn = {1559-2723},
journal = {Estuaries and Coasts},
month = {mar},
number = {2},
pages = {592--610},
title = {{Quantifying Seagrass Light Requirements Using an Algorithm to Spatially Resolve Depth of Colonization}},
url = {http://link.springer.com/10.1007/s12237-017-0287-1},
volume = {41},
year = {2018}
}
@article{Beck15b,
author = {Beck, Marcus W and Hagy, James D. and Murrell, Michael C},
doi = {10.1002/lom3.10062},
issn = {15415856},
journal = {Limnology and Oceanography: Methods},
month = {dec},
number = {12},
pages = {731--745},
title = {{Improving estimates of ecosystem metabolism by reducing effects of tidal advection on dissolved oxygen time series}},
url = {http://doi.wiley.com/10.1002/lom3.10062},
volume = {13},
year = {2015}
}
@article{Bedoya11,
author = {Bedoya, D and Manolakos, E S and Novotny, V},
journal = {Water Research},
number = {7},
pages = {2359--2374},
title = {{Prediction of biological integrity based on environmental similarity - Revealing the scale-dependent link between study area and top environmental predictors}},
volume = {45},
year = {2011}
}
@techreport{Beever2016,
author = {Beever, L and Beever, J and Lewis, R R and Flynn, L and Tattar, T and Donley, E and Neafsey, E},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Beever{\_}identifying{\_}and.pdf:pdf},
title = {{Identifying and Diagnosing Locations of Ongoing and Future Saltwater Wetland Loss : Mangrove Heart Attack Charlotte Harbor National Estuary Program Technical Report 16-3}},
year = {2016}
}
@article{Beisner06,
author = {Beisner, B E and Peres-Neto, P R and Lindstrom, E S and Barnett, A and Longhi, M L},
journal = {Ecology},
number = {12},
pages = {2985--2991},
title = {{The role of environmental and spatial processes in structuring lake communities from bacteria to fish}},
volume = {87},
year = {2006}
}
@article{Bell09,
author = {Bell, G and Hey, T and Szalay, A},
journal = {Science},
number = {5919},
pages = {1297--1298},
title = {{Beyond the data deluge}},
volume = {323},
year = {2009}
}
@article{Benitez97,
author = {Benitez, J M and Castro, J L and Requena, I},
journal = {IEEE Transactions on Neuronal Networks},
number = {5},
pages = {1156--1164},
title = {{Are artificial neuronal networks black boxes?}},
volume = {8},
year = {1997}
}
@article{Bergmeir12,
author = {Bergmeir, Christoph and Ben{\'{i}}tez, Jos{\'{e}} M},
journal = {Journal of Statistical Software},
number = {7},
pages = {1--26},
title = {{Neural Networks in {\{}R{\}} Using the Stuttgart Neural Network Simulator: {\{}RSNNS{\}}}},
url = {http://www.jstatsoft.org/v46/i07/},
volume = {46},
year = {2012}
}
@article{Beyer2016,
abstract = {The Deepwater Horizon oil spill constituted an ecosystem-level injury in the northern Gulf of Mexico. Much oil spread at 1100–1300 m depth, contaminating and affecting deepwater habitats. Factors such as oil-biodegradation, ocean currents and response measures (dispersants, burning) reduced coastal oiling. Still, {\textgreater} 2100 km of shoreline and many coastal habitats were affected. Research demonstrates that oiling caused a wide range of biological effects, although worst-case impact scenarios did not materialize. Biomarkers in individual organisms were more informative about oiling stress than population and community indices. Salt marshes and seabird populations were hard hit, but were also quite resilient to oiling effects. Monitoring demonstrated little contamination of seafood. Certain impacts are still understudied, such as effects on seagrass communities. Concerns of long-term impacts remain for large fish species, deep-sea corals, sea turtles and cetaceans. These species and their habitats should continue to receive attention (monitoring and research) for years to come.},
author = {Beyer, Jonny and Trannum, Hilde C. and Bakke, Torgeir and Hodson, Peter V. and Collier, Tracy K.},
doi = {10.1016/j.marpolbul.2016.06.027},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Beyer{\_}Environmental{\_}effects.pdf:pdf},
isbn = {0025-326X},
issn = {0025326X},
journal = {Marine Pollution Bulletin},
keywords = {Deepwater Horizon oil spill,Environmental effects,Review},
month = {sep},
number = {1},
pages = {28--51},
pmid = {27301686},
title = {{Environmental effects of the Deepwater Horizon oil spill: A review}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0025326X16304313},
volume = {110},
year = {2016}
}
@article{Bhangu97,
author = {Bhangu, I and Whitfield, P H},
journal = {Water Research},
number = {9},
pages = {2187--2194},
title = {{Seasonal and long-term variations in water quality of the {\{}S{\}}keena {\{}R{\}}iver at {\{}U{\}}sk, {\{}B{\}}ritish {\{}C{\}}olumbia}},
volume = {31},
year = {1997}
}
@article{Bianchi10,
author = {Bianchi, T S and DiMarco, S F and Jr, J H Cowan and Hetland, R D and Chapman, P and Day, J W and Allison, M A},
journal = {Science of the Total Environment},
number = {7},
pages = {1471--1484},
title = {{The science of hypoxia in the {\{}N{\}}orthern {\{}G{\}}ulf of {\{}M{\}}exico: a review}},
volume = {408},
year = {2010}
}
@article{Bierman94,
author = {Bierman, V J and Hinz, S C and Zhu, D W and Wiseman, W J and Rabalais, N N and Turner, R E},
journal = {Estuaries},
number = {4},
pages = {886--899},
title = {{A preliminary mass-balance model of primary productivity and dissolved oxygen in the {\{}M{\}}ississippi {\{}R{\}}iver plume/ inner {\{}G{\}}ulf shelf region}},
volume = {17},
year = {1994}
}
@book{Bishop95,
address = {Oxford, United Kingdom},
author = {Bishop, C M},
pages = {482},
publisher = {Carendon Press},
title = {{Neuronal Networks for Pattern Recognition}},
year = {1995}
}
@book{Bivand08,
address = {New York, New York},
author = {Bivand, R S and Pebesma, E J and G{\'{o}}mez-Rubio, V},
pages = {376},
publisher = {Springer-Verlag},
title = {{Applied Spatial Data Analysis with {\{}R{\}}}},
year = {2008}
}
@manual{Bivand14,
annote = {R package version 0.3-8},
author = {Bivand, Roger and Rundel, Colin},
title = {{rgeos: Interface to Geometry Engine - Open Source (GEOS)}},
url = {http://cran.r-project.org/package=rgeos},
year = {2014}
}
@article{Blake14,
author = {Blake, R E and Duffy, J E and Richardson, J P},
journal = {Estuaries and Coasts},
number = {6},
pages = {1549--1561},
title = {{Patterns of seagrass community response to local shoreline development}},
volume = {37},
year = {2014}
}
@techreport{Blann08,
address = {Minneapolis, Minnesota},
author = {Blann, K and Cornett, M},
institution = {The Nature Conservancy},
title = {{Identifying lake conservation priorities for The Nature Conservancy in Minnesota, North Dakota, and South Dakota}},
year = {2008}
}
@article{Blaschke10,
author = {Blaschke, T},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
number = {1},
pages = {2--16},
title = {{Object based image analysis for remote sensing}},
volume = {65},
year = {2010}
}
@article{Blaschke01,
author = {Blaschke, T and Strobl, J},
journal = {Interfacing Remote Sensing and GIS},
number = {6},
pages = {12--17},
title = {{What's wrong with pixels? {\{}S{\}}ome recent development interfacing remote sensing and {\{}GIS{\}}}},
volume = {14},
year = {2001}
}
@article{Blindow93,
author = {Blindow, I and Andersson, G and Hargeby, A and Johansson, S},
journal = {Freshwater Biology},
number = {1},
pages = {159--167},
title = {{Long-term pattern of alternative stable states in two shallow eutrophic lakes}},
volume = {30},
year = {1993}
}
@incollection{Boet00,
address = {Berlin, Germany},
author = {Bo{\"{e}}t, P and Fuhs, T},
booktitle = {Artificial Neuronal Networks: Application to Ecology and Evolution},
editor = {Lek, S and Gu{\'{e}}gan, J F},
pages = {131--142},
publisher = {Springer-Verlag},
title = {{Predicting presence of fish species in the {\{}S{\}}eine river basin using artifical neuronal networks}},
year = {2000}
}
@techreport{Boicourt98,
address = {Baltimore, Maryland},
author = {Boicourt, W C and Sanford, L P},
institution = {Maryland Department of the Environment},
title = {{A hydrodynamic study of the {\{}P{\}}atuxent {\{}R{\}}iver estuary}},
year = {1998}
}
@article{Bokde16,
author = {Bokde, N and Kulat, K and Beck, M W and Gualberto, A C},
journal = {arXiv},
title = {{R package imputeTestbench to compare imputation methods for univariate time series}},
volume = {arXiv prep},
year = {2016}
}
@techreport{Boler01,
address = {Tampa, Florida, USA},
author = {Boler, R},
institution = {Environmental Protection Commission of Hillsborough County},
title = {{Surface water quality 1999-2000 {\{}H{\}}illsborough {\{}C{\}}ounty, {\{}F{\}}lorida}},
year = {2001}
}
@article{Borja2008,
abstract = {Increasingly on a worldwide scale, legislation has been adopted to determine the ecological integrity of surface waters including streams, rivers, lakes, estuaries and coastal waters. An integral part of determining ecological integrity is the measurement of biological integrity, typically emphasizing analyses of plankton, benthos, macroalgae and fish. In the development of protocols for evaluating biological integrity, benthic macroinvertebrate communities are the most consistently emphasized biotic component of aquatic ecosystems. A plethora of methodologies with hundreds of indices, metrics and evaluation tools are presently available. An ecologically parsimonious approach dictates that investigators should place greater emphasis on evaluating the suitability of indices that already exist prior to developing new ones. Hence, the authors organized within the American Society of Limnology and Oceanography 2006 Summer Meeting, 4-9 June 2006, in Victoria, BC, Canada, a special session with the objective to compare methodologies, applications and interpretations existing in various countries and attempting to contribute to an improved understanding of the suitability of such approaches when using benthic communities. From the 25 contributions presented in this session, eight manuscripts were selected to be included in this special issue of Ecological Indicators including new index development, novel validation approaches, assessment of spatio-temporal applications, interpretations relative to management needs and potential adaptive management modifications to maximize the robustness, sensitivity, and representativeness of environmental information conveyed to management. {\textcopyright} 2007 Elsevier Ltd. All rights reserved.},
author = {Borja, A. and Dauer, D. M.},
doi = {10.1016/j.ecolind.2007.05.004},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2008{\_}Borja{\_}Assessing{\_}the.pdf:pdf},
isbn = {1470160X},
issn = {1470160X},
journal = {Ecological Indicators},
keywords = {Aquatic systems,Benthic communities,Biotic indices,Comparison of methods,Ecological integrity,Indicator application,Indicator development,Indicator interpretation},
number = {4},
pages = {331--337},
title = {{Assessing the environmental quality status in estuarine and coastal systems: Comparing methodologies and indices}},
volume = {8},
year = {2008}
}
@article{Borja09,
author = {Borja, A and Ranasinghe, A and Weisberg, S B},
journal = {Marine Pollution Bulletin},
number = {1-3},
pages = {1--4},
title = {{Assessing ecological integrity in marine waters, using multiple indices and ecosystem components: Challenges for the future}},
volume = {59},
year = {2009}
}
@article{Borja2016,
abstract = {Using a long-term (1995–2014) monitoring network, from 51 sampling stations in estuaries and coasts of the Basque Country (Bay of Biscay), the objective of this investigation was to assess the responsiveness of 83 variables in water (18), sediments (27), biota (26), phytoplankton (2), macroinvertebrates (5) and fishes (5) to different human pressures and management actions. We used a total of 3247 series of data to analyse trends of improvement and worsening in quality. In a high percentage of the cases, the management actions taken have resulted in positive effects in the environment, as shown by the trend analysis in this investigation. Overall, much more trends of improvement than of worsening have been observed; this is true for almost all the media and biological components studied, with the exception of phytoplankton; and it applies as well to almost all the stations and water bodies, with the exception of those corresponding to areas with water treatment pending of accomplishment. In estuaries with decreasing human pressures during the period, the percentage of series showing quality improvement was higher (approx. 30{\%}) than those showing worsening of quality (12{\%}). Moreover, in those water bodies showing an increase of pressure, variables which can be considered indicators of anthropogenic effects showed negative trends (quality worsening). On the other hand, some of the variables analysed were more affected by natural variability than by changes in pressures. That was the case of silicate, nitrate and suspended solids, which followed trends correlated to salinity, which, in turn, was related to the rainfall regime during the study period.},
author = {Borja, {\'{A}}ngel and Chust, Guillem and Rodr{\'{i}}guez, Jos{\'{e}} G. and Bald, Juan and Belzunce-Segarra, M{\textordfeminine} Jes{\'{u}}s and Franco, Javier and Garmendia, Joxe Mikel and Larreta, Joana and Menchaca, Iratxe and Muxika, I{\~{n}}igo and Solaun, Oihana and Revilla, Marta and Uriarte, Ainhize and Valencia, Victoriano and Zorita, Izaskun},
doi = {10.1016/j.scitotenv.2016.05.111},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Borja{\_}The{\_}past.pdf:pdf},
isbn = {0048-9697},
issn = {18791026},
journal = {Science of the Total Environment},
keywords = {,Basque Country,Biological monitoring,Human pressures,Management actions,Phyisico-chemical monitoring},
pages = {698--711},
pmid = {27239713},
publisher = {Elsevier B.V.},
title = {{‘The past is the future of the present': Learning from long-time series of marine monitoring}},
url = {http://dx.doi.org/10.1016/j.scitotenv.2016.05.111},
volume = {566-567},
year = {2016}
}
@article{Borman09,
author = {Borman, S C and Galatowitsch, S M and Newman, R M},
journal = {Aquatic Botany},
number = {3},
pages = {143--150},
title = {{The effects of species immigrations and changing conditions on isoetid communities}},
volume = {91},
year = {2009}
}
@book{Borman01,
address = {Stevens Point, Wisconsin},
author = {Borman, S and Korth, R and Temte, J},
pages = {248},
publisher = {Wisconsin Lakes Partnership, Reindl Printing, Inc.},
title = {{Through the Looking Glass: A Field Guide to Aquatic Plants}},
year = {2001}
}
@article{Borsuk01,
author = {Borsuk, M E and Stow, C A and {Leuttich Jr.}, R A and Pearl, H W and Pinckney, J L},
journal = {Estuarine, Coastal and Shelf Science},
number = {1},
pages = {33--49},
title = {{Modelling oxygen dynamics in an intermittently stratified estuary: Estimation of process rates using field data}},
volume = {52},
year = {2001}
}
@article{Borsuk04,
author = {Borsuk, M E and Stow, C A and Reckhow, K H},
journal = {Ecological Modelling},
number = {2-3},
pages = {219--239},
title = {{A {\{}B{\}}ayesian network of eutrophication models for synthesis, prediction, and uncertainty analysis}},
volume = {173},
year = {2004}
}
@article{Borsuk04b,
author = {Borsuk, M E and Stow, C A and Reckhow, K H},
journal = {Journal of Environmental Engineering-ASCE},
number = {6},
pages = {605--614},
title = {{Confounding effect of flow on estuarine response to nitrogen loading}},
volume = {130},
year = {2004}
}
@misc{Boto1984,
author = {Boto, K G},
booktitle = {The mangrove ecosystem: research methods},
editor = {Snedaker, S C and Snedaker, J G},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/1984{\_}Boto{\_}waterlogged{\_}saline.pdf:pdf},
pages = {114--130},
publisher = {Unesco},
title = {{Waterlogged saline soils}},
year = {1984}
}
@incollection{Bowden06,
address = {Berlin, Germany},
author = {Bowden, G J and Dandy, G C and Maier, H R},
booktitle = {Ecological Informatics: Scope, Techniques and Applications},
edition = {2nd},
editor = {Recknagel, F},
pages = {275--292},
publisher = {Springer-Verlag},
title = {{An evaluation of methods for the selection of inputs for an artificial neural network based river model}},
year = {2006}
}
@article{Bowes09,
author = {Bowes, M J and Smith, J T and Neal, C},
journal = {Journal of Hydrology},
pages = {82--96},
title = {{The value of high resolution nutrient monitoring: a case study of the {\{}R{\}}iver {\{}F{\}}rome, {\{}D{\}}orset, {\{}UK{\}}}},
volume = {378},
year = {2009}
}
@article{Boyer02,
author = {Boyer, E W and Goodale, C L and Jaworski, N A and Howarth, R W},
journal = {Biogeochemistry},
number = {1},
pages = {137--169},
title = {{Anthropogenic nitrogen sources and relationships to riverine nitrogen export in the northeastern {\{}U.S.A.{\}}}},
volume = {57},
year = {2002}
}
@article{Brabec02,
author = {Brabec, E and Schulte, S and Richards, P L},
journal = {Journal of Planning Literature},
number = {4},
pages = {499--514},
title = {{Impervious surfaces and water quality: {\{}A{\}} review of current literature and its implications for watershed planning}},
volume = {16},
year = {2002}
}
@article{Brauns11,
author = {Brauns, M and G{\"{u}}cker, B and Wagner, C and Garcia, X F and Walz, N and Pusch, M T},
journal = {Journal of Applied Ecology},
number = {4},
pages = {916--925},
title = {{Human lakeshore development alters the structure and trophic basis of littoral food webs}},
volume = {48},
year = {2011}
}
@article{Breiman01,
author = {Breiman, L},
journal = {Machine Learning},
pages = {5--32},
title = {{Random forests}},
volume = {45},
year = {2001}
}
@book{Breiman84,
address = {Belmont, California},
author = {Breiman, L and Friedman, J H and Olshen, R A and Stone, C J},
pages = {358},
publisher = {Wadsworth International Group},
title = {{Classification and Regression Trees}},
year = {1984}
}
@article{Breine04,
author = {Breine, J and Simoens, I and Goethals, P and Quataert, P and Ercken, D and Liefferinghe, C Van and Belpaire, C},
journal = {Hydrobiologia},
number = {1-3},
pages = {133--148},
title = {{A fish-based index of biotic integrity for upstream brooks in {\{}F{\}}landers ({\{}B{\}}elgium)}},
volume = {522},
year = {2004}
}
@article{Brosse01,
author = {Brosse, S and Lek, S and Townsend, C R},
journal = {New Zealand Journal of Marine and Freshwater Research},
number = {1},
pages = {135--145},
title = {{Abundance, diversity, and structure of freshwater invertebrates and fish communities: An artificial neural network approach}},
volume = {35},
year = {2001}
}
@unpublished{Brown2005,
abstract = {Restoration and rehabilitation* of existing or former mangrove forest areas is extremely important today. In fact, given the importance of mangrove forest ecosystems, and the current threat to these coastal forests, this is an imperative. But actual planting of mangroves is rarely needed as mangroves annually produce hundreds or thousands of seeds or seedlings per tree, which under the proper hydrologic conditions can recolonize former mangrove areas (returned to normal hydrology) very rapidly. There are many different techniques and methods utilized in restoring mangroves. Because some of these have resulted in identifiable successes or failures, we wish to present herein a summary description of several preferred methods for planning and implementing mangrove rehabilitation. In summary, five critical steps are necessary to achieve successful mangrove restoration: 1. Understand the autecology (individual species ecology) of the mangrove species at the site; in particular the patterns of reproduction, propagule distribution, and successful seedling establishment. 2. Understand the normal hydrologic patterns that control the distribution and successful establishment and growth of targeted mangrove species. 3. Assess modifications of the original mangrove environment that currently prevent natural secondary succession (recovery after damage). 4. Design the restoration program to restore appropriate hydrology and, if possible, utilize natural volunteer mangrove propagule recruitment for plant establishment. 5. Only utilize actual planting of propagules, collected seedlings, or cultivated seedlings after determining (through steps a-d) that natural recruitment will not provide the quantity of successfully established seedlings, rate of stabilization, or rate of growth of saplings established as objectives for the restoration project (Lewis and Marshall 1997).},
author = {Brown, B},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2005{\_}Brown{\_}5{\_}Steps.pdf:pdf},
pages = {64},
title = {{Five Steps to..Successful Ecological Restoration of Mangroves}},
year = {2005}
}
@article{Brun01,
author = {Brun, R and Reichert, P and K{\"{u}}nsch, H R},
journal = {Water Resources Research},
number = {4},
pages = {1015--1030},
title = {{Practical identifiability analysis of large environmental simulation models}},
volume = {37},
year = {2001}
}
@article{Brunner2016,
abstract = {Ecosystem services (ES) modeling studies typically use a forecasting approach to predict scenarios of future ES provision. Usually, these forecasts do not inform on how specific policy alternatives will influence future ES supply and whether this supply can match ES demand - important information for policy-makers in practice. Addressing these gaps, we present a multi-method backcasting approach that links normative visions with explorative land-use and ES modeling to infer land-use policy strategies for matching regional ES supply and demand. Applied to a case study, the approach develops and evaluates a variety of ES transition pathways and identifies types, combinations and timings of policy interventions that increase ES benefits. By making explicit ES sensitivity towards regional policy strategies and global boundary conditions over time, the approach allows to address key uncertainties involved in ES modeling studies.},
author = {Brunner, Sibyl Hanna and Huber, Robert and Gr{\^{e}}t-Regamey, Adrienne},
doi = {10.1016/j.envsoft.2015.10.018},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Brunner{\_}A{\_}backcasting.pdf:pdf},
isbn = {13648152},
issn = {13648152},
journal = {Environmental Modelling and Software},
keywords = {Backcasting,Ecosystem services,Normative vision,Policy strategies,Social-ecological modeling,Transition pathways},
pages = {439--458},
title = {{A backcasting approach for matching regional ecosystem services supply and demand}},
volume = {75},
year = {2016}
}
@article{Brush2017,
abstract = {With changing climate and increased human populations, oyster reefs have$\backslash$nbeen negatively affected by excessive wave action; contamination;$\backslash$noverharvesting; decreased freshwater inputs; and shifts in oxygen,$\backslash$nsalinity, and turbidity regimes. In Florida's Big Bend, intertidal reefs$\backslash$ndominated by the eastern oyster (Crassostrea virginica) have experienced$\backslash$na net decline in area of 66 {\%} since the 1980s, a loss likely to have$\backslash$nsubstantial impacts on reef-dependent wildlife. Our study examined the$\backslash$nuse of intertidal oyster reefs by wintering American oystercatchers$\backslash$n(Haematopus palliatus) in this area. The minimum foraging time required$\backslash$nto meet daily caloric needs was conservatively estimated at 37 min per$\backslash$nadult oystercatcher, indicating that at present, foraging habitat is not$\backslash$na limiting factor within our study area. We found high-tide roosts to be$\backslash$naway from all vegetation and limited in number. They were located in$\backslash$noffshore oyster reef habitat, which has experienced an 88 {\%} decline in$\backslash$narea over the past 30 years. We suggest that offshore, high-tide roost$\backslash$nhabitat is a limiting factor and worthy of further attention.},
author = {Brush, Janell M and Schwarzer, Amy C and Frederick, Peter C},
doi = {10.1007/s12237-016-0137-6},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2016{\_}Brush{\_}Importance{\_}and.pdf:pdf},
journal = {Estuaries and Coasts},
keywords = {American oystercatcher,Crassostrea virginica,Eastern oyster,Estuary,Haematopus palliatus,Oyster reef},
number = {1},
pages = {286--295},
publisher = {Estuaries and Coasts},
title = {{Importance and Function of Foraging and Roost Habitat for Wintering American Oystercatchers}},
url = {http://dx.doi.org/10.1007/s12237-016-0137-6},
volume = {40},
year = {2017}
}
@article{Bryan92,
author = {Bryan, M D and Scarnecchia, D L},
journal = {Environmental Biology of Fishes},
number = {4},
pages = {329--341},
title = {{Species richness, composition, and abundance of fish larvae and juveniles inhabiting natural and developed shorelines of a glacial {\{}I{\}}owa lake}},
volume = {35},
year = {1992}
}
@article{Bulthius95,
author = {Bulthius, D A},
journal = {Aquatic Botany},
number = {1},
pages = {99--105},
title = {{Distribution of seagrasses in a north {\{}P{\}}uget {\{}S{\}}ound estuary - {\{}P{\}}adilla {\{}B{\}}ay, {\{}W{\}}ashington, {\{}USA{\}}}},
volume = {50},
year = {1995}
}
@article{Burdick99,
author = {Burdick, D M and Short, F T},
journal = {Environmental Management},
number = {2},
pages = {231--240},
title = {{The effects of boat docks on eelgrass beds in coastal waters of {\{}M{\}}assachusetts}},
volume = {23},
year = {1999}
}
@article{Burke97,
author = {Burke, L and Ignizio, J P},
journal = {Journal of Intelligent Manufacturing},
number = {3},
pages = {157--165},
title = {{A practical overview of neural networks}},
volume = {8},
year = {1997}
}
@book{Burrough98,
address = {New York, New York},
author = {Burrough, P A and McDonnell, R A},
edition = {second},
pages = {356},
publisher = {Oxford University Press},
title = {{Principles of Geographical Information Systems}},
year = {1998}
}
@article{Butler2006,
author = {Butler, J A and Heinrich, G L and Seigel, R A},
file = {:T$\backslash$:/06{\_}LIBRARY/01{\_}SCIENCE{\_}REFERENCES/2006{\_}butler{\_}third{\_}workshop.pdf:pdf},
journal = {Chelonian Conservation and Biology},
number = {2},
pages = {331--334},
title = {{Third workshop on the ecology, status, and conservation of diamondback terrapins (Malaclemys terrapin): results and recommendations}},
volume = {5},
year = {2006}
}
@article{Butler08,
author = {Butler, R G and DeMaynadier, P G},
journal = {Journal of Insect Conservation},
number = {1},
pages = {23--36},
title = {{The significance of littoral and shoreline habitat integrity to the conservation of lacustrine damselflies ({\{}O{\}}donata)}},
volume = {12},
year = {2008}
}
@article{Byrd95,
author = {Byrd, R H and Lu, P and Nocedal, J and Zhu, C},
journal = {SIAM Journal on Scientific Computing},
number = {5},
pages = {1190--1208},
title = {{A limited memory algorithm for bound constrained optimization}},
volume = {16},
year = {1995}
}
@article{Cade03,
author = {Cade, B S and Noon, B R},
journal = {Frontiers in Ecology and the Environment},
number = {8},
pages = {412--420},
title = {{A gentle introduction to quantile regression for ecologists}},
volume = {1},
year = {2003}
}
@article{Caffrey04,
author = {Caffrey, J M},
journal = {Estuaries},
number = {1},
pages = {90--101},
title = {{Factors controlling net ecosystem metabolism in {\{}U.S.{\}} estuaries}},
volume = {27},
year = {2004}
}
@article{Caffrey03,
author = {Caffrey, J M},
journal = {Environmental Monitoring and Assessment},
number = {1-3},
pages = {207--219},
title = {{Production, respiration and net ecosystem metabolism in {\{}U.S.{\}} estuaries}},
volume = {81},
year = {2003}
}
@incollection{Caffrey16,
address = {Switzerland},
author = {Caffrey, J M and Murrell, M C},
booktitle = {Aquatic Microbial Ecology and Biogeochemistry: A Dual Perspective},
editor = {Glibert, P M and Kana, T M},
pages = {199--213},
publisher = {Springer International Publishing},
title = {{A historical perspective on eutrophication in the {\{}P{\}}ensacola {\{}B{\}}ay {\{}E{\}}stuary, {\{}FL{\}}, {\{}USA{\}}}},
year = {2016}
}
@article{Caffrey14,
author = {Caffrey, J M and Murrell, M C and Amacker, K S and Harper, J and Phipps, S and Woodrey, M},
journal = {Estuaries and Coasts},
number = {1},
pages = {222--241},
title = {{Seasonal and inter-annual patterns in primary production, respiration and net ecosystem metabolism in 3 estuaries in the northeast {\{}G{\}}ulf of {\{}M{\}}exico}},
volume = {37},
year = {2013}
}
@article{Cairns01,
author = {Cairns, D M},
journal = {Plant Ecology},
number = {1},
pages = {3--18},