-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnc-pediatric-access.html
More file actions
52 lines (44 loc) · 1.37 KB
/
nc-pediatric-access.html
File metadata and controls
52 lines (44 loc) · 1.37 KB
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
<!DOCTYPE html>
<html>
<head>
<title>NC Pediatric Access Analysis</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{font-family:Arial;max-width:900px;margin:auto;padding:20px;line-height:1.6}
img{width:100%;border-radius:10px;margin:20px 0}
h1,h2{color:#1f3c88}
a{color:#1f3c88;font-weight:bold;text-decoration:none}
</style>
</head>
<body>
<h1>NC Pediatric Access Desert Analysis</h1>
<p><b>Mapping the Gap Between Referral and Care</b></p>
<p>
A geospatial analytics pipeline mapping pediatric specialist supply against child population demand across North Carolina’s 100 counties.
</p>
<h2>Key Insight</h2>
<p>
Geographic provider presence does not equal functional access.
</p>
<h2>Statewide Access Map</h2>
<img src="https://raw.githubusercontent.com/JohnApelJr/nc-pediatric-access-pipeline/main/figures/nc_access_ratio_map.png">
<h2>Key Findings</h2>
<ul>
<li>67% of counties classified as severe access deserts</li>
<li>8 counties have zero pediatric specialists</li>
<li>43 counties have no pediatric neurologist</li>
</ul>
<h2>Interactive Map</h2>
<p>
<a href="https://johnapeljr.github.io/nc-pediatric-access-pipeline/maps/nc_pediatric_access_interactive.html">
Launch Interactive Map →
</a>
</p>
<h2>Full Project</h2>
<p>
<a href="https://github.com/JohnApelJr/nc-pediatric-access-pipeline">
View Repository →
</a>
</p>
</body>
</html>