Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyive committed Feb 9, 2022
1 parent 776abb7 commit d0200ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions preamble.sty
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ nofoot, % hide foot
% For compactdesc & compactitem
\usepackage{paralist}

% For code blocks
\usepackage{xcolor}
\usepackage{listings}
\usepackage{xparse}
\lstset{keywordstyle={\bfseries}}

% Horizontal line
\usepackage{calc}
\newlength{\mywidth}
Expand Down
2 changes: 1 addition & 1 deletion resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ \subsection*{Student Worker{\normalfont, USC Institute for Creative
\begin{compactitem}
\item Conduct data preprocessing, analysis, and visualizations on utterance data
\item Examine speech segmentation and separations on 200+ GB of audio files using ELAN and espnet
\item Fine-tuning Multinomial HMM models for predicting transcript codes with its confidence scores
\item Modify hmm-learn package with Multinomial HMM and fine-tuning HMM models for predicting transcript codes with its confidence scores
\end{compactitem}
%\vspace{0.1in}

Expand Down

0 comments on commit d0200ec

Please sign in to comment.