-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
358 lines (349 loc) · 16.9 KB
/
index.html
File metadata and controls
358 lines (349 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fei Xiong - Software Engineer & Research Intern</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="#home">Fei Xiong</a>
</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#experience" class="nav-link">Experience</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">Hi, I'm <span class="highlight">Fei Xiong</span></h1>
<p class="hero-subtitle">Software Engineer & Research Intern</p>
<p class="hero-description">
Recently completed my M.S. in Information Networking at Carnegie Mellon University
and working as a Research Intern under <a href="https://chenyuyou.me/" target="_blank" class="research-link">Chenyu You</a>.
</p>
<div class="hero-buttons">
<a href="#contact" class="btn btn-primary">Get In Touch</a>
<a href="#projects" class="btn btn-secondary">View Projects</a>
</div>
</div>
<div class="hero-image">
<div class="profile-card">
<div class="profile-avatar">
<img src="myphoto.jpg" alt="Fei Xiong" />
</div>
<div class="profile-info">
<h3>Fei Xiong</h3>
<p>📍 Pittsburgh, PA</p>
<p>🎓 CMU M.S. Information Networking</p>
<p>🔬 Research Intern</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>
I'm a passionate software engineer and researcher who recently completed my Master's degree
in Information Networking at Carnegie Mellon University. With a strong foundation in
computer science from NYU and hands-on experience in AI/ML systems, I'm dedicated to
building innovative solutions that bridge the gap between research and real-world applications.
</p>
<p>
Currently, I'm working as a Research Intern under
<a href="https://chenyuyou.me/" target="_blank" class="research-link">Chenyu You</a>
at Stony Brook University, where I'm contributing to cutting-edge research in machine learning
and computer vision applications.
</p>
<p>
My technical interests span across distributed systems, machine learning, web development,
and data visualization. I enjoy tackling complex problems and creating efficient, scalable solutions.
</p>
</div>
<div class="about-stats">
<div class="stat-item">
<h3>5+</h3>
<p>Projects</p>
</div>
<div class="stat-item">
<h3>2+</h3>
<p>Years Experience</p>
</div>
<div class="stat-item">
<h3>10+</h3>
<p>Technologies</p>
</div>
<div class="stat-item">
<h3>4+</h3>
<p>Languages</p>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="education">
<div class="container">
<h2 class="section-title">Education</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3>Carnegie Mellon University</h3>
<span class="timeline-date">Aug 2023 – Dec 2024</span>
</div>
<p class="timeline-degree">M.S. in Information Networking</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3>New York University</h3>
<span class="timeline-date">Aug 2019 – May 2023</span>
</div>
<p class="timeline-degree">B.S. in Computer Science</p>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="experience">
<div class="container">
<h2 class="section-title">Work Experience</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3>Research Intern</h3>
<span class="timeline-date">Current</span>
</div>
<p class="timeline-company"><a href="https://chenyuyou.me/" target="_blank" class="research-link">Chenyu You</a>, Stony Brook University</p>
<ul class="timeline-achievements">
<li>Contributing to cutting-edge research in machine learning and computer vision</li>
<li>Working on projects related to medical image analysis and AI systems</li>
<li>Collaborating with the research team on innovative AI solutions</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3>Software Engineer Intern</h3>
<span class="timeline-date">Jun 2023 – Aug 2023</span>
</div>
<p class="timeline-company">Tencent</p>
<ul class="timeline-achievements">
<li>Worked on Hunyuan Text-to-Image Generation Model, a key part of Tencent's multimodal AI stack</li>
<li>Designed and implemented prompt optimization and pruning algorithms, improving image generation accuracy by 10%</li>
<li>Built internal tools to compare outputs and visualize image clarity</li>
<li>Automated generation and categorization of over 2.5 million synthetic images</li>
<li>Collaborated cross-team to align model outputs with product goals and deployment</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-header">
<h3>Research Assistant</h3>
<span class="timeline-date">May 2022 – Jun 2023</span>
</div>
<p class="timeline-company">New York University</p>
<ul class="timeline-achievements">
<li>Researched HNSW (Hierarchical Navigable Small World) Graphs for approximate nearest neighbor (ANN) search</li>
<li>Implemented HNSW in C++, and applied performance optimizations (e.g. caching, query frequency heuristics)</li>
<li>Evaluated graph pruning strategies, improving query efficiency by 15%</li>
<li>Benchmarked ANN performance on datasets with 10M+ high-dimensional vectors</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-header">
<h3>Doordash+</h3>
<div class="project-tech">
<span class="tech-tag">Spring</span>
<span class="tech-tag">Hibernate</span>
<span class="tech-tag">React</span>
</div>
</div>
<p>Online food ordering platform with REST API via Spring MVC, Hibernate ORM, Spring Security authentication, and ReactJS frontend with Ant Design.</p>
</div>
<div class="project-card">
<div class="project-header">
<h3>Staybooking</h3>
<div class="project-tech">
<span class="tech-tag">React</span>
<span class="tech-tag">Spring Boot</span>
<span class="tech-tag">MySQL</span>
</div>
</div>
<p>Online stay rental app with React SPA frontend, Spring Boot backend, MySQL database, Google Cloud Storage, and Elasticsearch geo-indexing.</p>
</div>
<div class="project-card">
<div class="project-header">
<h3>Starlink</h3>
<div class="project-tech">
<span class="tech-tag">React</span>
<span class="tech-tag">D3.js</span>
<span class="tech-tag">AWS</span>
</div>
</div>
<p>Satellite trajectory visualization dashboard using React and D3.js with real-time satellite path animation, deployed to AWS.</p>
</div>
<div class="project-card">
<div class="project-header">
<h3>Tinnews</h3>
<div class="project-tech">
<span class="tech-tag">Android</span>
<span class="tech-tag">MVVM</span>
<span class="tech-tag">Room DB</span>
</div>
</div>
<p>Tinder-like news app built with MVVM Architecture, swipe interface via CardStackView, Room database with offline mode, and news API integration.</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3>Programming Languages</h3>
<div class="skill-tags">
<span class="skill-tag">Java</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">C++</span>
<span class="skill-tag">C</span>
<span class="skill-tag">Go</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">HTML/CSS</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">MATLAB</span>
<span class="skill-tag">C#</span>
</div>
</div>
<div class="skill-category">
<h3>Frameworks & Tools</h3>
<div class="skill-tags">
<span class="skill-tag">Spring Boot</span>
<span class="skill-tag">Hibernate</span>
<span class="skill-tag">React</span>
<span class="skill-tag">AntD</span>
<span class="skill-tag">D3.js</span>
<span class="skill-tag">Jetpack Components</span>
<span class="skill-tag">Retrofit</span>
<span class="skill-tag">Room DB</span>
</div>
</div>
<div class="skill-category">
<h3>Databases</h3>
<div class="skill-tags">
<span class="skill-tag">MySQL</span>
<span class="skill-tag">Oracle</span>
<span class="skill-tag">MongoDB</span>
</div>
</div>
<div class="skill-category">
<h3>Other Areas</h3>
<div class="skill-tags">
<span class="skill-tag">Data Structures & Algorithms</span>
<span class="skill-tag">OOP</span>
<span class="skill-tag">Distributed Systems</span>
<span class="skill-tag">Machine Learning</span>
<span class="skill-tag">Data Visualization</span>
<span class="skill-tag">Statistical Analysis</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-content">
<div class="contact-info">
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<div>
<h4>Location</h4>
<p>Pittsburgh, PA</p>
</div>
</div>
<div class="contact-item">
<i class="fas fa-phone"></i>
<div>
<h4>Phone</h4>
<p>631-568-2082</p>
</div>
</div>
<div class="contact-item">
<i class="fas fa-envelope"></i>
<div>
<h4>Email</h4>
<p>fx372@nyu.edu</p>
</div>
</div>
<div class="contact-item">
<i class="fas fa-graduation-cap"></i>
<div>
<h4>Current Position</h4>
<p>Research Intern under <a href="https://chenyuyou.me/" target="_blank" class="research-link">Chenyu You</a></p>
</div>
</div>
</div>
<div class="contact-links">
<a href="mailto:fx372@nyu.edu" class="contact-btn">
<i class="fas fa-envelope"></i>
Send Email
</a>
<a href="tel:631-568-2082" class="contact-btn">
<i class="fas fa-phone"></i>
Call Me
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2024 Fei Xiong. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>