-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (108 loc) · 5.16 KB
/
index.html
File metadata and controls
119 lines (108 loc) · 5.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LLE</title>
</head>
<body>
<p>Graduated from Washington & Lee University May 2023 with a Bachelor of
Science in Computer Science</p>
<div>
<h2>Experience</h2>
<p>Software Development Intern for Amazon Music from May 2022 to August 2022</p>
<ul>
<li>Work in an Agile environment and collaborate with experienced
cross-disciplinary Amazonians to create new personalized product
recommenders that are leveraged to the market.</li>
<li>Implement, integrate, and manage new products to be placed on retail
and email surfaces in applicable regions worldwide for as long as
the product is utilized in the market.</li>
<li>Write and present documentation about possible new products, project
plans, and finished products to the department and stakeholders.</li>
</ul>
<p>Data Analytics Intern for National Oceanic and Atmospheric Administration
from September 2021 to May 2022</p>
<ul>
<li>Provide weekly analyses about progress on the implementation of the
mandate for electronic reporting and permitting for vessels, as well
as creating and publishing informational graphs for interested
stakeholders and affected groups.</li>
<li>Identify and address problems found within the database and meet
with two different teams on a weekly basis to discuss the progress
of the mandate.
</li>
<li>Present our work to one or more teams on a weekly basis, which may
include research done about the subject, GIS analyses, or database
research and analyses, and produce a digital document that will help
to share steps taken and lessons learned with other governmental
organizations facing similar transitions.</li>
</ul>
<p>Help Desk Technician for University Computing from April 2021 to May 2023</p>
<ul>
<li>Provide first and second level technical support to over 100 faculty
and over 3000 student users.</li>
<li>Work as a member of a 10-member team to diagnose and fix both hardware
and software problems, not limited to networks, printers, laptop
repairs, and desktop apps.</li>
<li>Interview and hire, train, and mentor new help desk staff.</li>
</ul>
<p>Floor Director for Washington and Lee University Journalism Department
from September 2019 to May 2023.</p>
<ul>
<li>Coordinate newscast anchors and review scripts for live television
broadcasts, twice weekly.</li>
<li>Finalize show production by editing scripts and planning news blocks
in pre-production and live broadcasts.</li>
<li>Meet with anchors for 3 hours every week to iron out inconsistencies
in microphones and cameras and analyze the anchors’ stories.</li>
</ul>
</div>
<div>
<h2>Extracurriculars</h2>
<p>President of WLU Gaming (Previously WLU eSports) at Washington and Lee
University from May 2021 to May 2023</p>
<ul>
<li>Plan and coordinate school-wide events, such as gaming tournaments or
meetups that are attended by tens of people.</li>
<li>Coordinate student teams to participate in national collegiate
eSports tournaments, such as Hearthstone, League of Legends, or
Counter-Strike.</li>
<li>Manage and allocate a $3000 budget, bringing in speakers who work in
the gaming industry, as well as providing members with tools and
lessons about game development.</li>
</ul>
<p>Website Development Leader at Washington and Lee University from November
2021 to May 2023</p>
<ul>
<li>Build the <a href="https://politicalreview.academic.wlu.edu/">website
for the club</a> using WordPress to expand club functions from paper
release to digital articles.</li>
<li>Update the website to present newly written articles in an
interesting and engaging fashion.</li>
</ul>
</div>
<a href="https://github.com/lel23">My GitHub</a>
<h2>Unity Projects (Game Development)</h2>
<div>
<p>PP's Parlor</p>
<a href="https://ayyaya.itch.io/pps-pizza-parlor">P-P-P-PIZZA!!</a>
<p>The Beetle Game</p>
<a href="https://ayyaya.itch.io/the-beetle-game">Beetles!!</a>
<p>Smart Ways to Die</p>
<a href="https://yurikahirata.itch.io/smart-ways-to-die">Blood!!</a>
</div>
<h2>Machine Learning Projects</h2>
<div>
<p>Student Performance Predictor</p>
<p>Implementing multiple machine learning methods to determine
student performance based on multiple variables.</p>
<a href="https://github.com/lel23/Student-Performance-Prediction">
https://github.com/lel23/Student-Performance-Prediction</a>
<p>Predicting Biodegradable Material</p>
<p>Utilizing machine learning to mark biodegradable substances
based on its molecular makeup as input.</p>
<a href="https://github.com/lel23/Biodegradable-Prediction">
https://github.com/lel23/Biodegradable-Prediction</a>
</div>
</body>
</html>