-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (85 loc) · 4.74 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
85
<!DOCTYPE html>
<html>
<head>
<title>Qiang Yu's Blog</title>
<!-- Reference: http://www.plaintxt.org/ -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="Content-Language" content="en-US"/>
<link rel="stylesheet" type="text/css" charset="UTF-8" href="resources/css/style.css"
media="all"/>
<link rel="stylesheet" type="text/css" charset="UTF-8"
href="resources/fancybox/jquery.fancybox-1.3.1.css" media="screen"/>
<script type="text/javascript" charset="UTF-8"
src="resources/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" charset="UTF-8"
src="resources/fancybox/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" charset="UTF-8"
src="resources/fancybox/jquery.fancybox-1.3.1.js"></script>
</head>
<body class="home plaintxt-org">
<div id="start">
<div id="header">
<h1 id="title"><a href="http://JloveU.github.io/"
title="Qiang Yu's Blog"
rel="home">Qiang Yu's Blog</a></h1>
<div id="subtitle">NLPR, CASIA, China</div>
</div>
<ol id="toc" class="xoxo">
<li id="contents">
<h2>Contents</h2>
<ol>
<li><a href="#introduction" title="Introduction">Introduction</a></li>
<li><a href="#posts" title="Posts">Posts</a></li>
<li><a href="#license" title="License">License</a></li>
</ol>
</li>
</ol>
<ol id="content" class="xoxo">
<li id="introduction">
<h2>Introduction</h2>
<p>This is the personal blog of Qiang Yu.</p>
<p>Email: qiang.yu at nlpr.ia.ac.cn</p>
<a href="#start" title="Return to list of contents" rel="start" class="top">Back to contents</a>
</li>
<li id="posts">
<h2>Posts</h2>
<p>The posts are listed bellow:</p>
<ol class="downloads xoxo">
<li id="post-1" class="theme">
<h3><a href="http://JloveU.github.io/TrafficVisualization/">Traffic Visualization</a></h3>
</li>
</ol>
<a href="#start" title="Return to list of contents" rel="start" class="top">Back to contents</a>
</li>
<li id="license">
<h2>License</h2>
<p>This website is licensed under the <cite
title="GNU General Public License"><a href="http://www.gnu.org/licenses/gpl.html"
title="GNU General Public License" rel="license"><abbr
title="GNU is Not Unix">GNU</abbr> General Public License</a></cite>:</p>
<blockquote title="How to use the GPL or LPGL" cite="http://www.gnu.org/licenses/gpl-howto.html">
<p>This program is free software; you can redistribute it and/or modify it under the terms of the <abbr
title="GNU is Not Unix">GNU</abbr> General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful, but <strong>without any
warranty</strong>; without even the implied warranty of <strong>merchantability</strong> or <strong>fitness
for a particular purpose</strong>. See the <abbr title="GNU is Not Unix">GNU</abbr> General Public
License for more details.</p>
<p>You should have received a copy of the <abbr title="GNU is Not Unix">GNU</abbr> General Public
License along with this program; if not, write to the <span class="vcard"><a class="url fn org"
href="http://www.plaintxt.org/out?u=http://www.fsf.org/"
rel="external">Free Software Foundation, Inc</a>, <span
class="adr"><span class="street-address">51 Franklin Street, Fifth Floor</span>, <span
class="locality">Boston</span>, <span class="region">MA</span> <span class="postal-code">02110-1301</span>, <span
class="country-name">USA</span></span></span>.</p>
</blockquote>
<a href="#start" title="Return to list of contents" rel="start" class="top">Back to contents</a>
</li>
</ol>
<div id="footer">
<p><a href="http://JloveU.github.io/">JloveU.github.io</a> (Reference: <a href="http://www.plaintxt.org/">plaintxt.org</a>)
</p>
</div>
</div>
</body>
</html>