-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
91 lines (90 loc) · 5.66 KB
/
about.html
File metadata and controls
91 lines (90 loc) · 5.66 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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="light.css" id="page_style"></link>
<script src="functions.js"></script>
<head>
<title>About Me</title>
</head>
<nav>
<a href="index.html">Home</strong></a>
<a href="about.html">About</strong></a>
<a href="experience.html">Experience</strong></a>
<a href="contact.html">Contact Me</strong></a>
</nav>
<body>
<h1>Stephanie Lam</h1>
</body>
<div class="container">
<div class="p1"><p>I am currently a student at Texas A&M University majoring in
computer science <a href="https://engineering.tamu.edu/cse/index.html">A&M</a>
and a mathematics minor who has a passion in
artificial intelligence and graphic design. I have a coding background
in Java, Javascript, Python, C++, OpenGL, HTML, and CSS. In my free time, I enjoy
baking, playing the piano, and going ice skating. Having done both
piano and figure skating since I was young, these two activities have
always been of great enjoyment to me. I am passionate about graphics design
since I like drawing and into the creative arts. Being able to create animations
for a movie would be something I would enjoy doing as a career.</p>
<p>Having recently finished a small coding project making a basic paint
program, I realized that graphic design is something I enjoy doing. I have also
participated in coding competitions, and I hope to do a HACKathon this year. I
have also participated undergraduate research where I got the opportunity to learn
about smart contract verification and the Ethereum. Although I have not yet gotten
an internship, I hope I can get one this upcoming summer and I hope that it will
either be related to artificial intelligence or graphic design.</p>
<p>My goal is to hopefully one day create an AI robot that can help medical
professionals with their job in the diagnosis of patients. The job of this AI
robot is to do in-person diagnosis for patients who are contagious and have a
possible lethal sickness in place of a doctor or nurse. The AI robot would also
do a preliminary screening of the patient to help ease the workload of nurses.
Having seen the risk medical professionals have to take every day to care for
the sick and most recently with the ongoing pandemic has inspired me to want
to create this robot that can help them. With this technology, I hope it will
decrease the risk of health-care workers when they need to diagnose a potentially
contagious and lethal virus in a patient.</p>
<p><a href="https://youtu.be/Ty8xeGsYeYQ">Piano Recital</a></p>
<p><a href="https://tamuhack.com/">tamuhack</a></p>
</div>
</div>
<div class="Service">
<div class="title"><p>Service</p></div>
<div class="Work">
<div class="TA">
<p>TA</p>
<div class="descr1">
<p>I am currently a teaching assistant for Texas A&M University
for ENGR102. My duties include guiding engineering undergraduate students with
their introductory programming coursework, tutoring and assisting students regarding
the Python programming language, and assisting the professor with grading class materials.
<a href="https://catalog.tamu.edu/undergraduate/course-descriptions/engr/">ENGR102</a></p>
</div>
</div>
<div class="CN">
<p>Code Ninjas</p>
<div class="descr2">
<p>I also used to work part time at Code Ninjas as a programming instructor to kids. I
taught students software development fundamentals including Javascript on the frontend of
programming and also robotics.
<a href="https://www.codeninjas.com/">Code Ninjas</a></p>
</div>
</div>
<div class="Volunteer">
<p>SEVA Clinic</p>
<div class="descr3">
<p>I had done considerable volunteering work in the past as part of the Congressional Award
program. I volunteered at SEVA clinic which is a non-profit organization whose goal is to
help those who do not have an insurance or money to see them at a regular hospital. There,
I was in charge of inputting patient information into the database for medical professionals
to see when the patient saw them. <a href="http://www.sevaclinic-texas.org/">SEVA</a> I had also volunteered for the production of Nutcracker on ice
at Memorial City in Houston. I was in charge of mainly assisting my coaches with the preparation
of props as well the performer's time to get on stage.
<a href="https://www.memorialfsch.org/">Memorial FSC</a></p>
</div>
</div>
</div>
<img src="garlic.jpg" style="width:175px; height:300px; margin-bottom:50px; margin-left:25px;">
<img src="seva.png" style="width:325px; height:100px; margin-bottom:150px; margin-left:100px;">
<img src="skate.jpg" style="width:325px; height:400px; margin-bottom:50px; margin-left:100px;">
<img src="skate2.JPG" style="width:325px; height:400px; margin-bottom:50px; margin-left:100px;">
</div>
</html>