-
Notifications
You must be signed in to change notification settings - Fork 0
/
human-activities.html
164 lines (151 loc) · 8.59 KB
/
human-activities.html
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
<!DOCTYPE HTML>
<!--
Artificial Structures Indicator Page
-->
<html>
<head>
<title>Florida Keys ESR</title>
<link rel="shortcut icon" type="image/png" href='NOAAfavicon.ico'/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176398491-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176398491-1');
</script>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://noaa-iea.github.io/plotJS-extra/google-tooltip.css" />
<script src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://noaa-iea.github.io/plotJS-extra/GoogleChartsWrapper.js"></script>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"
integrity="sha256-wS9gmOZBqsqWxgIVgA8Y9WcQOa7PgSIX+rPA0VL2rbQ="
crossorigin="anonymous"></script>
<script src="https://noaa-iea.github.io/fk-esr-info/assets/js/jquery.scrollex.min.js"></script>
<script src="https://noaa-iea.github.io/fk-esr-info/assets/js/jquery.scrolly.min.js"></script>
<script src="https://noaa-iea.github.io/fk-esr-info/assets/js/skel.min.js"></script>
<script src="https://noaa-iea.github.io/fk-esr-info/assets/js/util.js"></script>
<script src="https://noaa-iea.github.io/fk-esr-info/assets/js/main.js"></script>
<script>
google.charts.load('current', {packages: ['corechart']});
google.charts.setOnLoadCallback(function() {
GraphWrapper({
Google_Spreadsheet_Link: 'https://docs.google.com/spreadsheets/d/16Rnz1SgKGFfb5Rg3-91d3eFL18mmRZRKFxcf6XMT1rw/edit#gid=482044818',
YAxisTitle: 'Population',
targetElement: 'chart1'
});
});
google.charts.setOnLoadCallback(function() {
GraphWrapper({
Google_Spreadsheet_Link: 'https://docs.google.com/spreadsheets/d/1UVf5BjSu0VoOIDuiYLDansze-gZhcFAAaXiY3SAd4BA/edit#gid=373868952',
YAxisTitle: 'Cruise Passenger Visits',
targetElement: 'chart2'
});
});
google.charts.setOnLoadCallback(function() {
GraphWrapper({
Google_Spreadsheet_Link: 'https://docs.google.com/spreadsheets/d/1vIWYzo9CuP78ES4-2d2Iq3oQ7BGdQRJVm_oQeUxsloM/edit#gid=0',
YAxisTitle: 'Registered Vessels',
targetElement: 'chart3'
});
});
google.charts.setOnLoadCallback(function() {
GraphWrapper({
Google_Spreadsheet_Link: 'https://docs.google.com/spreadsheets/d/1MFfi2HzW7AoZPmMDDRECe31XMKhKNxwU8TrkNfdwIew/edit#gid=624703045',
YAxisTitle: '% of Households Connected to Sewer System',
targetElement: 'chart4'
});
});
</script>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="https://noaa-iea.github.io/fk-esr-info/home.html">home</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>key indicators</span></a>
<div id="menu">
<ul>
<li><h3>Key Indicators</h3></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/human-activities.html">Human Activities</a></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/ecosystem-services.html">Ecosystem Services</a></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/habitat.html">Habitat</a></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/living-resources.html">Living Resources</a></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/sanctuary-waters.html">Sanctuary Waters</a></li>
<li><a href="https://noaa-iea.github.io/fk-esr-info/maritime-archaeological-resources.html">Maritime Archaeological Resources</a></li>
<br>
<br>
<br>
<li><a href="https://noaa-iea.github.io/fk-esr-info/infographic.html"><h1>Ecosystem Infographic</h1></a></li>
<br>
<li><a href="https://doi.org/10.25923/f7ce-st38" target="_blank"><h1>Download the Report</h1></a></li>
<br>
<li><a href="https://noaa-iea.github.io/fk-esr-info/download.html"><h1>Download Data</h1></a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>human activities</h2>
<p>Drivers and Pressures</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>human activities</h3>
<p>
Indicators were selected to identify drivers and pressures to the condition of the Sanctuary. Key findings to illustrate human activities that influence quality of habitats, water, living resources, and maritime archaeological resources were drawn from the status and trends of resident population, cruise ship visitors, registered vessels, and housing units connected to wastewater treatment. Resident population has increased in the Keys over the last century, but has leveled out since the 1980s. This driver puts pressure on the ecosystem, but level or decreasing population growth in turn changes the ecosystem services available and provided in the Keys. Tourism trends, via tax revenue and cruise ship passenger numbers, have greatly increased in the last 30 years, other than a dip in 2017 likely due to Hurricane Irma. This can put pressure on infrastructure, increase degradation of Sanctuary waters, and increase extractive resource use. However, Sanctuary resources help to support the total tourism value of the Keys as an ecosystem service to the community. The number of registered vessels in Monroe County dropped and then recovered in response to the 2008 recession. This drop likely slowed the impact of vessels on Sanctuary resources. Almost 92% of housing units in the Florida Keys are now connected to central wastewater treatment. This trend promises to improve water quality, compared to the alternative of wastewater being released into Sanctuary waters.
</p>
<!-- <h3>Keys Resident population</h3> -->
<!-- Chart 1 -->
<div>
<h3 style = "text-align: center;">Keys Resident Population</h3>
<div id="chart1"></div>
<p>
<!-- <h3>Cruise ship visitors</h3> -->
<!-- <p>text for human activities still need this</p-->
<h3 style = "text-align: center;">Cruise Passenger Visits to Key West</h3>
<div id="chart2"></div>
<p>
<!-- <h3>Registered Vessels</h3> -->
<!-- <p>text for human activities still need this</p> -->
<!-- Chart 3 -->
<h3 style = "text-align: center;">Registered Vessels</h3>
<div id="chart3"></div>
<p>
<!-- h3>Household connections to central wastewater treatment</h3> -->
<!-- <p>text still need this</p> -->
<!-- Chart 4 -->
<h3 style = "text-align: center;">Household Connections to Central Wastewater Treatment</h3>
<div id="chart4"></div>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<br>
<img src="images/NOAA.svg" height="50" >
<img src="images/DOC_logo.svg" height="50">
<ul class="copyright">
<li>2021 © <a href="https://www.noaa.gov" target="_blank">National Oceanic and Atmospheric Administration</a> A Project of the NOAA <a href="https://www.integratedecosystemassessment.noaa.gov" target="_blank">IEA</a> Program </li>
<br>
<a href="https://www.commerce.gov/" target="_blank">U.S. Department of Commerce</a>
<br>
<br>
<h6>PHOTOS FROM THE FKIEA TEAM, THE FLORIDA KEYS NATIONAL MARINE SANCTUARY, AND THE NOAA FLICKR ACCOUNT <a href="https://www.flickr.com/photos/noaaphotolib/">Flickr</a></h6>
</ul>
<br/>
</footer>
</div>
</body>
</html>