% build with `xelatex cv.tex` \documentclass[12pt, letterpaper]{article} \usepackage[slantfont, boldfont]{xeCJK} \usepackage{fontspec} \setmainfont{CMU Bright} \usepackage{enumitem} \usepackage[left=1.5cm, right=1.5cm, top=2cm, bottom=2cm]{geometry} \usepackage{hyperref} \hypersetup{ pdftex, pdfauthor={Yihang Yin}, pdftitle={Yihang Yin — CV}, colorlinks=true, linkcolor=blue, filecolor=blue, citecolor = black, urlcolor=blue, } \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \chead{ {\bf\underline{\large{Yihang Yin}}} \vspace{2ex} (+1) 734-496-3940 | \href{mailto:fredyin@umich.edu}{fredyin@umich.edu} | \href{https://fkfd.me}{https://fkfd.me} | he/they } \usepackage{titlesec} \titleformat{\section}{\bf}{}{0em}{}[\hrule] \linespread{1.1} \setlength{\parskip}{-1.5ex} \setlength{\parindent}{0em} \renewcommand\headrulewidth{0pt} \setlength{\headheight}{1in} \setlength{\footskip}{5ex} \setlength{\headsep}{5ex} \title{Yihang Yin | 尹奕航} \begin{document} \section{EDUCATION} \textbf{University of Michigan} \hfill Ann Arbor, Michigan, US \newline B.S.E. in Computer Engineering \hfill Sept 2023 -- Apr 2025 (expected) \vspace{3ex} \textbf{Shanghai Jiao Tong University} \hfill Shanghai, China \newline B.S.E. in Electrical and Computer Engineering \hfill Sept 2021 -- Aug 2025 (expected) \setlist[itemize]{leftmargin=1.5em, itemsep=-0.5ex} \section{TECHNICAL SKILLS} \begin{itemize}[label={}, leftmargin=0em] \item \textbf{Programming Languages} — C++, C, Python, Rust, Haskell \item \textbf{Web Development} — HTML, CSS, JavaScript, Flask \item \textbf{Microcontrollers} — AVR, Arduino \item \textbf{Soldering} — Through-hole, surface-mount, reflow \item \textbf{Software} — KiCad, Inkscape \item \textbf{Linux} — Arch Linux (desktop), Ubuntu (server) \item \textbf{Tools} — Vim, Bash, Git, \LaTeX \end{itemize} \section{PROJECTS} \begin{itemize}[label={}, leftmargin=0em] \item \href{https://fkfd.me/projects/byseekel/}{\textbf{Byseekel}} — Bicycle blinkers made with custom-made PCB and AVR microcontroller \item \href{https://fkfd.me/projects/sirtet/}{\textbf{SIRTET}} — Tetris-inspired game in C, running in ncurses \item \href{https://fkfd.me/projects/one_top_song/}{\textbf{one tøp song}} — Scraped data and made a web game in a 3-day sprint \item \href{https://fkfd.me/projects/nand2tetris_1/}{\textbf{Nand to Tetris}} — Built a computer from NAND gates by taking Coursera course \item \href{https://git.fkfd.me/jimbrella.git/}{\textbf{JImbrella}} — Proof-of-concept umbrella sharing system with Python, Flask, and SQLite \end{itemize} \section{TEACHING EXPERIENCE} \textbf{Shanghai Jiao Tong University} \hfill Shanghai, China \newline Teaching Assistant for ENGR1510J, Accelerated Introduction to \newline Computers and Programming \hfill Sept 2022 -- Dec 2022 \begin{itemize} \item Held labs and office hours for class of size 85 \item Maintained scripts for Canvas-Gitea-Open judge integration \item Automated tasks with Bash for TA team \end{itemize} \section{STUDENT WORK} \textbf{Director of TechJI} \hfill Aug 2022 -- Jul 2023 \begin{itemize} \item Leads volunteer team in Student Union \item Workshops (co-)hosted: mechanical keyboard, Bash, Vim, reflow, \LaTeX \end{itemize} \end{document}