-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
156 lines (146 loc) · 6.54 KB
/
Copy pathresume.html
File metadata and controls
156 lines (146 loc) · 6.54 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Atelier | Kliment Ho</title>
<link rel="stylesheet" href="css/style.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=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Jost:wght@300;400;500&family=Courier+New&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<style>
/* Resume specific overrides for document style */
.resume-paper {
background: #fff;
max-width: 900px;
margin: 140px auto 100px;
padding: 80px;
box-shadow: 0 10px 40px rgba(0,0,0,0.05);
border: 1px solid #eee;
}
.resume-header { text-align: center; margin-bottom: 60px; border-bottom: 1px solid #eee; padding-bottom: 40px; }
.resume-section { margin-bottom: 50px; }
.resume-section h2 { font-size: 1.5rem; text-transform: uppercase; letter-spacing: 3px; font-family: 'Jost', sans-serif; margin-bottom: 30px; }
.resume-item { margin-bottom: 30px; }
.resume-item h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 5px; }
.resume-sub { font-family: 'Courier New', monospace; font-size: 0.85rem; color: #888; margin-bottom: 15px; display: flex; justify-content: space-between; }
.resume-list li { margin-bottom: 8px; padding-left: 20px; position: relative; font-size: 0.95rem; }
.resume-list li::before { content: "•"; position: absolute; left: 0; color: #ab936b; }
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 768px) { .resume-paper { padding: 30px; margin-top: 100px; } .resume-sub { flex-direction: column; gap: 5px; } .skills-grid { grid-template-columns: 1fr; } }
</style>
</head>
<body>
<header class="site-header">
<div class="container">
<a href="index.html" class="logo">Kliment.</a>
<nav class="main-nav">
<ul>
<li><a href="index.html#hero">Cover</a></li>
<li><a href="index.html#featured-curated-projects">Collection</a></li>
<li><a href="resume.html" class="active">Atelier</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container">
<div class="resume-paper">
<div class="resume-header">
<h1 style="font-size: 4rem; margin-bottom: 10px;">Kliment Ho</h1>
<p style="font-family: 'Courier New'; font-size: 0.9rem;">
<a href="mailto:klh005@ucsd.edu">klh005@ucsd.edu</a> |
<a href="tel:669-265-7796">669-265-7796</a>
</p>
<div style="margin-top: 30px;">
<a href="assets/resume/Kliment_Ho_Resume.pdf" download class="cta-button">Download CV</a>
</div>
</div>
<section class="resume-section">
<h2>Education</h2>
<div class="resume-item">
<h3>University of California San Diego</h3>
<div class="resume-sub">
<span>B.S. Data Science</span>
<span>Expected June 2026 | GPA: 3.5</span>
</div>
</div>
</section>
<section class="resume-section">
<h2>Professional Experience</h2>
<div class="resume-item">
<h3>San Diego Supercomputer Center</h3>
<div class="resume-sub">
<span>AI Engineer & Student Researcher</span>
<span>March 2024 – Present</span>
</div>
<ul class="resume-list">
<li>Developed EIDO-based agentic AI using LLMs (Gemini) for emergency report processing.</li>
<li>Engineered Python agents via LangChain for data extraction and geocoding.</li>
<li>Implemented OpenCV/Tesseract pipelines for map parsing and location enrichment.</li>
</ul>
</div>
<div class="resume-item">
<h3>MESDAT Lab (UCSD)</h3>
<div class="resume-sub">
<span>Machine Learning Research Intern</span>
<span>Dec 2023 – Present</span>
</div>
<ul class="resume-list">
<li>Automated data pipeline processing 600+ fitness videos into MotionBert skeletons.</li>
<li>Optimized ML setup time (4hrs to 45min) via Docker containerization.</li>
<li>Utilized PostgreSQL and OpenAI APIs for automated metadata generation.</li>
</ul>
</div>
</section>
<section class="resume-section">
<h2>Selected Works</h2>
<div class="resume-item">
<h3>Cognify</h3>
<div class="resume-sub"><span>Data Visualization / Web Audio API</span></div>
<ul class="resume-list"><li>Award-winning app visualizing cognitive load via D3.js and sonification.</li></ul>
</div>
<div class="resume-item">
<h3>S&P 500 Trend Predictor</h3>
<div class="resume-sub"><span>NLP / PyTorch / Transformers</span></div>
<ul class="resume-list"><li>BERT-based sentiment analysis model achieving 61.5% directional accuracy.</li></ul>
</div>
</section>
<section class="resume-section">
<h2>Technical Skills</h2>
<div class="skills-grid">
<div>
<h3>Languages</h3>
<p>Python, SQL, Ruby, JavaScript, C++</p>
</div>
<div>
<h3>AI / ML</h3>
<p>PyTorch, LangChain, HuggingFace, OpenCV, Pandas</p>
</div>
<div>
<h3>Infrastructure</h3>
<p>Docker, AWS, PostgreSQL, Redis, Linux</p>
</div>
<div>
<h3>Web</h3>
<p>FastAPI, React, Streamlit, D3.js</p>
</div>
</div>
</section>
</div>
</div>
</main>
<footer class="site-footer">
<div class="container">
<p>© 2024 Kliment Ho.</p>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>