aboutsummaryrefslogtreecommitdiffstats
path: root/resume-en.tex
blob: 3e9473a742784cfe630c5b2c43e28587b182da86 (plain)
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
%%
%% Copyright (c) 2018-2019 Weitian LI <wt@liwt.net>
%% CC BY 4.0 License
%%
%% Résumé
%% ------
%% A short document (1-2 pages) to sum up the job-related accomplishments
%% and experience.
%%
%% Checklist
%% ---------
%% * Contact Information
%% * Work History / Experience
%% * Education
%% * Skills
%% * Summary & Objective (optional)
%% * Hobbies & Interests (optional)
%%
%% Credits
%% -------
%% * CV vs. Resume: What is the Difference? When to Use Which?
%%   https://uptowork.com/blog/cv-vs-resume-difference
%% * How to Make a Resume: A Step-by-Step Guide (+30 Examples)
%%   https://uptowork.com/blog/how-to-make-a-resume
%% * Entry-Level Resume: Sample and Complete Guide (+20 Examples)
%%   https://uptowork.com/blog/entry-level-resume-example
%%
%% Created: 2018-04-14
%%

% English version
\documentclass{resume}

% Adjust icon size (default: same size as the text)
\iconsize{\Large}

% File information shown at the footer of the last page
\fileinfo{%
  \faCopyright{} 2018--2020, Weitian LI \hspace{0.5em}
  \creativecommons{by}{4.0} \hspace{0.5em}
  \githublink{liweitianux}{resume} \hspace{0.5em}
  \faEdit{} \today
}

\name{Weitian}{LI}

\keywords{BSD, Linux, Programming, Python, C, Shell, DevOps, SysAdmin}

% \tagline{\icon{\faBinoculars}} <position-to-look-for>}
% \tagline{<current-position>}

% Supported shapes: circular (default), square
% \photo[<shape>]{<width>}{<filename>}

\profile{
  \mobile{132-6262-0332}
  \email{liweitianux@live.com}
  \github{liweitianux} \\
  \degree{Ph.D. in Physics}
  \university{Shanghai Jiao Tong University (SJTU)}
  \birthday{1991 Sept.}
  \address{Shanghai}
  % Custom information:
  % \icontext{<icon>}{<text>}
  % \iconlink{<icon>}{<link>}{<text>}
}

\begin{document}
\makeheader

%======================================================================
% Summary & Objectives
%======================================================================
Highly-motivated Ph.D. in Physics (radio astronomy)
with good foundations of math and statistics.
Proficient in data modeling and analysis,
and enthusiastic about computer and network technologies.
With 10 years experience in Linux and BSD,
skilled in Shell, Python, and C programming.
Passionate about open source and share multiple projects on my
\link{https://github.com/liweitianux}{GitHub}.
Meanwhile a \link{https://www.dragonflybsd.org}{DragonFly BSD}
operating system developer and a contributor to several other
open source projects.

%======================================================================
\sectionTitle{Competences \& Languages}{\faWrench}
%======================================================================
\begin{competences}[10em]
  \comptence{Operating Systems}{
    \icon{\faLinux} Linux (10 years),
    \icon{\faFreebsd} DragonFly BSD \& FreeBSD (7 years)
  }
  \comptence{Programming}{%
    Python, C, Shell, R, Tcl/Tk
  }
  \comptence{Tools}{%
    SSH, Git, Make, Tmux, Vi, Ansible
  }
  \comptence{Data Analysis}{%
    R, Pandas; Matplotlib, ggplot2; Keras, Scikit-learn
  }
  \comptence{Web Development}{%
    Flask, JavaScript, jQuery, Bootstrap
  }
  \comptence{\icon{\faLanguage} Languages}{
    \textbf{English} ---
      reading \& writing (good);
      listening \& speaking (conversant)
  }
\end{competences}

%======================================================================
\sectionTitle{Education}{\faGraduationCap}
%======================================================================
\begin{educations}
  \education%
    {September 2013}%
    [September 2019]%
    {Shanghai Jiao Tong University}%
    {School of Physics and Astronomy}%
    {Physics}%
    {Ph.D.}

  \separator{0.5ex}
  \education%
    {September 2009}%
    [June 2013]%
    {Shanghai Jiao Tong University}%
    {Department of Physics and Astronomy}%
    {Applied Physics}%
    {Bachelor's Degree}
\end{educations}

%======================================================================
\sectionTitle{Computer Skills}{\faCogs}
%======================================================================
\begin{itemize}
  \item DragonFly BSD operating system developer:
    200+ code commits; kernel and system utilities;
    participate in discussions and anwser questions
    in mailing lists and the IRC channel.
  \item Use Ansible to manage a VPS running DragonFly BSD that serves
    personal email, authoritative DNS, website, Git, IRC, etc.
  \item Built and administrate the workstations, a 4-node computer cluster,
    and network facilities for the team.
  \item Participated in building and testing the SKA high-performance
    cluster prototype (1 login node + 1 data node + 4 computing nodes)
    in Shanghai Astronomical Observatory.
  \item Designed and developed the whole website (Django, Bootstrap, jQuery)
    for \enquote{The 1st China--New Zealand Joint SKA Summer School}
    in 2014.
\end{itemize}

%======================================================================
\sectionTitle{Personal Projects}{\faCode}
%======================================================================
\begin{itemize}
  \item \link{https://github.com/liweitianux/atoolbox}{\texttt{atoolbox}}:
    (Python, Shell)
    Various tools collected over the years, to help manage systems,
    do daily tasks, analyze data, etc.
  \item \link{https://github.com/liweitianux/dfly-update}{\texttt{dfly-update}}:
    (Shell)
    A simple tool to update a DragonFly BSD system.
  \item \link{https://github.com/liweitianux/openrcs}{\texttt{openrcs}}:
    (C)
    Enhance \texttt{OpenBSD RCS}, to make it compatible with \texttt{GNU RCS}.
  \item \link{https://github.com/liweitianux/fg21sim}{\texttt{fg21sim}}:
    (Python)
    Simulate the low-frequency radio sky maps.
  \item \link{https://github.com/liweitianux/cdae-eor}{\texttt{cdae-eor}}:
    (Python, Keras)
    Use a Convolutional Denoising Autoencoder (CDAE) to separate the
    faint EoR signal.
  \item \link{https://github.com/liweitianux/chandra-acis-analysis}{\texttt{chandra-acis-analysis}}:
    (Python, Shell, Tcl)
    Semi-automate utilities for analyzing X-ray astronomical data.
  \item \link{https://github.com/liweitianux/resume}{\texttt{resume}}:
    (\LaTeX)
    The template and source files of \emph{this resume}.
\end{itemize}

%======================================================================
\sectionTitle{Research Achievements}{\faAtom}
%======================================================================
\begin{itemize}
  \item Developed the low-frequency radio sky image simulation software:
    \link{https://github.com/liweitianux/fg21sim}{\texttt{FG21sim}}.
  \item Developed a suite of utilities to semi-automate the
    X-ray astronomical data analysis:
    \link{https://github.com/liweitianux/chandra-acis-analysis}{\texttt{chandra-acis-analysis}}.
  \item Separated the faint cosmological EoR signal along the frequency
    dimension using a Convolutional Denoising Autoencoder (CDAE).
  \item Classified the radio galaxies in the FIRST survey according to
    morphologies using a Convolutional Neutral Network (CNN).
  \item Significantly improved the modeling of radio halos,
    and integrated the instrumental effects of radio interferometers
    into the simulation pipeline.
  \item Improved the background modeling in X-ray spectral fitting
    achieved more accurate and robust fitting results.
  \item Published 2 first-author and 8 co-authored SCI papers.
\end{itemize}

%======================================================================
\sectionTitle{Internships}{\faBriefcase}
%======================================================================
\begin{experiences}
  \experience%
    [April 2018]%
    {August 2018}%
    {Data Engineer @ Leadvisor Technology Inc. (startup company)}%
    [\begin{itemize}
      \item Search and scrape product and advertising data from Amazon web
        (Python, Requests, BeautifulSoup).
      \item Deployed the Airflow server and database to periodically
        retrieve product sales and advertising data from Amazon.
      \item Developed the website (Flask, jQuery) to help customers to
        optimize their advertising campaigns on Amazon.
    \end{itemize}]

  \separator{0.5ex}
  \experience%
    [July 2013]%
    {September 2013}%
    {Web Developer @ 97 Suifang (startup company)}%
    [\begin{itemize}
      \item Developed the back-end (Django) to support user registration,
        data storage and search.
      \item Developed the front-end (jQuery, AJAX) to visualize the
        temporal variations of a patient's examination indicators.
    \end{itemize}]
\end{experiences}

\end{document}