-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·30 lines (29 loc) · 1.26 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
<html>
<head>
<title>Heroin deaths</title>
<link rel="stylesheet" type="text/css" href="lib/css/style.css" />
</head>
<body>
<div id="dfm-container">
<div id="explainer">
<h4>Not all states identify the drugs that cause fatal overdoses</h4>
It's nearly impossible to know how many people have died from heroin overdoses in the United States,
largely because of variations in how medical examiners, coroners and doctors fill out death certificates.
In fact, many don't note what drugs contributed. This chart breaks down the percentage of overdose deaths
in each state, between 2008 and 2010, where a drug was identified.
</div>
<div id="table-div">
</div>
<div id="sources-credits">
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
</script>
<script type="text/javascript" src="https://www.google.com/jsapi">
</script>
<script type="text/javascript" src="lib/js/heroin.js">
</script>
<script type="text/javascript" src="lib/js/source-credits-ga.js">
</script>
</body>
</html>