-
Notifications
You must be signed in to change notification settings - Fork 1
/
teaching.html
107 lines (105 loc) · 4.91 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LUKA -- The Capital NLP Group of California</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Language Understanding and Knowledge Acquisition Lab, LUKA @ USC">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<script src="./js/w3data.js"></script>
</head>
<body>
<div class="container">
<div w3-include-html="./src/header.html" id="common_header"></div>
<hr>
<div class="row-fluid">
<div class="span3 bs-docs-sidebar" id="navparent">
<ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-top="200" data-offset-bottom="260">
<li><a href="#ke142"> KE 142: Tortor Vitae Purus</a></li>
<li><a href="#ke121"> KE 121: Ullamcorper Malesuada</a></li>
</ul>
</div>
<div class="span8 offset1">
<section id="ke142">
<div class="page-header">
<h3><a href="">KE 142: Tortor Vitae Purus</a></h3>
<hr>
<p>Quam viverra orci sagittis eu volutpat odio. Ultricies tristique nulla aliquet enim tortor at auctor urna nunc. </p>
<p><b>Prerequisite: </b><a href=""><b>ME 310</b></a> and <a href=""><b>ME 320</b></a>.</p>
<p><b>Semesters Taught:</b> Fall 2018.</p>
<p><b>Course Information:</b> <a href="">Syllabus</a></p>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Lecture</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="">Pretium Lectus Quam</a></td>
</tr>
<tr>
<td>2</td>
<td><a href="">Urna porttitor: Rhoncus dolor purus non enim praesent elementum facilisis.</a></td>
</tr>
<tr>
<td>3</td>
<td><a href="">Diam in arcu: Cursus euismod quis viverra nibh cras.</a></td>
</tr>
<tr>
<td>4</td>
<td><a href="">Tristique: Sollicitudin nibh sit amet commodo. </a></td>
</tr>
<tr>
<td>5</td>
<td><a href="">Risus: Viverra adipiscing at in tellus integer. </a></td>
</tr>
<tr>
<td>6</td>
<td><a href="">Mus mauris vitae ultricies leo.</a></td>
</tr>
<tr>
<td>7</td>
<td><a href="">Sed faucibus turpis in eu mi bibendum neque egestas. </a></td>
</tr>
<tr>
<td>8</td>
<td><a href="">Viverra aliquet eget sit amet tellus.</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<section id="ke121">
<div class="page-header">
<h3><a href="">KE 121: Ullamcorper Malesuada</a></h3>
<hr>
<p>Morbi enim nunc faucibus a pellentesque sit amet porttitor eget. Aliquet bibendum enim facilisis gravida. </p>
<p><b>Prerequisite:</b> Mus mauris vitae.</p>
<p><b>Semesters Taught:</b> Fall 2018.</p>
</div>
</section>
</div>
</div>
</div>
<div w3-include-html="./src/footer.html" id="common_footer"></div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> w3IncludeHTML(include_callback); function include_callback() {$("#nav-teaching").addClass("active");}</script>
<script>
$(document).ready(function() {
$(document.body).scrollspy({
target: "#navparent"
});
});
</script>
</body>
</html>