aboutsummaryrefslogtreecommitdiffstats
path: root/resume-en.tex
blob: 31ef68d6adcd8525270ffe29692044a6d5eb0604 (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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
%%
%% Copyright (c) 2018 Weitian LI <wt@liwt.net>
%% CC BY 4.0 License
%%
%% Resume / Résumé
%% A short document (1-2 pages) to sum up the job-related accomplishments
%% and experience.
%%
%% Information Checklist:
%% * Contact Information
%% * Work History / Experience
%% * Education
%% * Skills
%% * Summary & Objective (optional)
%% * Hobbies & Interests (optional)
%%
%% References:
%% * 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
%%
%% 2018-04-14
%%

% English version
\documentclass{resume}

% File information shown at the footer of the last page
\fileinfo{%
  \faCopyright{} 2018 Weitian LI,
  \creativecommons{by}{4.0},
  \githublink{liweitianux}{resume},
  \faCalendarAlt{} \today
}

\name{Weitian}{LI}
%\setposition{Cloud Computing Development Engineer}
%\setlocation{Shenzhen}

%\tagline{\getposition{} @ \getlocation}
\taglineicon{\faBinoculars}
%\keywords{\getposition, \getlocation, Python, Linux, BSD}
\photo{7em}{photo}

% NOTE: adjust the ordering and styles w.r.t. Chinese version
\socialinfo{
  \mobile{132-6262-0332}
  \email{liweitianux@live.com}
  \github{liweitianux} \\
  \degree{Ph.D., Physics}
  \university{Shanghai Jiao Tong University (SJTU)} \\
  \address{Shanghai}
  \home{Shaoyang, Hunan}
  \birthday{September 26, 1991}
}

\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,
familiar with various command line tools and
skilled in Shell, Python, and C programming.
Passionate about open source and shared multiple projects on my
\link{https://github.com/liweitianux}{GitHub}.
Meanwhile a \link{https://www.dragonflybsd.org}{DragonFly BSD}
operating system developer and involved in several other
open source projects.
%Looking to fill a position as a \textbf{\getposition}
Looking to join your company that I can grow with as I achieve
company goals.

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

%======================================================================
% Education
\sectionTitle{Education}{\faGraduationCap}
%======================================================================
\begin{educations}
  \education%
    {September 2013}%
    {Shanghai Jiao Tong University}%
    {School of Physics and Astronomy}%
    {Physics (Radio Astronomy)}%
    {Ph.D. (candidate; to graduate in the first half of 2019)}

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

%======================================================================
% Research Achievements
\sectionTitle{Research Achievements}{\faAtom}
%======================================================================
\begin{itemize}
  \item Participated in research projects:
    \enquote{Simulation of Low-Frequency Radio Sky and Separation of Weak
     Astronomical Signals} (Key Program), and
    \enquote{The X-ray Study of Galaxies and Clusters of Galaxies,
      and the Research of Cosmic Low-Frequency Radio Radiation}
    (Fund for Distinguished Young Scholars).
  \item Developed the low-frequency radio sky image simulation software:
    \link{https://github.com/liweitianux/fg21sim}{\texttt{FG21sim}}
    (Python).
  \item Developed a suite of utilities to analyze \textit{Chandra} X-ray data:
    \link{https://github.com/liweitianux/chandra-acis-analysis}{\texttt{chandra-acis-analysis}}
    (Python, Shell, Tcl).
  \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 Analyzed the data of over 200 galaxy clusters observed by the
    \textit{Chandra} X-ray Observatory; improved the modeling of spectral
    background components and achieved more accurate and robust fitting
    results.
  \item Published 2 first-author SCI papers and 8 co-authored SCI papers.
\end{itemize}

%======================================================================
% Computer Skills
\sectionTitle{Computer Skills}{\faCode}
%======================================================================
\begin{itemize}
  \item DragonFly BSD operating system developer:
    focused on the kernel network module and userland utilities,
    fix problems and make improvements.
  \item Used Ansible to manage a VPS running DragonFly BSD that serves
    personal email, authoritative DNS, website, Git, IRC, etc.
  \item Built and administrated the workstations, computer cluster
    (4 nodes), 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 1$^{\rm st}$ China--New Zealand Joint SKA Summer School}
    in 2014.
\end{itemize}

%======================================================================
% Internships
\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.5em}
  \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 patient's examination indicators.
    \end{itemize}]%
\end{experiences}

%======================================================================
% Papers / Publications
\sectionTitle{Publications}{\faFileAlt}
%======================================================================
\begin{itemize}
  \small
  \item \uline{Li,~W.}, Xu,~H., Ma,~Z., Zhu, R., Hu,~D., Zhu,~Z.
    Shan,~C., Zhu, J. \& Wu, X.-P.,
    \enquote{\it Deep-learning-based Method to Separate the EoR Signal
      Using the Convolutional Denoising Autoencoder,}
    2018, Monthly Notices of the Royal Astronomical Society Letters
    (submitted; SCI; IF=4.96)
  \item \uline{Li,~W.}, Xu,~H., Ma,~Z., Hu,~D., Zhu,~Z., Shan,~C.,
    Wang,~J., Gu,~J., Lian,~X., Zheng,~Q., Zhu, J. \& Wu, X.-P.,
    \enquote{\it Contribution of Radio Halos to the Foreground for
      SKA EoR Experiments,}
    2018, The Astrophysical Journal (under review; SCI; IF=5.53)
  \item Ma,~Z., Xu,~H., \uline{Li,~W.}, Shan,~C., Hu,~D., Zhu,~Z.,
    Lian,~X., Zhang,~Z., Liu,~C. \& Wu,~X.-P.,
    \enquote{\it A Machine Learning Based Morphological Classification
      of 14,251 Radio Galaxies Selected from the Best-Heckman's Sample,}
    2018, The Astrophysical Journal Supplement Series
    (in revision; SCI; IF=8.96)
  \item Hu,~D., Xu,~H., Kang,~X., \uline{Li,~W.}, Zhu,~Z., Ma,~Z.,
    Shan,~C., Zhang,~Z., Gu,~L., Liu,~C. \& Wu,~X.-P.,
    \enquote{\it A Study of the Merger History of the Galaxy Group
      HCG~62 Based on X-ray Observations and SPH Simulations,}
    2017, The Astrophysical Journal
    (in revision; SCI; IF=5.53)
  \item Zheng,~Q., Johnston-Hollitt,~M., Duchesne,~S. \& \uline{Li,~W.},
    \enquote{\it Detection of a Double Relic in the Torpedo Cluster:
      SPT-Cl J0245-5302,}
    2018, Monthly Notices of the Royal Astronomical Society, 479, 730
    (SCI; IF=4.96)
  \item Ma,~Z., Zhu,~J., \uline{Li,~W.} \& Xu,~H.,
    \enquote{\it An Approach to Detect Cavities in X-ray Astronomical
      Images Using Granular Convolutional Neural Networks,}
    2017, IEICE Transactions on Information and System, 100(10), 2578
    (SCI; IF=0.41)
  \item Zhang,~C., Xu,~H., Zhu,~Z., \uline{Li,~W.}, Hu,~D., Wang,~J.,
    Gu,~J., Gu,~L., Zhang,~Z., Liu,~C., Zhu,~J. \& Wu,~X.-P.,
    \enquote{\it A Chandra Study of the Image Power Spectra of 41
      Cool Core and Non-cool Core Galaxy Clusters,}
    2016, The Astrophysical Journal, 823, 116 (SCI; IF=5.53)
  \item (and 3 more co-authored SCI papers)
\end{itemize}

%======================================================================
% Awards / Scholarships / Certificates
\sectionTitle{Awards \& Certificates}{\faAward}
%======================================================================
\begin{entries}
  \entry{September 2016}%
    {Participation Award,
      The 13$^{\rm th}$ China Post-Graduate Mathematical Contest in Modeling}
  \entry{July 2014}%
    {Outstanding Teaching Assistant, College Physics}
  \entry{November 2013}%
    {Outstanding Ph.D. Student Entrance Scholarship of Shanghai Jiao Tong University}
  \entry{December 2011}%
    {National Astronomical Observatory Scholarship}
  \entry{September 2011}%
    {Network Engineer (Level 4), National Computer Rank Examination}
\end{entries}

\end{document}

%% EOF