-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
105 lines (103 loc) · 4.7 KB
/
team.html
File metadata and controls
105 lines (103 loc) · 4.7 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Team</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="This site was created from a template originally designed and developed by Codify Design Studio. Find more free templates at http://www.adobe.com/devnet/author_bios/chris_converse.html" />
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="bannerArea">
<div class="container">
<div class="bannernav"><a href="contact.html" >Contact</a></div>
<div class="toplogo">
<a href="index.html"><img src="images/siloLogoTown.gif" alt="Silo Logo" height="69"/></a>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="topnavigationArea">
<div class="container">
<div class="topnavigationgroup">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="overview.html" class="MenuBarItemSubmenu">Model Design</a>
<ul>
<li><a href="overview.html">Overview</a></li>
<li><a href="underConstruction.html">Publications</a></li>
</ul>
</li>
<li><a class="MenuBarItemSubmenu" href="underConstruction.html">Modules</a>
<ul>
<li><a href="underConstruction.html">Synthetic Population</a></li>
<li><a href="underConstruction.html">Household Relocation</a></li>
<li><a href="underConstruction.html">Demography</a></li>
<li><a href="underConstruction.html">Real Estate</a></li>
</ul>
</li>
<li><a href="underConstruction.html" class="MenuBarItemSubmenu">Data</a>
<ul>
<li><a href="underConstruction.html">Input Data</a></li>
<li><a href="underConstruction.html">Output Data</a></li>
</ul>
</li>
<li style="border-right-style: solid;"><a href="team.html">Team</a></li>
</ul>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div class="contentArea">
<div class="container">
<div class="contentleft">
<h1>Team</h1>
<p>This is the contact information of core team members of the SILO model. For general inqueries please email contact@silomodel.net or call the National Center for Smart Growth at +1 (301) 405-9424.<p>
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td>Rolf Moeckel</td>
<td>Technische Universität München</td>
<td>rolf.moeckel [at] tum.de</td>
</tr>
<tr>
<td>Rick Donnelly</td>
<td>Parsons Brinckerhoff</td>
<td>donnellyR [at] pbworld.com</td>
</tr>
<tr>
<td>Uri Avin</td>
<td>University of Maryland</td>
<td>uavin [at] umd.edu</td>
</tr>
<tr>
<td>Eli Knaap</td>
<td>University of Maryland</td>
<td>eknaap [at] umd.edu</td>
</tr>
<tr>
<td>Casey Dawkins</td>
<td>University of Maryland</td>
<td>dawkins1 [at] umd.edu</td>
</tr>
</table>
<p> </p>
<p>Early development of SILO was substantially supported by Greg Erhardt (now: University College London), Chris Frazier (now: Sandia National Laboratories, Albuquerque) and Tara Weidner (now: Oregon Department of Transportation).</p>
</div>
<div class="contentright">
<h2> SILO Team</h2>
<p>The team building SILO currently included modelers of the University of Maryland and Parsons Brinckerhoff, Inc. </p></div>
<div style="clear:both;"></div>
</div>
</div>
<div class="footerArea">
<div class="container">
<div class="copyright">© 2014 National Center for Smart Growth, University of Maryland.</div>
</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>