-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (47 loc) · 1.72 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
<!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" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Alex Vondrak</title>
<link rel="stylesheet" href="text.css" />
</head>
<body style="margin:22px;">
<h1>Alex Vondrak</h1>
<p>
Lecturer<br/>
<a href="http://www.csupomona.edu/~cs">Computer Science Department</a><br/>
<a href="http://www.csupomona.edu">California State Polytechnic University, Pomona</a><br/>
</p>
<p>
Office 8-39<br/>
(909) 869-3449<br/>
<code>[email protected]</code>
</p>
<hr/>
<h2>Office Hours</h2>
<ul>
<li> MWF 12:00 PM–2:00 PM </li>
</ul>
<h2>Classes</h2>
<ul>
<li> <a href="cs/130">CS 130</a> </li>
<li> <a href="cs/210">CS 210</a> </li>
<li> <a href="cs/240">CS 240</a> </li>
</ul>
<h2>Work</h2>
<ul>
<li> <abbr title="Computer Science Society">CSS</abbr> (student
<a href="http://www.acm.org">ACM</a> chapter) talks
<ul>
<li> <a href="talks/factor.pdf">Factor</a> </li>
<li> <a href="talks/freenet.pdf">Freenet</a> </li>
<li> <a href="talks/hm.pdf">Type Inference</a> </li>
<li> <a href="talks/lc.pdf">Lambda Calculus</a> </li>
<li> <a href="talks/monads.pdf">Monads</a> </li>
<li> <a href="talks/quickcheck.pdf">QuickCheck</a> </li>
</ul>
</li>
<!-- <li> Master's <a href="thesis.pdf">thesis</a> </li> -->
</ul>
</body>
</html>