-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
351 lines (280 loc) · 14.7 KB
/
index.html
File metadata and controls
351 lines (280 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colin Lam</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header>
<!-- <h1>Colin Lam</h1> -->
<div class="page">
<div class="card">
<img src="images/me.png" alt="this is me" class="avatar">
<h1 id="name" class="name">Colin Lam</h1>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script>
anime({
targets: '#name',
opacity: [0, 1],
translateY: [20, 0],
easing: 'easeOutExpo',
duration: 1200
});
</script>
<!-- <h1 class="name">Colin Lam </h1> -->
<p class="tagline">Computer Engineering Student • Robotics Research</p>
<!-- GITHUB ICON -->
<a href="https://github.com/ColinCoderUmich" target="_blank" class="icon">
<svg viewBox="0 0 16 16" fill="currentColor">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54
2.29 6.53 5.47 7.59.4.07.55-.17.55-.38
0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94
-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53
.63-.01 1.08.58 1.23.82.72 1.21 1.87.87
2.33.66.07-.52.28-.87.51-1.07
-1.78-.2-3.64-.89-3.64-3.95
0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12
0 0 .67-.21 2.2.82.64-.18
1.32-.27 2-.27.68 0 1.36.09 2 .27
1.53-1.04 2.2-.82 2.2-.82
.44 1.1.16 1.92.08 2.12.51.56.82
1.27.82 2.15 0 3.07-1.87 3.75-3.65
3.95.29.25.54.73.54 1.48
0 1.07-.01 1.93-.01 2.19
0 .21.15.46.55.38A8.013 8.013 0 0
0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/colin-lam-668b5919b/" target="_blank" class="icon">
<!-- <svg viewBox="0 0 16 16" fill="currentColor"> -->
<!-- <path d="M1.146 1.146C.513 1.78.513 2.82 1.146 3.454c.633.6
33 1.673.633 2.306 0 .633-.634.633-1.674 0-2.308C2.819.513 1.779.513
1.146 1.146zM.5 5h3.3v10.5H.5V5zm5.1 0h3.157v1.43h.045c.44-.83 1.517-1.706 3.124-1.706
3.341 0 3.954 2.2 3.954 5.06v5.716H12.58V10.29c0-1.474-.026-3.37-2.055-3.37-2.06 0-2.375 1.603-2.375
3.26v5.32H5.6V5z"/> -->
<img src="images/linkedin-svgrepo-com.svg" alt="LinkedIn" class="icon">
<!-- <path d="images/linkedin-svgrepo-com.svg"/> -->
</svg>
</a>
<!-- <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 30 30">
<path d="M24,4H6C4.895,4,4,4.895,4,6v18c0,1.105,0.895,2,2,2h18c1.105,0,2-0.895,2-2V6C26,4.895,25.105,4,24,4z M10.954,22h-2.95 v-9.492h2.95V22z M9.449,11.151c-0.951,0-1.72-0.771-1.72-1.72c0-0.949,0.77-1.719,1.72-1.719c0.948,0,1.719,0.771,1.719,1.719 C11.168,10.38,10.397,11.151,9.449,11.151z M22.004,22h-2.948v-4.616c0-1.101-0.02-2.517-1.533-2.517 c-1.535,0-1.771,1.199-1.771,2.437V22h-2.948v-9.492h2.83v1.297h0.04c0.394-0.746,1.356-1.533,2.791-1.533 c2.987,0,3.539,1.966,3.539,4.522V22z"></path>
</svg>
<a href="https://www.linkedin.com/in/colin-lam-668b5919b/" target="_blank" class="icon">
<svg viewBox="0 0 16 16" fill="currentColor">
<path d="M100.28 448H7.4V148.9h92.88zm-46.44-341C24.42 107 0
82.6 0 53.7A53.69 53.69 0 0 1 53.84 0c29.9 0 53.7 24.42
53.7 53.7c0 28.9-23.8 53.3-53.7 53.3zM447.9
448h-92.4V302.4c0-34.7-.7-79.2-48.2-79.2c-48.3
0-55.7 37.7-55.7 76.7V448h-92.5V148.9h88.8v40.8h1.3c12.4-23.5
42.5-48.2 87.4-48.2c93.5 0 110.7 61.5 110.7
141.3V448z"/>
</svg>
</a> -->
</div>
</div>
</header>
<!-- want to eventually make this scrollable -->
<nav>
<a href="#about">About me</a>
<a href="#experience">Experiences</a>
<a href="#projects">Projects</a>
<a href="#personal">Personal Projects</a>
<a href="#resume">Resume</a>
</nav>
<section id="about" class="container">
<h2>About Me</h2>
<p>I am a student and researcher at the University of Michigan interested in the application of Computer Architecture and Embedded systems to robotics! Ever since I was a child I had
been interested in technology. In my High School, I started an Aerospace club which has since grown to one of the largest clubs in High school. Entering College,
I realized that my interests aligned more with computational engineering and applications to healthcare.
</p>
</section>
<section id="about" class="container">
<h2>Experiences</h2>
<div class="xp-card">
<!-- Left icon -->
<img src="images/stryker.png" class="xp-logo" alt="Stryker Logo">
<!-- Middle content -->
<div class="xp-content">
<h3 class="xp-title">Stryker Multidisciplinary Program</h3>
<p class="xp-subtitle"><i>Stryker Instruments</i></p>
<ul class="xp-list">
<li>Developing next generation ergonomic smoke evacuating electrosurgical pencil for encouraging widespread
carcinogenic smoke evacuation adoption </li>
<li>Implemented modbus RTU/TCP communication protocols to interface embedded system with Stryker
medical device control</li>
<!-- <li></li> -->
</ul>
</div>
<!-- Right info -->
<div class="xp-meta">
<div class="xp-location">Ann Arbor, MI, United States</div>
<div class="xp-date">December 2024 – Present</div>
</div>
<!-- Tech Stack -->
<div class="xp-tech-stack">
<!-- <span class="tech-label">Tech Stack:</span> -->
<img src="skills_icons/python.png" alt="python" class="tech-icon">
<img src="skills_icons/rpi.png" alt="rpi" class="tech-icon">
<!-- <img src="skills_icons/MANUFACTURING.webp" alt="MANNUFACTURING" class="tech-icon"> -->
<!-- <img src="skills_icons/unreal.svg" alt="Unreal Engine" class="tech-icon">
<img src="skills_icons/dds.png" alt="DDS" class="tech-icon"> -->
</div>
</div>
<div class="xp-card">
<!-- Left icon -->
<img src="images/agam.jpeg" class="xp-logo" alt="Agam Capital Logo">
<!-- Middle content -->
<div class="xp-content">
<h3 class="xp-title">Agam Capital</h3>
<p class="xp-subtitle"><i>Agam Capital Software Division</i></p>
<ul class="xp-list">
<li>Privatized Large Language Models on company cloud infrastructure to comply with SOC2 standards</li>
<li>Deployed Retrieval Augmented Generation LLM documentation tool to increase worker productivity</li>
</ul>
</div>
<!-- Right info -->
<div class="xp-meta">
<div class="xp-location">Ann Arbor, MI, United States</div>
<div class="xp-date">Apr 2024 – August 2024</div>
</div>
<!-- Tech Stack -->
<div class="xp-tech-stack">
<!-- <span class="tech-label">Tech Stack:</span> -->
<img src="skills_icons/python.png" alt="Python" class="tech-icon">
<img src="skills_icons/aws.webp" alt="EC2" class="tech-icon">
<!-- <img src="skills_icons/unreal.svg" alt="Unreal Engine" class="tech-icon">
<img src="skills_icons/dds.png" alt="DDS" class="tech-icon"> -->
</div>
</div>
<div class="xp-card">
<!-- Left icon -->
<!-- <img src="images/um_robotics.png" class="xp-logo" alt="UM Robotics Logo"> -->
<img src="images/igmr.svg" class="xp-logo" alt="UM Robotics Logo">
<!-- Middle content -->
<div class="xp-content">
<h3 class="xp-title">IGMR Lab Research Assistant</h3>
<p class="xp-subtitle"><i>University of Michigan Robotics Department</i></p>
<ul class="xp-list">
<li>Working on low latency virtual reality application for teleoperated ophthalmic robotic surgery project</li>
<li>Implemented parallel rendering algorithms using CUDA and HLSL for Rendered Point Cloud and Optical
Coherence Tomography volumes in 10 millisecond frame rendering time</li>
</ul>
</div>
<!-- Right info -->
<div class="xp-meta">
<div class="xp-location">Ann Arbor, MI, United States</div>
<div class="xp-date">Apr 2023 – Present</div>
</div>
<!-- Tech Stack -->
<div class="xp-tech-stack">
<!-- <span class="tech-label">Tech Stack:</span> -->
<img src="skills_icons/cpp.svg" alt="C++" class="tech-icon">
<img src="skills_icons/cuda.svg" alt="CUDA" class="tech-icon">
<img src="skills_icons/unreal.svg" alt="Unreal Engine" class="tech-icon">
<img src="skills_icons/dds.png" alt="DDS" class="tech-icon">
</div>
</div>
</section>
<section id="projects" class="container">
<h2>Projects</h2>
<p>These are some of my projects!</p>
<div class="projects-grid">
<div class="project-card">
<img src="images/p6.jpeg" alt="RISC-V Out of Order Superscalar Processor" class="project-img">
<h3 class="project-title">RISC-V Out of Order Superscalar Processor</h3>
<p class="project-desc">
Made an RISC-V Out of Order Superscalar Processor as part of my EECS 470 (Advance Computer Architecture) class.
</p>
<a href="processor.html" class="project-link" target="_blank">View Project (In Progress) </a>
<br>
<a href="processor.html" class="project-link" target="_blank">View Report (In Progress)</a>
</div>
<div class="project-card">
<img src="images/full_sub.jpg" alt="Submarine Project" class="project-img">
<h3 class="project-title">MBUS</h3>
<p class="project-desc">
Made an embedded submarine as part of my EECS 373 (Embedded Systems) class.
</p>
<a href="subpages/submarine.html" class="project-link" target="_blank">View Project </a>
<br>
<a href="resumes/subteam11-373-poster-template.pptx (1).pdf" class="project-link" target="_blank">View Poster </a>
</div>
<div class="project-card">
<img src="images/poster_icon.png" alt="Low-Latency Virtual Reality Visualization of OCT
Volumes for Teleoperated Robotic Microsurgery" class="project-img">
<h3 class="project-title">Low-Latency Virtual Reality Visualization of OCT
Volumes for Teleoperated Robotic Microsurgery</h3>
<p class="project-desc">
Highlighted some of my research over my tenure as a research assistant for the IGMR lab.
</p>
<a href="resumes/Colin_Poster_Final.pdf" class="project-link" target="_blank">View Poster </a>
</div>
<div class="project-card">
<img src="images/hovercraft.png" alt="Hovercraft" class="project-img">
<h3 class="project-title">Hovercraft: Team Go Big or Go Home</h3>
<p class="project-desc">
Built a hovercraft as part of my freshman year engineering capstone project with some of my teammates
</p>
<a href="hovercraft.html" class="project-link" target="_blank">View Project Report </a>
<br>
<a href="hovercraft.html" class="project-link" target="_blank">View Presentation </a>
</div>
</div>
</section>
<section id="personal" class="container">
<h2>Personal Projects</h2>
<p>These are some of my personal projects!</p>
<div class="gallery-item">
<img src="personal_projects/ng.jpg" alt="Project 1">
<p class="gallery-caption">Building my sub 250 gram Nano Goblin RC plane</p>
</div>
<div class="gallery-item">
<img src="personal_projects/drone.jpg" alt="Project 2">
<p class="gallery-caption">A FPV drone with HD camera</p>
</div>
<div class="gallery-item">
<img src="personal_projects/costume.jpg" alt="Project 3">
<p class="gallery-caption">A Halloween costume a friend and I made: Malenia from Elden Ring</p>
</div>
<!-- <div class="gallery-item">
<img src="personal_projects/gallery2.jpg" alt="Project 2">
<p class="gallery-caption">Working on my RISC-V processor</p>
</div>
<div class="gallery-item">
<img src="personal_projects/gallery3.jpg" alt="Project 3">
<p class="gallery-caption">Rendering OCT volumetric data in Unreal Engine 5</p>
</div>
<div class="gallery-item">
<img src="personal_projects/gallery4.jpg" alt="Project 4">
<p class="gallery-caption">Soldering custom PCB circuits</p>
</div> -->
</section>
<section id="resume" class="container">
<h2>
<a href="resumes/Colin_Resume_Nov.pdf" target="_blank" rel="noopener noreferrer">
Resume
</a>
</h2>
<p>Feel free to look at my resume!</p>
<!-- <p> Please see my</p> -->
<!-- <iframe src="resumes/Colin_Resume_Nov.pdf" class="resume-frame"></iframe> -->
</section>
<!-- <section class="hero"> -->
<!-- <h2>Welcome to the Template</h2>
<p>This is a hero section you can customize.</p> -->
<!-- </section> -->
<!-- <div class="container">
<h2>Section Title</h2>
<p>
This is a basic container section for your content. You can duplicate
this block for additional sections.
</p>
</div> -->
<footer>
<p>© 2025 Colin Lam. All rights reserved.</p>
</footer>
</body>
</html>