-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
92 lines (89 loc) · 3.8 KB
/
experience.html
File metadata and controls
92 lines (89 loc) · 3.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=2"/>
<title>William Seo | Experience</title>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="styles/style.css">
<!--[if IE 6]><link type="text/css" rel="stylesheet" href="styles/ie6.css"><![endif]-->
<!--[if IE 7]><link type="text/css" rel="stylesheet" href="styles/ie7.css"><![endif]-->
<!--[if IE 8]><link type="text/css" rel="stylesheet" href="styles/ie8.css"><![endif]-->
</head>
<body>
<div id="wrap">
<div id="header">
<h1><a href="index.html">William Seo</a></h1>
<h2>CS Undergraduate at CMU</h2>
<ul id="nav">
<li><a href="index.html">Home</a><span>/</span></li>
<li><a href="education.html">Education</a><span>/</span></li>
<li><a href="experience.html" class="current">Work Experience</a><span>/</span></li>
<li><a href="projects.html">Projects</a><span>/</span></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="files/resume.pdf"><img src="images/resumebutton3.png" alt="meme" class="right"
style= "height: 30px; float:left;margin-top:-1px;margin-left:175px"/></li></a>
</ul>
</div>
<div id="intro">
<h4>It's only work is somebody makes you do it.</h4>
<p style="text-align:right">- Calvin and Hobbes</p>
</div>
<div id="main">
<span style="float:right;width: 30%;">
<a href="https://www.amazon.com/">
<img src="images/amazon_logo_2.png" alt="amazon_logo" class="project-img first"
style= "width: 150px; float:left;margin-left:50px;margin-top:50px"/>
</a>
</span>
<span style="float:right;width: 70%;">
<p class="service-title first"><em>Amazon - Incoming SDE Intern</em></p>
<h4>(Planned) May 2021 - August 2021</h4>
<ul>
<li>TBD</li>
<li>TBD</li>
<li>TBD</li>
<li>TBD</li>
</ul>
</span>
<span style="float:right;width: 30%;">
<a href="https://www.cryptolab.co.kr/eng/">
<img src="images/cryptolab.jpg" alt="meme" class="project-img first"
style= "width: 150px; float:left;margin-top:80px;margin-left:50px"/>
</a>
</span>
<span style="float:left;width:70%;">
<p class="service-title"><em>CryptoLab - Software Engineering Intern</em></p>
<h4>June 2021 - August 2021</h4>
<ul>
<li>Developed Homomorphic Machine Learning and Statistics Library</li>
<li>Implemented statistical functions using homomorphic addition, multiplication and approximation functions</li>
<li>Optimized throughput and error rates by testing different methods of calculation and data pre-processing</li>
</ul>
</span>
<span style="float:right;width: 30%;">
<a href="https://www.cmu.edu/">
<img src="images/cmu.png" alt="meme" class="project-img first"
style= "width: 150px; float:left;margin-left:50px;margin-top:120px"/>
</a>
</span>
<span style="float:right;width: 70%;">
<br>
<p class="service-title first"><em>Carnegie Mellon University - Teaching Assistant</em></p>
<h4>August 2021 - December 2021</h4>
<p>Teaching Assistant for Parallel and Sequential Data Structures and Algorithms (F21 15-210)
</p>
<ul>
<li>Led weekly recitations reviewing the content covered in lectures</li>
<li>Held weekly office hours to help students struggling with the course material</li>
<li>Graded assignments and exams</li>
</ul>
</span>
</div>
<div id="footer">
<p>Copyright © <a href="#">William Seo</a> - All Rights Reserved | Design By <a target="_blank" href="https://www.free-css.com/free-css-templates/page161/jengo">Chris Creed</a></p>
</div>
</div>
<script src="js/jquery.1.6.3.min.js"></script>
<script src="js/jquery.custom.js"></script>
</body>
</html>