-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_details_EV.html
95 lines (79 loc) · 7.13 KB
/
project_details_EV.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
<!DOCTYPE HTML>
<html>
<head>
<title>Electric Vehicles in Washington - Project Details</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<article class="wrapper style1">
<div class="container">
<div class="row">
<div class="col-12">
<header>
<h2>Electric Vehicles in Washington State, US</h2>
</header>
<h2><a href="https://public.tableau.com/app/profile/alejandro.rodriguez.orama/viz/EVpopulationinWashington/Story" class="image"><img src="images/tableau icon.png" alt="" width="90" height="30" /></a></h2>
<p>A Tableau story with different dashboards about the EV population growth in Washington.</p>
<div class='tableauPlaceholder' id='viz1704470391041' style='position: relative'><noscript>
<a href='#'><img alt='Story ' src='https://public.tableau.com/static/images/YG/YG4QZYZY3/1_rss.png' style='border: none' /></a>
</noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' /> <param name='path' value='shared/YG4QZYZY3' /> <param name='toolbar' value='yes' />
<param name='static_image' value='https://public.tableau.com/static/images/YG/YG4QZYZY3/1.png' />
<param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' />
<param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-GB' /></object></div>
<script type='text/javascript'>
var divElement = document.getElementById('viz1704470391041');
var vizElement = divElement.getElementsByTagName('object')[0];
vizElement.style.width='1280px';vizElement.style.height='1024px';
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
<section>
<h3>Project Details</h3>
<p>The US Department of Energy made significant effort in battery development which resulted in 50% cost of the battery and within 4 years more affordable EVs were made. Today, consumers now have multitude of choices when buying EVs ranging from Hybrids, plug-in-hybrids, and electric across the world. This project will help to explore the growth rate of EV cars in Washington state while also exploring the performance of electric vehicles among diverse Manufacturers.</p>
<p>The project work aims to provide insights into the following:</p>
<p>1. Explore the growth rate of EV cars growing in Washington State?</p>
<li>What are the best-selling EV Manufacturer and models?</li>
<li>Which manufacturer dominates the different cities in Washington State?</li>
<li>Differentiating factors for the all-electric or plug-in hybrid vehicles per Manufacturer and city.</li>
<li>Which brand identifies more with all-electric, plug-in hybrid vehicles, or a combination of both?</li>
<li>Which cities in Washington state have the highest number of electric vehicles?</li>
<p>2. Explore the performance of electric vehicles among the diverse Manufacturers?</p>
<li>Compare the electric range among different manufacturers.</li>
<li>Compare the speed performance among different manufacturers.</li>
<li>Compare Fast charging rate among different manufacturers.</li>
<li>Compare the retail prices vs the efficiency.</li>
<p>3. Provides a guide for potential buyers of EVs</p>
<div class='tableauPlaceholder' id='viz1704470679726' style='position: relative'>
<noscript><a href='#'><img alt='Dashboard 3 Electric vehicles comparison ' src='https://public.tableau.com/static/images/EV/EVpopulationinWashington/Dashboard3Electricvehiclescomparison/1_rss.png' style='border: none' />
</a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='EVpopulationinWashington/Dashboard3Electricvehiclescomparison' />
<param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/EV/EVpopulationinWashington/Dashboard3Electricvehiclescomparison/1.png' />
<param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' />
<param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-GB' /></object></div>
<script type='text/javascript'> var divElement = document.getElementById('viz1704470679726');
var vizElement = divElement.getElementsByTagName('object')[0];
vizElement.style.width='1280px';vizElement.style.height='1024px';
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
</section>
<section>
<h3>Additional Content</h3>
<p>You can add more sections or content as needed.</p>
</section>
<p><a href="index.html">< Back to Portfolio</a></p>
</div>
</div>
</div>
</article>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>