-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
29 lines (29 loc) · 1.44 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SF Environment Benchmark</title>
</head>
<body>
<h1>SF Environment Benchmark Project</h1>
<h2>Code for San Francicso, Data Science Working Group</h2>
<h3>Files in this repo:</h3>
<p>
<a href="dashboard/index.html">dashboard/</a> : a dashboard display <br>
data/ : shared data files <br>
js/ : shared javascript files <br>
<a href="map/index.html">map/</a> : a map display <br>
modeling/ : initial modeling <br>
<a href="README.md">README.md</a> : more info <br>
</p>
<h3>Links</h3>
<p>
<a href="https://github.com/smoningi/SF-Environment-Benchmark">Github repo</a> <br>
<a href="http://smoningi.github.io/SF-Environment-Benchmark/map/)">prototype map</a> live version <br>
<a href="http://smoningi.github.io/SF-Environment-Benchmark/dashboard/)">prototype dashboard</a> live version <br>
<a href="https://data.sfgov.org/Energy-and-Environment/Existing-Commercial-Buildings-Energy-Performance-O/j2j3-acqj">DataSF</a> data source <br>
<a href="http://sfenvironment.org/energy/energy-efficiency/commercial-and-multifamily-properties/existing-commercial-buildings-energy-performance-ordinance">SF Environment</a> Ordinance <br>
<a href="http://sfenvironment.org/download/san-francisco-existing-commercial-buildings-performance-report-20102014">SF Environment</a> Report <br>
</p>
</body>
</html>