Skip to content

Commit

Permalink
Update for Summer 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tristinxie committed Jul 24, 2023
1 parent 56e8443 commit 97cb903
Show file tree
Hide file tree
Showing 8 changed files with 941 additions and 17 deletions.
16 changes: 16 additions & 0 deletions out/TristinXieResume.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand*\HyPL@Entry[1]{}
\HyPL@Entry{0<</S/D>>}
\gdef \@abspage@last{1}
891 changes: 891 additions & 0 deletions out/TristinXieResume.log

Large diffs are not rendered by default.

Empty file added out/TristinXieResume.out
Empty file.
Binary file modified out/TristinXieResume.pdf
Binary file not shown.
Binary file modified out/TristinXieResume.synctex.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions resume/education.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
\cventry
{Double Major: B.S. in Computer Science and Applied Mathematics $\cdot$ Minor in Business} % Degree
{University of California San Diego} % Institution
{GPA: 3.7 / 4.0} % GPA
{Sep. 2019 - Jun. 2023} % Date(s)
{CS GPA: 3.722 / 4.0} % GPA
{Sep. 2019 - Sep. 2023} % Date(s)
{
\begin{cvitems} % Description(s) bullet points
\item {\textbf{Provost Honors:} Honor given to students with high academic performance during the academic quarter}
% \item {\textbf{Provost Honors:} Honor given to students with high academic performance during the academic quarter}
\item {\textbf{Tau Beta Pi:} Oldest engineering honor society with invitations only sent to the \textbf{top 1/8\textsuperscript{th} of the Junior class and top 1/5\textsuperscript{th} of the Senior class}}
\item {\textbf{Relevant Coursework:} Advanced Data Structures $\cdot$ Design and Analysis of Algorithms $\cdot$ Systems Programming $\cdot$ Software Engineering $\cdot$ Machine Learning $\cdot$ Computer Vision $\cdot$ Operating Systems $\cdot$ Computer Architecture $\cdot$ Programming Languages $\cdot$ Recommender Systems $\cdot$ Deep Learning}
\end{cvitems}
Expand Down
43 changes: 30 additions & 13 deletions resume/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}
\cventry
\cvtwoentry
{Software Development Engineer Intern} % Job title
{Amazon Web Services} % Organization
{Seattle, WA} % Location
Expand All @@ -20,15 +20,21 @@
\item {Created and modified \textbf{React} components styled with \textbf{Sass} and called my API using \textbf{Axios} for create, read, update, and delete functionalities}
\end{cvitems}
}

{Software Development Engineer Intern}
{Jun. 2023 - Sep. 2023}
{
\begin{cvitems}
\item {Overhauled autocomplete from static frontend data updated a few times a year to dynamic backend data updated daily using \textbf{ElasticSearch}}
\end{cvitems}
}
%---------------------------------------------------------

%---------------------------------------------------------
\cvtwoentry
{Instructional Assistant}
{UC San Diego Computer Science and Engineering} % Organization
{San Diego, CA} % Location
{Sep. 2021 - Present}
{Sep. 2021 - Mar. 2023}
{
\begin{cvitems}
\item {Tested 6 programming assignments, 2 projects, and 20+ reading quizzes regarding advanced data structures such as \textbf{self-balancing binary search trees, tries, hash maps, bloom filters, and more}}
Expand All @@ -45,17 +51,28 @@
\end{cvitems}
}

\cventry
{Research Assistant}
{Advanced Robotics and Controls Lab (ARClab) at UCSD}
{San Diego, CA}
{Mar. 2023 - Present}
{
\begin{cvitems}
% \item {Refactored camera-to-robot pose estimation to a \textbf{Robot Operating System (ROS)} package}
\item {Experimented with \textbf{statistical filtering methods} such as z-score, modified z-score, and softmax confidence which reduced erradic predictions}
\end{cvitems}
}
%---------------------------------------------------------
\cventry
{Research Intern} % Job title
{BrilliantBiome} % Organization
{San Diego, CA} % Location
{Mar. 2021 - Present} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item { Wrote a \textbf{Bash script and Jupyter notebook} that timed a bioinformatics package's (QIIME2) commands compared to its Python API on \textbf{Amazon Web Services Sagemaker Studio} which resulted in up to \textbf{7 times speedup} of certain computations}
\end{cvitems}
}
% \cventry
% {Research Intern} % Job title
% {BrilliantBiome} % Organization
% {San Diego, CA} % Location
% {Mar. 2021 - Present} % Date(s)
% {
% \begin{cvitems} % Description(s) of tasks/responsibilities
% \item { Wrote a \textbf{Bash script and Jupyter notebook} that timed a bioinformatics package's (QIIME2) commands compared to its Python API on \textbf{Amazon Web Services Sagemaker Studio} which resulted in up to \textbf{7 times speedup} of certain computations}
% \end{cvitems}
% }

%---------------------------------------------------------
% \cventry
Expand Down
2 changes: 1 addition & 1 deletion resume/leadership.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{Vice President Projects}
{Association for Computing Machinery at UC San Diego}
{San Diego, CA}
{May 2022 - Present}
{May 2022 - May 2023}
{
\begin{cvitems}
\item Oversaw the processing of \textbf{250+ applicants} and hosted a project showcase event with \textbf{90+ attendance} for the quarterly ACM Projects program
Expand Down

0 comments on commit 97cb903

Please sign in to comment.