Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resume with links to extracurriculars #43

Merged
merged 8 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,16 @@ a {
.link-container {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: -1.5em;
align-items: center;
}

.fa-link {
padding-left: 0.5em;
.link-container h3 {
margin-top: 1em;
}

.link-container h4 {
margin-top: 0.5em;
margin-bottom: 0.67em;
}

.navbar {
Expand Down
58 changes: 38 additions & 20 deletions static/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3>EDUCATION</h3>
<h4>University of California, Los Angeles (UCLA)</h4>
<h5>B.S. Computer Science, B.A. Economics | Expected June 2023</h5>
<p>- Minor in Data Science Engineering</p>
<p>- GPA 3.975/4.0</p>
<p>- GPA 3.98/4.0</p>
<p>- Dean's Honors List</p>
<p>- Member of Upsilon Pi Epsilon, Tau Beta Pi, and Mortar Board honor societies</p>
<div class="link-container">
Expand All @@ -106,19 +106,19 @@ <h5><a href="/transcript#CS" class="hover-link">Computer Science</a></h5>
<h5><a href="/transcript#Data" class="hover-link">Data Science Engineering</a></h5>
<p>
Probability and Statistics<br/>
Data Science<br />
Linear Algebra<br/>
Data Science<br/>
Machine Learning<br/>
Neural Networks and Deep Learning<br/>
Artificial Intelligence<br/>
Reinforcement Learning<br/>
Natural Language Processing<br />
Linear Algebra
Natural Language Processing
</p>
<h5><a href="/transcript#Econ" class="hover-link">Economics</a></h5>
<p>
Microeconomic Theory<br/>
Macroeconomic Theory<br/>
Econometrics<br/>
Advanced Econometrics<br/>
Computational Financial Engineering<br/>
Economic Forecasting<br/>
Applied Economic Theory<br/>
Expand All @@ -132,7 +132,7 @@ <h4>Palantir Technologies<h4>
<h5>Software Engineering Intern | June 2022 - Present</h5>
<ul>
<li><p>Integrated a web map written in Java with both commercial and custom in-house tile servers.</p></li>
<li><p>Added concurrency to a language server for Typescript implemented in Rust.</p></li>
<li><p>Added concurrency to a VS Code extension language server implemented in Rust.</p></li>
<li><p>Developed code in a CI/CD environment and released directly to customer deployments weekly.</p></li>
</ul>
<h4>The Aerospace Corporation<h4>
Expand Down Expand Up @@ -162,30 +162,48 @@ <h4><a href="https://github.com/0x65-e/bluehorseshoe" style="text-decoration-sty
<h4><a href="https://github.com/0x65-e/tessera" style="text-decoration-style: dotted;">Tessera</a> | June 2019 - Sep 2021</h4>
<ul><li><p>Android dice calculator for tabletop games implementing domain-specific language for dice formulas used by many game systems.</p></li></ul>
<h3>ORGANIZATIONS</h3>
<h4>ACM AI Committee</h4>
<h4>ACM Rustaceans</h4>
<h5>Member | 2022 - Present</h5>
<ul>
<li><p>Attended workshops on Rust programming.</p></li>
</ul>
<div class="link-container">
<h4><a href="https://www.uclaacm.com/committees#ai" class="hover-link">ACM AI Committee</a></h4>
<i class="fas fa-link"></i>
</div>
<h5>Member | 2021 - Present</h5>
<ul>
<li><p>Attended workshops on machine learning topics, including implementing CNNs and RNNs in PyTorch</p></li>
<li><p>Attended workshops on machine learning topics, including implementing CNNs and RNNs in PyTorch.</p></li>
</ul>
<h4>Bruin Reserve Bank (College Fed Challenge Competition Team)</h4>
<h5>Researcher | Aug. 2021 - Nov. 2021</h5>
<div class="link-container">
<h4><a href="https://www.linkedin.com/company/bruin-reserve-bank/about/" class="hover-link">Bruin Reserve Bank</a></h4>
<i class="fas fa-link"></i>
</div>
<h5>Researcher and Founding Member | 2021</h5>
<ul>
<li><p>Researched macroeconomic trends and proposed monetary policy to the Federal Reserve</p></li>
<li><a href="/news#2021" class="hover-link"><p>Won at-large division in first year of competition and honourable mentioned in national finals</p></a></li>
<li><p>Competed in the <a href="https://www.federalreserve.gov/newsevents/pressreleases/college-fed-challenge-2021.htm">2021 College Fed Challenge</a>.</p></li>
<li><p>Researched macroeconomic trends and conditions to formulate a monetary policy proposal presented to the Federal Reserve.</p></li>
<li><a href="/news#2021" class="hover-link"><p>Won at-large division in first year of competition and placed in top six in national finals.</p></a></li>
</ul>
<h4>ACM Cyber Committee</h4>
<div class="link-container">
<h4><a href="https://acmcyber.com/" class="hover-link">ACM Cyber Committee</h4></a>
<i class="fas fa-link"></i>
</div>
<h5>CTF Director | 2019 - 2022</h5>
<ul>
<li><p>Organized and led competitive CTF (Capture the Flag) team of a dozen experienced students and over fifty beginners in collegiate competitions</p></li>
<li><p>Taught workshops on cryptography, file analysis, reverse engineering, binary exploitation, and network scanning</p></li>
<li><p>Wrote website using Django to host web hacking challenges</p></li>
<li><p>Organized and led <a href="https://acmcyber.com/pbr">competitive CTF (Capture the Flag) team</a> of a dozen experienced students and over fifty beginners in <a href="https://ctftime.org/team/186494">collegiate competitions.</a></p></li>
<li><p>Taught workshops on cryptography, file analysis, reverse engineering, binary exploitation, and network scanning.</p></li>
<li><p>Wrote website using Django to host web hacking challenges.</p></li>
</ul>
<h4>FIRST Robotics Competition Team 294</h4>
<div class="link-container">
<h4><a href="https://bcrobotics.org/index.html" class="hover-link">FIRST Robotics Competition Team 294</a></h4>
<i class="fas fa-link"></i>
</div>
<h5>Programming Lead | 2015 - 2019</h5>
<ul>
<li><p>Led team of 10+ programmers developing robot control software in Java</p></li>
<li><p>Oversaw development of computer vision pipeline using OpenCV</p></li>
<li><p>Developed autonomous driving routine utilizing computer vision data</p></li>
<li><p>Led team of 10+ programmers developing robot control software in Java.</p></li>
<li><p>Oversaw development of computer vision pipeline using OpenCV.</p></li>
<li><p>Developed autonomous driving routine utilizing computer vision data.</p></li>
</ul>
</div>
</div>
Expand Down