-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
112 lines (102 loc) · 5.42 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Questrial">
<link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="nav-bar.css">
<link rel="stylesheet" href="re-te-pe.css">
<title>Adam Check - Teaching</title>
</head>
<body>
<div class="nav">
<div class="container">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="state_rec.html">Recessions</a></li>
<!--<li><a target="_blank" href="Check_CV.pdf">CV</a></li>-->
<!--<li><a href="personal.html">Personal</a></li>-->
<!-- <li><a href="http://asymmetriceconomist.wordpress.com" target="_blank">Blog</a></li> -->
</ul>
</div>
</div>
<div class ="name">
<div class="container">
<div class="row">
<div class="col-md-4">
<h1>Adam Check</h1>
<!--<p>University of St. Thomas</p>-->
</div>
</div>
</div>
</div>
<div class="pic">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="thumbnail">
<img src="teaching_board_web.JPG"/>
</div>
</div>
<div class="col-md-7">
<h3 class = "teaching"> University of St. Thomas</h3>
<p class="classes"> ECON 311: Forecasting </p>
<ul class="terms">
<li>January 2018, '22</li>
<li>Fall 2017, '18, '19, '21</li>
<li>Spring 2017, '21, '22</li>
<li>Summer, 2021 </li>
</ul>
<p class="classes"> ECON 251: Principles of Macroeconomics </p>
<ul class="terms">
<li>Spring 2017, '18, '19, '20, '21</li>
<li>Fall 2016, '17, '19, '20, '21</li>
</ul>
<p class="classes"> ECON 351: Macroeconomic Theory </p>
<ul>
<li>Spring 2019, '20</li>
</ul>
</div>
</div>
</div>
</div>
<div class="pic">
<div class="container">
<div class="row">
<div class="col-md-5">
<h3>Student Comments</h3>
<blockquote class="comment"><i> I really enjoyed how this course was taught and how organized the lectures were. I appreciated that we got to hear the material through lectures, but then also work in small groups to make sure we understand what we have learned. I also liked how everything was related to the real world and was shown to be applicable outside of the course. It was interesting finding articles and listening to podcasts that applied to what we were learning and helped to understand how these concepts are relevant outside of class. Dr. Check was extremely helpful with questions and feedback which was very beneficial and helped make this course enjoyable. </i>
<footer>Macroeconomic Theory, Spring 2019</footer>
</blockquote>
<blockquote class = "comment"><i>Dr. Check is an exceptional professor. It is obvious that he is knowledgable and has a passion for the subject. It is also obvious that he cares about the well-being and success of his students. He explains course material in a way that is easy to understand and has created an environment where I feel comfortable asking questions. He also communicates well (quick responses via email and provides meaningful feedback for our assignments)...Overall, I am glad I took this course because I learned a lot, and I am glad I was able to take this class with Dr. Check. I would definitely recommend this course and this professor to future students. </i>
<footer>Forecasting, Fall 2021</footer>
</blockquote>
<blockquote class="comment"><i>I really enjoyed the way this class was taught and learned the most in this class than all of my classes this semester. I am now interested in possibly exploring economics in my time here at UST. I feel confident about what I learned and feel confident using what I learned to understand real life experiences. I enjoyed Dr. Check's teaching style as well. </i>
<footer>Principles of Macroeconomics, Fall 2021</footer>
</blockquote>
</div>
<div class="col-md-7">
<div class="ta">
<h3 class = "teaching"> University of Oregon</h3>
<p class="classes">EC 370: Money and Banking </p>
<p class="classes">EC 313: Intermediate Macroeconomics </p>
</div>
</div>
</div>
</div>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54745637-1', 'auto');
ga('send', 'pageview');
</script>
</html>