-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
352 lines (335 loc) · 11.3 KB
/
index.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
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
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<link rel="stylesheet" type="text/css" href="leaflet.label.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.0/hogan.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/sammy.js/0.7.4/sammy.min.js"></script>
<script src="jquery.svg.min.js"></script>
<script src="jquery.svganim.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<script src="leaflet.label.js"></script>
<script src="index.js"></script>
<body>
<div id="map">
<ul id="legend">
<li class="condition very-good">Very good</li>
<li class="condition good">Good</li>
<li class="condition moderate">Moderate</li>
<li class="condition poor">Poor</li>
<li class="condition very-poor">Very poor</li>
</ul>
</div>
<div id="regions"></div>
<div id="main" class="inset-paper">
</div>
<script id="tmpl-breadcrumbs" type="text/html">
<ol class="breadcrumb">
{{#breadcrumbs}}
{{#href}}
<li><a href="{{href}}">{{{name}}}</a></li>
{{/href}}
{{^href}}
<li class="active">{{{name}}}</li>
{{/href}}
{{/breadcrumbs}}
</ol>
</script>
<script id="tmpl-home" type="text/html">
<div class="container-fluid content">
<h1>
Great Barrier Reef Report Card
<span class="nobr">{{reportYears}}</span>
</h1>
<p>
This report card measures progress from the {{baseYear}} baseline towards
Reef Water Quality Protection Plan (Reef Plan) targets. It assesses the
combined results of all Reef Plan actions up to June {{reportFinalYear}}.
</p>
<p>Click on a region on the map for regional results or use the indicators
buttons below to explore the Great Barrier Reef-wide results.</p>
<div class="row indicator-groups">
<div class="col-xs-4 text-center">
<a class="btn btn-default" href="#/management">
Management <br /> Indicators
</a>
</div>
<div class="col-xs-4 text-center">
<a class="btn btn-default" href="#/catchment">
Catchment <br /> Indicators
</a>
</div>
<div class="col-xs-4 text-center">
<a class="btn btn-default" href="#/marine">
Marine <br /> Condition
</a>
</div>
</div>
<p>
You can view the full report card <a href="{{fullReportUrl}}">here</a>.
</p>
{{#otherYears}}
{{>other-years-nav}}
{{/otherYears}}
</div>
</script>
<div id="marine-chart"></div>
<script id="tmpl-gbr-banner" type="text/html">
<div class="top-banner gbr">Great Barrier Reef</div>
</script>
<script id="tmpl-other-years-nav" type="text/html">
<nav class="navbar navbar-default navbar-fixed-bottom"
role="navigation"
style="position: absolute">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#other-years-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{{#isMostRecent}}
<div class="navbar-brand">Previous Years</div>
{{/isMostRecent}}
{{^isMostRecent}}
<div class="navbar-brand">Other Years</div>
{{/isMostRecent}}
</div>
<div class="collapse navbar-collapse" id="other-years-navbar-collapse">
<ul class="nav navbar-nav">
{{#otherYears}}
<li>
<a href="{{url}}">{{year}}</a>
</li>
{{/otherYears}}
</ul>
</div>
</div>
</nav>
</script>
<script id="tmpl-marine-select" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>Marine condition</h1>
<p>
{{caption}}
</p>
<div class="marine-chart gbr"></div>
</div>
</script>
<script id="tmpl-management-select" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>Management practice indicators</h1>
<p>
Proportion of the agriculture industry that have adopted individual improved
land management practices that will reduce the amount of pollutants entering
the reef.
</p>
<div class="management-data" data-region="gbr"></div>
</div>
</script>
<script id="tmpl-catchment-select" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>Catchment indicators</h1>
<p>
Reductions in key pollutants leaving the end of catchments as a result of
changes in land management practices.
</p>
<div class="catchment-data" data-region="gbr"></div>
</div>
</script>
<script id="tmpl-regional-indicator-info" type="text/html">
<div class="regional-data row">
{{#regions}}
<div class="col-xs-6 col-lg-4">
<div class="region-data">
<div><a class="{{id}}" href="{{href}}">{{name}}</a></div>
<div class="data">
{{#data}}
{{#qualitative}}
<span class="qualitative">{{qualitative}}</span>
{{/qualitative}}
{{^qualitative}}
N/A
{{/qualitative}}
{{#quantitative}}
-
<span class="quantitative">{{quantitative}}</span>
{{/quantitative}}
{{/data}}
</div>
</div>
</div>
{{/regions}}
</div>
</script>
<!-- Management info -->
<script id="tmpl-management-indicator-info" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>{{name}}</h1>
<p>
{{caption}}
</p>
{{>regional-indicator-info}}
</div>
</script>
<script id="tmpl-grazing-caption" type="text/html">
The map shows the proportion of graziers in each region who adopted improved
practices between {{baseYear}} and {{reportFinalYear}}.
The target was {{target}}.
</script>
<script id="tmpl-sugarcane-caption" type="text/html">
The map shows the proportion of growers in each region who adopted improved
practices between {{baseYear}} and {{reportFinalYear}}.
The target was {{target}}.
</script>
<script id="tmpl-horticulture-caption" type="text/html">
The map shows the proportion of producers in each region who adopted improved
practices between {{baseYear}} and {{reportFinalYear}}.
The target was {{target}}.
</script>
<!-- Catchment info -->
<script id="tmpl-catchment-indicator-info" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>{{name}}</h1>
<p>
{{caption}}
</p>
{{>regional-indicator-info}}
</div>
</script>
<script id="tmpl-groundcover-caption" type="text/html">
The maps show late dry season groundcover for each region as at
{{reportFinalYear}}. The target was {{target}}.
</script>
<script id="tmpl-nitrogen-caption" type="text/html">
Reduction in annual average total nitrogen load for each region between
{{baseYear}} and {{reportFinalYear}}. The target was {{target}}.
</script>
<script id="tmpl-sediment-caption" type="text/html">
Reduction in annual average sediment load for each region between
{{baseYear}} and {{reportFinalYear}}. The target is {{target}}.
</script>
<script id="tmpl-pesticides-caption" type="text/html">
Reduction in annual average pesticide load for each region between
{{baseYear}} and {{reportFinalYear}}. The target was {{target}}.
</script>
<!-- Marine info -->
<script id="tmpl-marine-indicator-info" type="text/html">
{{>gbr-banner}}
{{>breadcrumbs}}
<div class="container-fluid">
<h1>{{{name}}}</h1>
<p>
{{{caption}}}
</p>
{{>regional-indicator-info}}
</div>
</script>
<script id="tmpl-overall-caption" type="text/html">
Overall marine condition.
</script>
<script id="tmpl-coral-caption" type="text/html">
Overall condition of inshore coral reefs
</script>
<script id="tmpl-seagrass-caption" type="text/html">
Overall condition of inshore seagrass.
</script>
<script id="tmpl-water-caption" type="text/html">
Overall inshore water quality.
</script>
<script id="tmpl-water-chlorophyll-caption" type="text/html">
Indicates nutrient availability and productivity.
</script>
<script id="tmpl-water-solids-caption" type="text/html">
Measures particulate matter in water.
</script>
<script id="tmpl-seagrass-abundance-caption" type="text/html">
Includes the cover and change in cover.
</script>
<script id="tmpl-seagrass-reproduction-caption" type="text/html">
Indicates the potential of seagrass meadows to recover from
disturbances.
</script>
<script id="tmpl-seagrass-nutrient-caption" type="text/html">
Nutrient status measures the response of seagrass to nutrient conditions
in surrounding waters.
</script>
<script id="tmpl-coral-cover-caption" type="text/html">
Coral cover is a measure of the percentage of coral across reefs, and
indicates the capacity of coral to persist under the current
environmental conditions and its potential to recover.
</script>
<script id="tmpl-coral-change-caption" type="text/html">
Coral change measures change in coral cover which indicates coral
resilience to disturbance.
</script>
<script id="tmpl-coral-macroalgae-caption" type="text/html">
Macroalgal cover - high abundance indicates poor water quality and
negatively affects the resilience of coral communities.
</script>
<script id="tmpl-coral-juvenile-caption" type="text/html">
Coral juvenile density measures the abundance of corals less than 10
centimetres in diameter which indicates the recovery potential from
disturbances.
</script>
<script id="tmpl-region-info" type="text/html">
<div class="top-banner {{id}}">{{name}}</div>
{{>breadcrumbs}}
<div class="container-fluid">
<section>
<h1>Management practice indicators</h1>
<p>
Proportion of the agriculture industry that have adopted individual
improved land management practices that will reduce the amount of
pollutants entering the reef.
</p>
<div class="management-data" data-region="{{id}}"></div>
</section>
<hr/>
<section>
<h1>Catchment indicators</h1>
<p>
Reductions in key pollutants leaving the end of catchments as a result
of changes in land management practices.
</p>
<div class="catchment-data" data-region="{{id}}"></div>
</section>
<hr/>
<section>
<h1>Marine Condition</h1>
<p>
{{caption}}
</p>
<div class="marine-chart {{id}}"></div>
</section>
</div>
</script>
<script id="tmpl-progress-tile" type="text/html">
<button class="progress-indicator condition {{conditionId}} {{#local}}unclickable{{/local}}"
title="{{conditionName}}" data-indicator="{{indicatorId}}">
<div class="name">{{indicatorName}}</div>
{{{indicatorImage}}}
<div>{{value}}</div>
<div class="target" title="Target">
<i class="fa fa-dot-circle-o"></i> {{target}}
</div>
</button>
</script>
</body>
</html>