-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaculty.html
More file actions
86 lines (86 loc) · 3.09 KB
/
Copy pathfaculty.html
File metadata and controls
86 lines (86 loc) · 3.09 KB
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
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html>
<head>
<title>Virtual Sensor Designer</title>
<link rel="stylesheet" href="css/designtool.css">
<link rel="stylesheet" href="css/navi-menu.css" type="text/css" />
<link rel="stylesheet" href="css/team-faculty.css" type="text/css" />
</head>
<body>
<header class="cmu_layout" id="cmu_header">
<div id="title">
Carnegie Mellon University
<br/>
Virtual Sensor Design Tool
</div>
<nav>
<div class="menu">
<ul>
<li>
<a class="hide" id="help" href="designtool.html">DESIGN</a>
</li>
<li>
<a class="hide" href="http://clydeli.github.io/sn-visualization/dev" target="_blank">VISUALIZATION</a>
</li>
<li>
<a class="hide non-link">SPONSORS</a>
<ul>
<li>
<a href="http://www.nasa.gov" target="_blank">NASA</a>
</li>
<li>
<a href="http://www.sap.com/index.epx" target="_blank">SAP</a>
</li>
<li>
<a href="http://www.ericsson.com" target="_blank">ERICSSON</a>
</li>
</ul>
</li>
<li>
<a class="hide non-link">ABOUT US</a>
<ul>
<li>
<a href="team.html" target="_blank">TEAM VIRTUAL</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<h1>Director</h1>
<table class="person">
<tr>
<td><img src="http://www.cmu.edu/silicon-valley/images/personnel/zhang-jia.jpg" /></td>
<td><a href="http://www.cmu.edu/silicon-valley/faculty-staff/zhang-jia.html">Jia Zhang</a></td>
<td><a href="mailto:jia.zhang@sv.cmu.edu">jia.zhang@sv.cmu.edu</a></td>
</tr>
<tr>
<td><img src="http://cmusv-rails-production.s3.amazonaws.com/REV_911e9c36c36d55c1f840c1d49dd0221144781e35/images/staff/MartinGriss.jpg" /></td>
<td><a href="http://www.cmu.edu/silicon-valley/faculty-staff/griss-martin.html">Martin Griss</a></td>
<td><a href="mailto:martin.griss@sv.cmu.edu">martin.griss@sv.cmu.edu</a></td>
</tr>
<tr>
<td><img src="http://www.cmu.edu/silicon-valley/images/personnel/iannucci.jpg" /></td>
<td><a href="http://www.cmu.edu/silicon-valley/faculty-staff/iannucci-bob.html">Bob Iannucci</a></td>
<td><a href="mailto:bob.iannucci@sv.cmu.edu">bob.iannucci@sv.cmu.edu</a></td>
</tr>
<tr>
<td><img src="http://cmusv-rails-production.s3.amazonaws.com/REV_911e9c36c36d55c1f840c1d49dd0221144781e35/images/staff/StevenRosenberg.jpg" /></td>
<td><a href="http://www.cmu.edu/silicon-valley/faculty-staff/rosenberg-steven.html">Steven Rosenberg</a></td>
<td><a href="mailto:steven.rosenberg@sv.cmu.edu">steven.rosenberg@sv.cmu.edu</a></td>
</tr>
</table>
<h1>Team Coach</h1>
<table class="person">
<tr>
<td><img src="http://cmusv-rails-production.s3.amazonaws.com/REV_911e9c36c36d55c1f840c1d49dd0221144781e35/images/staff/EdKatz.jpg" /></td>
<td><a href="http://www.cmu.edu/silicon-valley/faculty-staff/katz-ed.html">Ed Kats</a></td>
<td><a href="mailto:steven.rosenberg@sv.cmu.edu">ed.katz@sv.cmu.edu</a></td>
</tr>
</table>
<footer class="cmu_layout" id="cmu_footer">
Powered by Team Virtual, 2013
</footer>
</body>
</html>