From de12fbc7cfc814223c4c2240cb9830be7ae10501 Mon Sep 17 00:00:00 2001 From: Yuchen Zhang Date: Fri, 6 Oct 2023 15:28:59 -0700 Subject: [PATCH] update latest job description and fix preamble --- preamble.sty | 78 +++++++++++++++++++++++++++++++++------------------- resume.tex | 51 ++++++++++++++++++---------------- 2 files changed, 77 insertions(+), 52 deletions(-) diff --git a/preamble.sty b/preamble.sty index fa94d5f..3cfa6ae 100644 --- a/preamble.sty +++ b/preamble.sty @@ -1,5 +1,42 @@ \ProvidesPackage{preamble} +% Define page geometry +% doc: https://mirror.math.princeton.edu/pub/CTAN/macros/latex/contrib/geometry/geometry.pdf +\usepackage[ + % letter size paper + letterpaper, + % set margin to 0.5in + margin=0.5in, + % height for the header block + headheight=30pt, + % distance from the header block to the text block + headsep=0.1in, + % ensure an integer number of lines + heightrounded, + % include header in the body + includehead, + nofoot=true, + % shrinks spaces for marginal notes to 0pt, which is equivalent to \marginparwidth=0pt and \marginparsep=0pt. + nomarginpar, + % hide foot + nofoot, + ignorefoot, + % + footnotesep=0pt, + % DEBUG: uncomment to show frame + % showframe, + verbose, +]{geometry} + +% Header +\usepackage{fancyhdr} +% for clickable emails and phone numbers +\usepackage{hyperref} +% for displaying title and contacts +\pagestyle{fancy} +% Remove header separate line +\renewcommand{\headrulewidth}{0pt} + % Change section font size \usepackage{sectsty} \allsectionsfont{\fontsize{12}{15}\selectfont} @@ -16,16 +53,8 @@ \titlespacing{\subsection}{0pt}{-1pt}{-1pt} \titlespacing{\subsubsection}{0pt}{-1pt}{-1pt} -% Set margin to 0.5in -\usepackage[ -margin=0.5in, % set margin to 0.5in -top=90pt, % distance of the text block from the top of the page -headheight=120pt, % height for the header block -headsep=11pt, % distance from the header block to the text block -heightrounded, % ensure an integer number of lines -nofoot, % hide foot -% showframe, % uncomment to show frame -]{geometry} +% keep only the first page +% \usepackage[-1]{pagesel} % Change font \usepackage{fontspec} @@ -41,18 +70,12 @@ nofoot, % hide foot \author{Yuchen Zhang} \date{\today} -% Header -\usepackage{fancyhdr} % fancy header -\usepackage{hyperref} % for clickable emails and phone numbers -\pagestyle{fancy} % for displaying title and contacts -\fancyhf{} % clear all fields -\setlength{\footskip}{4.08003pt} % Icons and hyperlinks -\usepackage{fontawesome5} % icons -\usepackage[dvipsnames]{xcolor} % icon and hyperlink colors +% \usepackage{fontawesome5} % icons +% \usepackage[dvipsnames]{xcolor} % icon and hyperlink colors % Remove blue boxes around links -\newcommand\myshade{85} +% \newcommand\myshade{85} %\colorlet{myurlcolor}{black} %\hypersetup{ % urlcolor = myurlcolor!\myshade!black, @@ -60,16 +83,13 @@ nofoot, % hide foot %} % Center alignment for title -\newenvironment{tightcenter}{% - \setlength\topsep{0pt} - \setlength\parskip{0pt} - \begin{center} - }{% - \end{center} -} - -% Remove header separate line -\renewcommand{\headrulewidth}{0pt} +% \newenvironment{tightcenter}{% +% \setlength\topsep{0pt} +% \setlength\parskip{0pt} +% \begin{center} +% }{% +% \end{center} +% } % For compactdesc & compactitem \usepackage{paralist} diff --git a/resume.tex b/resume.tex index 9c6e562..22aedf9 100644 --- a/resume.tex +++ b/resume.tex @@ -29,17 +29,19 @@ \usepackage{preamble} % Title and contacts -\newcommand\HUGE{\fontsize{26}{39}\selectfont} -\fancyhead[C]{ - % Title name - \textbf{\HUGE{Yuchen Zhang}} \\ - \vspace{0.05in} - % Email +\newcommand\HUGE{\fontsize{26}{32}\selectfont} +\fancyhead{} +\fancyhead[L]{ + % name + \textbf{\HUGE{Yuchen Zhang}} +} +\fancyhead[R]{ + % % Email \href{mailto:anthony.yuchen@gmail.com}{anthony.yuchen@gmail.com} | % Phone \href{tel:13238688380}{(323) 868-8380} \\ % Personal website (disabled for now) - \href{https://anthonyive.github.io/}{anthonyive.github.io} | + % \href{https://anthonyive.github.io/}{anthonyive.github.io} | % GitHub profile \href{https://www.github.com/anthonyive}{github.com/anthonyive} | % LinkedIn profile @@ -54,9 +56,12 @@ \subsection*{CAD Software Developer Engineer{\normalfont, Qualcomm Technologies, \textit{CA} \hfill July 2022-Present}} \begin{compactitem} - \item Revitalizing verification tools for VLSI front end design - \item Developing automation scripts for generating SystemVerilog files - \item Conceptualizing documentation generation tools for Engineers + \item Migrated and re-engineered internal QA web tool from Perl backend to Python OOP that being used by 300+ active users and 250k+ usage count + \item Administered the reengineering process with SDLC (Software Development Life Cycle) and standardized the contribution process for better collaboration + \item Improved code efficiency by more than 50% and reduced the run time from 20+ hours to a few hours + \item Implemented RTL level QA checks in Perl and Tcl/Tk that actively being used by 300+ chip designers + \item Developing internal SystemVerilog generation tool that greatly improves the efficiency and code accuracy for SoC teams (actively being used by 30+ users) +- Maintaining quality code with quantity and contributed 2300+ times for the past year alone \end{compactitem} \subsection*{Student Worker{\normalfont, USC Institute for Creative @@ -152,19 +157,19 @@ \subsection*{Mapping Uncanny Valley \hfill {\normalfont{September \end{compactitem} %\vspace{0.1in} -\subsection*{Walmart Product Search \hfill {\normalfont{January 2021-May 2021}}} -\noindent -% \href{https://github.com/Anthonyive/DSCI-551-Project.git}{\faIcon{github}} -Goal: To build a full-stack Walmart product search UI -\begin{compactitem} - \item Leveraged MongoDB as a backend to store 6000 paginated pages from Walmart - Affiliate API - \item Built a Flask app for searching and filtering from over 300,000 - product items with over 30 fields each -% \item Hosted the UI website on AWS EC2 and Route53 using Nginx with SSL -% certificate -\end{compactitem} -%\vspace{0.1in} +% \subsection*{Walmart Product Search \hfill {\normalfont{January 2021-May 2021}}} +% \noindent +% % \href{https://github.com/Anthonyive/DSCI-551-Project.git}{\faIcon{github}} +% Goal: To build a full-stack Walmart product search UI +% \begin{compactitem} +% \item Leveraged MongoDB as a backend to store 6000 paginated pages from Walmart +% Affiliate API +% \item Built a Flask app for searching and filtering from over 300,000 +% product items with over 30 fields each +% % \item Hosted the UI website on AWS EC2 and Route53 using Nginx with SSL +% % certificate +% \end{compactitem} +% %\vspace{0.1in} %\subsection*{Title: Analysis of Cyber Phishing Emails \hfill %{\normalfont January 2021-May 2021}}