-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
160 lines (139 loc) · 6.47 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Oblivion</title>
<meta name="description" content="Shall not be forgotten">
<meta name="author" content="Zechen Zhang">
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/blog/feed" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="/blog/feed/atom" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
<link rel="stylesheet" href="/css/base.css?v=1">
<link rel="stylesheet" href="/css/grid.css?v=1">
<link rel="stylesheet" media="handheld" href="/css/handheld.css?v=1">
<link rel="stylesheet" href="/css/pygments_murphy.css" type="text/css" />
<script src="/js/libs/modernizr-1.7.min.js"></script>
<link rel="stylesheet" href="/themes/theme1/style.css?v=1">
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container" class="container container_12">
<div id="main" role="main">
<div id="main_block">
<header>
<div id="header" class="header_gradient theme_font">
<h1><a href="/">Oblivion</a></h1>
<h2>Shall not be forgotten</h2>
</div>
<div id="navigation" class="grid_12">
<ul class="theme_font">
<li><a href="/"
class="selected">Home</a></li>
<li><a href="/blog"
class="">Blog</a></li>
<li><a href="/blog/archive"
class="">Archives</a></li>
</ul>
</div>
</header>
<div id="prose_block" class="grid_8">
<article class="page_box">
<h1 id="about-me">About Me</h1>
<p>Zechen Zhang, 13 - 14 Carnegie Mellon University. Email: zechenz(at)andrew.cmu.edu</p>
<p>Learning <a href="http://en.wikipedia.org/wiki/bopomofo">Bopomofo</a> now.</p>
<p>Wikipedia entries under construction:</p>
<ul>
<li><a href="https://zh.wikipedia.org/wiki/%E6%9C%9B%E4%BA%AC">Wangjing</a></li>
<li><a href="https://zh.wikipedia.org/wiki/%E6%9C%9B%E4%BA%ACSOHO">Wangjing SOHO</a></li>
</ul>
<p>Fall Semester:</p>
<ol>
<li>Keep going with previous research and finish the report.</li>
<li>Learn CSS and HTML to refine this blog.</li>
<li>Learn some Emacs Lisp and build a template for thesis.</li>
<li>Apply to Ph.D. programs. Hopefully I could get a desired offer this time.</li>
</ol>
<h1 id="about-this-blog">About This Blog</h1>
<p>I had <a href="http://blogspot.mrseaman.com">an old blog</a> hosted on Blogger for the four years in Tsinghua, documented some funny ana from my undergraduate roomates. But I've been thinking about establishing a blog for myself for a long time. I purchased this domain name in early 2013 but just didn't find time working on it.</p>
<p>Thanks to <a href="http://jkitchin.github.io">Prof. John Kitchin's website</a>, I learned about Blogofile, a blog engine written in python, and Github Pages, where I could host my blog for free.</p>
<p>It basically works now. So I'm learning about CSS and HTML in my spare time and hopefully I could do more decoration to my site in the near future.</p>
</article>
</div>
<div id="sidebar" class="grid_4">
<aside>
<section>
<h1 class="post_header_gradient theme_font">Latest Posts</h1>
<ul>
<li><a href="/blog/2014/09/24/trip-to-yellowstone-national-park">Trip to Yellowstone National Park</a></li>
<li><a href="/blog/2014/07/21/zhu-yin-shu-ru-fa">注音输入法</a></li>
<li><a href="/blog/2014/03/01/some-tips-on-cachelab">Some tips on Cachelab</a></li>
</ul>
</section>
<section>
<h1 class="post_header_gradient theme_font">From Twitter</h1>
<a class="twitter-timeline" href="https://twitter.com/_mrseaman" data-widget-id="513045780404256768">Tweets by @_mrseaman</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</section>
</aside>
</div>
<div class="clear"></div>
</div>
</div>
<footer>
<div id="footer" class="grid_12">
<div class="grid_8">
<p>
<a href="/blog/feed/index.xml">RSS</a>
<a href="http://mrseaman.disqus.com/latest.rss">Comments RSS Feed</a>.
</p>
</div>
<div class="grid_4" id="credits">
<p>
Copyright 2014
Zechen Zhang
</p>
<p>
Powered by <a href="http://www.blogofile.com">Blogofile</a>
</p>
</div>
</div>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="/js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
<script src="/js/plugins.js"></script>
<script src="/js/script.js"></script>
<script src="/js/jquery.tweet.js"></script>
<script src="/js/site.js"></script>
<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg');</script>
<![endif]-->
<script>
var _gaq=[['_setAccount','UA-44803623-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/mrseaman/get_num_replies.js' + query + '"></' + 'script>');
})();
</script>
</body>
</html>