-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathindex.html
84 lines (61 loc) · 2.55 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
81
82
83
84
<!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" xml:lang="en" lang="en">
<head>
<title>LBSC 690: Information Technology (Fall 2008) | Syllabus</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<img alt="University of Maryland, College of Information Studies"
src="images/logo.jpg"/>
<div style="padding-left: 25px">
<h2>LBSC 690: Information Technology (Fall 2008)</h2>
<p>
<b>Section:</b> 0301<br/>
<b>Time:</b> Wednesday, 1:00-3:45pm<br/>
<b>Location:</b> HBK 0103<br/>
<b>Instructor:</b> <a href="http://www.umiacs.umd.edu/~jimmylin/">Jimmy Lin</a>, jimmylin [ the at sign ] umd dot edu<br/>
<b>GA:</b> Nishita Thakker, nthakker [ the at sign ] umd dot edu
</p>
<hr/>
<h3>Course Material</h3>
<ul>
<li><a href="info.html">Course information</a>: course organization, policies, and grading</li>
<li><a href="syllabus.html">Syllabus</a>: lecture slides, readings, and classroom materials</li>
<li><a href="project.html">Final project information</a>: description of the final project requirements</li>
<li>Final Exam: [<a href="exams/2008-Fall-final.pdf">questions</a>] [<a href="exams/2008-Fall-final-solutions.pdf">solutions</a>]</li>
</ul>
<!--li><a href="http://www.umiacs.umd.edu/~oard/teaching/690/fall08/">Doug Oard's LBSC 690</a>: excellent source for additional materials</li-->
<pre>
</pre>
<hr/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td valign="top" align="left">
<small>This page, first created: 1 Sep 2008; last updated:
<script language="JavaScript" type="text/javascript">
<!--
var LastUpdated = "$Date: 2008-12-21 17:05:36 -0500 (Sun, 21 Dec 2008) $";
LastUpdated = LastUpdated.substring(LastUpdated.length-14, LastUpdated.length-3);
document.writeln (LastUpdated);
-->
</script>
</small>
</td>
<td valign="top" align="right">
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">
<img src="images/creative-commons.png" border="0" alt="Creative Commons: Attribution-Noncommercial-Share Alike 3.0 United States"/>
</a>
<a href="http://validator.w3.org/check/referer">
<img src="images/valid-xhtml10.gif" border="0"
alt="Valid XHTML 1.0!" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="images/vcss.gif"
alt="Valid CSS!" />
</a>
</td></tr></table>
</div>
</body>
</html>