-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeaching.html
31 lines (31 loc) · 1.56 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Scott N. Walck Teaching</title>
<link rel="stylesheet" href="walck1.css" type="text/css" />
</head>
<body>
<h1>Scott N. Walck</h1>
<h2>Fall 2020 Courses</h2>
<ul>
<li><a href="phy103/index.html">PHY 103, General College Physics I</a></li>
<li><a href="phy103/labs/index.html">PHY 103L, General College Physics I Lab</a></li>
<li><a href="phy321/index.html">PHY 321, Electricity and Magnetism I</a></li>
</ul>
<h2>Courses offered in previous semesters</h2>
<ul>
<li><a href="phy104/index.html">PHY 104, General College Physics II</a></li>
<li><a href="phy111/index.html">PHY 111, Principles of Physics I</a></li>
<li><a href="phy112/index.html">PHY 112, Principles of Physics II</a></li>
<li><a href="phy261/index.html">PHY 261, Introduction to Computational Physics</a></li>
<li><a href="phy304/index.html">PHY 304, Thermodynamics</a></li>
<li><a href="phy312/index.html">PHY 312, Analytical Mechanics II</a></li>
<li><a href="phy322/index.html">PHY 322, Electricity and Magnetism II</a></li>
<li><a href="phy421/index.html">PHY 421, Quantum Mechanics I</a></li>
<li><a href="phy422/index.html">PHY 422, Quantum Mechanics II</a></li>
<li><a href="coe276/index.html">COE 276, Quantum Mysteries</a></li>
</ul>
</body>
</html>