This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (157 loc) · 8.07 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="cache-control" content="no-cache"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.4/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="css/libs/d3-tip.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.2.4/foundation.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/numbro/1.9.3/numbro.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/lodash/4.13.1/lodash.min.js"></script>
<script src="js/libs/d3-tip.js"></script>
<script src="js/utils.js"></script>
<script src="js/data.js"></script>
<script src="js/loss-graph.js"></script>
<script src="js/loss-glance-graph.js"></script>
<script src="js/loss-glance.js"></script>
<script src="js/line-graph.js"></script>
<script src="js/pie-graph.js"></script>
<script src="js/resources.js"></script>
<script src="js/index.js"></script>
</head>
<body onload="load()">
<div class="callout alert" style="margin:0;">
<p>This is a work in progress: please <strong>do not</strong> consider it an official resource at the moment. If you find an issue, or have a suggestion, please <a href="https://github.com/wolves-and-the-west/wolves-and-the-west.github.io/issues" target="_blank">submit an issue</a> or <a href="mailto:wolves.and.the.west@gmail.com">e-mail me</a>.</p>
</div>
<div class="top-bar">
<div class="top-bar-left">
<ul class="dropdown menu" data-dropdown-menu>
<li class="menu-text">
<h1 style="margin-bottom:0;">
<img src="images/wolf.svg" class="logo">
<strong>Wolves and the West</strong>
</h1>
</li>
</ul>
</div>
</div>
<section class="expanded row">
<div class="small-11 small-centered columns">
<section class="page-section">
<h3 class="section-header">Causes and Costs of Livestock Loss</h3>
<h4 class="section-subheader">A Nationwide Glance</h4>
<div class="expanded row">
<div class="loss-glance"></div>
</div>
</section>
<section class="page-section">
<h3 class="section-header">Western Cattle and Calf Losses</h3>
<h4 class="section-subheader">In Relation To Wolf Reintroduction</h4>
<div class="expanded row">
<section class="loss-legend clearfix">
<div class="large-3 columns">
<span>
<svg viewBox="0 0 15 15" class="legend-svg">
<line x1="0" y1="10" x2="15" y2="10" class="loss-cattle"/>
</svg>
Cattle (All Causes)
</span>
</div>
<div class="large-3 columns">
<span>
<svg viewBox="0 0 15 15" class="legend-svg">
<line x1="0" y1="10" x2="15" y2="10" class="loss-calves"/>
</svg>
Calves (All Causes)
</span>
</div>
<div class="large-3 columns">
<span class="predator-loss-label">
<svg viewBox="0 0 10 10" class="legend-svg">
<circle cx="7.5" cy="7.5" r="7.5" class="predator-loss-slice"/>
</svg>
Cattle & Calves (All Predators)</span>
</div>
<div class="large-3 columns">
<span class="non-predator-loss-label">
<svg viewBox="0 0 10 10" class="legend-svg">
<circle cx="7.5" cy="7.5" r="7.5" class="non-predator-loss-slice"/>
</svg>
Cattle & Calves (All Non-Predators)</span>
</div>
</section>
<section id="loss-graphs"></section>
</div>
<div class="expanded row">
<div class="large-12 columns">
<section class="sources">
<h6>Sources</h6>
<ol>
<li><a href="https://quickstats.nass.usda.gov" target="_blank">USDA/NASS QuickStats Ad-hoc Query Tool</a></li>
<li><a href="https://usda.mannlib.cornell.edu/MannUsda/viewDocumentInfo.do?documentID=1427" target="_blank">Cattle Predator Loss (1995 & 2000)</a></li>
<li><a href="https://usda.mannlib.cornell.edu/MannUsda/viewDocumentInfo.do?documentID=1625" target="_blank">Cattle Death Loss (2005 & 2010)</a></li>
</ol>
</section>
</div>
</div>
</section>
<section class="page-section">
<div class="expanded row">
<section id="resources" class="medium-6 columns">
<h3 class="section-header">Resources</h3>
</section>
<section class="medium-6 columns">
<h1 class="section-header"> </h1>
<a href="https://github.com/wolves-and-the-west/wolves-and-the-west.github.io/wiki/Data-Sources" target="_blank">About the Data Sources.</a>
</section>
</div>
</section>
<!--
<section style="display: none">
<h3>
2011 Livestock Inventory<sup>1</sup>,
Losses<sup>2</sup>,
Confirmed Wolf Depredations on Cattle and Sheep<sup>3</sup>,
and Unconfirmed Wolf Depredations on Cattle<sup>4</sup></h3>
<section id="population"></section>
<p><a data-toggle="population-table">Toggle Panel</a></p>
<section id="population-table" class="callout" data-toggler=".hide"></section>
<section>
<h5>Sources</h5>
<ol>
<li>
<a href="https://quickstats.nass.usda.gov/results/AB0B9BFC-7A94-317C-8F1B-6DCAB7E59EFF" target="_blank">USDA/NASS QuickStats Ad-hoc Query Tool</a>
</li>
<li>
<a href="https://quickstats.nass.usda.gov/results/56B0DEBE-BBE8-334F-A1B8-8F150E749934" target="_blank">USDA/NASS QuickStats Ad-hoc Query Tool</a>
</li>
<li>
<a href="https://www.fws.gov/mountain-prairie/species/mammals/wolf/annualrpt11/FINAL_2011_Idaho_wolf_monitoring_progress_report.pdf" target="_blank">2011 Idaho Wolf Monitoring Progress Report</a>,<br>
<a href="http://www.fws.gov/mountain-prairie/species/mammals/wolf/annualrpt11/2011_REVISED-FINAL_MT_Wolf_Annual_Report.pdf" target="_blank">Montana Gray Wolf Conservation and Management 2011 Annual Report</a>,<br>
<a href="http://www.fws.gov/mountain-prairie/species/mammals/wolf/annualrpt11/FINAL_2011_OR_Wolf_Conservation_and_Management_Plan-Annual_Report.pdf" target="_blank">Oregon Wolf Conservation and Management Plan 2011 Annual Report</a>,<br>
<a href="https://www.fws.gov/mountain-prairie/es/species/mammals/wolf/annualrpt11/FINAL_030112_WA-AR_2011.pdf" target="_blank">Washington Gray Wolf Conservation and Management 2011 Annual Report</a>,<br>
<a href="https://www.fws.gov/mountain-prairie/es/species/mammals/wolf/annualrpt11/030612_FINAL_2011_WY_Annual_Report.pdf" target="_blank">Wyoming Wolf Recovery 2011 Annual Report</a>
</li>
<li>
<a href="https://usda.mannlib.cornell.edu/MannUsda/viewDocumentInfo.do?documentID=1625" target="_blank">Cattle Death Loss</a>
</li>
</ol>
</section>
-->
</section>
</div>
</section>
<section class="expanded row" id="footer">
<div class="large-12 columns">
<a href="mailto:wolves.and.the.west@gmail.com">E-mail me</a>
</div>
</section>
</body>
<html>