-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·684 lines (594 loc) · 21.6 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
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Esther Xuanpei Ouyang</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/estherwebsite.css" rel="stylesheet">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-icon" href="#Esther's Cat">
<img alt="Esther's Cat" src="img/cat.png" style="width:42px;height:42px;"/></a>
<button type="button" class="navbar-toggle menu-col" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">ABOUT ME</a>
</li>
<li>
<a class="page-scroll" href="#expe">EXPERIENCE</a>
</li>
<li>
<a class="page-scroll" href="#projects">PROJECTS</a>
</li>
<li>
<a class="page-scroll" href="#skills">SKILLS</a>
</li>
<li>
<a class="page-scroll" href="#contact">CONTACT</a>
</li>
<li>
<a href="https://estheroy.github.io/Blog/">BLOG</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<h2 class="brand-heading" style="opacity: 0">O</h2>
<div class="col-md-10 col-md-offset-1">
<p class="introduction-text nowrap">Esther Xuanpei Ouyang</p>
<p class="intro-text">Developer • Researcher • Student</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="content-section-1 text-center">
<div class="container">
<div class="row">
<h2><i class="fa fa-paw title"></i> Who am I?</h2>
<!--
<div class="col-md-6 col-lg-6">
<div class="logo">
<img src="img/verticallogo.png" alt="Esther-Profile" style="width:170px;height:360px;">
</div>
</div>
-->
<div class="col-md-6 col-md-offset-3 introduction-sect" align="left">
<p>I'm <span class="greenText">Esther Xuanpei Ouyang</span>, a thrid year <span class="greenText">Computer Science</span> and <span class="greenText">Statistics</span> double major student with focus on Artificial Intelligence at <span class="greenText">UC Berkeley</span>. Go Bears! 🐻 </p>
<p>I am interested in Software development, Data Analysis, Machine Learning.</p>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="expe" class="container content-section-1 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Experience</h2>
<h4><div class="greenText-2">My Journey So Far</div></h4>
<section id="cd-timeline">
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-cube-8.png" alt="Picture">
</div>
<div class="cd-timeline-content">
<h2>Student Learning Center @ Cal </h2>
<h3>Math & Statistics Tutor</h3>
<p> </p>
<span class="cd-date">Sep 2016</span>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-cube-8.png" alt="Picture">
</div>
<div class="cd-timeline-content">
<h2>International Computer Science Institute </h2>
<h3>Undergraduate Researcher</h3>
<p> </p>
<span class="cd-date">Sep 2016</span>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-id-card-14.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Data 8: Intro to Data Science</h2>
<h3>Lab Assistant</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">Aug 2016</span>
</div> <!-- cd-timeline-content -->
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-laptop-61.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>The EnVision Arts and Engineering Maker Studio</h2>
<h3>Summer Intern</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">July 2016</span>
</div> <!-- cd-timeline-content -->
</div> <!-- cd-timeline-block -->
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-id-card-14.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>California Institute for Telecommunications and Information Technology</h2>
<h3>Research Assistant</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">May 2016</span>
</div> <!-- cd-timeline-content -->
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-user-29.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Computer Science and Engineering Department</h2>
<h3>Undergraduate Student Instructor</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">Sep 2015</span>
</div> <!-- cd-timeline-content -->
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-cube-8.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Data Science Student Society</h2>
<h3>Internal Affairs Director</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">Aug 2015</span>
</div> <!-- cd-timeline-content -->
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-favorite-8.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Office for Students with Disabilities</h2>
<h3>Volunteer Note-taker</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">Mar 2015</span>
</div> <!-- cd-timeline-content -->
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img btn-grow">
<img src="img/iconmonstr-recycling-10.png" alt="Picture">
</div> <!-- cd-timeline-img -->
<div class="cd-timeline-content">
<h2>Engineers for a Sustainable World </h2>
<h3>Team Member</h3>
<p> </p>
<!--
<a href="#0" class="cd-read-more">Read more</a>
-->
<span class="cd-date">Oct 2014</span>
</div> <!-- cd-timeline-content -->
</div>
</section>
</div>
</div>
</section>
<!-- Projects Section -->
<div id="projects" class="container content-section-3 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-code" aria-hidden="true"></i> PROJECTS</h2>
<h4><div class="greenText-2">MORE TO COME</div></h4>
<!-- Projects Row -->
<div class="row">
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/Auto-completion">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/MST.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
<!-- <img class="img-responsive" src="img/MST.png" alt=""> -->
</a>
<h3>
<div class="img-title">
<a href="#">Auto Completion</a>
</div>
</h3>
<p>A space and time efficient implementation for auto completion algorithm.</p>
<div class="tags">
<div class="btn-tag">C++</div>
<div class="btn-tag">Qt</div>
<div class="btn-tag">Data Structure</div>
<div class="btn-tag">Shell Programming</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/2048Game">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/Game2048.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3>
<div class="img-title">
<a href="#">Game 2048</a>
</div>
</h3>
<p>A Java/Javafx clone of the popular 2048 game with new features rotate and undo.</p>
<div class="tags">
<div class="btn-tag">Java</div>
<div class="btn-tag">JavaFx</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="#">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/eigenface.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3>
<div class="img-title">
<a href="https://github.com/Estheroy/Data-analysis">Face Image Analysis</a>
</div>
</h3>
<p>Analyze eigenfaces by using the built-in function PCA in MATLAB and self-implement PCA.</p>
<div class="tags">
<div class="btn-tag">MATLAB</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/Data-analysis">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/svm.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3> <div class="img-title">
<a href="#">ML classifiers</a>
</div>
</h3>
<p>MATLAB and Python Implementation of Machine Learning Classifiers.</p>
<div class="tags">
<div class="btn-tag">MATLAB</div>
<div class="btn-tag">Python</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="#contact">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/cp.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3><div class="img-title">
<a href="#">Couple Tone</a></div>
</h3>
<p>A location-based Android application that provides you with notifications to effortlessly stay in touch with your partner throughout your day.</p>
<div class="tags">
<div class="btn-tag">Java</div>
<div class="btn-tag">Android Studio</div>
<div class="btn-tag">Google API</div> <div class="btn-tag">Firebase</div>
<div class="btn-tag">Android ADT</div>
<div class="btn-tag">CircleCI</div> <div class="btn-tag">GIT</div>
<div class="btn-tag">Espresso</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/20Q">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/20q.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3><div class="img-title">
<a href="#">20Q</a>
</div>
</h3>
<p>An AI-like 20 Questions Bot.</p>
<div class="tags">
<div class="btn-tag">Java</div> <div class="btn-tag">Data Structure</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/Unit-Calculator">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/calc.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3> <div class="img-title"><a href="#">Unit Calculator</a> </div>
</h3>
<p>A Terminal Unit Conversion Calculator.</p>
<div class="tags">
<div class="btn-tag">Java</div>
<div class="btn-tag">Data Structure</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/Comparison-of-Supervised-Learning-Algorithms">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/proj-paper.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3>
<div class="img-title">
<a href="#">Project Paper: Comparison of Supervised Learning Algorithms</a>
</div>
</h3>
<p>An Empirical Comparison of Five Supervised Learning Algorithms – KNN, SVMs, DT, Bagged DT and Naive Bayes.</p>
<div class="tags">
<div class="btn-tag">MATLAB</div>
<div class="btn-tag">LATEX</div>
</div>
</div>
<div class="col-md-4 portfolio-item">
<a href="https://github.com/Estheroy/Numerical-Method">
<div class="grid project-img">
<figure class="effect-ming">
<img src="img/numAnalysis.png"/>
<figcaption>
<p>View Source</p>
</figcaption>
</figure>
</div>
</a>
<h3>
<div class="img-title">
<a href="#">Numerical Analysis</a>
</div>
</h3>
<p>MATLAB Implementation for Numerical Analysis Algorithms.</p>
<div class="tags">
<div class="btn-tag">MATLAB</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills Section -->
<section id="skills" class="text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-cog fa-spin" aria-hidden="true"></i> SKILLS</h2>
<div class="col-md-12 skill-subtitle greenText">
<h3>Programming Languages</h3>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-3">
<h5 class="skill-button btn-grow">Java</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">C/C++</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">MATLAB</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">Python</h5>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h5 class="skill-button btn-grow">HTML5 + CSS3 </h5>
</div>
<div class="col-md-4">
<h5 class="skill-button btn-grow">Scheme</h5>
</div>
<div class="col-md-4">
<h5 class="skill-button btn-grow">R</h5>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h5 class="skill-button btn-grow">Shell Programming</h5>
</div>
<div class="col-md-6">
<h5 class="skill-button btn-grow">Assembly</h5>
</div>
</div>
</div>
<div class="col-md-12 skill-subtitle greenText">
<h3>Tools & Technologies </h3>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-3">
<h5 class="skill-button btn-grow">GIT</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">Firebase</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">JIRA</h5>
</div>
<div class="col-md-3">
<h5 class="skill-button btn-grow">CircleCI</h5>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h5 class="skill-button btn-grow">Android Studio</h5>
</div>
<div class="col-md-6">
<h5 class="skill-button btn-grow">Spark</h5>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h5 class="skill-button btn-grow">MySQL</h5>
</div>
<div class="col-md-6">
<h5 class="skill-button btn-grow">Adobe Photoshop</h5>
</div>
</div>
</div>
<div class="col-md-12 skill-subtitle greenText">
<h3>Techniques</h3>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-6">
<h5 class="skill-button btn-grow">Agile Development</h5>
</div>
<div class="col-md-6">
<h5 class="skill-button btn-grow">Design Patterns</h5>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h5 class="skill-button btn-grow">Mobile Software Design</h5>
</div>
<div class="col-md-6">
<h5 class="skill-button btn-grow">Web Development</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section-2 text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-paper-plane" aria-hidden="true"></i> Contact me</h2>
<p>Feel free to contact me and check out my resume</p>
<ul class="list-inline banner-social-buttons nowrap">
<li>
<a href="mailto:xuouyang@berkeley.edu" class="btn btn-default btn-lg">
<i class="fa fa-envelope fa-fw"></i>
<span class="network-name">Email</span></a>
</li>
<li>
<a href="https://www.facebook.com/estheroy.ouyang" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i>
<span class="network-name">Facebook</span></a>
</li>
<li>
<a href="https://github.com/Estheroy" class="btn btn-default btn-lg">
<i class="fa fa-github-square fa-fw"></i>
<span class="network-name">Github</span></a>
</li>
<li>
<a href="https://www.linkedin.com/in/xuouyang" class="btn btn-default btn-lg">
<i class="fa fa-linkedin-square fa-fw"></i>
<span class="network-name">LinkedIn</span></a>
</li>
<li>
<a href="files/Esther_Xuanpei_Ouyang_Resume.pdf" class="btn btn-default btn-lg">
<i class="fa fa-download fa-fw"></i>
<span class="network-name">Resume</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<nav class="navbar navbar-inverse navbar-static-bottom nav-footer">
<div class="text-ccenter col-md-8 col-md-offset-2">
<p>Made with <span class="glyphicon glyphicon-heart" style="color:#ff0000;"></span> by Esther Xuanpei Ouyang</p>
</div>
</nav>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script type="text/javascript" src="bootstrap-progressbar.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/estherwebsite.js"></script>
</body>
</html>