-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
71 lines (55 loc) · 2.03 KB
/
main.tex
File metadata and controls
71 lines (55 loc) · 2.03 KB
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
\documentclass[12pt,a4paper]{moderncv}
\moderncvcolor{grey}
\moderncvstyle[]{classic}
% Packages
%-----------------------------------------------------------------
\usepackage{import}
\usepackage{Z-LaTeX-header}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% BEGINNING OF CV %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\makecvtitle
\input{tex-cv-sections/A-EmploymentEducation}
\newpage
\section{List of Publications}
\input{tex-cv-sections/B1-Published.tex}
\input{tex-cv-sections/B2-WIPs.tex}
\newpage
\input{tex-cv-sections/C-Presentations.tex}
\newpage
\input{tex-cv-sections/D-Teaching_1_own.tex}
\input{tex-cv-sections/D-Teaching_2_collab.tex}
\input{tex-cv-sections/D-Teaching_3_supervision.tex}
\newpage
\input{tex-cv-sections/E-Grants-1_sum}
\input{tex-cv-sections/E-Grants-2_content}
\input{tex-cv-sections/F-Services_1_Acad}
\input{tex-cv-sections/F-Services_2_Reviews}
\input{tex-cv-sections/F-Services_3_Memberships}
\input{tex-cv-sections/G-Outreach}
\newpage
\input{tex-cv-sections/H-previouspositions}
\input{tex-cv-sections/I-skills}
\section{Academic References}
\input{tex-cv-sections/J-reference-info.tex}
\emptysection{}\closesection{}
\vfill % Push content to bottom of page
\begin{minipage}[b]{0.4\textwidth}
\textcolor{color2}{\today}
\end{minipage}%
\hfill
\begin{minipage}[b]{0.6\textwidth}
\raggedleft
\textcolor{color2}{Dr.\,G.~Brückmann}
\end{minipage}
\bigskip
\par\noindent\textcolor{color1}{\rule{\textwidth}{0.4pt}}
\footnotesize{
\textcolor{color2}{
\href{https://raw.githubusercontent.com/brueckmann/brueckmann.github.io/refs/heads/main/docs/CV_GBrueckmann.pdf}{Link to the most recent version of this CV:}
\href{https://raw.githubusercontent.com/brueckmann/brueckmann.github.io/refs/heads/main/docs/CV_GBrueckmann.pdf}{
\url{https://raw.githubusercontent.com/brueckmann/brueckmann.github.io/refs/heads/main/docs/CV_GBrueckmann.pdf}
}
}
\end{document}