forked from NOAA-EDAB/tech-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconceptmods.bib
More file actions
1022 lines (946 loc) · 84.9 KB
/
Copy pathconceptmods.bib
File metadata and controls
1022 lines (946 loc) · 84.9 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
@book{link_documentation_2006,
address = {Woods Hole, MA},
series = {Northeast {Fish}. {Sci}. {Cent}. {Ref}. {Doc}.},
title = {Documentation for the {Energy} {Modeling} and {Analysis} {eXercise} ({EMAX}). {Northeast} {Fish}. {Sci}. {Cent}. {Ref}. {Doc}. 06-15},
shorttitle = {Documentation for the {Energy} {Modeling} and {Analysis} {eXercise} ({EMAX}). {Northeast} {Fish}. {Sci}. {Cent}. {Ref}. {Doc}. 06-15},
publisher = {US Dep. Commer., National Marine Fisheries Service},
editor = {Link, J.S. and Griswold, C.T. and Methratta, E.T. and Gunnard, J.},
year = {2006}
}
@article{link_northeast_2008,
title = {The {Northeast} {U}.{S}. continental shelf {Energy} {Modeling} and {Analysis} exercise ({EMAX}): {Ecological} network model development and basic ecosystem metrics},
volume = {74},
issn = {0924-7963},
shorttitle = {The {Northeast} {U}.{S}. continental shelf {Energy} {Modeling} and {Analysis} exercise ({EMAX})},
url = {http://www.sciencedirect.com/science/article/pii/S0924796308000560},
doi = {10.1016/j.jmarsys.2008.03.007},
abstract = {During the past half-century notable changes have occurred in the Northeast U.S. (NEUS) Continental Shelf Large Marine Ecosystem (LME). To understand how the system functions as a whole, to evaluate the potential responses of this ecosystem to numerous human-induced perturbations, and to elucidate the relative magnitude of key biota and processes, the Northeast Fisheries Science Center instituted the Energy Modeling and Analysis eXercise (EMAX). The primary goal of EMAX was to establish an ecological network model (i.e., a more nuanced energy budget) of the entire Northeast U.S. food web. The EMAX work focused on the interdisciplinary development of a network model which reflected contemporary conditions (1996–2000) in four major regions of the ecosystem:, Gulf of Maine, Georges Bank, Southern New England and Middle Atlantic Bight. The model had 36 network “nodes” or biomass state variables across a broad range of the biological hierarchy within each trophic level and incorporated a wide range of key rate processes. Because this ecosystem has been relatively well studied many of the biomass estimates were based on field measurements and biomass estimates from the scientific literature were required only for a relatively small number of nodes. The emphasis of EMAX was to explore the particular role of small pelagic fishes in the ecosystem. Our results show that small pelagic fishes are indeed keystone species in the ecosystem. We examined a suite of novel ecosystem metrics as we compared the four regions and provided a general, system-level description of the NEUS ecosystem. The general patterns of the network properties in the four regions were similar; however the network indices and metrics did reveal some noteworthy differences among regions reflecting their different oceanographic and faunal characteristics. The process of compiling and evaluating available data required by an ecosystem network model identified important gaps in our understanding which should be addressed during future ecosystem surveys. Moreover, exercises like EMAX will be a valuable starting point as we continue to progress towards ecosystem-based fisheries management (EBFM).},
number = {1–2},
urldate = {2016-01-13},
journal = {Journal of Marine Systems},
author = {Link, Jason and Overholtz, William and O'Reilly, John and Green, Jack and Dow, David and Palka, Debra and Legault, Chris and Vitaliano, Joseph and Guida, Vincent and Fogarty, Michael and Brodziak, Jon and Methratta, Lisa and Stockhausen, William and Col, Laurel and Griswold, Carolyn},
month = nov,
year = {2008},
keywords = {Ecosystem-based fisheries management, Energy budget, Food web, Network analysis, Regional comparisons, Trophodynamics},
pages = {453--474},
file = {ScienceDirect Snapshot:/home/sgaichas/Zotero/storage/W54DMZKV/S0924796308000560.html:text/html}
}
@article{jepson_development_2013,
title = {Development of {Social} {Indicators} of {Fishing} {Community} {Vulnerability} and {Resilience} in the {US} {Southeast} and {Northeast} {Regions}},
url = {http://www.nmfs.noaa.gov/sfa/management/councils/training/2014/r_h3_fishing_community_vulnerability.pdf},
urldate = {2015-09-25},
journal = {NOAA Technical Memorandum NMFS-F/SPO-129 (US Dept Commerce, 2013)},
author = {Jepson, Michael and Colburn, Lisa L.},
year = {2013},
file = {[PDF] from noaa.gov:/home/sgaichas/Zotero/storage/HXBC3MJ3/Jepson and Colburn - 2013 - Development of Social Indicators of Fishing Commun.pdf:application/pdf}
}
@article{colburn_social_2012,
title = {Social {Indicators} of {Gentrification} {Pressure} in {Fishing} {Communities}: {A} {Context} for {Social} {Impact} {Assessment}},
volume = {40},
issn = {0892-0753},
shorttitle = {Social {Indicators} of {Gentrification} {Pressure} in {Fishing} {Communities}},
url = {http://dx.doi.org/10.1080/08920753.2012.677635},
doi = {10.1080/08920753.2012.677635},
abstract = {The use of social indicators in this analysis of coastal communities enhances the evaluation of the combined impacts of changes in fisheries management regulations and gentrification for fisheries social impact assessments. Increasing population pressure, declining fish stocks, and the attractiveness of natural amenities have all led to demographic shifts and economic transformations for many coastal communities dependent on fishing. This impact of “gentrification” on the commercial fishing industry often precipitates a move toward non-marine based economies that can displace local residents and their dependence on fishing as a way of life with resulting impacts to local economies and cultures. Drawing on the United States Census, National Marine Fisheries Service, and other secondary data sources, social indicators were developed for 2,948 coastal communities in the Eastern United States and Gulf Coast and were used to evaluate gentrification pressure in select communities highly engaged in fishing. We anticipate this methodology, when groundtruthed and then combined with time-series assessments, will lead to improvements in the assessment of fishing community vulnerability and resilience for the conduct of fisheries social impact assessments.},
number = {3},
urldate = {2015-09-24},
journal = {Coastal Management},
author = {Colburn, Lisa L. and Jepson, Michael},
month = may,
year = {2012},
pages = {289--300},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/P6TNZ4UW/Colburn and Jepson - 2012 - Social Indicators of Gentrification Pressure in Fi.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/IEEIIRR8/08920753.2012.html:text/html}
}
@misc{clay_community_nodate,
title = {Community {Profiles} for the {Northeast} {US} {Fisheries}},
url = {http://www.nefsc.noaa.gov/read/socialsci/communityProfiles.html},
urldate = {2015-09-24},
author = {Clay, Patricia M. and Colburn, Lisa L. and Olson, Julia and Pinto da Silva, Patricia and Smith, Sarah L. and Westwood, Azure and Ekstrom, Julie},
file = {NEFSC \:\: Social Sciences Branch\: Community Profiles:/home/sgaichas/Zotero/storage/MSCKRJ8P/communityProfiles.html:text/html}
}
@article{depiper_operationalizing_2017,
title = {Operationalizing integrated ecosystem assessments within a multidisciplinary team: lessons learned from a worked example},
volume = {74},
issn = {1054-3139},
shorttitle = {Operationalizing integrated ecosystem assessments within a multidisciplinary team},
url = {https://academic.oup.com/icesjms/article/74/8/2076/3094701},
doi = {10.1093/icesjms/fsx038},
abstract = {Between 2014 and 2016, an interdisciplinary team of researchers including physical oceanographers, biologists, economists and anthropologists developed a working example of an Integrated Ecosystem Assessment (IEA) for three ecologically distinct regions of the Northwest Atlantic; Georges Bank, the Gulf of Maine and the Grand Banks, as part of the International Council for the Exploration of the Sea (ICES) Working Group on the Northwest Atlantic Regional Sea (WGNARS). In this paper, we review the transdisciplinary and collaborative process by which the IEA was developed, with a particular focus on the decision points arising from the IEA construct itself. The aim is to identify key issues faced in developing any IEA, practical decisions made to address these issues within the working group and lessons learned from the process.},
language = {en},
number = {8},
urldate = {2018-03-09},
journal = {ICES Journal of Marine Science},
author = {DePiper, Geret S. and Gaichas, Sarah K. and Lucey, Sean M. and Pinto da Silva, Patricia and Anderson, M. Robin and Breeze, Heather and Bundy, Alida and Clay, Patricia M. and Fay, Gavin and Gamble, Robert J. and Gregory, Robert S. and Fratantoni, Paula S. and Johnson, Catherine L. and Koen-Alonso, Mariano and Kleisner, Kristin M. and Olson, Julia and Perretti, Charles T. and Pepin, Pierre and Phelan, Fred and Saba, Vincent S. and Smith, Laurel A. and Tam, Jamie C. and Templeman, Nadine D. and Wildermuth, Robert P.},
month = oct,
year = {2017},
pages = {2076--2086},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/GXTCRDUK/DePiper et al. - 2017 - Operationalizing integrated ecosystem assessments .pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/P7LIQAI9/3094701.html:text/html}
}
@article{colburn_indicators_2016,
title = {Indicators of climate change and social vulnerability in fishing dependent communities along the {Eastern} and {Gulf} {Coasts} of the {United} {States}},
volume = {74},
issn = {0308-597X},
url = {http://www.sciencedirect.com/science/article/pii/S0308597X16302123},
doi = {10.1016/j.marpol.2016.04.030},
abstract = {Changing climatic conditions are affecting the relationship between fishing communities and the marine resources they depend on. This shift will require an adaptive response on the part of policy makers and fishery managers. In the U.S., the National Oceanic and Atmospheric Administration (NOAA) established, in its fisheries agency (NOAA Fisheries), a set of social indicators of fishing community vulnerability and resilience to evaluate the impacts of changes in fishery management regimes. These indicators enhance the analytical capabilities within NOAA Fisheries for conducting fisheries social impact assessments and informing ecosystem-based fishery management. Building on the existing Community Social Vulnerability Indicators (CSVIs), new measures of climate change vulnerability are defined for the U.S. Eastern and Gulf coasts. These new indicators are used to assess the impact of sea level rise on critical commercial fishing infrastructure and the dependence of communities on species identified as vulnerable to the effects of climate change. Examples are provided in this article to demonstrate the utility of these new indicators to policy makers and the NOAA strategic goal for building resilient coastal communities that are environmentally and economically sustainable. Integration of CSVIs and the new climate change vulnerability indices highlight community needs for unique solutions in order to adapt to environmental and social changes and maintain their well-being.},
urldate = {2016-06-14},
journal = {Marine Policy},
author = {Colburn, Lisa L. and Jepson, Michael and Weng, Changhua and Seara, Tarsila and Weiss, Jeremy and Hare, Jonathan A.},
year = {2016},
keywords = {climate change, Fishing communities, Indicators, Social vulnerability},
pages = {323--333},
file = {ScienceDirect Full Text PDF:/home/sgaichas/Zotero/storage/94K3U679/Colburn et al. - Indicators of climate change and social vulnerabil.pdf:application/pdf;ScienceDirect Snapshot:/home/sgaichas/Zotero/storage/HGWDSWTT/S0308597X16302123.html:text/html}
}
@inproceedings{gray_mental_2013,
title = {Mental {Modeler}: {A} {Fuzzy}-{Logic} {Cognitive} {Mapping} {Modeling} {Tool} for {Adaptive} {Environmental} {Management}},
isbn = {978-1-4673-5933-7 978-0-7695-4892-0},
shorttitle = {Mental {Modeler}},
url = {http://ieeexplore.ieee.org/document/6479949/},
doi = {10.1109/HICSS.2013.399},
urldate = {2017-01-06},
publisher = {IEEE},
author = {Gray, Steven A. and Gray, Stefan and Cox, Linda J. and Henly-Shepard, Sarah},
month = jan,
year = {2013},
pages = {965--973},
file = {Mental Modeler\: A Fuzzy-Logic Cognitive Mapping Modeling Tool for Adaptive Environmental Management - Gray et al Mental Modeler 2013.pdf:/home/sgaichas/Zotero/storage/CSPQD46B/Gray et al Mental Modeler 2013.pdf:application/pdf}
}
@book{smith_trophic_2010,
title = {The {Trophic} {Dynamics} of 50 {Finfish} and 2 {Squid} {Species} on the {Northeast} {US} {Continental} {Shelf}. {NOAA} {Technichal} {Memorandum} {NMFS}-{NE}-216},
url = {http://www.nefsc.noaa.gov/publications/tm/tm216/},
urldate = {2016-04-26},
publisher = {National Marine Fisheries Service, 166 Water Street, Woods Hole, MA 02543-1026},
author = {Smith, Brian E. and Link, Jason S.},
year = {2010},
file = {NOAA Tech Memo 216:/home/sgaichas/Zotero/storage/NFPWHQ6W/tm216.html:text/html}
}
@article{smith_consumption_2015,
title = {Consumption by marine mammals on the {Northeast} {U}.{S}. continental shelf},
volume = {25},
issn = {1939-5582},
url = {http://onlinelibrary.wiley.com/doi/10.1890/13-1656.1/abstract},
doi = {10.1890/13-1656.1},
abstract = {The economic and ecological impacts of fish consumption by marine mammals, the associated interactions with commercial fish stocks, and the forage demands of these marine mammal populations are largely unknown. Consumption estimates are often either data deficient or not fully evaluated in a rigorous, quantitative manner. Although consumption estimates exist for the Northeast United States (NEUS) Large Marine Ecosystem, there is considerable uncertainty in those estimates. We examined consumption estimates for 12 marine mammal species inhabiting the regional ecosystem. We used sensitivity analyses to examine metabolically driven daily individual consumption rates, resulting in a suite of feasible parameter-pair ranges for each of three taxonomic groups: mysticetes, odontocetes, and pinnipeds. We expanded daily individual consumption to annual consumption based on abundance estimates of marine mammals found on the NEUS continental shelf coupled with estimates of annual residence time for each species. To examine consumptive removals for specific prey, diet compositions were summarized into major prey categories, and predatory removals by marine mammal species as well as for total marine mammal consumption were estimated for each prey taxa. Bounds on consumption estimates for each marine mammal species were determined using Monte Carlo resampling simulations. Our results suggest that consumption for these 12 marine mammal species combined may be similar in magnitude to commercial fishery landings for small pelagic and groundfish prey groups. Consumption by marine mammals warrants consideration both as a source of mortality in assessments of prey stocks, and to determine marine mammal forage demands in ecosystem assessment models. The approach that we present represents a rigorous, quantitative method to scope the bounds of the biomass that marine mammals are expected to consume, and is appropriate for use in other ecosystems where the interaction between marine mammals and commercial fisheries is thought to be prominent.},
language = {en},
number = {2},
urldate = {2016-04-26},
journal = {Ecological Applications},
author = {Smith, Laurel A. and Link, Jason S. and Cadrin, Steven X. and Palka, Debra L.},
month = mar,
year = {2015},
keywords = {Atlantic Ocean, commercial fisheries, competition, conservation, consumption estimates, ecosystem modeling, energetics, marine mammal diets, Northeast U.S. shelf, uncertainty estimation},
pages = {373--389},
file = {Snapshot:/home/sgaichas/Zotero/storage/CKAGDWQI/abstract.html:text/html}
}
@article{heymans_best_2016,
series = {Ecopath 30 years – {Modelling} ecosystem dynamics: beyond boundaries with {EwE}},
title = {Best practice in {Ecopath} with {Ecosim} food-web models for ecosystem-based management},
volume = {331},
issn = {0304-3800},
url = {http://www.sciencedirect.com/science/article/pii/S030438001500575X},
doi = {10.1016/j.ecolmodel.2015.12.007},
abstract = {Ecopath with Ecosim (EwE) models are easier to construct and use compared to most other ecosystem modelling techniques and are therefore more widely used by more scientists and managers. This, however, creates a problem with quality assurance; to address this we provide an overview of best practices for creating Ecopath models. We describe the diagnostics that can be used to check for thermodynamic and ecological principles, and highlight principles that should be used for balancing a model. We then highlight the pitfalls when comparing Ecopath models using Ecological Network Analysis indices. For dynamic simulations in Ecosim we show the state of the art in calibrating the model by fitting it to time series using a formal fitting procedure and statistical goodness of fit. Finally, we show how Monte Carlo simulations can be used to address uncertainty in input parameters, and we discuss the use of models in a management context, specifically using the concept of ‘key runs’ for ecosystem-based management. This novel list of best practices for EwE models will enable ecosystem managers to evaluate the goodness of fit of the given EwE model to the ecosystem management question.},
urldate = {2018-06-25},
journal = {Ecological Modelling},
author = {Heymans, Johanna Jacomina and Coll, Marta and Link, Jason S. and Mackinson, Steven and Steenbeek, Jeroen and Walters, Carl and Christensen, Villy},
month = jul,
year = {2016},
keywords = {Ecosystem-based management, Ecological network analysis, Ecopath with Ecosim, Ecosystem modelling, Monte Carlo, Time series fitting},
pages = {173--184},
file = {ScienceDirect Full Text PDF:/home/sgaichas/Zotero/storage/3QGBKQ2P/Heymans et al. - 2016 - Best practice in Ecopath with Ecosim food-web mode.pdf:application/pdf;ScienceDirect Snapshot:/home/sgaichas/Zotero/storage/I4QQ75ZD/S030438001500575X.html:text/html}
}
@book{backus_georges_1987,
address = {Cambridge, MA},
title = {Georges {Bank}},
isbn = {0-262-02223-0},
publisher = {The MIT Press},
editor = {Backus, Richard H. and Bourne, Donald W.},
year = {1987}
}
@incollection{townsend_oceanography_2006,
address = {Cambridge, MA},
title = {Oceanography of the {Northwest} {Atlantic} {Continental} {Shelf} (1,{W})},
language = {en},
booktitle = {The {Sea}, {Volume} 14A},
publisher = {Harvard University Press},
author = {Townsend, David W and Thomas, Andrew C and Mayer, Lawrence M and Thomas, Maura A and Qunilan, John A},
editor = {Robinson, Allan R and Brink, Kenneth H},
year = {2006},
pages = {119--168},
file = {TOWNSEND et al. - ATLANTIC CONTINENTAL SHELF (1,W).pdf:/home/sgaichas/Zotero/storage/IRYTH9Q3/TOWNSEND et al. - ATLANTIC CONTINENTAL SHELF (1,W).pdf:application/pdf}
}
@article{mountain_variability_2003,
title = {Variability in the properties of {Shelf} {Water} in the {Middle} {Atlantic} {Bight}, 1977–1999},
volume = {108},
issn = {0148-0227},
url = {http://doi.wiley.com/10.1029/2001JC001044},
doi = {10.1029/2001JC001044},
language = {en},
number = {C1},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research},
author = {Mountain, David G.},
year = {2003},
file = {Mountain - 2003 - Variability in the properties of Shelf Water in th.pdf:/home/sgaichas/Zotero/storage/P3SP59P8/Mountain - 2003 - Variability in the properties of Shelf Water in th.pdf:application/pdf}
}
@article{mountain_seasonal_1994,
title = {Seasonal and interannual variability in the properties of the surface waters of the {Gulf} of {Maine}},
volume = {14},
issn = {0278-4343},
url = {http://www.sciencedirect.com/science/article/pii/0278434394900906},
doi = {10.1016/0278-4343(94)90090-6},
abstract = {The MARMAP hydrographic data set (1977–1987) is used to determine the mean annual cycle of temperature, salinity, and density structure of surface waters throughout the Gulf of Maine. The temperatures follow the expected seasonal warming and cooling pattern. In the eastern Gulf the salinity cycle is dominated by influx of low salinity Scotian Shelf water which enters near Cape Sable in the winter, and in the western Gulf by the local spring runoff. Phasing of temperature and salinity cycles in different parts of the Gulf results in the western Gulf of Maine being more strongly stratified in the summer and more vertically uniform in the winter than is the eastern Gulf. The interannual variability, derived by subtracting the annual cycles from the original data, reveals relatively little temperature variability (1–2°C) during the period 1977–1987, compared to observed changes of 4–6°C in previous decades. Large interannual changes in salinity (0.5 psu), however, are evident in the data. The salinity variability is shown to be due primarily to changes in local fresh water sources—precipitation and runoff. Comparison of salinity changes in the Gulf of Maine with data from Georges Bank and the Middle Atlantic Bight shows that the salinity variability is coherent over the northeast continental shelf region from the western Gulf (Wilkinson Basin) to Cape Hatteras.},
number = {13},
urldate = {2018-06-26},
journal = {Continental Shelf Research},
author = {Mountain, David G. and Manning, James P.},
month = nov,
year = {1994},
pages = {1555--1581},
file = {ScienceDirect Full Text PDF:/home/sgaichas/Zotero/storage/S9YR3EAP/Mountain and Manning - 1994 - Seasonal and interannual variability in the proper.pdf:application/pdf;ScienceDirect Snapshot:/home/sgaichas/Zotero/storage/M2PSWS9L/0278434394900906.html:text/html}
}
@article{brooks_vernal_1985,
title = {Vernal circulation in the {Gulf} of {Maine}},
volume = {90},
copyright = {Copyright 1985 by the American Geophysical Union.},
issn = {2156-2202},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/JC090iC03p04687},
doi = {10.1029/JC090iC03p04687},
abstract = {The circulation in the Gulf of Maine has an important baroclinic component. It appears to be driven mostly by the density contrast between high-salinity slope water which enters from the Atlantic and fresher waters which are formed in the Gulf or which enter from the Scotian shelf. Hydrographie surveys in three successive spring seasons suggest that slope water accumulates in Georges Basin, driving a counterclockwise surface circulation which brings Scotian shelf water westward into the Gulf and contributes to the eastward jet along the inner edge of Georges Bank. The slope water also crosses a sill and enters Jordan Basin, where it provides a potential energy source which may enhance a counterclockwise gyre partly driven by nearshore buoyancy sources and perhaps the wind. The coastal limb of the gyre turns offshore east of Penobscot Bay. Part of the separated coastal current recirculates in Jordan Basin, and part of it continues into Wilkinson Basin, generating a clockwise eddy as it passes over Jeffreys Bank. There is little evidence for recirculating surface flow in Wilkinson Basin. Instead, the surface water appears to split into branches feeding the Jordan Basin gyre, the Georges Bank jet, and an export path to Nantucket Shoals. The Jordan and Georges branches seem to be divided by the denser slope water in Georges Basin, and this may be the central process controlling the vernal intensification of the circulation in the Gulf. A more complete dynamical understanding awaits models which include the baroclinic influence of boundary waters.},
language = {en},
number = {C3},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Brooks, David A.},
year = {1985},
pages = {4687--4706},
file = {Snapshot:/home/sgaichas/Zotero/storage/MPMCRD76/JC090iC03p04687.html:text/html}
}
@article{mountain_bottom_1987,
title = {Bottom waters of the {Gulf} of {Maine}, 1978-1983},
volume = {45},
url = {http://www.ingentaconnect.com/content/jmr/jmr/1987/00000045/00000002/art00003},
abstract = {The properties of the bottom waters ({\textgreater}100 m) of the Gulf of Maine are described using hydrographic data from 26 surveys between May 1978 and December 1983. The average temperature and salinity of the bottom water are presented from the different surveys for four regions of the Gulf—Wilkinson, Jordan, and Georges Basins and the Northeast Channel. The spatial variability across the Gulf was larger than the temporal variability in any region. The bottom water originates from Slope Water that enters the Gulf through the Northeast Channel. It is modified within the Gulf by vertical mixing with the near-surface waters of Scotian Shelf origin. A box model for the property changes during the summer-fall period indicates that the advection and mixing processes are of approximately equal importance in determining the bottom water properties. A winter convective input to the bottom layers is shown to occur only from the coastal areas around Wilkinson Basin in years when the surface salinity there was relatively high ({\textgreater}33.0‰). Advection and mixing rates calculated by the box model are in agreement with direct measurements of the inflow to the Gulf (Ramp et al., 1985) and mixing estimates from a budget for the intermediate layer waters in the Gulf (Hopkins and Garfield, 1979).},
language = {en},
number = {2},
urldate = {2018-06-26},
journal = {Journal of Marine Research},
author = {Mountain, David G. and Jessen, Paul F.},
month = may,
year = {1987},
doi = {info:doi/10.1357/002224087788401160},
pages = {319--345},
file = {Snapshot:/home/sgaichas/Zotero/storage/AJMYIRJZ/art00003.html:text/html}
}
@article{mupparapu_role_2002,
title = {Role of convection in winter mixed layer formation in the {Gulf} of {Maine}, {February} 1987: {ROLE} {OF} {CONVECTION} {IN} {WINTER} {MIXED} {LAYER}},
volume = {107},
issn = {01480227},
shorttitle = {Role of convection in winter mixed layer formation in the {Gulf} of {Maine}, {February} 1987},
url = {http://doi.wiley.com/10.1029/1999JC000116},
doi = {10.1029/1999JC000116},
language = {en},
number = {C12},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Mupparapu, Prashant and Brown, Wendell S.},
month = dec,
year = {2002},
pages = {22--1--22--18},
file = {Mupparapu and Brown - 2002 - Role of convection in winter mixed layer formation.pdf:/home/sgaichas/Zotero/storage/53S6TE4K/Mupparapu and Brown - 2002 - Role of convection in winter mixed layer formation.pdf:application/pdf}
}
@article{smith_regime_2012,
title = {Regime {Shift} in the {Gulf} of {Maine}},
abstract = {Conventional wisdom, based on observations spanning two and a half decades (1975–2000), asserts that inflow to the Gulf of Maine (GoM) occurs primarily in two areas: inshore on the Scotian Shelf off Cape Sable, Nova Scotia and on the eastern side of the Northeast Channel (NEC). In particular, the monthly mean currents in the eastern NEC have shown persistent inflow at all depths and in all seasons, except for the occasional, but brief, reversals near the bottom ({\textasciitilde}200 m). Conversely, the flow on the western side of the NEC is normally directed out of the gulf in the surface layer and at mid-depth, consistent with the clockwise gyre over Georges Bank, but those currents do show relatively frequent reversals to inflow in the deeper layers (150–200 m), in sympathy with the flow on the eastern side. At some point between the year 2000, when the last Bedford Institute of Oceanography (BIO)/U.S. GLOBEC mooring was removed from the eastern NEC, and 2004, when a new mooring was placed there as part of the U.S. ocean observing array, a transformation occurred. The recent data, collected from a representative location in the eastern NEC, show a strongly seasonal current signal marked by persistent periods of outflow in the deep layers ({\textgreater}100 m), particularly in winter. This observation was first reported by Pettigrew et al. (2008), where the outflow currents occasionally extend to the surface layers as well, most notably in the winters of 2004–2005 and 2006–2007. Additional data and analyses reported here suggest that this new mode of behavior in the NEC currents could have important consequences for the GoM ecosystem. Possible causes for this “regime shift” in the NEC circulation and implications for the GoM deepwater nutrient fields and ecosystem are discussed.},
language = {en},
journal = {American Fisheries Society Symposium 79},
author = {Smith, Peter C and Pettigrew, Neal R and Yeats, Philip and Townsend, David W and Han, Guoqi},
year = {2012},
pages = {185--203},
file = {Smith and Pettigrew - Regime Shift in the Gulf of Maine.pdf:/home/sgaichas/Zotero/storage/JYNEC97L/Smith and Pettigrew - Regime Shift in the Gulf of Maine.pdf:application/pdf}
}
@article{smith_interannual_2001,
series = {Coupled biological and physical studies of plankton populations on {Georges} {Bank} and related {North} {Atlantic} regions},
title = {Interannual variability of boundary fluxes and water mass properties in the {Gulf} of {Maine} and on {Georges} {Bank}: 1993–1997},
volume = {48},
issn = {0967-0645},
shorttitle = {Interannual variability of boundary fluxes and water mass properties in the {Gulf} of {Maine} and on {Georges} {Bank}},
url = {http://www.sciencedirect.com/science/article/pii/S0967064500000813},
doi = {10.1016/S0967-0645(00)00081-3},
abstract = {Analysis of three years (October 1993–September 1996) of monthly mean current, temperature and salinity observations from moorings in the major Gulf of Maine (GOM) inflows off southwest Nova Scotia (C2) and in Northeast Channel (NECE) reveals some new features of the annual NECE cycles, including (1) a peak in near-surface ({\textless}75m) inflow in spring (vs. late summer at depth), suggesting that dynamic control of shallow and deep layers may be different, (2) a maximum near-surface cross-channel flow toward Georges Bank (GB) in late winter, suggesting a climatological tendency for Scotian Shelf “cross-overs” in that season, and (3) the absence of a significant salinity cycle over most of the water column. Deviations from the annual cycle indicate that the first part of the observation period was characterized by enhanced warm, saline, deep ({\textgreater}75m) NECE inflow, followed by later episodes of enhanced cold, fresh inflow at C2 and shallow NECE. Generally, the flow rates at C2 and deep NECE were out of phase, with increased inflow at C2 (deep NECE) associated with reduced inflow at deep NECE (C2) and cooler, fresher (warmer,saltier) conditions at both sites. Freshwater transport anomalies to the Gulf are maximum in the surface layers and largely negative(positive) over the first(last) half of the measurements. The timing of these freshwater inflow variations is consistent with observed fluctuations in hydrographic measurements in the GOM and GB, which reached peak salinities in late 1994, then declined through 1995–1996. Oxygen isotope analysis suggests that almost all of the fresh water present on the central cap of GB in 1996 and early 1997 is of northern (Scotian Shelf) origin as opposed to 1994 and 1995 when Maine River Waters contributed 38 and 26\%, respectively, to the freshwater (relative to 34.8) on the cap. A simple box model driven by observed changes in the boundary fluxes indicates that over the last half of the measurement period (April 1995–September 1996), the volumetric flow rate through the GOM increased by 105m3s−1 (roughly 17\% of the total transport, 5.83×105m3s−1), and that increased freshwater fluxes in the surface layers at C2 and NECE produced a net decrease of 0.73 in the salinity of the outflow waters. Average volumetric transports at C2(NECE) were roughly twice(half) those observed in the late 1970s, but the total is consistent with climtological estimates. The net change in the freshwater fluxes exceeds the total climatological mean estimate. Examination of possible local and remote sources confirms that the origin of the 1996–1997 freshwater anomaly is in the northern Labrador Sea/Baffin Bay and results from exceptionally cold winters in the early 1990s. Analysis of a similar event in the early 1980s suggests their occurrence is part of a quasi-decadal climate signal which follows the North Atlantic Oscillation (NAO).},
number = {1},
urldate = {2018-06-26},
journal = {Deep Sea Research Part II: Topical Studies in Oceanography},
author = {Smith, Peter C. and Houghton, Robert W. and Fairbanks, Richard G. and Mountain, David G.},
month = jan,
year = {2001},
pages = {37--70},
file = {ScienceDirect Full Text PDF:/home/sgaichas/Zotero/storage/2UP66ADU/Smith et al. - 2001 - Interannual variability of boundary fluxes and wat.pdf:application/pdf;ScienceDirect Snapshot:/home/sgaichas/Zotero/storage/YSAZ83AE/S0967064500000813.html:text/html}
}
@article{mountain_labrador_2012,
title = {Labrador slope water entering the {Gulf} of {Maine}—response to the {North} {Atlantic} {Oscillation}},
volume = {47},
issn = {02784343},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0278434312001938},
doi = {10.1016/j.csr.2012.07.008},
abstract = {The percent of Labrador Slope Water (\%LSW) in the waters entering the Gulf of Maine at depth (150–200 m) through the Northeast Channel is estimated from temperature/salinity measurements for the period 1964–2008. Comparison of the annual average \%LSW with the North Atlantic Oscillation (NAO) lagged two years shows that both series have very similar, but opposite, long term trends. High \%LSW in the 1960s decreased to low values in the 1990s as the NAO increased from low to high values over the same period. A regression of the residuals of the two series from their long term trends also is significant at the 5\% level, indicating that the \%LSW at the Northeast Channel has a persistent relationship on a year-to-year basis with the NAO over the full range of variation in the NAO. The response of the \%LSW to the NAO, however, appeared substantially reduced after about 1990. Changes in the potential nutrient flux into the Gulf of Maine/Georges Bank system associated with changes in the \%LSW cannot account for changes in chlorophyll a concentrations estimated for three multi-year stanzas during the sampling period.},
language = {en},
urldate = {2018-06-26},
journal = {Continental Shelf Research},
author = {Mountain, David G.},
month = sep,
year = {2012},
pages = {150--155},
file = {Mountain - 2012 - Labrador slope water entering the Gulf of Maine—re.pdf:/home/sgaichas/Zotero/storage/RBB9NPB6/Mountain - 2012 - Labrador slope water entering the Gulf of Maine—re.pdf:application/pdf}
}
@article{castelao_temperature_2010,
title = {Temperature, salinity, and density variability in the central {Middle} {Atlantic} {Bight}},
volume = {115},
issn = {2156-2202},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2009JC006082},
doi = {10.1029/2009JC006082},
abstract = {Four years of sustained glider observations are used to compute the seasonal cycle of hydrographic fields in the central Middle Atlantic Bight (MAB). Results reveal a large phase lag in near bottom temperatures, with peak values occurring in September at the inner shelf, in October at the mid shelf, and in November at the outer shelf. Unlike the northern MAB, the seasonal cycle explains over 70\% of the near-surface salinity variability. At the inner shelf and offshore near the bottom, however, most of the variance is due to pulses in river discharge and to shifts in the position of the shelfbreak front. Cross-shelf density gradients inshore of the 60-m isobath are dominated by salinity during winter and spring, with temperature contributing significantly from August to October. This is because bottom waters near the coast are warm due to the deepening of the thermocline during fall, but offshore waters are still influenced by the cold pool. The vertical stratification seasonal variability is also large. Early in the year, stratification is small and entirely due to salinity. By May, salinity still dominates vertical gradients near the coast, but temperature and salinity contribute equally to the density stratification offshore. During summer, stratification is dominated by temperature. Temperature interannual variability was small during the sampling period, but surface salinity was anomalously low by 1.2 psu in summer 2006. The anomaly was due to larger than average discharge from the Hudson River in early summer during a period of strong upwelling favorable winds.},
language = {en},
number = {C10},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Castelao, Renato and Glenn, Scott and Schofield, Oscar},
year = {2010},
keywords = {hydrography, Middle Atlantic Bight, seasonal cycle},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/3B7STT68/Castelao et al. - Temperature, salinity, and density variability in .pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/RK9UKK73/2009JC006082.html:text/html}
}
@article{shearman_long-term_2009,
title = {Long-{Term} {Sea} {Surface} {Temperature} {Variability} along the {U}.{S}. {East} {Coast}},
volume = {40},
issn = {0022-3670},
url = {https://journals.ametsoc.org/doi/abs/10.1175/2009JPO4300.1},
doi = {10.1175/2009JPO4300.1},
abstract = {Sea surface temperature variations along the entire U.S. East Coast from 1875 to 2007 are characterized using a collection of historical observations from lighthouses and lightships combined with recent buoy and shore-based measurements. Long-term coastal temperature trends are warming in the Gulf of Maine [1.0° ± 0.3°C (100 yr)−1] and Middle Atlantic Bight [0.7° ± 0.3°C (100 yr)−1], whereas trends are weakly cooling or not significant in the South Atlantic Bight [−0.1° ± 0.3°C (100 yr)−1] and off Florida [−0.3° ± 0.2°C (100 yr)−1]. Over the last century, temperatures along the northeastern U.S. coast have warmed at a rate 1.8–2.5 times the regional atmospheric temperature trend but are comparable to warming rates for the Arctic and Labrador, the source of coastal ocean waters north of Cape Hatteras (36°N). South of Cape Hatteras, coastal ocean temperature trends match the regional atmospheric temperature trend. The observations and a simple model show that along-shelf transport, associated with the mean coastal current system running from Labrador to Cape Hatteras, is the mechanism controlling long-term temperature changes for this region and not the local air–sea exchange of heat.},
number = {5},
urldate = {2018-06-26},
journal = {Journal of Physical Oceanography},
author = {Shearman, R. Kipp and Lentz, Steven J.},
month = dec,
year = {2009},
pages = {1004--1017},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/A9K7UUPD/Shearman and Lentz - 2009 - Long-Term Sea Surface Temperature Variability alon.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/VD45TNYT/2009JPO4300.html:text/html}
}
@article{forsyth_recent_2015,
title = {Recent accelerated warming of the continental shelf off {New} {Jersey}: {Observations} from the {CMV} {Oleander} expendable bathythermograph line},
volume = {120},
copyright = {© 2015. American Geophysical Union. All Rights Reserved.},
issn = {2169-9291},
shorttitle = {Recent accelerated warming of the continental shelf off {New} {Jersey}},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2014JC010516},
doi = {10.1002/2014JC010516},
abstract = {Expendable bathythermographs (XBTs) have been launched along a repeat track from New Jersey to Bermuda from the CMV Oleander through the NOAA/NEFSC Ship of Opportunity Program about 14 times per year since 1977. The XBT temperatures on the Middle Atlantic Bight shelf are binned with 10 km horizontal and 5 m vertical resolution to produce monthly, seasonally, and annually averaged cross-shelf temperature sections. The depth-averaged shelf temperature, Ts, calculated from annually averaged sections that are spatially averaged across the shelf, increases at 0.026 ± 0.001°C yr−1 from 1977 to 2013, with the recent trend substantially larger than the overall 37 year trend (0.11 ± 0.02°C yr−1 since 2002). The Oleander temperature sections suggest that the recent acceleration in warming on the shelf is not confined to the surface, but occurs throughout the water column with some contribution from interactions between the shelf and the adjacent Slope Sea reflected in cross-shelf motions of the shelfbreak front. The local warming on the shelf cannot explain the region's amplified rate of sea level rise relative to the global mean. Additionally, Ts exhibits significant interannual variability with the warmest anomalies increasing in intensity over the 37 year record even as the cold anomalies remain relatively uniform throughout the record. Ts anomalies are not correlated with annually averaged coastal sea level anomalies at zero lag. However, positive correlation is found between 2 year lagged Ts anomalies and coastal sea level anomalies, suggesting that the region's sea level anomalies may serve as a predictor of shelf temperature.},
language = {en},
number = {3},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Forsyth, Jacob Samuel Tse and Andres, Magdalena and Gawarkiewicz, Glen G.},
year = {2015},
keywords = {expendable bathythermograph, Middle Atlantic Bight, ocean heat content, Oleander, sea level, shelfbreak front},
pages = {2370--2384},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/JQRPQPP9/Forsyth et al. - Recent accelerated warming of the continental shel.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/QKKJTPU5/2014JC010516.html:text/html}
}
@article{lentz_climatology_2003,
title = {A climatology of salty intrusions over the continental shelf from {Georges} {Bank} to {Cape} {Hatteras}},
volume = {108},
issn = {0148-0227},
url = {http://doi.wiley.com/10.1029/2003JC001859},
doi = {10.1029/2003JC001859},
language = {en},
number = {C10},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research},
author = {Lentz, S. J.},
year = {2003},
file = {Lentz - 2003 - A climatology of salty intrusions over the contine.pdf:/home/sgaichas/Zotero/storage/32LALZP7/Lentz - 2003 - A climatology of salty intrusions over the contine.pdf:application/pdf}
}
@article{houghton_middle_1982,
title = {Middle {Atlantic} {Bight} cold pool: {Evolution} of the temperature structure during summer 1979},
volume = {12:10},
shorttitle = {Middle {Atlantic} {Bight} cold pool},
url = {https://www.osti.gov/biblio/6641648},
doi = {10.1175/1520-0485(1982)012<1019:TMABCP>2.0.CO;2},
abstract = {The U.S. Department of Energy's Office of Scientific and Technical Information},
language = {English},
urldate = {2018-06-26},
journal = {J. Phys. Oceanogr.; (United States)},
author = {Houghton, R. W. and Schlitz, R. and Beardsley, R. C. and Butman, B. and Chamberlin, J. L.},
month = oct,
year = {1982},
file = {Houghton etal JPO1982.pdf:/home/sgaichas/Zotero/storage/35MDWHBC/Houghton etal JPO1982.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/PV6ZWD4A/6641648.html:text/html}
}
@article{lentz_seasonal_2017,
title = {Seasonal warming of the {Middle} {Atlantic} {Bight} {Cold} {Pool}},
volume = {122},
copyright = {© 2017. American Geophysical Union. All Rights Reserved.},
issn = {2169-9291},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2016JC012201},
doi = {10.1002/2016JC012201},
abstract = {The Cold Pool is a 20–60 m thick band of cold, near-bottom water that persists from spring to fall over the midshelf and outer shelf of the Middle Atlantic Bight (MAB) and Southern Flank of Georges Bank. The Cold Pool is remnant winter water bounded above by the seasonal thermocline and offshore by warmer slope water. Historical temperature profiles are used to characterize the average annual evolution and spatial structure of the Cold Pool. The Cold Pool gradually warms from spring to summer at a rate of order 1°C month−1. The warming rate is faster in shallower water where the Cold Pool is thinner, consistent with a vertical turbulent heat flux from the thermocline to the Cold Pool. The Cold Pool warming rate also varies along the shelf; it is larger over Georges Bank and smaller in the southern MAB. The mean turbulent diffusivities at the top of the Cold Pool, estimated from the spring to summer mean heat balance, are an order of magnitude larger over Georges Bank than in the southern MAB, consistent with much stronger tidal mixing over Georges Bank than in the southern MAB. The stronger tidal mixing causes the Cold Pool to warm more rapidly over Georges Bank and the eastern New England shelf than in the New York Bight or southern MAB. Consequently, the coldest Cold Pool water is located in the New York Bight from late spring to summer.},
language = {en},
number = {2},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Lentz, S. J.},
year = {2017},
keywords = {Middle Atlantic Bight, seasonal cycle, Cold Pool, continental shelf circulation},
pages = {941--954},
file = {Snapshot:/home/sgaichas/Zotero/storage/V86D682V/2016JC012201.html:text/html}
}
@article{gong_seasonal_2010,
title = {Seasonal climatology of wind-driven circulation on the {New} {Jersey} {Shelf}},
volume = {115},
issn = {2156-2202},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2009JC005520},
doi = {10.1029/2009JC005520},
abstract = {The spatial structure of the mean and seasonal surface circulation in the central region of the Mid-Atlantic Bight (New Jersey Shelf) are characterized using 6 years of CODAR long-range HF radar data (2002–2007). The mean surface flow over the New Jersey Shelf is 2–12 cm/s down shelf and offshore to the south. The detided root-mean-square (RMS) velocity variability ranges from 11 to 20 cm/s. The variability is on the order of the mean current offshore and several times that of the mean current nearshore. The Hudson Shelf Valley and the shelf break act as dynamical boundaries that define the New Jersey Shelf. The surface flow on the New Jersey Shelf depends on topography, seasonal stratification, and wind forcing. The flow is in the approximate direction of the wind during the unstratified season and more to the right of the wind during the stratified season. During the stratified summer season, the dominant along-shore upwelling favorable winds from the SW drive cross-shelf offshore flow. During the unstratified/well-mixed winter season, the dominant cross-shore NW winds drive cross-shelf offshore flows. During the transition seasons of spring and autumn, along-shore NE winds, often associated with storm events, drive energetic down-shelf, along-shelf flows. The surface transport pathways are either cross-shelf dominated during summer and winter or along-shelf dominated during the transition seasons. The residence time of surface Lagrangian drifters on the New Jersey Shelf ranged from 1 to 7 weeks with summer and autumn showing faster transport than winter and spring.},
language = {en},
number = {C4},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Gong, D. and Kohut, J. T. and Glenn, S. M.},
year = {2010},
keywords = {circulation, continental shelf, wind-driven currents},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/6FP7K9R6/Gong et al. - Seasonal climatology of wind-driven circulation on.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/7LHTSKN4/2009JC005520.html:text/html}
}
@article{beardsley_nantucket_1985,
title = {The {Nantucket} {Shoals} {Flux} {Experiment} ({NSFE}79). {Part} {I}: {A} {Basic} {Description} of the {Current} and {Temperature} {Variability}},
volume = {15},
issn = {0022-3670},
shorttitle = {The {Nantucket} {Shoals} {Flux} {Experiment} ({NSFE}79). {Part} {I}},
url = {https://journals.ametsoc.org/doi/abs/10.1175/1520-0485%281985%29015%3C0713%3ATNSFEP%3E2.0.CO%3B2},
doi = {10.1175/1520-0485(1985)015<0713:TNSFEP>2.0.CO;2},
abstract = {The Nantucket Shoals Flux Experiment (NSFE79) was conducted across the continental shelf and upper slope south of Nantucket from March 1979 to April 1980 to study the flow of shelf water from the Georges Bank/Gulf of Maine region into the Middle Atlantic Bight. The experiment included a moored array of current meters and bottom instrumentation deployed at six locations across the shelf and upper slope spanning a depth range from 46 to 810 m, and supporting hydrographic observations. A basic description of the moored current and temperature data is given here with an emphasis on the low-frequency variability. In the summer period (April–August) when the local vertical stratification reached a maximum due to increased surface heating and reduced wind mixing, the mean flow over the shelf at all instruments was primarily along 1ocal isobaths towards the west. The subtidal current fluctuations were coherent both horizontally and vertically over the shelf, but not with current fluctuations observed over the upper slope. The wind stress during summer was weak and only moderately correlated with the subtidal current fluctuations. In the winter period (October–March), when the seasonal thermocline was destroyed and the shelf water locally homogenized by increased surface cooling and wind mixing, the mean currents observed over the shelf were also primarily alongshelf towards the west at speeds comparable to those measured in summer. However, the low-frequency current fluctuations over the shelf were much more energetic in winter. These subtidal current fluctuations were highly coherent horizontally and vertically over the shelf and with surface wind-stress fluctuations (which increased in magnitude by a factor of 5 over the summer period). The most energetic subtidal current events observed over the shelf also tended to extend into the upper slope region. The subtidal currents observed over the upper slope in summer were dominated by three bursts of large eastward currents which correspond to the passage of anticyclonic Gulf Stream warm-core rings near or through the moored army. The effect of these rings on the current field does not appear to penetrate shoreward of the shelf break. In winter only two rings passed near the array and their influence on the observed upper slope currents was unclear owing, in part, to the increased subtidal current variability caused by the stronger synoptic wind forcing in winter. Multiple regression analysis was used to identify possible annual variations in the NSFE79 moored current and temperature data. Significant annual variations were found in the temperature field over the shelf and upper slope and in the low-frequency current variability over the shelf. No significant annual variation was observed in the alongshelf current over the shelf, however, suggesting that there is, at least on time scales of one month and more, a continuous flow of shelf water into the Middle Atlantic Bight from the Georges Bank/Gulf of Maine region. The mean westward volume flux between the 40 and 120 m isobaths observed in NSFE79 was 38.3 ± 6.9 × 104 m3 s−1.},
number = {6},
urldate = {2018-06-26},
journal = {Journal of Physical Oceanography},
author = {Beardsley, Robert C. and Chapman, David C. and Brink, Kenneth H. and Ramp, Steven R. and Schlitz, Ronald},
month = jun,
year = {1985},
pages = {713--748},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/IKMGA7TJ/Beardsley et al. - 1985 - The Nantucket Shoals Flux Experiment (NSFE79). Par.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/DNZ5876Y/1520-0485(1985)0150713TNSFEP2.0.html:text/html}
}
@article{smith_mean_1983,
title = {The {Mean} and {Seasonal} {Circulation} off {Southwest} {Nova} {Scotia}},
volume = {13},
issn = {0022-3670},
url = {https://journals.ametsoc.org/doi/abs/10.1175/1520-0485%281983%29013%3C1034%3ATMASCO%3E2.0.CO%3B2},
doi = {10.1175/1520-0485(1983)013<1034:TMASCO>2.0.CO;2},
abstract = {Long-term measurements off southwest Nova Scotia reveal the following features of the mean circulation: (a) a westward longshore coastal current (4–10 cm s−1, (b) an anticyclonic gyre around Brown Bank (5–15 cm s−1, and (c) an upwelling circulation off Cape Sable (1–2 cm s−1, at bottom). The gyre circulation appears permanent but the coastal current and upwelling exhibit annual variations of the same order as the means. There is a distinct annual signal in the longshore transport at Cape Sable (maximum westward in winter), whereas the mean transport (0.14 × 106 m4 s−1) is consistent with both geostrophic estimates and budget requirements in the Gulf of Marine. Strong seasonal cycles are also found in the salinity and density fields at Cape Sable which appear to be controlled both by buoyancy input from the coastal current and local mixing effects. A linear diagnostic model indicates that the primary dynamical balance for the circulation is between a longshore pressure gradient and longshore mean density and stratification gradients which have summer maxima. Lesser contributions arise from longshore wind, offshore density gradient and centrifugal upwelling. Tidal rectification, deduced from coherent modulations of the semidiurnal tidal streams and low-frequency currents, supports the Browns Bank gyre circulation and drives both westward and offshore components of the near-bottom flow off Cape Sable. Thus the “centrifugal upwelling” hypothesis fails and the main driving force for Cape Sable upwelling appears to be the longshore density variations maintained by tidal mixing.},
number = {6},
urldate = {2018-06-26},
journal = {Journal of Physical Oceanography},
author = {Smith, Peter C.},
month = jun,
year = {1983},
pages = {1034--1054},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/FKPKDPI8/Smith - 1983 - The Mean and Seasonal Circulation off Southwest No.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/Z243KP4P/1520-0485(1983)0131034TMASCO2.0.html:text/html}
}
@article{smith_low-frequency_1982,
title = {Low-{Frequency} {Circulation} at the {Edge} of the {Scotian} {Shelf}},
volume = {12},
issn = {0022-3670},
url = {https://journals.ametsoc.org/doi/abs/10.1175/1520-0485%281982%29012%3C0028%3ALFCATE%3E2.0.CO%3B2},
doi = {10.1175/1520-0485(1982)012<0028:LFCATE>2.0.CO;2},
abstract = {Records of current, temperature and salinity from a two-year mooring program at the shelf break off Nova Scotia are examined to determine the low-frequency oceanic responses to the driving surface wind field and fluctuating offshore currents associated with the Gulf Stream. The seasonal mean and subtidal variance (at periods of 2–10 days) of the cross-shelf currents reflect the strong annual cycle in the wind field measured at Sable Island. The mean vertical shear suggests a simple Ekman response to winter increases in the longshore wind component, but this model fails quantitatively because 1) the inferred surface-layer (20 m) transport is much too large and 2) the deep (150 m) “return” flow shows no annual signal. The excessive offshore near-surface transport in winter must be reconciled with the relatively stationary position of the shelf/slope-water boundary (SSB) by invoking intense cross-frontal mixing and/or a seasonal mean alongshore pressure gradient. The seasonal mean longshore currents above the main thermocline appear to he more strongly influenced by energetic topographic Rossby waves than by wind. Weekly sea-surface temperature analyses are used to monitor off-shore forcing reflected by fluctuations in the position of the SSB in the region from 60 to 65°W. The dominant empirical mode of its space-time variance represents a uniform on–offshore translation at very low frequencies. The longshore current variance in the ocean-forced spectral band (periods 10–90 days) is 1) correlated with the low-frequency onshore displacement of the SSB in the deep water on the continental rise and 2) comparable to that in the wind-driven band (periods 2–10 days) from 50 to 150 m at the shelf break. On the shelf, the advective onshore transports of heat and salt exhibit annual cycles similar to those in the wind field, and generally exceed the vertically integrated eddy fluxes by factors of 2–4. However, the combination of observed moan and eddy transport supports excessive alongshore gradients of temperature and salinity in the context of a simple box model, and hence may not be representative of the entire shelf.},
number = {1},
urldate = {2018-06-26},
journal = {Journal of Physical Oceanography},
author = {Smith, Peter C. and Petrif, Brian D.},
month = jan,
year = {1982},
pages = {28--46},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/8RHAAK2F/Smith and Petrif - 1982 - Low-Frequency Circulation at the Edge of the Scoti.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/8TW7LXQG/1520-0485(1982)0120028LFCATE2.0.html:text/html}
}
@article{castelao_seasonal_2008,
title = {Seasonal evolution of hydrographic fields in the central {Middle} {Atlantic} {Bight} from glider observations},
volume = {35},
issn = {1944-8007},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2007GL032335},
doi = {10.1029/2007GL032335},
abstract = {The first sustained glider observations in the Middle Atlantic Bight are used to describe the seasonal evolution of hydrographic fields off New Jersey. Near-surface temperatures respond to the seasonal cycle of surface heating, while waters at depth are primarily influenced by advection of cold waters from the north in the cold-pool during spring/summer, and warming due to mixing during fall. The thermocline thickness increases in the offshore direction. Salinity presents seasonal variability due to river discharge and wind variations, with low-salinity waters spanning ∼100 km across the shelf from May to September in a ∼10 m thick surface layer. Stratification intensifies from April/May to late summer, especially within 80 km from the coast. The pycnocline deepens in the water column during late summer, while the passage of storms during fall rapidly reduces the stratification. The glider high-resolution observations allowed for unprecedented detailed characterization of the spatial scales of variability.},
language = {en},
number = {3},
urldate = {2018-06-26},
journal = {Geophysical Research Letters},
author = {Castelao, Renato and Glenn, Scott and Schofield, Oscar and Chant, Robert and Wilkin, John and Kohut, Josh},
year = {2008},
keywords = {Middle Atlantic Bight, seasonal cycle, gliders},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/AWWR59NN/Castelao et al. - Seasonal evolution of hydrographic fields in the c.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/SBYM3FEK/2007GL032335.html:text/html}
}
@article{glenn_biogeochemical_2004,
title = {Biogeochemical impact of summertime coastal upwelling on the {New} {Jersey} {Shelf}},
volume = {109},
copyright = {Copyright 2004 by the American Geophysical Union.},
issn = {2156-2202},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2003JC002265},
doi = {10.1029/2003JC002265},
abstract = {The alternative hypothesis that observed regions of recurrent hypoxia on the New Jersey inner shelf are more related to coastal upwelling than riverine inputs of nutrients was investigated through a series of multidisciplinary research programs beginning in 1993. The largest variations in ocean temperatures along the New Jersey coast, other than seasonal, are found to be caused by episodic summertime upwelling events driven by southwesterly winds associated with the atmospheric Bermuda High. Off the southern coast of New Jersey, topographic variations associated with ancient river deltas cause upwelled water to evolve into an alongshore line of recurrent upwelling centers that are colocated with historical regions of low dissolved oxygen. Recurrent upwelling centers are observed every summer in a 9-year data set. The most significant upwelling events occur in summers following colder than usual falls and winters. Size and duration of individual events are correlated and are found to depend on the wind forcing history that effects the inner side of the Middle Atlantic Cold Pool, the precipitation history that effects the strength of the Hudson River plume, and the mixing storm frequency. Upwelling results in a significant enhancement of particulate organic carbon. The typical carbon enhancement associated with the upwelling is sufficient to deplete 75\% of the oxygen in the bottom water, making it borderline hypoxic. This indicates that topographically controlled coastal upwelling, rather than riverine inputs, is the more probable mechanism for generating the historical regions of recurrent hypoxia observed along the New Jersey coast.},
language = {en},
number = {C12},
urldate = {2018-06-26},
journal = {Journal of Geophysical Research: Oceans},
author = {Glenn, Scott and Arnone, Robert and Bergmann, Trisha and Bissett, W. Paul and Crowley, Michael and Cullen, Jay and Gryzmski, Joe and Haidvogel, Dale and Kohut, Josh and Moline, Mark and Oliver, Mathew and Orrico, Cris and Sherrell, Robert and Song, Tony and Weidemann, Alan and Chant, Robert and Schofield, Oscar},
year = {2004},
keywords = {phytoplankton, coastal upwelling, hypoxia},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/A94IWA7S/Glenn et al. - Biogeochemical impact of summertime coastal upwell.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/QWQJCH6X/2003JC002265.html:text/html}
}
@article{gawarkiewicz_direct_2012,
title = {Direct interaction between the {Gulf} {Stream} and the shelfbreak south of {New} {England}},
volume = {2},
copyright = {2012 Nature Publishing Group},
issn = {2045-2322},
url = {https://www.nature.com/articles/srep00553},
doi = {10.1038/srep00553},
abstract = {Sea surface temperature imagery, satellite altimetry, and a surface drifter track reveal an unusual tilt in the Gulf Stream path that brought the Gulf Stream to 39.9°N near the Middle Atlantic Bight shelfbreak—200 km north of its mean position—in October 2011, while a large meander brought Gulf Stream water within 12 km of the shelfbreak in December 2011. Near-bottom temperature measurements from lobster traps on the outer continental shelf south of New England show distinct warming events (temperature increases exceeding 6°C) in November and December 2011. Moored profiler measurements over the continental slope show high salinities and temperatures, suggesting that the warm water on the continental shelf originated in the Gulf Stream. The combination of unusual water properties over the shelf and slope in late fall and the subsequent mild winter may affect seasonal stratification and habitat selection for marine life over the continental shelf in 2012.},
language = {en},
urldate = {2018-06-26},
journal = {Scientific Reports},
author = {Gawarkiewicz, Glen G. and Todd, Robert E. and Plueddemann, Albert J. and Andres, Magdalena and Manning, James P.},
month = aug,
year = {2012},
pages = {553},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/W4ZQ82JA/Gawarkiewicz et al. - 2012 - Direct interaction between the Gulf Stream and the.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/FC82N9PQ/srep00553.html:text/html;srep00553 - gawarkiewicz_et_al_2012_144385.pdf:/home/sgaichas/Zotero/storage/K267KGBB/gawarkiewicz_et_al_2012_144385.pdf:application/pdf}
}
@article{zhang_dynamics_2015,
title = {Dynamics of the direct intrusion of {Gulf} {Stream} ring water onto the {Mid}-{Atlantic} {Bight} shelf},
volume = {42},
copyright = {©2015. The Authors.},
issn = {1944-8007},
url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1002/2015GL065530},
doi = {10.1002/2015GL065530},
abstract = {Onshore intrusions of offshore waters onto the Mid-Atlantic Bight shelf can greatly affect shelf circulation, biogeochemistry, and fisheries. Previous studies have concentrated on onshore intrusions of slope water. Here we present a direct intrusion of Gulf Stream warm-core ring water onto the shelf representing a previously unknown exchange process at the shelfbreak. Impingement of warm-core rings at the shelfbreak generates along-isobath intrusions that grow like Pinocchio's nose, extending hundreds of kilometers to the southwest. By combining satellite and Ocean Observatory Initiative Pioneer Array data and idealized numerical simulations, we discover that the intrusion results from topographically induced vorticity variation of the ring water, rather than from entrainment of the shelfbreak frontal jet. This intrusion of the Gulf Stream ring water has important biogeochemical implications and could facilitate migration of marine species across the shelfbreak barrier and transport low-nutrient surface Gulf Stream ring water to the otherwise productive shelfbreak region.},
language = {en},
number = {18},
urldate = {2018-06-26},
journal = {Geophysical Research Letters},
author = {Zhang, Weifeng G. and Gawarkiewicz, Glen G.},
year = {2015},
keywords = {Mid-Atlantic Bight, cross-shelf exchange, onshore intrusion, OOI Pioneer Array, vorticity dynamics, warm-core ring},
pages = {7687--7695},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/2WX2QCJ3/Zhang and Gawarkiewicz - Dynamics of the direct intrusion of Gulf Stream ri.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/E52QPACV/2015GL065530.html:text/html}
}
@book{fratantoni_description_2015,
title = {Description of {Oceanographic} {Conditions} on the {Northeast} {U}.{S}. {Continental} {Shelf} during 2014. {Northeast} {Fisheries} {Science} {Center} {Reference} {Document} 15-21},
url = {https://www.nefsc.noaa.gov/publications/crd/crd1521/crd1521.pdf},
urldate = {2018-06-26},
publisher = {US Dep. Commer., National Marine Fisheries Service},
author = {Fratantoni, Paula S. and Holzwarth-Davis, Tamara and Taylor, Maureen H.},
year = {2015},
file = {crd1521.pdf:/home/sgaichas/Zotero/storage/C88QJTDM/crd1521.pdf:application/pdf}
}
@article{sullivan_evidence_2005,
title = {Evidence for atmosphere-ocean forcing of yellowtail flounder ({Limanda} ferruginea) recruitment in the {Middle} {Atlantic} {Bight}},
volume = {14},
issn = {1054-6006},
url = {http://www.academia.edu/10197997/Evidence_for_atmosphere-ocean_forcing_of_yellowtail_flounder_Limanda_ferruginea_recruitment_in_the_Middle_Atlantic_Bight},
abstract = {We investigated the relationship between large-scale climate variability (the North Atlantic Oscillation, NAO), continental shelf hydrography, and year-class strength of yellowtail flounder (Limanda ferruginea) in the Middle Atlantic Bight. Using},
language = {en},
number = {5},
urldate = {2018-06-26},
journal = {Fisheries Oceanography},
author = {Sullivan, Mark C. and Cowen, Robert K. and Steves, Brian P.},
year = {2005},
pages = {386--399},
file = {Snapshot:/home/sgaichas/Zotero/storage/QZ92BKJV/Evidence_for_atmosphere-ocean_forcing_of_yellowtail_flounder_Limanda_ferruginea_recruitment_in_.html:text/html}
}
@article{miller_state-space_2016,
title = {A state-space approach to incorporating environmental effects on recruitment in an age-structured assessment model with an application to southern {New} {England} yellowtail flounder},
volume = {73},
issn = {0706-652X},
url = {http://www.nrcresearchpress.com/doi/abs/10.1139/cjfas-2015-0339},
doi = {10.1139/cjfas-2015-0339},
abstract = {The state-space model framework provides a natural, probabilistic approach to stock assessment by modeling the stochastic nature of population survival and recruitment separately from sampling uncertainty inherent in observations on the population. We propose a state-space assessment model that is expanded to simultaneously treat environmental covariates as stochastic processes and estimate their effects on recruitment. We apply the model to southern New England yellowtail flounder (Limanda ferruginea) using data from the most recent benchmark assessment to evaluate evidence for effects of the mid-Atlantic cold pool and spawning stock biomass on recruitment. Based on Akaike’s information criterion, both the cold pool and spawning stock biomass were important predictors of recruitment and led to annual variation in estimated biomass reference points and associated yield. We also demonstrate the effect of the stochasticity of the mid-Atlantic cold pool on short-term forecasts of the stock size, biomass refe..., Le cadre des modèles d’espaces d’états offre une approche probabiliste naturelle à l’évaluation des stocks par la modélisation du caractère stochastique de la survie et du recrutement au sein de populations, séparément de l’incertitude associée à l’échantillonnage inhérente aux observations sur la population. Nous proposons un modèle d’espaces d’états pour l’évaluation qui est élargi pour traiter simultanément de covariables environnementales en tant que processus stochastiques et estimer leurs effets sur le recrutement. Nous appliquons ce modèle à la limande à queue jaune (Limanda ferruginea) du sud de la Nouvelle-Angleterre en utilisant des données issues de la plus récente évaluation des points de référence pour évaluer les indices d’éventuels effets de la goutte froide médio-atlantique et de la biomasse du stock reproducteur sur le recrutement. Sur la base du critère d’information d’Akaike, les effets tant de la goutte froide que de la biomasse du stock reproducteur sur le recrutement constituent d’im...},
number = {8},
urldate = {2018-06-26},
journal = {Canadian Journal of Fisheries and Aquatic Sciences},
author = {Miller, Timothy J. and Hare, Jonathan A. and Alade, Larry A.},
month = feb,
year = {2016},
pages = {1261--1270},
file = {NRC Research Press Snapshot:/home/sgaichas/Zotero/storage/Y3RJFS5U/cjfas-2015-0339.html:text/html}
}
@book{waring_us_2015,
title = {{US} {Atlantic} and {Gulf} of {Mexico} {Marine} {Mammal} {Stock} {Assessments} -- 2014. {NOAA} {Tech} {Memo} {NMFS} {NE} 231},
publisher = {US Dep. Commer., National Marine Fisheries Service},
editor = {Waring, Gordon T. and Josephson, Elizabeth and Maze-Foley, Katherine and Rosel, Patricia E.},
year = {2015},
note = {doi: 10.7289/V5TQ5ZH0}
}
@article{clay_defining_2007,
title = {Defining fishing communities: {Issues} in theory and practice.},
volume = {28},
language = {en},
number = {1},
journal = {Napa Bulletin},
author = {Clay, Patricia M. and Olson, Julia},
year = {2007},
pages = {27--42}
}
@article{everett_role_2008,
title = {The role of food tourism in sustaining regional identity: {A} case study of {Cornwall}, {South} {West} {England}.},
volume = {16},
language = {en},
number = {2},
journal = {Journal of sustainable tourism},
author = {Everett, Sally and Aitchison, Cara},
year = {2008},
pages = {150--167}
}
@article{reed_beyond_2013,
title = {Beyond fish as commodities: {Understanding} the socio-cultural role of inshore fisheries in {England}.},
volume = {37},
language = {en},
journal = {Marine Policy},
author = {Reed, Matt and Courtney, Paul and Urquhart, Julie and Ross, Natalie},
year = {2013},
pages = {62--68}
}
@article{hess_climate_2008,
title = {Climate change: the importance of place.},
volume = {35},
language = {en},
number = {5},
journal = {American Journal of Preventive Medicine},
author = {Hess, Jeremy J. and Malilay, Josephine N. and Parkinson, Alan J.},
year = {2008},
pages = {468--478}
}
@article{urquhart_constructing_2013,
title = {Constructing ‘{The} {Stade}’: {Fishers}' and non-fishers' identity and place attachment in {Hastings}, south-east {England}.},
volume = {37},
language = {en},
journal = {Marine Policy},
author = {Urquhart, Julie and Acott, Tim},
year = {2013},
pages = {45--54}
}
@article{scott_climate_2004,
title = {Climate {Change} and the {Distribution} of {Climatic} {Resources} for {Tourism} in {North} {America}},
volume = {27},
language = {en},
journal = {Climate Research},
author = {Scott, D. and McBoyle, G and Schwartzentruber, M.},
year = {2004},
pages = {105--117}
}
@inproceedings{matzarakis_proceedings_2001,
address = {Porto Carras, Greece},
title = {Proceedings of the {First} {International} {Workshop} on {Climate}, {Tourism} and {Recreation}},
language = {en},
editor = {Matzarakis, A. and de Freitas, C.R.},
month = oct,
year = {2001}
}
@article{adams_uncertainty_1973,
title = {Uncertainty in {Nature}, {Cognitive} {Dissonance}, and the {Perceptual} {Distortion} of {Environmental} {Information}: {Weather} {Forecasts} and {New} {England} {Beach} {Trip} {Decisions}},
volume = {49},
issn = {0013-0095},
shorttitle = {Uncertainty in {Nature}, {Cognitive} {Dissonance}, and the {Perceptual} {Distortion} of {Environmental} {Information}},
url = {http://www.jstor.org/stable/143232},
doi = {10.2307/143232},
number = {4},
urldate = {2018-06-26},
journal = {Economic Geography},
author = {Adams, Robert L. A.},
year = {1973},
pages = {287--297}
}
@article{khakzad_role_2016,
title = {The role of fishing material culture in communities’ sense of place as an added-value in management of coastal areas.},
volume = {5},
language = {en},
number = {2},
journal = {Journal of Marine and Island Cultures},
author = {Khakzad, Sorna and Griffith, David},
year = {2016},
pages = {95--117}
}
@techreport{donatuto_evaluating_2015,
address = {Tacoma, WA},
type = {Final {Report}},
title = {Evaluating sense of place as a domain of human wellbeing for {Puget} sound restoration.},
language = {en},
institution = {Puget Sound Institute},
author = {Donatuto, Jamie and Poe, Melissa R.},
year = {2015}
}
@article{pauly_putting_1997,
title = {Putting fisheries management back in places.},
volume = {7},
language = {en},
number = {1},
journal = {Reviews in Fish Biology and Fisheries},
author = {Pauly, Daniel},
year = {1997},
pages = {125--127}
}
@article{lord_understanding_2011,
title = {Understanding social impacts by using new variables and a causal model diagram in {New} {England} fisheries.},
volume = {1},
language = {en},
journal = {Impact Assessment and Project Appraisal},
author = {Lord, Fabienne},
year = {2011},
pages = {59--68}
}
@article{st_martin_making_2001,
title = {Making space for community resource management in fisheries.},
volume = {91},
language = {en},
number = {1},
journal = {Annals of the Association of American Geographers},
author = {St Martin, Kevin and {Kevin}},
year = {2001},
pages = {122--142}
}
@article{potschin_landscapes_2013,
title = {Landscapes, sustainability and the place-based analysis of ecosystem services.},
volume = {28},
language = {en},
number = {6},
journal = {Landscape Ecology},
author = {Potschin, Marion and Haines-Young, Roy},
year = {2013},
pages = {1053--1065}
}
@article{pollnac_toward_2006,
title = {Toward a model for fisheries social impact assessment.},
volume = {68},
language = {en},
journal = {Marine Fisheries Review},
author = {Pollnac, Richard B. and Abbott-Jamieson, Susan and Smith, Courtland and Miller, Marc L. and Clay, Patricia M. and Oles, Bryan},
year = {2006},
pages = {1--4}
}
@article{poe_cultural_2014,
title = {Cultural dimensions of socioecological systems: key connections and guiding principles for conservation in coastal environments.},
volume = {7},
language = {pt},
number = {3},
journal = {Conservation Letters},
author = {Poe, Melissa R. and Norman, Karma C. and Levin, Phillip S.},
year = {2014},
pages = {166--175}
}
@incollection{oberg_surviving_2016,
address = {New Brunswick, NJ},
title = {Surviving {Sandy}: {Identity} and {Cultural} {Resilience} in a {New} {Jersey} {Fishing} {Community}.},
language = {en},
booktitle = {Taking {Chances} on the {Coast} after {Hurricane} {Sandy}},
publisher = {The Rutgers University Press},
author = {Oberg, Angela and Flagg, Julia and McCay, Bonnie and Colburn, Lisa L.},
editor = {Van Abs, Dan and O.'Neill, Karen},
year = {2016}
}
@incollection{mcgoodwin_understanding_2001,
title = {Understanding the cultures of fishing communities: a key to fisheries management and food security},
url = {http://www.fao.org/docrep/004/y1290e/y1290e00.htm},
language = {en},
author = {McGoodwin, James R.},
year = {2001}
}
@article{koehn_progress_2013,
title = {Progress and promise in spatial human dimensions research for ecosystem-based ocean planning.},
volume = {42},
language = {it},
journal = {Marine Policy},
author = {Koehn, J.Zachary and Reineman, Daniel R. and Kittinger, {and} John N.},
year = {2013},
pages = {31--38}
}
@article{klain_what_2014,
title = {What matters and why? {Ecosystem} services and their bundled qualities.},
volume = {107},
language = {en},
journal = {Ecological Economics},
author = {Klain, Sarah C. and Satterfield, Terre A. and Chan, Kai MA},
year = {2014},
pages = {310--320}
}
@article{halpern_index_2012,
title = {An index to assess the health and benefits of the global ocean.},
volume = {488},
language = {en},
number = {7413},
journal = {Nature},
author = {Halpern, Benjamin S. and Longo, Catherine and Hardy, Darren and McLeod, Karen L. and Samhouri, Jameal F. and Katona, Steven K. and Kleisner, Kristin},
year = {2012},
pages = {615--620}
}
@article{donkersloot_politics_2010,
title = {The {Politics} of {Place} and {Identity} in an {Irish} {Fishing} {Locale},},
volume = {9},
language = {en},
number = {2},
journal = {Journal of Maritime Studies},
author = {Donkersloot, Rachel},
year = {2010},
pages = {33--53}
}
@article{cortes-vazquez_identity_2013,
title = {Identity and native species conservation: similar historical ecologies from {Idaho} to {Spain}.},
volume = {41},
language = {en},
number = {6},
journal = {Human Ecology},
author = {Cortes-Vazquez, Jose A. and Zedalis, Morgan},
year = {2013},
pages = {937--945}
}
@article{clay_definingfishing_2008,
title = {Defining“{Fishing} {Communities}”: {Vulnerability} and the {Magnuson}-{Stevens} {Fishery} {Conservation} and {Management} {Act}.},
volume = {15},
language = {en},
number = {2},
journal = {Human Ecology Review},
author = {Clay, Patricia M. and Olson, Julia},
year = {2008},
pages = {143}
}
@article{blasiak_paradigms_2014,
title = {Paradigms of sustainable ocean management.},
volume = {48},
language = {en},
journal = {Marine Policy},
author = {Blasiak, Robert and Anderson, James L. and Bridgewater, Peter and Furuya, Ken and Halpern, Benjamin S. and Kurokura, Hisashi and Morishita, Joji and Yagi, Nobuyuki and Minohara, Akane},
year = {2014},
pages = {206--211}
}
@incollection{brown_we_2015,
title = {"{We} have the best life there ever was": {Linking} sense of place and adaptive capacity in {Nova} {Scotia}'s coastal communities},
language = {en},
booktitle = {Thesis, {Masters} in {Environmental} {Affairs}},
publisher = {University of Waterloo},
author = {Brown, Shandel Marie},
year = {2015}
}
@article{fare_adjusting_2006,
title = {Adjusting technical efficiency to reflect discarding: {The} case of the {U}.{S}. {Georges} {Bank} multi-species otter trawl fishery},
volume = {78},
issn = {01657836},
shorttitle = {Adjusting technical efficiency to reflect discarding},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0165783606000257},
doi = {10.1016/j.fishres.2005.12.014},
abstract = {Discarding undesirable catch is recognized as a major problem confronting fishery managers. It is widely perceived by managers, however, that reductions in discards can only be accomplished via reductions in good or desirable outputs and technical efficiency. Yet there appear to be few studies which actually examine the relationship between discard reduction and technical efficiency. In this paper, we present an alternative concept of technical efficiency, which explicitly recognizes that measures of technical efficiency should be adjusted for discard levels. This is because traditional measures of efficiency do not consider the resources used in order to discard. We also offer a framework based on data envelopment analysis for assessing efficiency in the presence of undesirable outputs. We examine the relationship between vessel efficiency and regulatory discards in the U.S. Georges Bank multi-species otter trawl fishery on a tow-level basis. We then examine differences between efficient and inefficient tows, and extend our results to the trip level. Further examination of trip-level results then yield insights into the potential impact of trip-limit regulations. Results show that in order to reduce discards, vessels are limited in the amount they can increase their total output, and that trip-limit regulations may have unintended consequences.},
language = {en},
number = {2-3},
urldate = {2018-06-26},
journal = {Fisheries Research},
author = {Färe, Rolf and Kirkley, James E. and Walden, John B.},
month = may,
year = {2006},
pages = {257--265},
file = {Färe et al. - 2006 - Adjusting technical efficiency to reflect discardi.pdf:/home/sgaichas/Zotero/storage/KB3IPACJ/Färe et al. - 2006 - Adjusting technical efficiency to reflect discardi.pdf:application/pdf}
}
@article{lee_hedonic_2014,
title = {Hedonic {Pricing} of {Atlantic} {Cod}: {Effects} of {Size}, {Freshness}, and {Gear}},
volume = {29},
language = {en},
number = {3},
journal = {Marine Resource Economics},
author = {Lee, M.},
year = {2014}
}
@article{lee_inverse_2013,
title = {An {Inverse} {Demand} {System} for {New} {England} {Groundfish}: {Welfare} {Analysis} of the {Transition} to {Catch} {Share} {Management}},
volume = {95},
language = {en},
number = {5},
journal = {American Journal of Agricultural Economics},
author = {Lee, M. and Thunberg, E.M.},
year = {2013}
}
@article{wynveen_natural_2012,
title = {Natural area visitors' place meaning and place attachment ascribed to a marine setting.},
volume = {32},
language = {en},
number = {4},
journal = {Journal of Environmental Psychology},
author = {Wynveen, Christopher J. and Kyle, Gerard T. and Sutton, Stephen G.},
year = {2012},
pages = {287--296}
}
@article{norris-raynbird_for_2004,
title = {‘{For} {Hire}’ in the {US} {Gulf} of {Mexico}: {A} {Typology} of {Offshore} {Charter} and {Party} {Boat} {Operations}.},
volume = {1},
language = {en},
number = {51 – 65},
journal = {MAST (Maritime Studies)},
author = {Norris-Raynbird, Carla},
year = {2004}
}
@article{seara_perceived_2016,
title = {Perceived adaptive capacity and natural disasters: {A} fisheries case study.},
volume = {38},
language = {en},
journal = {Global Environmental Change},
author = {Seara, Tarsila and Clay, Patricia M. and Colburn, Lisa L.},
year = {2016},
pages = {49--57}
}
@article{lee_applying_2017,
title = {Applying a {Bioeconomic} {Model} to {Recreational} {Fisheries} {Management}: {Groundfish} in the {Northeast} {United} {States}},
volume = {32},
issn = {0738-1360},
shorttitle = {Applying a {Bioeconomic} {Model} to {Recreational} {Fisheries} {Management}},
url = {https://www.journals.uchicago.edu/doi/full/10.1086/690676},
doi = {10.1086/690676},
abstract = {Recreational fisheries regulations frequently consist of possession limits, size limits, and seasonal closures that constrain the ability of recreational fishermen to catch or land fish. It is difficult to predict how these regulations will influence angler participation and recreational fishing mortality. This research integrates a utility-theory consistent model of demand for recreational fishing trips with an age-structured stock dynamics model to provide policy relevant advice to managers of the groundfish fishery in the Northeast United States. The recreational cod and haddock regulations implemented in 2014 have high costs in terms of foregone angler welfare and minimal positive impacts on stock conditions after three years. The ability of policies that generate large amounts of discarding, like high minimum size limits, to meet conservation objectives are also found to be quite sensitive to assumptions about the recreational discard mortality rate.},
number = {2},
urldate = {2018-06-26},
journal = {Marine Resource Economics},
author = {Lee, Min-Yang and Steinback, Scott and Wallmo, Kristy},
month = feb,
year = {2017},
pages = {191--216},
file = {Full Text PDF:/home/sgaichas/Zotero/storage/84IHX9AV/Lee et al. - 2017 - Applying a Bioeconomic Model to Recreational Fishe.pdf:application/pdf;Snapshot:/home/sgaichas/Zotero/storage/D2YHHXDK/690676.html:text/html}
}
@incollection{hoagland_demand_2000,
title = {“{The} {Demand} for {Whalewatching} at {Stellwagen} {Bank} {National} {Marine} {Sanctuary}” {In}: {The} economic contribution of whalewatching to regional economies: perspectives from two national marine sanctuaries},
language = {en},
booktitle = {{NOAA} {Marine} {Sancuaries} {Conservation} {Series}},
author = {Hoagland, P. and Meeks, A.},
year = {2000},
pages = {00--2}
}
@article{lee_economic_2010,
title = {Economic {Tradeoffs} in the {Gulf} of {Maine} {Ecosystem}: {Herring} and {Whale}-watching},
volume = {34},
language = {en},
journal = {Marine Policy},
author = {Lee, M.},
year = {2010},
pages = {156--162}
}
@article{bisack_measuring_2014,
title = {Measuring the {Economic} {Value} of {Increased} {Precision} in {Scientific} {Estimates} of {Marine} {Mammal} {Abundance} and {Bycatch}},
volume = {34},
language = {en},
number = {2},
journal = {North American Journal of Fisheries Management},