-
Notifications
You must be signed in to change notification settings - Fork 1
/
teaching.html
executable file
·195 lines (180 loc) · 11 KB
/
teaching.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html lang="EN-US">
<head>
<title>DR's Teaching</title>
<!-- Updated 2020-05-20 -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="rorabaugh.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8VSF4BT9C8"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8VSF4BT9C8");
</script>
<script type="text/javascript" src="teaching_feedback.js"></script>
<script type="text/javascript">
function writeFeedback(classNum) {
var len = classText[classNum].length;
var i = Math.floor(len*Math.random());
document.getElementById(classNum).innerHTML = '"'+classText[classNum][i]+'"';
}
function writeAllFeedback() {
for(classNum in classText){
writeFeedback(classNum);
};
}
</script>
</head>
<body>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="problems.html">Open Problems</a></li>
<li><strong>Teaching</strong></li>
<li><a href="coding.html">Coding</a></li>
<li><a href="spanish.html">Español</a></li>
</ul>
</div>
<div style="line-height:1.5em; margin-top:60px; text-align:center;">
<h3>Global Computing Laboratory, Spring 2018—Spring 2020</h3>
<table style="width:90%; margin:auto;">
<tr><td colspan=2>
<p>My most recent postdoctoral appointment was a research positon, but I still had the opportunity to <b>assist</b> with gradute-level computer science courses.<br> </p>
</td></tr>
<tr>
<td style="vertical-align:top;">
<h3>University of Delaware, Newark</h3>
<p style="margin:0;"><b>Spring 2018:</b> <span class="M700">CISC 879: Big Data Analytics</span></p>
</td>
<td style="vertical-align:top;">
<h3>University of Tennessee, Knoxville</h3>
<p style="margin:0;"><b>Fall 2018:</b> <span class="M700">CS 594/690: Big Data Analytics</span></p>
<p><b>Spring 2020:</b> <span class="M700">COSC 526: Big Data Analytics</span></p>
</td>
</tr>
</table>
</div>
<br>
<hr>
<div style="line-height:1.7em; text-align:center;">
<h3>Queen's University, Fall 2015—Fall 2017</h3>
<table style="width:90%; margin:auto;">
<tr><td>
Half of my appointment at Queen's was as an Adjunt Assistant Professor, so I was <b>instructor of record</b> for one or two courses each semester.<br><i><blockquote>(<a href="javascript:void(0)" onclick="location.reload();">Refresh</a> the page to see other students' favorite course aspects.)</blockquote></i>
</td></tr>
<tr>
<td>
<dl>
<dt><b>Fall 2017</b>
<dt><span class="M121">MATH 121A: Differential and Integral Calculus</span>
<i><blockquote id="class121"></blockquote></i>
</dl>
</td>
</tr>
<tr>
<td>
<dl>
<dt><b>Winter 2017</b>
<dt><span class="M124">MATH 121B/124: Differential and Integral Calculus</span>
<i><blockquote id="class124b"></blockquote></i>
</dl>
</td>
</tr>
<tr>
<td>
<dl>
<dt><b>Fall 2016</b>
<dt><span class="M121">MATH 121A: Differential and Integral Calculus</span>
<dt><span class="M544">MATH 401/801: Graph Theory</span>
<i><blockquote id="class401"></blockquote></i>
</dl>
</td>
</tr>
<tr>
<td>
<dl>
<dt><b>Winter 2016</b>
<dt><span class="M124">MATH 121B/124: Differential and Integral Calculus</span>
<i><blockquote id="class124"></blockquote></i>
</dl>
</td>
</tr>
<tr>
<td>
<dl>
<dt><b>Fall 2015</b>
<dt><span class="M121">MATH 121A: Differential and Integral Calculus</span>
<dt><span class="M235">MTHE 235: Differential Equations for Electrical and Computer Engineers</span>
<i><blockquote id="class235"></blockquote></i>
</dl>
</td>
</tr>
</table>
</div>
<br>
<hr>
<div style="line-height:1.7em; text-align:center;">
<h3>University of South Carolina, Fall 2010—Spring 2015</h3>
<table width="100%">
<tr><td colspan=2>
<blockquote>I was a Graduate Teaching Assistant during my doctoral studies, teaching about one course per semester.</blockquote>
</td></tr>
<tr>
<td width="30%" style="text-align:center; vertical-align:top; padding:10px;">
<img src="imgs/teach-lecture.jpg" alt="Teaching Calculus" width=400px>
<br><br><br>
<img src="imgs/teach-help.jpg" alt="Helping Students" width=400px>
</td>
<td width="70%" style="text-align:left; vertical-align:top; padding:10px;">
<dl>
<dt><b>Instructor of Record</b>
<dt><span class="M111">Math 111: Beginning College Mathematics</span> — <a href="docs/teach/Syl2012Fall.pdf">Fall 2012</a>
<dd>Here's a <a href="docs/teach/Transform.pdf">colorful demonstration</a> of transformation rules.
<i><blockquote id="class111"></blockquote></i>
<dt><span class="M115">Math 115: Precalculus</span> — <a href="docs/teach/Syl2011Fall.pdf">Fall 2011</a>, <a href="docs/teach/Syl2013Fall_2.pdf">Fall 2013</a> <a href="docs/teach/Syl2013Fall_5.pdf">x2</a>
<dd>Halloween 2013, my two sections of Math 115 had a thematic introduction to <a href="docs/teach/SinCos.pdf">Sine and Cosine</a>.
<i><blockquote id="class115"></blockquote></i>
<dd>
<dt><span class="M122">Math 122: Calculus for Business Administration and Social Sciences</span> — <a href="docs/teach/Syl2014Fall.pdf">Fall 2014</a>, <a href="docs/teach/Syl2015Spring.pdf">Spring 2015</a>
<dd>
<i><blockquote id="class122"></blockquote></i>
<dd>
<dt><span class="M142">Math 142: Calculus II</span> — <a href="docs/teach/Syl2011Summer.pdf">Summer 2011</a>
<dd>This was my first time as Instructor of Record and we had lots of fun learning together! <!--One day I came into the classroom and found an anonymous $10 IHOP gift card awaiting me on the front table.-->
<i><blockquote id="class142"></blockquote></i>
<dt><span class="M170">Math 170: Finite Mathematics</span> — <a href="docs/teach/Syl2012Spring.pdf">Spring 2012</a>, <a href="docs/teach/Syl2013Spring.pdf">Spring 2013</a>, <a href="docs/teach/Syl2014Spring.pdf">Spring 2014</a>
<dd>In 2013, my Math 170 class was Section 007, so I dubbed myself "Q" and molded word problems into a <a href="docs/teach/007.pdf">secret agent theme</a>.
<i><blockquote id="class170"></blockquote></i>
<br>
<dt><b>Substitute Instructor</b>
<dt><span class="M111">Math 111: Basic College Mathematics</span> — 23 January 2015
<dt><span class="M141">Math 141: Calculus I</span> — 7 February 2014, 17 March 2014
<dt><span class="M142">Math 142: Calculus II</span> — 3 March 2015
<dt><span class="M170">Math 170: Finite Mathematics</span> — 12 September 2014
<dt><span class="M242">Math 242: Elementary Differential Equations</span> — 5 April 2012, 28 March 2014
<dt><span class="M544">Math 544: Linear Algebra</span> — 24 February 2014
<dt><span class="M574">Math 574: Discrete Mathematics I</span> — 20 February 2015
<dt><span class="M700">Math 700: Linear Algebra</span> — 7 April 2014
<br><br>
<dt><b>Lab Instructor</b>
<dt><span class="M141">Math 141: Calculus I</span> — Fall 2010, Spring 2011
<dd>I was the Recitation and Maple Lab instructor for <a href="http://people.math.sc.edu/baber/" target="_blank" rel="noopener noreferrer">Courtney Baber</a> in 2010 and for <a href="http://people.math.sc.edu/dix/" target="_blank" rel="noopener noreferrer">Daniel Dix</a> in 2011.
<br><br>
<dt><b>Private Tutor</b>
<dd>From March 2011 through September 2014, I provided individual tutoring for students in Pre-algebra, Algebra, Statistics, Business Calculus, Calculus I, and Calculus II.
</dl>
</td>
</tr>
</table>
</div>
<script type="text/javascript">writeAllFeedback();</script>
</body>
</html>