-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-b.html
59 lines (45 loc) · 3.06 KB
/
index-b.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<title>Gates Building Energy Use</title>
<body>
<div style="float:left; height=50px; width:40%">
<h1>Gates Building Energy Use</h1>
</div>
<div style="float:right; height=50px; width:60%">
<p style="color:red"><b>Some sensors currently have missing data, and summation plots will not work because of this. This will be fixed shortly.</b></p>
</div>
<div style="display: inline-block; margin-top:80px margin-left:auto; margin-right:auto;">
<table rows=2 cols=1><tr>
<td valign="top" style="width:10em; font-family: lucida, verdana, sans-serif; font-size : 12px; line-height: 130%;">
<p><b>Introduction</b></p>
<p><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/current/">Run Visualisation</a></p>
<p><a href="site-pages/bugs.html">Bug Reports</a></p>
<p><a href="site-pages/units.html">Units and Costs</a></p>
<p><a href="site-pages/api.html">Raw Data</a></p>
<p><a href="site-pages/code.html">Demo Code</a></p>
<p><a href="site-pages/ToDo.html">To Do List</a></p>
<p><a href="site-pages/versions.html">Previous Versions</a></p>
</td>
<td valign="top" style="padding-left: 10px; border-left: 1px solid #a5a5a5;">
<h2>Introduction</h2>
<p>Welcome to the metering site for the Cambridge University Computer Laboratory.</p>
<p>Here you will find both energy data for the Gates Building and a visualisation tool that produces
a graphical presentation of the data. <b>The visualisation works with <a href="http://www.apple.com/safari/">
Safari</a>, <a href="http://www.mozilla.com/">Firefox</a> and <a href="http://www.google.com/chrome/">Chrome</a>.
To use with Internet Explorer, install <a href="http://www.google.com/chromeframe/">Chrome Frame</a>.</b></p>
<p>The visualisation tool can be used to explore, identify and compare the energy consumption throughout
the building, either to aid in the running of the building or to inform the occupants.</p>
<h2>Running the Visualisation</h2>
<p>Click "Run Visualisation" on the left to start the tool.
The presentation is based on two tree structures: functional and geographic. The same data is
presented, only the organisation is different. Clicking on a triangle will expand the tree, exploring
by geography or function depending on which is selected. Clicking a square will show the graph for a
specific sensor, and clicking a circle will show the graph for the sum of sensors in that section.
Dragging the blue selection box on the lower chart will zoom the time scale for selected data in the chart view.</p>
<p>Graphs are presented as instantaneous power. For an explanation of units and cost, see
<a href="http://www.cl.cam.ac.uk/meters/site-pages/units.html">here</a>.</p>
<p>Note that not all circuits below the "Building" main circuit are monitored; this will change as we add more sensors.</p>
<p>The current alpha version of the tool is avalible for use <a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/current/">here</a>.</p>
<p>We are currently working with users of other buildings to replicate this system.</p>
</td></tr></table>
</div>
</body>