-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
69 lines (63 loc) · 3.44 KB
/
teaching.html
File metadata and controls
69 lines (63 loc) · 3.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>Dmitrii Avdiukhin</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="navbar-top.css" rel="stylesheet">
</head>
<body>
<div id="nav-placeholder"></div>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$.get("nav.html", function(data){
$("#nav-placeholder").replaceWith(data);
});
</script>
<div class="container">
<div class="jumbotron">
<h3>Teaching</h3>
<dl class="row">
<dd class="col-sm-2">(Upcoming) Winter 2025</dd>
<dd class="col-sm-10"><b>"Theory of Gradient-Based Optimization in ML"</b>. Northwestern University, COMP_SCI 496. Instructor. </dd>
<dd class="col-sm-2">Fall 2024</dd>
<dd class="col-sm-10"><b>"Design & Analysis of Algorithms"</b>. Northwestern University, COMP_SCI 336. Instructor. </dd>
<dd class="col-sm-2">Spring 2024</dd>
<dd class="col-sm-10"><b>"Design & Analysis of Algorithms"</b>. Northwestern University, COMP_SCI 336. Instructor. </dd>
<dd class="col-sm-2">Winter 2024</dd>
<dd class="col-sm-10"><b>"Design & Analysis of Algorithms"</b>. Northwestern University, COMP_SCI 336. Instructor. </dd>
<dd class="col-sm-2">Fall 2023</dd>
<dd class="col-sm-10"><b>"Advanced Algorithm Design through the Lens of Competitive Programming"</b>. Northwestern University, COMP_SCI 396/496. Instructor. </dd>
<dd class="col-sm-12"></dd>
<dd class="col-sm-12"></dd>
<br>
<dd class="col-sm-2">Spring 2023</dd>
<dd class="col-sm-10"><b>"Quantum Computing"</b>. Indiana University, CSCI-B490/B629. Associate Instructor.</dd>
<dd class="col-sm-2">Fall 2022</dd>
<dd class="col-sm-10"><b>"Introduction to Algorithm Design and Analysis"</b> (undergraduate). Indiana University, CSCI-B403. Associate Instructor.</dd>
<dd class="col-sm-2">Fall 2022</dd>
<dd class="col-sm-10"><b>"Introduction to Algorithm Design and Analysis"</b> (undergraduate). Indiana University, CSCI-B403. Associate Instructor.</dd>
<dd class="col-sm-2">Spring 2022</dd>
<dd class="col-sm-10"><b>"Math & logic for cognitive science"</b> (graduate). Indiana University, CSCI-B590. Associate Instructor.</dd>
<dd class="col-sm-2">Spring 2020</dd>
<dd class="col-sm-10"><b>"Applied Algorithms"</b> (graduate). Indiana University, CSCI-B505. Head Associate Instructor.</dd>
<dd class="col-sm-2">Spring 2019</dd>
<dd class="col-sm-10"><b>"Data Structures"</b> (Honors, undergraduate)}. Indiana University, CSCI-H343. Associate Instructor.</dd>
</dl>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>-->
<script src="bootstrap.js"></script>
</body>
</html>