forked from adrianforsius/friggeri-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
40 lines (37 loc) · 868 Bytes
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%!TEX TS-program = xelatex
\documentclass[11pt, print]{friggeri-cv}
\addbibresource{bibliography.bib}
\begin{document}
\header{Zhen-Huan Hu}
{Biostatistician}
% In the aside, each new line forces a line break
\begin{aside}
\section{Contact}
3125 Fountain Sq Blvd
Apt 203
New Berlin
53151 WI
~
\href{mailto:[email protected]}{[email protected]}
Phone: (608)-774-3021
\section{Languages}
English: proficient
Mandarin: native
Japanese: conversant
\section{Programming}
Expert in SAS (10 yrs),
R (10 yrs), SQL (8 yrs)
Competent in Python,
Perl, Linux Shell Script
\section{Tools}
Vim (8 yrs)
Git, Bash, RStudio
Oracle SQL Developer
Linux (Ubuntu Server)
\section{Projects}
SAS life test macro
Atom package for SAS
VIM scripts for SAS
\end{aside}
\input{experience}
\end{document}