-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversions-b.html
76 lines (66 loc) · 2.94 KB
/
versions-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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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><a href="ToDo.html">To Do List</a></p>
<p><b>Previous Versions</b></p>
</td>
<td valign="top" style="padding-left: 10px; border-left: 1px solid #a5a5a5;">
<h2>Previous Versions</h2>
<ul>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.8.6-Alpha/">V1.8.6</a>
<ul>
<li>Code cleanup.</li>
<li>Added overall (S-m257) meter on page load.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.8.5-Alpha/">V1.8.5</a>
<ul>
<li>Bug fixes.</li>
<li>Started additions to pass HTML Validation.</li>
<li>Now uses coverage fields from data in tree and table.</li>
<li>Now indexes daily meter data.</li>
<li>Ignores S-m27 (SE18 meter) for release.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.8-Alpha/">V1.8</a>
<ul>
<li>Plots no longer jump colours on sensor changes.</li>
<li>Added months for which node averages were calculated into tree text.</li>
<li>Added Google Chrome Frame banner for IE users.</li>
<li>Added colour swatches in table.</li>
<li>Added simple caching of sensor files.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.7-Alpha/">V1.7</a>
<ul>
<li>Added support for displaying previous months data as well as the current month.</li>
<li>Tidied up the UI, split the time and date below and above the main graph panel.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.6/">V1.6</a>
<ul>
<li>Added increased number of plots to be displayed, and general code and UI tweaks.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.5/">V1.5</a>
<ul>
<li>Added ability for Average nodes to display summation of all nodes beneath them.</li>
</ul>
</li>
<li><a target="_blank" href="http://www.cl.cam.ac.uk/meters/tools/wgb-vis/V1.6/">V1.4</a>
<ul>
<li>Added Average nodes into the exploration tree.</li>
</ul>
</li>
</ul>
</td></tr></table>
</body>