Untitled

mail@pastecode.io avatarunknown
latex
a month ago
5.8 kB
0
Indexable
Never
% Welcome to the simple Undergraduate Complexity Research CV-resume template!
% Please delete any sections that do not apply to your past experiences. We do not expect that applicants will have itmes for all of the sections included here. You can also rename or revise sections to best fit with your personal accomplishments.

\documentclass[letterpaper,12pt]{article}

\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{multicol}
\input{glyphtounicode}

\usepackage{baskervillef}
\usepackage[T1]{fontenc}

\pagestyle{fancy}
\fancyhf{} 
\fancyfoot{}
\setlength{\footskip}{10pt}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\addtolength{\oddsidemargin}{0.0in}
\addtolength{\evensidemargin}{0.0in}
\addtolength{\textwidth}{0.0in}
\addtolength{\topmargin}{0.2in}
\addtolength{\textheight}{0.0in}


\urlstyle{same}

%\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}

\titleformat{\section}{
  \vspace{-8pt}\scshape\raggedright\Large
}{}{0em}{}[\color{black}\titlerule\vspace{-1pt}]

\pdfgentounicode=1

\newcommand{\resumeItem}[1]{
  \item{
    {#1 \vspace{-4pt}}
  }
}

\newcommand{\resumeSubheading}[4]{
  \vspace{-2pt}\item
    \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
      \textbf{#1} & #2 \\
      \textit{\small #3} & \textit{\small #4} \\
    \end{tabular*}\vspace{-10pt}
}


\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-3pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-2pt}}

\begin{document}


\begin{center}
    {\LARGE YU-CHENG LIAO} \\ \vspace{0pt}
    \begin{center}{+(346)6282020 2410 Shakespeare St, Houston, TX 77030}
    \end{center}
    \begin{center}
% this could be LinkedIn, GitHub, or a personal website or social media account (if used for professional purposes)
    % \href{{url for any websites you want to link}} \large{text that will be linked to a url} \\
% please ensure your email address is one you check
    \href{mailto:{your email adress}} \large{eric.liao.mcs@rice.edu}
    \end{center}
\end{center}


%-----------EDUCATION-----------
% Please list your current institution first and then past schools in reverse chronology. No need for GPA, etc. You do not need to include high school but may do so if there are accomplishments you would like to highlight.
\section{Education}
\resumeSubHeadingListStart

    \resumeSubheading
        {Rice University}{Aug. 2023 began --  Jan. 2025 }
        {Master of Computer Science}{Specialization in Systems and Security}
      \resumeSubheading
        {National Tsing Hua University}{Sep. 2018 -- Jan. 2023}
        {B.S.  in Computer Science}{GPA:3.72/4.0}

\resumeSubHeadingListEnd

%-----------RESEARCH EXPERIENCE-----------
\section{Experience}
% it is not expected that applicants have research experience but this section can include experience gained in a laboratory course, shadowing experiences, or group or independent research projects
\resumeSubHeadingListStart
% if you have been employed, do volunteer activities, or have held other formal or informal jobs, you can list them here.   
    \resumeSubheading
      {National Tsing Hua University}{November, 2020 -- November, 2021}
      {Undergraduate research student}{}
      \resumeItemListStart
        \resumeItem{Research on gesture reconstruction}
        \resumeItem{Reach comparable results with state-of-the-art method}
        \small\resumeItem{\href{https://arxiv.org/abs/2205.15553}{\color{cyan}{paper link}}}
        \resumeItemListEnd
        \resumeSubheading
        {Institute of Information Science, Academia Sinica}{July, 2022 -- August, 2022}
        {Research Intern}{}
      \resumeItemListStart
        \small\resumeItem{Research on tomb detection using YOLOv4 with over 500 datasets}
        \small\resumeItem{Collect and label datasets in Nanshan Gravesite}
    \resumeItemListEnd
\resumeSubHeadingListEnd
\section{Skills}
\resumeItemListStart
    \resumeItem{Languages/Framework}{C/C++, Python, Pytorch, JavaScript, Verilog, Raspberry Pi}
    \resumeItem{Tools}{Git, Virtuoso}
\resumeItemListEnd

%-----------RESEARCH PRESENTATIONS-----------
\section{Projects} 
\resumeSubHeadingListStart
    \resumeSubheading
    {Maximum Clique}{C++}
    {Data Structures and Algorithms}{}
    \resumeItemListStart
      \resumeItem{Implemented algorithm for solving the maximum clique problem}{}
      \resumeItem{Found 1500 cliques with 82168 vertices and 2072442 edges}{}
    \resumeItemListEnd
    \resumeSubheading
    {CheXpert}{PyTorch}
    {Machine learning and Deep learning}{}
    \resumeItemListStart
      \resumeItem{ResNet model for automated chest radiograph interpretation}{}
      \resumeItem{Achieve 0.901 AUC at the validation set}{}
    \resumeItemListEnd
\resumeSubHeadingListEnd

\section{Relevant courses}
\resumeItemListStart
    \resumeItem{}{Algorithms/Operating System/Computer Architecture/Data Structure/Machine Learning/Software Engineering/Software Studio/Integrated Circuit Design}
\resumeItemListEnd

\section{Extracurricular activities} 
\resumeSubHeadingListStart
    \resumeSubheading
    {PCCA Winter camp}{}
    {National Chiao Tung University}{2019}
    \resumeSubheading
    {Competitive programming camp}{}
    {National Tsing Hua Univeristy}{2020}
    \resumeSubheading
    {ICCAD contest}{}
    {Ministry of Education}{2022}
\resumeSubHeadingListEnd


\end{document}