-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
165 lines (164 loc) · 6.37 KB
/
teaching.html
File metadata and controls
165 lines (164 loc) · 6.37 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Teaching</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%; color: #0B6121;"><b>Teaching</b></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: top;" colspan="5">During
the Spring Semester 2014, I am co-teaching together with Dr.
Gerrit Knaap a class on Research Design (URSP 805). The
purpose of the course is to help to design, conduct,
publish, defend and present quality research in planning and
planning-related fields. This class is mandatory for PhD
students in Urban and Regional Planning and Design at the
University of Maryland. <br>
<br>
<br>
<strong>Curriculum<br>
</strong><br>
<table style="border:1px dashed grey;">
<tbody>
<tr style="border:1px dashed grey;">
<th>Session</th>
<th>Topic</th>
</tr>
<tr>
<td>1</td>
<td>Course overview, The nature of inquiry</td>
</tr>
<tr>
<td>2</td>
<td>Research Design</td>
</tr>
<tr>
<td>3</td>
<td>Literature Reviews</td>
</tr>
<tr>
<td>4</td>
<td>Action Research</td>
</tr>
<tr>
<td>5</td>
<td>Qualitative Analysis</td>
</tr>
<tr>
<td>6</td>
<td>Case Study Research</td>
</tr>
<tr>
<td>7</td>
<td>Quantitative Analysis</td>
</tr>
<tr>
<td>8</td>
<td>Proposals, dissertations, writing</td>
</tr>
<tr>
<td>9</td>
<td>Survey Research</td>
</tr>
<tr>
<td>10</td>
<td>Evaluation Research</td>
</tr>
<tr>
<td>11</td>
<td>Research Funding</td>
</tr>
<tr>
<td>12</td>
<td>Scholarly Presentation</td>
</tr>
<tr>
<td>13</td>
<td>Research methods in Digital Age</td>
</tr>
<tr>
<td>14</td>
<td>Research Publication</td>
</tr>
</tbody>
</table>
<br>
In addition, I am advising Independent Studies for students
interested in urban and regional analyses and/or modeling.<br>
</td>
</tr>
</tbody>
</table>
<div style="text-align: right;"><font size="-2">© Copyright 2014
Rolf Moeckel </font></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>