-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (100 loc) · 3.93 KB
/
index.html
File metadata and controls
100 lines (100 loc) · 3.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Rolf Moeckel</title>
<style type="text/css">
a:link {color: darkblue;} /* unvisited link */
a:visited {color: darkblue;} /* visited link */
a:hover {color: blue;} /* mouse over link */
a:active {color: blue;} /* selected link */
</style>
</head>
<body style=" background-image: url("graphics/nolli_06_r.jpg"); font-family: Arial,Helvetica,sans-serif;">
<table style="width: 700pt" align="center" border="0">
<tbody>
<tr>
<td><br>
</td>
</tr>
<tr>
<td>
<table style="border:10px solid white; width: 100%;" bgcolor="white">
<tbody>
<tr>
<td colspan="3"><i><font size="10"><a href="index.html" style="text-decoration: none">Rolf
Moeckel</a></font></i><br>
</td>
<td style="text-align: right;" colspan="4"><a href="http://www.umd.edu"><img
alt="University of Maryland"
src="graphics/UMD-logo.jpg"
width="300px"></a><br>
</td>
</tr>
<tr>
<td><br>
</td>
<td style="height: 9.5167px;"><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td style="width: 16%; vertical-align: top;" rowspan="3"><img
style="width: 90px; height: 414px;"
title="City View"
alt="City View"
src="graphics/cityView.jpg"><br>
</td>
<td style="width: 16%; height: 33.2667px;"><a href="research.html">Research</a></td>
<td style="width: 16%;"><a href="biography.html">Bio</a></td>
<td style="width: 16%;"><a href="teaching.html">Teaching</a></td>
<td style="width: 16%;"><a href="publications.html">Publications</a></td>
<td style="width: 16%;"><a href="contact.html">Contact</a></td>
</tr>
<tr>
<td><br>
</td>
<td style="height: 26.2px;"><br>
</td>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td style="width: 100%; vertical-align: bottom;" colspan="4">As
a Faculty Research Associate, I am working at the National
Center for Smart Growth Research and Education at the
University of Maryland. My research focuses on developing
integrated land-use/transportation models and finding ways
of making such models useful for decision makers in urban
and regional planning. <br>
<br>
Outside work, I enjoy hiking in National Parks and singing
with the National Philharmonic Chorale.<br>
<br>
</td>
<td align="right"> <img style="height: 350px;" title="Rolf Moeckel"
alt="Rolf Moeckel"
src="graphics/rm.jpg">
</td>
</tr>
</tbody>
</table>
<div style="text-align: right;"><font size="-2">© Copyright 2014
Rolf Moeckel </font></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>