-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (302 loc) · 15.9 KB
/
index.html
File metadata and controls
326 lines (302 loc) · 15.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ileen fan</title>
<link rel="icon" href="avocado-transparentbg.png">
<!--Bootstrap CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
</head>
<body>
<script src="script.js"></script>
<div class="topnav">
<a href="#header"><img src="avocado.png" class = "avocado" alt="avocado"></a>
<nav>
<ul class = "topnav-styling">
<li><a href="#about">about</a></li>
<li><a href="#experience">experience</a></li>
<li><a href="#projects">projects</a></li>
<li><a href="#teaching">teaching</a></li>
<li><a href="#skills">skills</a></li>
</ul>
</nav>
</div>
<div id = "header">
<h1 class = "name"><strong>ileen fan</strong></h1>
<img class = "icon" src="icon.jpg" alt="Icon photo">
</div>
<div class="contact">
<a href="https://www.linkedin.com/in/ileen-fan/" target = "_blank" class="fa fa-linkedin" title = "Linkedin icon"></a>
<a href="https://github.com/ileenf" target = "_blank" class="fa fa-github" title = "Github icon"></a>
<a href="mailto:[email protected]" target = "_blank" class="fa fa-envelope" title = "Email icon"></a>
<!-- <a href="Ileen_Fan_Resume_Website.pdf" target = "_blank" class="resume"><b>resume</b></a> -->
</div>
<section id = "about">
<h2 class = "section-header" >👩🏻 about me</h2>
<div class = "about-info">
<p>hey there! my name is ileen and i'm currently a 2nd year studying computer science at
university of california, irvine. i'm interested software development and building cool tech stuff!
my experiences lie in python, c++, ios/web development, and databases. after participating in cs diversity programs such as girls who code, kode with klossy, and google cssi which have helped me get to where i am today, i've been dedicated to giving back through volunteering, community service, and
educating younger students about cs/tech.
</p>
<p>
i'm originally from the bay area, where i've lived for my entire life. despite growing up in a tech hub, i didn't really start coding until the summer after i graduated high school. it was during this summer where i dived deeper into cs and explored various programming languages, data structures & algorithms, and how to problem solve with code. this was also when i discovered i was truly passionate about this field and wanted to have a career in cs. i also love avocados hehe. thanks for visiting my website and hope you enjoy your stay!
</p>
</div>
</section>
<!-- experience -->
<section id = "experience">
<h2 class = "section-header" >📌 experience</h2>
<!-- facebook -->
<div class="row">
<div class="column">
<div class="card">
<p class = "card-title"><img src = "fb-logo.png" class = "card-img card-img-fb" alt = "facebook logo">
<strong>facebook/meta</strong></p>
<p class = "duration">summer 2022</p>
<p>swe intern</p>
<p class = "duration">summer 2021</p>
<p>fbu engineering intern</p>
</div>
</div>
<!-- kode with klossy -->
<div class="column">
<div class="card">
<p class = "card-title" style="padding-top:5px;"><img src = "kwk-logo.png" class = "card-img card-img-kwk" alt = "kode with klossy logo">
<strong>kode with klossy</strong></p>
<p class = "duration">summer 2021</p>
<p>instructor assistant</p>
<p class = "duration">summer 2020</p>
<p>web dev scholar</p>
</div>
</div>
<!-- google -->
<div class="column">
<div class="card">
<p class = "card-title"><img src = "google-logo.png" class = "card-img card-img-google" alt = "google logo">
<strong>google</strong></p>
<p class = "duration">summer 2020</p>
<p>google cssi</p>
</div>
</div>
<!-- intuit -->
<div class="column">
<div class="card">
<p class = "card-title"><img src = "intuit-logo.png" class = "card-img" alt = "intuit logo">
<strong>intuit</strong></p>
<p class = "duration">summer 2019</p>
<p>girls who code summer immersion program</p>
</div>
</div>
</div>
<!-- uber -->
<div class="row" style="padding-top: 25px;"/>
<div class="column column2">
<div class="card">
<p class = "card-title"><img src = "uber-logo.png" class = "card-img" alt = "uber logo">
<strong style="padding-top:5px">uber</strong></p>
<p class = "duration">fall 2022</p>
<p>swe intern</p>
</div>
</div>
</div>
</section>
<!-- projects -->
<section id="projects">
<h2 class="section-header">💡 projects</h2>
<p class="project-desc" style="margin-top:-50px">(hover over images for project source code)</p>
<div class="project-desc">
<!-- rate my class -->
<a href="https://github.com/ileenf/Rate-My-Class" class="project-img" title="Rate My Class icon" target="_blank">
<img src="rate_my_class_icon.png" alt="Rate My Class icon">
</a>
<p>
<strong class="project-title">rate my class</strong>
<br>
an ios app that allows students to write and browse reviews about college classes at uci. utilizes <a href="https://api.peterportal.org/" class="project-link" target="blank" title = "peterportal api">peterportal api</a> to fetch course data and <a href="https://www.back4app.com/" class="project-link" target="blank" title = "parse">parse backend</a> to store reviews and user info.
<br>
<br>
features include class recommendation system and algorithm that sorts classes by quality using apple's <a href="https://developer.apple.com/documentation/naturallanguage" class="project-link" target="blank" title = "natural language">natural language framework.</a>
</p>
<p class="tech-desc"><strong>tech:</strong> objective-c, xcode, parse, nlp, rest api</p>
</div>
<!-- search engine -->
<div class="project-desc">
<a class="project-img" title="Search icon" target="_blank">
<img src="search.png" alt="Search icon">
</a>
<p>
<strong class="project-title">search engine</strong>
<br>
a search engine coded from scratch capable of handling 10,000+ documents/web pages in uci ics domains, under harsh operational constraints and having a query response time under 300ms. documents include those from the uci ics, stats, informatics, and related domains.
<br>
<br>
parse html/json, design efficient data structures to index documents, ensure fast file access, and balance memory usage. implement partial indexes to build indexes in memory periodically and merge after. rank documents using tf-idf, 2 grams, weighting of important text, champion lists. implement graphical user interface (gui) prompt.
</p>
<p class="tech-desc"><strong>tech:</strong> python, flask, information retrieval</p>
</div>
<!-- zot habits -->
<div class="project-desc">
<a href="https://github.com/ileenf/CS147-Zot-Habits" class="project-img" title="ESP32 icon" target="_blank">
<img src="esp32.png" alt="ESP32 icon">
</a>
<p>
<strong class="project-title">zot habits</strong>
<br>
an iot (internet of things) software system that utilizes various sensors (distance, motion, photoresistor, temperature) to monitor/promote healthy lifestyle habits such as working with sufficient light, shorter sitting durations, and frequent breaks.
<br>
<br>
leverages real time sensing and a connection to an aws web server to store and manipulate user data. includes a flask interface that aggregates statistics, plots graphs of the raw sensor data using matplotlib, and provides healthier lifestyle recommendations
</p>
<p class="tech-desc"><strong>tech:</strong> arduino, c++, aws, flask, python, matplotlib, iot </p>
</div>
<!-- sleep tracker -->
<div class="project-desc">
<a class="project-img" title="Sleep Tracker icon" target="_blank">
<img src="sleep-tracker.png" alt="Sleep Tracker icon">
</a>
<p>
<strong class="project-title">sleep tracker</strong>
<br>
a hybrid app built with <a href="https://ionicframework.com/" class="project-link" target="blank" title = "ionic">ionic</a> that allows users to track sleep habits. users can browse and log their overnight sleep and <a href="https://www.med.upenn.edu/cbti/assets/user-content/documents/Stanford%20Sleepiness%20Scale.pdf" class="project-link" target="blank" title = "sleepiness">sleepiness data</a>. uses capacitor storage api to persist user data.
<br>
<br>
features include useful initial view displaying logged sleep stats, clearing all data, error prevention (toast and alert notifications), and native plugin api for sharing sleep and sleepiness logs.
</p>
<p class="tech-desc"><strong>tech:</strong> ionic, typescript, angular, capacitor</p>
</div>
<!-- minesweeper -->
<div class="project-desc">
<a href="https://github.com/ileenf/Minesweeper" class="project-img" title="Minesweeper icon" target="_blank">
<img src="minesweeper.png" alt="Minesweeper icon">
</a>
<p>
<strong class="project-title">minesweeper</strong>
<br>
a recreation of the classic <a href="https://minesweeper.online/" class="project-link" target="blank" title = "minesweeper">minesweeper</a> game. user selects cells by inputting the cell row and column, and can choose to either flag or reveal that cell. game repeats in a loop until user reveals a bomb or all non-bomb cells are correctly revealed/flagged.
<br>
<br>
implement breadth-first-search algorithm that reveals adjacent cells when revealing a cell with no bomb. coded two versions with python and mips assembly.
</p>
<p class="tech-desc"><strong>tech:</strong> python, mips assembly</p>
</div>
</section>
<!-- teaching -->
<section id = "teaching">
<h2 class = "section-header" >🍎 teaching</h2>
<div class = "about-info">
<!-- learning assistant -->
<a href="https://www.ics.uci.edu/~mikes/" target = "_blank" class = "teaching-title">data structures learning assistant</a>
<div class = "teaching-list">
<ul>
<li>spring 2022</li>
<li>advise professor on lesson plans, homework/exam questions, and increasing student outcomes</li>
<li>Hold weekly office hours, exam review sessions, and assist lectures with interactive activities</li>
</ul>
</div>
<!-- lab tutor -->
<a href="https://tutors.ics.uci.edu/index.php/becoming-a-tutor" target = "_blank" class = "teaching-title">lab tutor at uci</a>
<div class = "teaching-list">
<ul>
<li>fall 2021</li>
<li>assist students with python programming in lab</li>
<li>winter 2022</li>
<li>assist students with assembly programming (mips) in lab</li>
</ul>
</div>
<!-- superposition -->
<a href="https://sites.google.com/uci.edu/superpositionuci" target = "_blank" class = "teaching-title">superposition at uci</a>
<a href="https://www.instagram.com/superpositionuci/" target = "_blank" class="fa fa-instagram" title = "Instagram icon"></a>
<div class = "teaching-list">
<ul>
<li>summer 2020 - present</li>
<li>lead a chapter of a women in stem club at my university</li>
</ul>
</div>
<!-- instructor assistant -->
<a href="https://www.kodewithklossy.com" target = "_blank" class = "teaching-title">kode with klossy</a>
<div class = "teaching-list">
<ul>
<li>summer 2021</li>
<li>instructor assistant for web dev camp</li>
</ul>
</div>
<!-- code in place -->
<a href="https://codeinplace.stanford.edu" target = "_blank" class = "teaching-title">stanford code in place</a>
<div class = "teaching-list">
<ul>
<li>spring 2021</li>
<li>section leader for first half of cs 106a</li>
</ul>
</div>
<!-- irvington cti -->
<a href="https://irvingtoncti.org" target = "_blank" class = "teaching-title">irvington coding tomorrow initiative</a>
<div class = "teaching-list">
<ul>
<li>summer 2020 - winter 2020</li>
<li>co-led weekly python/java lessons</li>
</ul>
</div>
</div>
</section>
<!-- skills -->
<section id="skills">
<h2 class="section-header">💻 skills</h2>
<div class="row-skills">
<div class="column-skills col-md-4 col-sm-10" style="border: 5px dotted rgba(135,169,34, 1); background-color: rgba(135,169,34, 0.5);">
<h3 style = "font-size: 20px; line-height: 100%; padding:10px 0px;"><strong>proficient</strong></h3>
<p>python</p>
<p>c++</p>
<p>sql</p>
<p>nosql</p>
<p>git</p>
<p>objective c</p>
<p>ios</p>
<p>javascript</p>
<p>typescript</p>
</div>
<div class="column-skills col-md-4 col-sm-10" style="border: 5px dashed rgba(135,169,34, 0.5); background-color: rgba(135,169,34, 0.2);">
<h3 style = "font-size: 20px; line-height: 100%; padding:10px 0px;"><strong>intermediate</strong></h3>
<p>angular</p>
<p>ionic</p>
<p>flask</p>
<p>mongodb</p>
<p>aws</p>
<p>mips</p>
<p>html</p>
<p>css</p>
</div>
<div class="column-skills col-md-4 col-sm-10" style="border: 5px solid rgba(135,169,34, 0.2); background-color: rgba(135,169,34, 0.1);">
<h3 style = "font-size: 20px; line-height: 100%; padding:10px 0px;"><strong>familiar</strong></h3>
<p>matplotlib</p>
<p>numpy</p>
<p>java</p>
<p>express</p>
<p>pytorch</p>
<p>graphql</p>
<p>react</p>
<p>vim</p>
</div>
</div>
</section>
<br><br>
<footer>
<p>created by ileen fan</p>
<p><a href="https://github.com/ileenf/ileenf.github.io" class="project-link" title="Website Code" target="_blank">source code here!</a></p>
<p>© copyright 2022</p>
<p>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</footer>
</body>
</html>