-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
278 lines (275 loc) · 13.9 KB
/
about.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
About | Energy Consumption & Trends
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<!-- CSS Files -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/now-ui-dashboard.css?v=1.2.0" rel="stylesheet" />
</head>
<body class="">
<div class="wrapper ">
<div class="sidebar" data-color="blue">
<!--
Tip 1: You can change the color of the sidebar using: data-color="blue | green | orange | red | yellow"
-->
<div class="logo">
<a href="http://www.creative-tim.com" class="simple-text logo-normal">
Team Pika
</a>
</div>
<div class="sidebar-wrapper">
<ul class="nav">
<li class="active ">
<a href="./about.html">
<i class="now-ui-icons design_app"></i>
<p>About</p>
</a>
</li>
<li class="active ">
<a href="./index.html">
<i class="now-ui-icons design_app"></i>
<p>Dashboard</p>
</a>
</li>
<li class="active ">
<a href="./map.html">
<i class="now-ui-icons design_app"></i>
<p>3D Map</p>
</a>
</li>
</ul>
</div>
</div>
<div class="main-panel">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent bg-primary navbar-absolute">
<div class="container-fluid">
<div class="navbar-wrapper">
<div class="navbar-toggle">
<button type="button" class="navbar-toggler">
<span class="navbar-toggler-bar bar1"></span>
<span class="navbar-toggler-bar bar2"></span>
<span class="navbar-toggler-bar bar3"></span>
</button>
</div>
<a class="navbar-brand" href="#">About</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar navbar-kebab"></span>
<span class="navbar-toggler-bar navbar-kebab"></span>
<span class="navbar-toggler-bar navbar-kebab"></span>
</button>
<!-- <div class="collapse navbar-collapse justify-content-end" id="navigation">
<form>
<div class="input-group no-border">
<input type="text" value="" class="form-control" placeholder="Search...">
<div class="input-group-append">
<div class="input-group-text">
<i class="now-ui-icons ui-1_zoom-bold"></i>
</div>
</div>
</div>
</form>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#pablo">
<i class="now-ui-icons media-2_sound-wave"></i>
<p>
<span class="d-lg-none d-md-block">Stats</span>
</p>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="now-ui-icons location_world"></i>
<p>
<span class="d-lg-none d-md-block">Some Actions</span>
</p>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#pablo">
<i class="now-ui-icons users_single-02"></i>
<p>
<span class="d-lg-none d-md-block">Account</span>
</p>
</a>
</li>
</ul>
</div> -->
</div>
</nav>
<!-- End Navbar -->
<div class="panel-header panel-header-sm">
</div>
<div class="content">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header">
<h5 class="title">Overview</h5>
<!-- <p class="category">Created using Montserrat Font Family</p> -->
</div>
<div class="card-body">
<!-- <div class="typography-line">
<h1>
<span>Header 1</span>The Life of Now Ui Dashboard </h1>
</div>
<div class="typography-line">
<h2>
<span>Header 2</span>The Life of Now Ui Dashboard </h2>
</div>
<div class="typography-line">
<h3>
<span>Header 3</span>The Life of Now Ui Dashboard </h3>
</div>
<div class="typography-line">
<h4>
<span>Header 4</span>The Life of Now Ui Dashboard </h4>
</div>
<div class="typography-line">
<h5>
<span>Header 5</span>The Life of Now Ui Dashboard </h5>
</div>
<div class="typography-line">
<h6>
<span>Header 6</span>The Life of Now Ui Dashboard </h6>
</div> -->
<div class="typography-line">
<p>
On June 8, 2015 Governor David Ige signed into law HRS 304a-119 which established a collective goal for the University of Hawai‘i “to become net-zero with respect to energy use, producing as much (renewable) energy as the system consumes across all campuses by January 1, 2035.”
</p>
<p>
The goal of this project is to assist the University of Hawaii Director of Energy Management and State of Hawaii to achieve the requirements described by this new law. In the first stages of preparing the University, this project will be used to help determine what the current energy consumptions for the University of Hawaii are. This data will then be used as a baseline data to help establish the definition upon which the energy goals are created. From this baseline, the University of Hawaii will then be able to calculate their progress on their way towards the Net Zero mandate. In essence, the University of Hawaii will be able to calculate how much energy it will need to produce and reduce to reach its’ goals.
</p>
<p>
In order to determine the percent progress towards the Net Zero goal, it must be first determined how the energy consumption is calculated. Traditionally, energy consumption is defined by kilowatts usage per hour per square foot. Unfortunately, this traditional method of calculation produces numbers that are more useful in determining a baseline comparison with residential and corporate numbers. This particular baseline does not work well within a university environment. Within the University environment, different buildings have a wide range of energy usage. A classroom building will have a lower usage than the Stan Sheriff building on a game day. The Duke Kahanamoku pool will have less of a power drop over a school break than the Campus Center. As a university, maybe a better question should be how is the energy usage compared to the number of degrees awarded or compared to the number of research dollars awarded.
</p>
<p>
As can be expected the energy requirements for the University of Hawaii are unique in nature. In the energy community, most often energy is calculated in terms of Kilowatts per hour (kWh). When looking over at this statistic and comparing it to other industries or residential data, the University of Hawaii’s number do not compare. To this end, the data analytics used in this project will help by defining a new baseline number. We will be calculating the energy consumption per degrees offered (annually) and energy consumption per research dollar spend. This data can then be used to compare with other universities to see the efficiency of the University of Hawaii.
<p>
As a subset to these goals, this dashboard will also help the University of Hawaii to monitor and analyze their progress as the proceed with their various Net Zero Energy projects, such as the installation of Photovotaic cells over the parking structure and various buildings, installation and modernization of various electrical equipment and lights, and the installation of various batteries to help off set usage.
This project is designed as a visual representation for the various
</p>
</div>
<!-- <div class="typography-line">
<span>Quote</span>
<blockquote>
<p class="blockquote blockquote-primary">
"I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at."
<br>
<br>
<small>
- Noaa
</small>
</p>
</blockquote>
</div>
<div class="typography-line">
<span>Muted Text</span>
<p class="text-muted">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
</p>
</div>
<div class="typography-line">
<span>Primary Text</span>
<p class="text-primary">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...</p>
</div>
<div class="typography-line">
<span>Info Text</span>
<p class="text-info">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
</div>
<div class="typography-line">
<span>Success Text</span>
<p class="text-success">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
</div>
<div class="typography-line">
<span>Warning Text</span>
<p class="text-warning">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
</p>
</div>
<div class="typography-line">
<span>Danger Text</span>
<p class="text-danger">
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers... </p>
</div>
<div class="typography-line">
<h2>
<span>Small Tag</span>
Header with small subtitle
<br>
<small>Use "small" tag for the headers</small>
</h2>
</div> -->
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav>
<ul>
<li>
<a href="https://www.creative-tim.com">
Creative Tim
</a>
</li>
<li>
<a href="http://presentation.creative-tim.com">
About Us
</a>
</li>
<li>
<a href="http://blog.creative-tim.com">
Blog
</a>
</li>
</ul>
</nav>
<div class="copyright" id="copyright">
©
<script>
document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))
</script>, Designed by
<a href="https://www.invisionapp.com" target="_blank">Invision</a>. Coded by
<a href="https://www.creative-tim.com" target="_blank">Creative Tim</a>.
</div>
</div>
</footer>
</div>
</div>
<!-- Core JS Files -->
<script src="js/core/jquery.min.js"></script>
<script src="js/core/popper.min.js"></script>
<script src="js/core/bootstrap.min.js"></script>
<script src="js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Google Maps Plugin -->
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Chart JS -->
<script src="js/plugins/chartjs.min.js"></script>
<!-- Notifications Plugin -->
<script src="js/plugins/bootstrap-notify.js"></script>
<!-- Control Center for Now Ui Dashboard: parallax effects, scripts for the example pages etc -->
<script src="js/now-ui-dashboard.min.js?v=1.2.0" type="text/javascript"></script>
</body>
</html>