-
Notifications
You must be signed in to change notification settings - Fork 0
/
Teaching.html
62 lines (41 loc) · 1.46 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
---
layout: page
title: "Teaching"
---
<head>
<title>Teaching stuff</title>
<style>
summary {
font-size: 20px;
}
li {
margin-bottom: 5mm;
}
</style>
</head>
<body>
<hr style="margin-top:1cm;">
<h2>University of Illinois Urbana-Champaign</h2>
<details>
<summary>
Teaching Assistant
</summary>
<ul>
<li>
<em>AE 461:</em> <strong>Structures and Control Lab</strong> (Spring 2022, Spring 2023)<br>
Undergraduate-level class of approximately 120 students covering the theory and application of experimental techniques of structural mechanics, vibrations, dynamics, and control systems.
</li>
<li>
<em>AE 352:</em> <strong>Aerospace Dynamical Systems</strong> (Fall 2019) <br>
Undergraduate-level class of approximately 100 students covering the topics of particle kinematics and dynamics, Lagrange's equations, vibrations and rotational dynamics of rigid bodies.
</li>
<li>
<em>AE 483:</em> <strong>UAV Navigation and Control</strong> (Fall 2018)<br>
Undergraduate-level class of approximately 170 students covering the theory and experimental implementations of UAV flight and control laws.
</li>
</ul>
</details>
<!-- Code to add a button return to top -->
<button onclick="topFunction()" id="topBtn" title="Go to top">Top</button>
<script src="{{ site.baseurl }}/assets/js/top_button.js" ></script>
</body>