-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (97 loc) · 4.84 KB
/
index.html
File metadata and controls
101 lines (97 loc) · 4.84 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
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
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="projects.html" class="button special">Our Projects</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Our Mission</h2>
<p>Our vision is to make labs all over the country energy efficient. <br>
We provide low cost and minimally invasive tools to detect and analyze energy inefficiencies <br> to provide targeted information to do something awesome.</p>
</header>
<ul class="icons major">
<li><span class="icon fa-leaf major style1"><span class="label">environment</span></span></li>
<li><span class="icon fa-lightbulb-o major style1"><span class="label">electricity</span></span></li>
<li><span class="icon fa-flask major style1"><span class="label">labs</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style3">
<section class="spotlight">
<div class="image"><img src="images/newpic01.jpg" alt="" /></div><div class="content">
<h2>About Us</h2>
<p>The Lab Energy Assessment Center (LEAC) is a new organization founded from a grant won from the MIT Green Labs program. The goal of the LEAC is to work in conjunction with Green Labs and MIT Sustainability <b> to promote resourceful energy usage </b> by providing <b>energy assessments free of charge </b> to labs on campus. </p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/newpic02.jpg" alt="" /></div><div class="content">
<h2>The Problem</h2>
<p>Did you know <b> MIT buildings with labs consume 300% more energy </b> than any other buildings on campus? This makes labs a primary target for reducing wasteful uses of energy and creating a more sustainable environment.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/newpic03.jpg" alt="" /></div><div class="content">
<h2>Our Solution</h2>
<p>We compile data to form a comprehensive report detailing power consumption patterns and work in collaboration with lab users to recommend energy-saving and sustainable practices. </p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 special">
<div class="inner">
<header class="major">
<h2>Our Services</h2>
<p> We use a custom built monitoring network designed by researchers <br /> at MIT's Device Research Lab that uses smart outlets and computer vision software. </p>
</header>
<ul class="features">
<li class="icon fa-bolt">
<h3> Monitoring: <br> Smart Outlets</h3>
<p>We fix every outlet with a smart Wemo outlet, which sends live energy consumption data to our server.</p>
</li>
<li class="icon fa-laptop">
<h3>Monitoring: <br> Computer Vision</h3>
<p>For power sources hardwired into the labs (ex. fume hoods, lights), we use a computer vision software that identifies on/off states, and accordingly calculates energy usage. </p>
</li>
<li class="icon fa-hand-stop-o">
<h3>Glove Recycling</h3>
<p>We set up a glove recycling programs to make your lab greener and raise awareness of green practices.</p>
</li>
<li class="icon fa-shower">
<h3>Water Management</h3>
<p> We can outfit your lab with low flow faucet aerators, which provide high pressure flow with less water. </p>
</li>
<li class="icon fa-wifi">
<h3>Remote Access</h3>
<p>Forgot to turn the lights off? No problem. We can set up the wemo outlets, so that you can remotely switch off any plugged-in equipment</p>
</li>
<li class="icon fa-users">
<h3>Personal Plan</h3>
<p>We will monitor the state energy usage of your lab for some time. Then, after sufficient data has been collected, we will form a personalized action plan for your lab that shows ways energy can saved.</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2> Want your lab involved? </h2>
<p> We'd love to talk to you and answer any questions you may have. Contact Us and we'll get back to you as soon as we can! </p>
</header>
<ul class="actions vertical">
<li><a href="contact.html" class="button fit special">Contact Us</a></li>
</ul>
</div>
</section>