-
Notifications
You must be signed in to change notification settings - Fork 0
/
big-project
23 lines (15 loc) · 953 Bytes
/
big-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Big Project Pitch</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8"></script>
</head>
<body>
<p>Pitch 1: A visualization showing where the biggest population of people left out of the Affordable Care Act -- undocumented immigrants -- are dispersed in California. Then look at what percentage is currently covered by somme sort of insurance like Medi-Cal or private insurance. Then look at how those without some sort of coverage get care. I think the data will show that most of it is emergency room care, which is the most expensive.</p>
<a href="http://www.commonwealthfund.org/~/media/Files/Publications/Fund%20Report/2013/Aug/1699_Wallace_undocumented_uninsured_barriers_immigrants_v2.pdf"</a>
<a href="http://www.chcf.org/publications/2012/12/californias-uninsured"</a>
<p> </p>
</body>
</html>