-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv_en.tex
executable file
·82 lines (62 loc) · 2.21 KB
/
cv_en.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
\documentclass[11pt,a4paper]{article}
\input{./setup/configuration}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Identifying Information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Title}{Curriculum Vit\ae}
\newcommand{\Name}{Fu Yin}
\newcommand{\CNName}{尹扶}
% \newcommand{\Role}{Ph.D. Candidate}
% \newcommand{\Email}{[email protected]}
\newcommand{\Email}{[email protected]}
\newcommand{\Website}{yinfu.info}
\newcommand{\Github}{OUCyf}
% \newcommand{\Orcid}{0000-0000-1111-1111}
% \newcommand{\Affiliation}{Earth, Environmental and Planetary Sciences \\ Rice University}
% \newcommand{\Address}{MS-126, 3100 Main Street \\ Houston, TX 77005 USA}
\newcommand{\Affiliation}{School of Earth and Space Sciences \\ University of Science and Technology of China}
\newcommand{\Address}{96 Jinzhai Road \\ Hefei, Anhui, 230026 China}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CV Header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\thispagestyle{empty} % No header for the first page
\fontfamily{ptm}
\begin{center}
{\fontsize{24pt}{0}\selectfont \Name \hspace{1ex} \kaishu{\CNName}}
% \\[0.4cm]
% {\fontsize{16pt}{0}\selectfont \Role}
\\[0.2cm]
\end{center}
\begin{minipage}[t]{0.7\textwidth}
\fontsize{12pt}{15pt}\selectfont
\Affiliation
\\
\Address
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\fontsize{12pt}{15pt}\selectfont
\begin{flushleft}
\faEnvelope \href{mailto:\Email}{\Email}
\\
% \faOrcid \href{https://orcid.org/\Orcid}{\Orcid} \\
\faGlobe \href{https://\Website}{\Website}
\\
\faGithub \href{https://github.com/\Github}{\Github}
\end{flushleft}
\end{minipage}
\vspace{0.2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Main Body
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./en/education}
\input{./en/interests}
\input{./en/activities}
\input{./en/awards}
\input{./en/publications}
\input{./en/abstracts}
\input{./en/talks}
\input{./en/teaching}
\input{./en/fieldwork}
\input{./en/software}
\end{document}