-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.tex
160 lines (125 loc) · 5.09 KB
/
template.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Twenty Seconds Resume/CV
% LaTeX Template
% Version 1.0 (14/7/16)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Carmine Spagnuolo ([email protected]) with major modifications by
% Vel ([email protected])
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{twentysecondcv} % a4paper for A4
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
%----------------------------------------------------------------------------------------
% If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
\cvname{Sandy ZHOU} % Your name
\cvjobtitle{Reporting \& BI Developer, \\ Aspiring IT Analyst } % Job title/career
\cvlinkedin{https://linkedin.com/in/huali-zhou}
\cvnumberphone{+64 274 479 969} % Phone number
\cvgit{https://github.com/Hualizhouster}
\cvsite{http://sandy.aicloud.co.nz} % Personal website
\cvmail{[email protected]} % Email address
\begin{document}
\makeprofile % Print the sidebar
% EDUCATION
%----------------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Projects}
\begin{twenty}
\twentyitem
{2018}
{Data visualization projects (TripAdvisor)}
{Individual}
{}
{
{\begin{itemize}
\item Conducted an interesting analysis from scratch, including Web spider with Python (Jupyter Notebook), manipulating \& integrating dirty datasets( Pandas, MongoDB \& MySQL), finally data visualization with Matplotlib, Power BI \& Tableau
\end{itemize}}
}
\twentyitem
{2017}
{Data mining programme towards the up-selling analysis}
{Individual}
{}
{
{\begin{itemize}
\item Worked on integrating large, noisy datasets up to ten thousands records for performance classifications using J48, K-NN, SVM and other (WEKA); performance optimization \& analytics with Precision/Recall approaches
\end{itemize}}
}
\twentyitem
{2016}
{Online library system development}
{Teamwork}
{}
{
{\begin{itemize}
\item Cooperated with teammates on developing a smart system, similar to IEEE (Scrum), including UI \& ER design, database (PostgreSQL)\& front-end \& back-end development with TDD and testing
\end{itemize}}
}
\end{twenty}
\section{Experience}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Mar 2018 - \\May 2018}
{BI Developer Intern}
{\href{https://www.tepoumatakana.com/}{Te Pou Matakana}}
{}
{
{\begin{itemize}
\item Prepared scenarios for team including requirements analysis and DWH design with Kimball methodology
\item Assisted ETL development and maintained daily data quality (SSIS)
\item Updated cubes for DWH dimensions/facts tables (SSAS)
\end{itemize}}
}
\twentyitem
{Aug 2008 - \\Mar 2016}
{Contract Admin II \& Reporting}
{\href{http://www.caterpillar.com/}{Caterpillar Financial Services, Beijing}}
{}
{
{\begin{itemize}
\item Pre-processed legal documentations (more than 98\% accuracy) with ERP \& CRM systems
\item Data integration and visualization of daily credit \& fraud \& payment reports from Salesforce to Power Pivot
\item Provided detailed subsidy report, payment report, funding report from Data Warehouse for dealers \& management team
\end{itemize}}
}
%\twentyitem{<dates>}{<title>}{<location>}{<description>}
\end{twenty}
\section{Education}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Jul 2016 - \\ Dec 2017}
{MSc., Computer Science}
{\href{http://www.aut.ac.nz/}{Auckland University of Technology}}
{First Class Honours \& Summer Research Scholarship \\Specialization: AI, Data Minding \& Machine Learning}
\twentyitem
{2001 - 2005}
{BSc., Information Systems}
{\href{http://www.bjfu.edu.cn/}{Beijing Forestry University}}
{Beijing, China}
\end{twenty}
\section{Research}
\begin{twenty}
\twentyitem
{Dec 2017 - \\Mar 2018}
{Context-aware Recommender System}
{\href{http://www.aut.ac.nz/}{Auckland University of Technology}}
{}
{
{\begin{itemize}
\item Worked on fuzzy Bayesian Network modeling design, simulation and performance analyses using large, noisy datasets, and Released two papers describing the innovative prediction modeling
\end{itemize}}
}
\end{twenty}
\end{document}