-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-viz.html
44 lines (43 loc) · 3.18 KB
/
data-viz.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114685986-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114685986-1');
</script>
<title>Data Visualizations</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<h1>Data Visualizations</h1>
<p>Created with Python and the Plotly library, these figures illustrate the risk of automation to various U.S. industries across states. These location quotients were calculated using automation probabilities from the McKinsey Global Institute and occupational data from the U.S. Bureau of Labor Statistics. A value of one means a risk equal with that of the national average, a value of two, twice the national average, etc.</p>
<p>Individual state data can be viewed by hovering over the map.</p>
<p>Construction is one of many industries we analyzed:</p>
<div>
<a href="https://plot.ly/~ashmpace/1/?share_key=dor2tuDKrVx073OF53jG5o" target="_blank" title="Risk of automation: Construction" style="display: inline; text-align: center;"><img src="https://plot.ly/~ashmpace/1.png?share_key=dor2tuDKrVx073OF53jG5o" alt="Risk of automation: Construction" style="max-width: 100%;width: 700px;" width="700" onerror="this.onerror=null;this.src='https://plot.ly/404.png';" /></a>
<script data-plotly="ashmpace:1" sharekey-plotly="dor2tuDKrVx073OF53jG5o" src="https://plot.ly/embed.js" async></script>
</div>
<p>Mining and extractive industries are particularly at risk in certain states.</p>
<div>
<a href="https://plot.ly/~ashmpace/3/?share_key=H2aRHy1PraNjBvnkWz3ZO8" target="_blank" title="Automation risk: Mining and extractive indusries" style="display: inline; text-align: center;"><img src="https://plot.ly/~ashmpace/3.png?share_key=H2aRHy1PraNjBvnkWz3ZO8" alt="Automation risk: Mining and extractive indusries" style="max-width: 100%;width: 700px;" width="700" onerror="this.onerror=null;this.src='https://plot.ly/404.png';" /></a>
<script data-plotly="ashmpace:3" sharekey-plotly="H2aRHy1PraNjBvnkWz3ZO8" src="https://plot.ly/embed.js" async></script>
</div>
Automation in the food and accommodation industry could heavily affect the hospitality sector in Nevada and Hawaii.
<div>
<a href="https://plot.ly/~ashmpace/6/?share_key=SZgimRNZMg1Wj9L0ICr8pK" target="_blank" title="Automation risk: Accommodation and food services" style="display: inline; text-align: center;"><img src="https://plot.ly/~ashmpace/6.png?share_key=SZgimRNZMg1Wj9L0ICr8pK" alt="Automation risk: Accommodation and food services" style="max-width: 100%;width: 700px;" width="700" onerror="this.onerror=null;this.src='https://plot.ly/404.png';" /></a>
<script data-plotly="ashmpace:6" sharekey-plotly="SZgimRNZMg1Wj9L0ICr8pK" src="https://plot.ly/embed.js" async></script>
</div>
</body>
</html>