-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
32 lines (26 loc) · 832 Bytes
/
teaching.html
File metadata and controls
32 lines (26 loc) · 832 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Teaching | Kaushik Pradhan</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="teaching.html">Teaching</a>
<a href="cv.html">CV</a>
</nav>
<div class="container">
<h2>Teaching Experience</h2>
<ul class="teaching-list">
<li><strong>Fall 2025</strong> — Geology for Engineers (Lab), UTEP</li>
<li><strong>Fall 2023</strong> — Principles of Earth Sciences (Lab), UTEP</li>
<li><strong>Fall 2022</strong> — Principles of Earth Sciences (Lab), UTEP</li>
<li><strong>Spring 2021</strong> — Seismology Lab, IISER Kolkata</li>
<li><strong>Fall 2020</strong> — Seismology, IISER Kolkata</li>
</ul>
</div>
</body>
</html>