forked from lileicc/lileicc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
61 lines (59 loc) · 2.58 KB
/
Copy pathmisc.html
File metadata and controls
61 lines (59 loc) · 2.58 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
<!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"><head>
<title>Lei Li</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<!-- **** layout stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!-- **** colour scheme stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/colour.css" />
</head>
<body>
<div id="main">
<div id="links"> </div>
<div id="logo">
<h1>Lei Li</h1>
</div>
<div id="content">
<div id="menu">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="pubs.html">publication</a></li>
<li><a href="research.html">research</a></li>
<li><a href="software.html">software</a></li>
<li><a id="selected" href="misc.html">misc</a></li>
<li><a href="lilei-cv.pdf">resume</a></li>
<li><a href="lilei-bio.html">Biography</a></li>
</ul>
</div>
<!-- <div id="column1">abc</div> -->
<div id="column2">
<ul>
<li><a href="friends.html">Collaborators and Friends.</a></li>
<li><a href="tips/index.html">Tech Tips</a>.</li>
<li><a href="linux.html">Useful linux info</a>.</li>
<li><a href="http://calendar.cs.cmu.edu/scs/week">School of Computer Science Calendar</a></li>
<li><a href="http://www.cs.cmu.edu/%7Ecsd-grad/">Computer Science Department Graduate Programs</a></li>
<li><a href="http://freefood.pc.cs.cmu.edu/">CS Lounge Free Food Cam</a> (CMU Only)</li>
<li><a href="Images/schenley_map.jpg">Map of Schenley Park</a></li>
<li><a href="http://www.db.cs.cmu.edu">CMU Database Group</a>, <a href="http://www.db.cs.cmu.edu/wiki/">DB group wiki</a></li>
<li><a href="earthquake/index.html">2008 China Earthquake</a></li>
</ul>
</div>
</div>
<div id="footer"> copyright © 2013 Lei Li | design by <a href="http://www.dcarter.co.uk">dcarter</a> | last updated: $Date:: 2014-01-08#$ </div>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=3806228;
var sc_invisible=1;
var sc_security="eb912185";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="click tracking"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/3806228/0/eb912185/1/"
alt="click tracking"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body></html>