-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (63 loc) · 2.46 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
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
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<meta content='IE=edge;chrome=1' http-equiv='X-UA-Compatible' />
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js'></script>
<link href='/cleantech/solar/choropleth.css' media='screen' rel='stylesheet' type='text/css' />
<link href='/cleantech/solar/colorbrewer/colorbrewer.css' rel='stylesheet' type='text/css' />
<link href="stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class='container main-content'>
<div class='row'>
<div class='span12'>
<div class='navbar'>
<div class='navbar-inner'>
<div class='container'>
<ul class='nav'>
<li>
<a href='/'>Research Home</a>
</li>
<li>
<a href='http://funginstitute.berkeley.edu/'>Fung @ Berkeley</a>
</li>
<li>
<a href='https://github.com/funginstitute'>Fung @ Github</a>
</li>
<li>
<a href='/statistics'>Patent statistics</a>
</li>
<li>
<a href='/cleantech/solar/'>Solar by state</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class='row'>
<div class='span12'>
<div id='main' role='main'>
<div>
<h1 id='fung_institute_research_pages'>Fung Institute research pages</h1>
<p>Welcome to the Fung Institute research web pages.</p>
<p>These pages aggregate and present recent and ongoing research activity of Berkeley’s Coleman Fung Institute for Engineering Leadership. Most of the material here is unpublished and informative and provides context and supporting documentation for <a href='http://funginstitute.berkeley.edu/research-0'>published research at Fung Institute</a>.</p>
</div>
<p><a href="https://github.com/funginstitute/downloads">Link to current disambiguation downloads</a></p>
</div>
</div>
</div>
</div>
</body>
<footer>
<div class='container'>
<div class='span12'>
<p></p>
</div>
</div>
</footer>
</html>