-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (62 loc) · 2.36 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html>
<head>
<meta http-equiv="REFRESH" content="0;url=http://svivek.com">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Vivek Srikumar</title>
<link rel="stylesheet" href="style/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="style/print.css" type="text/css" media="print"/>
<!--[if lt IE 8]>
<link rel="stylesheet" href="style/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<div id ="pagewidth">
<div class = "clearfix" id="maincol">
<div id="header">
<div id="banner">
<h1>
<a href="http://svivek.com" title="Vivek Srikumar's homepage">Vivek Srikumar</a>
</h1>
<div id="email"> vsrikum2 at illinois dot edu </div>
</div>
<div id="navLinks">
<ul>
<li><a href="http://svivek.com">Home</a></li>
<li><a href="http://svivek.com/#contact">Contact</a></li>
</ul>
<ul>
<li><a href="http://svivek.com/research">Research</a></li>
<li><a href="http://svivek.com/software">Software</a></li>
</ul>
<ul>
<li><a href="http://svivek.com/tutorials">Tutorials</a></li>
<li><a href="http://svivek.com/teaching">Teaching</a></li>
</ul>
</div>
<br/>
</div>
<div id="page" class="shadow">
<h1> Vivek Srikumar </h1>
<hr />
<p><img class='inset left' src='http://svivek.com/img/vivek.jpg' title='Vivek Srikumar' alt='Vivek Srikumar' /></p>
<p>I'm a Ph.D. candidate at the
<em><a href="http://cs.illinois.edu">Computer Science Department</a></em> of the
<em><a href="http://illinois.edu">University of Illinois at Urbana-Champaign</a></em>. I
work with <a href="http://l2r.cs.illinois.edu">Prof. Dan Roth</a> and the
<a href="http://cogcomp.cs.illinois.edu">Cognitive Computation group</a>. My
research deals with Machine Learning and Natural Language
Processing. <a href="research">Here</a>'s more information about my research and
a list of publications.</p>
</div>
</div>
</div>
</div>
</body>
</html>