-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
113 lines (109 loc) · 4.2 KB
/
Copy pathcourses.html
File metadata and controls
113 lines (109 loc) · 4.2 KB
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
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Zining Wang by wangzining</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<!--
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" media="screen">
-->
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Zining Wang</h1>
<h2 class="project-tagline"></h2>
</section>
<aside style="float:right; margin:0 5%">
<nav>
<a href="../index.html">Home</a> |
<a href="../courses.html">Courses</a> |
<a href="../research.html">Research</a> |
<a href="../fun.html">Fun</a> |
<a href="../about.html">About</a>
</nav>
</aside>
<section class="main-content">
<h3>
<a id="My Courses" class="anchor" href="#welcome-to-zining-wangs-homepage" aria-hidden="true"><span class="octicon octicon-link"></span></a>My Courses</h3>
<div class="container">
<p>Here are some useful and interesting classes I have taken.</p>
<table class="table" id="courses">
<thead>
<tr>
<th>Class</th>
<th>Name</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>CS534</td>
<td>Machine Learning</td>
<td><a href="http://joyceho.github.io/cs534_s17/index.html">http://joyceho.github.io/cs534_s17/index.html</a></td>
</tr>
<tr>
<td>CS378</td>
<td>Data Mining</td>
<td><a href="http://www.mathcs.emory.edu/~lxiong/cs378/index.html">http://www.mathcs.emory.edu/~lxiong/cs378/index.html</a></td>
</tr>
<tr>
<td>CS424</td>
<td>Theory of Computing</td>
<td><a href="http://www.mathcs.emory.edu/~cs424000/">http://www.mathcs.emory.edu/~cs424000/</a></td>
</tr>
<tr>
<td>Math346</td>
<td>Optimization</td>
<td><a href="http://www.mathcs.emory.edu/~oliker/">http://www.mathcs.emory.edu/~oliker/</a></td>
</tr>
<tr>
<td>CS329</td>
<td>Computational Linguistics</td>
<td><a href="https://github.com/emory-courses/cs329/wiki/Schedule">https://github.com/emory-courses/cs329/wiki/Schedule</a></td>
</tr>
<tr>
<td>CSE202</td>
<td>Design and Analysis of Algorithms</td>
<td><a href="http://algorithms.eng.ucsd.edu/cse202">http://algorithms.eng.ucsd.edu/cse202</a></td>
</tr>
<tr>
<td>CSE258</td>
<td>Web Mining and Recommender Systems</td>
<td><a href="http://cseweb.ucsd.edu/classes/fa17/cse258-a/">http://cseweb.ucsd.edu/classes/fa17/cse258-a/</a></td>
</tr>
<tr>
<td>CSE291A</td>
<td>Convex Optimization</td>
<td><a href="http://cseweb.ucsd.edu/classes/fa17/cse291-a/">http://cseweb.ucsd.edu/classes/fa17/cse291-a/</a></td>
</tr>
<tr>
<td>CSE291G</td>
<td>Statistical Natural Language Processing</td>
<td><a href="http://cseweb.ucsd.edu/~nnakashole/teaching/291_sp18.html">http://cseweb.ucsd.edu/~nnakashole/teaching/291_sp18.html</a></td>
</tr>
<tr>
<td>CSE210</td>
<td>Principles of Software Engineering </td>
<td><a href="https://cseweb.ucsd.edu/~wgg/CSE210/">https://cseweb.ucsd.edu/~wgg/CSE210/</a></td>
</tr>
<tr>
<td>To be continue...</td>
<td>...</td>
<td>...</td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>