-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
executable file
·301 lines (241 loc) · 12.2 KB
/
index.php
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Jeff Zhifan Chen</title>
<meta name="description" content="The personal portfolio of Jeff Zhifan Chen">
<meta name="author" content="Jeff Z. Chen">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/flexslider.css">
<link rel="stylesheet" href="stylesheets/prettyPhoto.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div id="intro">
<div class="bg1"></div>
<div class="title">
<div class="intro-line"></div>
<h1 class="small">Jeff Zhifan Chen</h1>
<div class="intro-line"></div>
<p>Co-Founder & Lead Developer at Pixlee.</p><p>MIT '12, Facebook '12, RSI '07. A yellow belt at everything.</p>
<div class="social-intro">
<ul>
<li><a href="https://twitter.com/jeffzchen"><img src="images/icn-twitter-intro.png" alt="" /></a></li>
<li><a href="https://www.facebook.com/jchen123"><img src="images/icn-facebook-intro.png" alt="" /></a></li>
<li><a href="http://www.linkedin.com/pub/jeff-chen/14/190/826"><img src="images/icn-linkedin-intro.png" alt="" /></a></li>
<li><a href="http://soundcloud.com/supaflytnt"><img src="images/soundcloud-icon.png" alt="" /></a></li>
<li><a href="http://www.mixcloud.com/supaflytnt/"><img src="images/mixcloud_icon.png" alt="" /></a></li>
<li><a href="https://github.com/jchen123"><img src="images/github_icon.png" alt="" /></a></li>
<li><a href="http://www.youtube.com/user/heavendoveabc"><img src="images/youtube.png" alt="" /></a></li>
<li><a href="http://instagram.com/hellhawk123"><img src="images/instagram-icon.png" alt="" /></a></li>
<li><a href="http://blog.jeffzchen.com"><img src="images/tumblr-icon.png" alt="" /></a></li>
<li><a href="http://open.spotify.com/user/hellhawk123"><img src="images/spotify.png" alt="" /></a></li>
</ul>
</div>
</div> <!-- end title -->
</div> <!-- end intro -->
<nav>
<ul>
<li><a href="#intro">Top</a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="http://blog.jeffzchen.com/">Blog</a></li>
</ul>
<select name="dropdpown" size="1" onChange="scrollTo(this.value)">
<option value="" selected="selected">Menu</option>
<option value="#intro">Top</option>
<option value="#about">About</option>
<option value="#resume">Resume</option>
<option value="#work">Work</option>
<option value="#contact">Contact</option>
</select>
</nav>
<div id="about">
<div class="container">
<div class="sixteen columns">
<h2><span class="lines">About</span></h2>
</div> <!-- end sixteen columns -->
<div id="resume" class="eight columns" align="right">
<p>Getting things done in algorithms, ML, and distributed systems. Love working and meeting bright, ambitious engineers.</p>
</div>
<div class="eight columns">
<img src="images/me.png" alt="" />
</div>
</div> <!-- end container -->
</div> <!-- end about -->
<div id="separator1">
<div class="bg2"></div>
</div>
<div id="work">
<div class="container">
<div class="sixteen columns">
<h2><span class="lines">Work</span></h2>
</div> <!-- end sixteen columns -->
<div class="sixteen columns">
<h3><span class="lines">Portfolio</span></h3>
<p> </p>
</div> <!-- end sixteen columns -->
<div class="portfolio">
<div class="one-third column">
<a href="images/fbjob.png" rel="prettyPhoto" title="some shit over and over again. i did this and that and this and that and this and that."><img src="images/fbjob.png" class="scale-with-grid" alt="" /></a>
<p class="proj-title">Facebook</p>
<p class="proj-desc">Traffic Infrastructure</p>
</div> <!-- end one-third column -->
<div class="one-third column">
<img src="images/tuenti.jpg" class="scale-with-grid" alt="" />
<p class="proj-title">Tuenti</p>
<p class="proj-desc">Ads & Backend</p>
</div> <!-- end one-third column -->
<div class="one-third column">
<img src="images/oracle.jpg" class="scale-with-grid" alt="" />
<p class="proj-title">Oracle</p>
<p class="proj-desc">Fusion Middleware</p>
</div> <!-- end one-third column -->
<div class="clear"></div>
<div class="one-third column">
<img src="images/monster.jpg" class="scale-with-grid" alt="" />
<p class="proj-title">Monster</p>
<p class="proj-desc">Data & Backend</p>
</div> <!-- end one-third column -->
<div class="one-third column">
<a href="images/example-img.png" rel="prettyPhoto" title="Your text here"><img src="images/kakeya.png" class="scale-with-grid" alt="" /></a>
<p class="proj-title">Kakeya</p>
<p class="proj-desc">Co-Founder</p>
</div> <!-- end one-third column -->
<div class="one-third column">
<a href="http://youtu.be/mEcFTpbRiJs" rel="prettyPhoto" title="Your text here"><img src="images/virage.jpg" class="scale-with-grid" alt="" /></a>
<p class="proj-title">Autonomy Virage</p>
<p class="proj-desc">Researcher</p>
</div> <!-- end one-third column -->
</div> <!-- end portfolio -->
<div class="sixteen columns">
<p> </p>
<h3><span class="lines">Pixlee</span></h3>
<p> </p>
<p>We help brands market through user generated photos. Check us out here: <a href="https://www.pixlee.com">Pixlee.com</a></p>
</div> <!-- end sixteen columns -->
<div class="sixteen columns">
<h3><span class="lines">Massachusetts Institute of Technology</span></h3>
<p> </p>
<p>I interned at <a href="http://www.magnetic.com/magnetic-acquires-adnamic-for-new-platform-technology/">Qwobl</a> (now Adnamic, acquired by Magnetic), <a href="http://www.monster.com">Monster</a>, <a href="http://www.oracle.com">Oracle</a> and <a href="http://www.tuenti.com">Tuenti</a>.
<p>I cofounded a startup, Kakeya, solving the problem of integrating public and private bus and flight routes.</p>
<p>I led <a href="http://asians.mit.edu">MIT Asian American Association</a> and <a href="http://techfair.mit.edu">MIT Techfair</a>.</p>
<p>I also had a hip hop group, did jiu jitsu and kickboxing, worked for MIT IS&T, wrote for the paper, captained IM soccer, volunteered for ASB.</p>
<p>I researched and worked with various MIT labs and professors on electronic textiles and mobile, mental health, and accessibility.</p>
<p> </p>
</div> <!-- end sixteen columns -->
<div class="sixteen columns">
<h3><span class="lines">Thomas Jefferson High School for Science and Technology</span></h3>
<p> </p>
<p>At TJ I did a lot of programming competitions, competing in <a href="http://www.usaco.org/">USA Computing Olympiad</a> Gold division, as well as Topcoder.</p>
<p>I also lectured and wrote the site for TJ's <a href="http://activities.tjhsst.edu/sct/">Senior Computer Team</a>, as well as the <a href="http://activities.tjhsst.edu/vmt/">Varsity Math Team</a>.</p>
<p>I worked at the optics and modern physics lab and the computer systems lab at TJ. I also interned at the <a href="http://www.nrl.navy.mil/">Naval Research Lab</a> working on augmented reality and polyhedral metamorphosis.
Check out my paper <a href="http://dl.dropbox.com/u/355677/PolyhedralMetamorphosisPaper.pdf">here</a>.</p>
<p>Junior summer I was accepted into <a href="http://www.cee.org/research-science-institute">RSI</a>, working on real time speech recognition. My <a href="http://dl.dropbox.com/u/355677/SpeechRecognitionPaper.pdf">paper</a> won Top 10 papers at RSI and semifinalist in siemens westinghouse and Intel STS.</p>
<p> </p>
</div> <!-- end sixteen columns -->
</div> <!-- end container -->
</div> <!-- work -->
<div id="separator2">
<div class="bg3"></div>
</div>
<div id="contact">
<div class="container">
<div class="sixteen columns">
<h2 class="white"><span class="lines">Contact</span></h2>
</div> <!-- end sixteen columns -->
<div class="eight columns">
<div class="contact-info">
<p class="white"><img src="images/icn-email.png" alt="" /> For all inquiries, email me at jchen123 AT gmail.com</p>
</div>
</div>
<div class="sixteen columns">
<div class="copyright">
<p>© 2012 All Rights Reserved</p>
</div>
</div>
</div> <!-- end container -->
</div> <!-- end contact -->
<!-- JS
================================================== -->
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="javascripts/jquery.sticky.js" type="text/javascript"></script>
<script src="javascripts/nbw-parallax.js" type="text/javascript"></script>
<script src="javascripts/jquery.inview.js" type="text/javascript"></script>
<script src="javascripts/smooth-scroll.js" type="text/javascript"></script>
<script src="javascripts/jquery.flexslider.js" type="text/javascript"></script>
<script src="javascripts/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="contact-form.js"></script>
<!-- Sticky nav -->
<script>
$(document).ready(function(){
$("nav").sticky({topSpacing:0});
});
</script>
<!-- dropdown menu -->
<script type="text/javascript">
function scrollTo(target){
var targetPosition = $(target).offset().top;
$('html,body').animate({ scrollTop: targetPosition}, 'slow');
}
</script>
<!-- slider -->
<script>
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
slideshow: true,
slideshowSpeed: 3500,
animationSpeed: 1000
});
});
</script>
<!-- pretty photo
<script>
$(document).ready(function(){
$("a[class^='prettyPhoto']").prettyPhoto({
social_tools: false,
theme: 'light_square'
});
});
</script>
-->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools: false,
theme: 'light_square'
});
});
</script>
<!-- End Document
================================================== -->
</body>
</html>