-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathToDo-b.html
37 lines (29 loc) · 1.08 KB
/
ToDo-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<title>Gates Building Energy Use</title>
<body>
<h1>Gates Building Energy Use</h1>
<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><a href="../index.html">Introduction</a></p>
<p><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/current/">Run Visualisation</a></p>
<p><a href="bugs.html">Bug Reports</a></p>
<p><a href="units.html">Units and Costs</a></p>
<p><a href="api.html">Raw Data</a></p>
<p><a href="code.html">Demo Code</a></p>
<p><b>To Do List</b></p>
<p><a href="versions.html">Previous Versions</a></p>
</td>
<td valign="top" style="padding-left: 10px; border-left: 1px solid #a5a5a5;">
<h2>Gates Building Data Issues</h2>
<ul>
<li>Better coverage information.</li>
<li>Better positional information of sensors.</li>
<li>Seperation of combined functions.</li>
</ul>
<h2>Visualisation Tool Issues</h2>
<ul>
<li>Grid frequency.</li>
<li>External temperature time series.</li>
</ul>
</td></tr></table>
</body>