-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path02_BastardTitle.tex
39 lines (33 loc) · 1.49 KB
/
02_BastardTitle.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
\pagestyle{empty}
\begingroup
\fontfamily{lmr}\selectfont
\begin{tikzpicture}[overlay, remember picture]
\node (title) [align=left, black!65] at ($(current page.center)+(0,-3.75)$) {
{\fontsize{36}{43.2} {\fontfamily{qcs}\selectfont
\textcolor[HTML]{4b7c94}{REGRESSION MODELS}
}} \\[1.25\baselineskip]
{\fontsize{24}{28.8} {\fontfamily{qcs}\selectfont for High-Dimensional,
Biological Data}} \\[0.5\baselineskip]
% {\fontsize{24}{28.8} {\fontfamily{qcs}\selectfont posable Elements in the
% Human Genome}}
};
\node (logo) at (title.text |- 0,0) [align=left, anchor=west] {
\includegraphics[scale=2]{04_GraphicFiles/UoCgrey}
};
\node (info) at (title.text |- 0,-18) [align=left, anchor=north west, black!65] {
{\fontsize{16}{19.2} {\fontfamily{qcs}\selectfont Till Baar}}
\\[\baselineskip]
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont Institute of Medical
Statistics and Computational Biology}} \\[0.25\baselineskip]
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont Faculty of Medicine,
University of Cologne}}\\[\baselineskip]
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont\textsc{Thesis Supervisor}}}
\\ \rule[1ex]{8.75cm}{0.5pt} \\
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont Prof. Dr. Achim Tresch}}
\\[\baselineskip]
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont\textsc{Second Supervisor}}}
\\ \rule[1ex]{8.75cm}{0.5pt } \\
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont Prof. Dr. Andreas Beyer}}
};
\end{tikzpicture}
\endgroup