-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
executable file
·42 lines (36 loc) · 1.38 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="author" content="Ravishankar Krishnaswamy" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Ravishankar Krishnaswamy</title>
</head>
<body>
<div id="page" align="center">
<!--#include virtual="header.html" -->
<div id="titlebar" class="titletext">Teaching</div>
<div id="mainbody" class="bodytext" align="justify">
<br><br>
<ul>
<li> Spring 2016: <a href="adv-alg/">CS6841 (IIT Madras): Advanced Algorithms</a>
</li>
<li> Spring 2017: <a href="2017spring/">CS6841 (IIT Madras): Approximation Algorithms</a>
</li>
<li> Spring 2018: <a href="2018spring/">CS6841 (IIT Madras): Approximation Algorithms</a>
</li>
</ul>
</div>
<div id="titlebar" class="titletext">Professional Service</div>
<div id="mainbody" class="bodytext" align="justify">
<br><br>
<ul>
<li> PC Member: SODA 2017
</li>
<li> Organizer: <a href="http://clustering.weebly.com/workshop-summary">CTAP Workshop on Clustering 2015</a>
</li>
</ul>
</div>
</div>
</body>
</html>