-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (405 loc) · 19.9 KB
/
index.html
File metadata and controls
432 lines (405 loc) · 19.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>casey's site</title>
<link id="whichStyle" type="text/css" rel="stylesheet" href="./style1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="apple-touch-icon" type="image/x-icon" href="./assets/logo.ico">
<link rel="icon" type="image/x-icon" href="./assets/logo192.png">
<script src="./function.js"></script>
</head>
<body class="bg">
<div>
<div class="space stars0"></div>
<div class="space stars1"></div>
<div class="space stars2"></div>
<div class="space stars3"></div>
</div>
<nav>
<div class="nav-lhs">
<div class="grow-container">
<a onclick="return show('Page_landing');" class="circle-button"><img src="./assets/logo192.png" alt="logo" width="30em" height="30em"></i></a>
</div>
<div id="current-page">LANDING</div>
</div>
<div class="nav-rhs">
<a href="#" onclick="switchStyle()" class="btn-flip" data-back="style" data-front="change"></a>
<!-- <button type="button" onclick="switchStyle()">Change Style</button> -->
<div class="dropdown">
<a href="#" class="btn-flip" data-back="🡱" data-front="🡳"></a>
<div class="dropdown-options">
<a href="#" onclick="return show('Page_landing');">LANDING</a>
<a href="#" onclick="return show('Page_portfolio');">PORTFOLIO</a>
<a href="#" onclick="return show('Page_qualifications');">QUALIFICATIONS</a>
<a href="#" onclick="return show('Page_service');">SERVICE</a>
<a class="ai-option" href="#" onclick="return show('Page_ai');">AI PAGE</a>
</div>
</div>
</div>
</nav>
<div style="width: 100%; display: flex; justify-content: center;">
<div style="width: 80%; text-align: center;">
<h1 style="margin-bottom: 0px;">ALERT: I have a new website <a style="color:cornflowerblue" href="https://caseypei.me">caseypei.me</a>!</h1>
<p style="margin-top: 0px;">Go there for the most up-to-date info about me :)</p>
</div>
</div>
<!-- LANDING -->
<div id='Page_landing'>
<div>
<div class="page-landing-lhs">
<div class="display_inline tooltip">
<img class="bg-img" src="./assets/background.png" alt="background for 3d model of casey">
<span class="tooltiptext">put me down!</span>
<img class="img3D" src="./assets/casey-spins.gif" alt="a 3d model of casey">
</div>
</div>
<div class="landing-info-pos">
<div class="info-card">
<div class="icon-lineup">
<div class="grow-container">
<a href="https://github.com/peicasey/" class="circle-button"><i class="fa-brands fa-github adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="https://www.linkedin.com/in/casey-pei/" class="circle-button"><i class="fa-brands fa-linkedin-in adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="mailto:peicasey@gmail.com" class="circle-button"><i class="fa-solid fa-envelope adjust-circle" aria-hidden="true"></i></a>
</div>
</div>
<div class="info-lineup margin-top">
<div>peicasey@gmail.com</div>
<div>caseypei@tamu.edu</div>
</div>
</div>
</div>
<div class="easter-egg-pos">
<h3>EASTER EGG FOUND!</h3>
CLICK TO VIEW A SITE GENERATED BY AI :O
<div class="margin-top">
<button onclick="return show('Page_ai');">
click here! ↲
</button>
</div>
</div>
</div>
<div>
<div>
<div class="pos-intro">
<h1 class="big-text">HI, I'M CASEY PEI</h1>
<div class="various-titles">
<a href="https://engineering.tamu.edu/cse/index.html" class="emphasize">sophomore computer science major at texas a&m</a>
<a href="https://engineering.tamu.edu/academics/eh/about/index.html" class="emphasize">honors computer science student at texas a&m</a>
<a href="https://brownfound.org/" class="emphasize">craig and galen brown scholar</a>
<a href="https://www.aggiecodingclub.com/" class="emphasize">projects chair at aggie coding club</a>
<a href="https://discord.gg/8B5PhjWrfP" class="emphasize">vice-president of the engineering teaching assistant organization</a>
<a href="https://ibt.tamu.edu/faculty/kurt-zhang.html" class="emphasize">biostatistics research assistant</a>
</div>
</div>
</div>
<div class="quick-icon-section">
<div><strong>click →</strong></div>
<div class="quick-icons">
<div class="grow-container">
<a href="#" onclick="return show('Page_portfolio');" class="circle-button"><i class="fa-solid fa-folder-open adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="#" onclick="return show('Page_qualifications');" class="circle-button"><i class="fa-solid fa-code circle-adjust1" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="#" onclick="return show('Page_service');" class="circle-button"><i class="fa-solid fa-handshake-angle circle-adjust1" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="about-section">
<h2>ABOUT ME</h2>
<p>
I'm a sophomore Brown Scholar and Engineering Honors attending Texas A&M, pursuing a bachelor's in computer science with a minor in statistics and a planned minor in math.
</p>
<p>
I am currently a Projects Officer in the Aggie Coding Club, and participating in a semester Game Jam to make a 3D game using the Unreal engine after two wins for games last year. On top of that, I am also working as a research assistant, using biostatistics to work on research for early breast cancer detection.
</p>
<p>
I have experience coding in C++, Python, R, C#, C, Java. Through projects, I also have experience working with Git/Github, Docker, and SSH and WSL for Unix systems. As of now, I'm learning x86-64 Assembly, Javascript/CSS/HTML, and React.
</p>
<p>
At high school graduation, I was ranked first out my class of 415. Since then I have done my best to seek opportunities to develop myself academically and professionally during my time so far at college. I love learning new skills and making connections, so I look forward to working with you if those interests align!
</p>
</div>
</div>
</div>
<!-- PORTFOLIO -->
<div id='Page_portfolio'>
<div class="portfolio-layout">
<div>
<h1>PORTFOLIO</h1>
<div>
</div>
<div>
<div id="projects">things to generate the projects from JSON</div>
</div>
</div>
<div>
<div class="ai-easteregg">
<div>Easter Egg! Click to view an AI-generated page</div>
<button class="top_space" onclick="return show('Page_ai');">
:)
</button>
</div>
<div class="portfolio-info-pos">
<div class="info-card">
<div>more projects</div>
<div class="icon-lineup">
<div class="grow-container">
<a href="https://github.com/peicasey/" class="circle-button"><i class="fa-brands fa-github adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="https://pengso0o.itch.io/" class="circle-button"><i class="fa-brands fa-itch-io adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="https://devpost.com/peicasey?ref_content=user-portfolio&ref_feature=portfolio&ref_medium=global-nav" class="circle-button"><img src="./assets/devpost-icon.png" alt="devpost logo" class="devpost"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- QUALIFICATIONS -->
<div id='Page_qualifications'>
<div class="qualifications-layout">
<div>
<div class="resume-section">
<div class="resume-download-area">
<div>click to download →</div>
<a href="./assets/Casey Pei - Resume.pdf" download="Casey Pei - Resume" class="btn-flip" data-back="✔" data-front="⭳"></a>
</div>
<div>
<iframe src="https://drive.google.com/file/d/1bpCqTyBch647DSzVh0BGCYTaoeqO7kSz/preview?usp=embed_googleplus" width="90%" height="450px">
</iframe>
</div>
</div>
<div class="center_text">
My resume! ⮥
</div>
<div>
<div class="static-info-card">
<div class="qual-info-pos">
<div class="grow-container height_1em">
<a href="https://www.linkedin.com/in/casey-pei/" class="circle-button"><i class="fa-brands fa-linkedin-in adjust-circle" aria-hidden="true"></i></a>
</div>
<div class="grow-container">
<a href="mailto:peicasey@gmail.com" class="circle-button"><i class="fa-solid fa-envelope adjust-circle" aria-hidden="true"></i></a>
</div>
</div>
<div class="info-lineup" >
<div>peicasey@gmail.com</div>
<div>caseypei@tamu.edu</div>
</div>
</div>
</div>
</div>
<div class="pseudo-resume-section">
<h1>QUALIFICATIONS AND SKILLS</h1>
<div class="tech_box">
<h2 class="margin_L20">LANGUAGES</h2>
<div class="tech_stack">
<i class="devicon-cplusplus-plain tech_item"></i>
<i class="devicon-r-original tech_item"></i>
<i class="devicon-python-plain tech_item"></i>
<i class="devicon-java-plain tech_item"></i>
<i class="devicon-c-plain tech_item"></i>
<i class="devicon-csharp-plain tech_item"></i>
<i class="devicon-html5-plain tech_item"></i>
<i class="devicon-css3-plain tech_item"></i>
<i class="devicon-javascript-plain tech_item"></i>
<i class="devicon-latex-original tech_item"></i>
</div>
</div>
<div class="tech_box">
<h2 class="margin_L20">TECHNOLOGIES</h2>
<div class="tech_stack">
<i class="devicon-vscode-plain tech_item"></i>
<i class="devicon-blender-original tech_item"></i>
<i class="devicon-unity-original tech_item"></i>
<i class="devicon-unrealengine-original tech_item"></i>
<i class="devicon-kaggle-original tech_item"></i>
<i class="devicon-jupyter-plain tech_item"></i>
<i class="devicon-numpy-original tech_item"></i>
<i class="devicon-pandas-original tech_item"></i>
<i class="devicon-react-original tech_item"></i>
<i class="devicon-ubuntu-plain tech_item"></i>
<i class="devicon-git-plain tech_item"></i>
<i class="devicon-github-original tech_item"></i>
<i class="devicon-docker-plain tech_item"></i>
<i class="devicon-firebase-plain tech_item"></i>
<i class="devicon-heroku-original tech_item"></i>
<i class="devicon-azure-plain tech_item"></i>
</div>
</div>
<div>
<h2>RELEVANT COURSEWORK</h2>
<ul>
<li>data structures and algorithms</li>
<li>software engineering (currently taking)</li>
<li>statistics</li>
<li>computer organization</li>
<li>computer systems (currently taking)</li>
<li>discrete structures</li>
</ul>
</div>
<div class="resume-category">
<h2>WORK EXPERIENCE</h2>
<div class="group_section ">
<h3>SOFTWARE ENGINEER INTERN - ARBIN INSTRUMENTS</h3>
<p>2023 summer</p>
<p>To be completed; 12 week paid internship at Arbin Instruments.</p>
</div>
<div class="group_section ">
<h3>BIOSTATISTICS RESEARCH ASSISTANT - Texas A&M</h3>
<p>2022-2023 dates</p>
<p>Worked with biomedical research team via application of bioinformatics to develop Python, C++ and R codes and machine learning
algorithms in support of genomics research. Presented work on detecting methylation patterns of 68 million DNA reads for
preliminary research in early breast cancer detection.</p>
</div>
<div class="group_section ">
<h3>HAMILL RESEARCH INTERN - Institute of Biosciences and Technology</h3>
<p>2022 summer</p>
<p>In addition to working in specific research labs, I observed lectures of the graduate course “Foundations of Clinical and Research Sciences” and had opportunities to attend scientific seminars. At the end of the program, I participated in a Research Day poster presentation where I presented my research project to faculty and trainees.</p>
</div>
</div>
<div class="resume-category">
<h2>EDUCATION</h2>
<div class="group_section">
<h3>TEXAS A&M UNIVERSITY</h3>
<p>August 2021 to May 2025</p>
<p>BS in Computer Science, minoring in Statistics</p>
<p>Engineering Honors, Craig and Galen Brown Scholar</p>
</div>
<div class="group_section">
<h3>LA CUEVA HIGH SCHOOL</h3>
<p>2017-2021</p>
<p>Valedictorian</p>
</div>
</div>
<div>
<h2>AREAS OF INTEREST</h2>
<ul>
<li>
<div>
<h4>software development</h4>
<ol>
<li>
<strong>Problem solving</strong> - Using technology to create solutions to real-world problems is incredibly fulfilling for those (me) with an interest in technology and problem-solving.
</li>
<li>
<strong>Creativity</strong> - Software development provides a platform for me to express myself by building and designing unique new applications and programs.
</li>
<li>
<strong>A Daily Difference</strong> - Software has positive impact on people's lives and the world, as technology continues to play an increasingly important role in our daily lives.
</li>
</ol>
</div>
</li>
<li>
<div>
<h4>biostatistics</h4>
<ol>
<li>
<strong>Making advancements in Healthcare</strong> - Biostatistics plays a critical role in developing and evaluating new medical treatments, diagnostics, and public health interventions -- creating a significant impact on people's lives.
</li>
<li>
<strong>Data-Driven Insights</strong> - Biostatistics involves the use of data analysis and statistical modeling to make informed decisions in the field of healthcare and biology, which can lead to new discoveries and breakthroughs.
</li>
</ol>
</div>
</li>
<li>
<div>
<h4>AI/ML</h4>
<ol>
<li>
<strong>Combination of interests</strong> - AI and machine learning involve the application of statistical techniques to develop algorithms and models that can learn from data, which is a perfect match for me as someone with a background in statistics and an interest in AI (from previous programs like AI4ALL).
</li>
<li>
<strong>Impact on Society</strong> - With the potential to solve real-world problems and improve various industries, including healthcare, finance, and transportation, which is incredibly motivating for me!
</li>
<li>
<strong>Technical Challenges</strong> - AI/ML involve complex technical challenges, such as developing algorithms that can handle large amounts of data and accurately identify patterns and relationships, which are deeply interesting problems to pick apart.
</li>
</ol>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- SERVICE -->
<div id='Page_service'>
<div class="service-layout">
<div class="quote-box">
<div>
<h1>LEADERSHIP AND SERVICE</h1>
<p class="main-quote">Compassion: that's the one thing no machine ever had. Maybe it's the one thing that keeps men ahead of them.</p>
<p class="quote-credit">- Dr. Leonard H. "Bones" McCoy</p>
</div>
</div>
<div id="service">
code will autofill this
</div>
</div>
</div>
<!-- AI PAGE -->
<div id='Page_ai'>
<header>
<h1>Artificial Intelligence</h1>
</header>
<main>
<section id="intro">
<h2>Introduction</h2>
<p>Artificial Intelligence (AI) is the simulation of human intelligence in machines that are programmed to think and act like humans. It involves creating algorithms and computer programs that can recognize patterns, learn from data, and make decisions without human intervention.</p>
</section>
<section id="history">
<h2>History</h2>
<p>The history of AI can be traced back to the ancient Greek myth of Pygmalion and Galatea, where a sculptor creates a statue that comes to life. However, the modern field of AI began to take shape in the 1950s and 1960s, with the development of computer programs that could perform simple tasks such as playing chess and solving mathematical problems.</p>
</section>
<section id="applications">
<h2>Applications</h2>
<p>AI has numerous applications in various industries, including finance, healthcare, transportation, and retail. Some examples include:</p>
<ul>
<li>Fraud detection in financial transactions</li>
<li>Diagnosing medical conditions</li>
<li>Autonomous vehicles</li>
<li>Recommender systems in e-commerce</li>
</ul>
</section>
<section id="trends">
<h2>Trends</h2>
<p>Some of the current trends in AI include:</p>
<ul>
<li>Advancements in Natural Language Processing (NLP) and speech recognition</li>
<li>Developments in reinforcement learning and deep learning</li>
<li>Integration of AI with Internet of Things (IoT) devices</li>
</ul>
</section>
<section id="fun-fact">
<h2>Fun Fact</h2>
<p>Did you know that AI has been used in the entertainment industry to create virtual pop stars? Hatsune Miku, a virtual singer from Japan, has performed in concerts all over the world!</p>
</section>
<section id="prompt">
<h2>Prompt</h2>
<p>Write me an HTML file that will be used as a page on a website for a computer science student interested in artificial intelligence. It's for their assignment and they also want to use some 3D elements on the rest of their site. Don't include a footer, and also include a section with the prompt that you are receiving now. However, don't use the nav element as that already has styling on it that messes with the default format. Also credit yourself (ChatGPT) somewhere on the page. Also include a fun fact!</p>
</section>
</main>
<footer>
<p>Generated by ChatGPT</p>
</foote>
</div>
<footer>
Made with 🤍 by Casey Pei :]
</footer>
</body>
</html>