%%%%%%%%%%% DISCLAIMER: THIS IS NOT AN OFFICIAL TUM TEMPLATE!!! %%%%%%%%%%%%%%%%%%%%%%
% Thanks to the great open source template of Jakob Thumm!
% Author: Shixin Li
% ----------------------- TODO ---------------------------
% Adapt these
\newcommand{\Chair}{Your Chair} % TODO
\newcommand{\Student}{Your Name} % TODO
\newcommand{\Title}{Title of disseratation} % TODO
\newcommand{\Supervisor}{Your Supervisor} % TODO
\newcommand{\School}{Your School} % TODO
\newcommand{\matricNr}{01234567}
% ----------------------- TODO ---------------------------
\documentclass[a4paper, 12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{fancyhdr}
%\usepackage{scrlayer}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{lastpage}
\usepackage{listings}
\usepackage{tikz}
\usepackage{pdflscape}
\usepackage{subfigure}
\usepackage{float}
\usepackage{polynom}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{forloop}
\usepackage{geometry}
\usepackage{listings}
\usepackage{fancybox}
\usepackage{tikz}
\usepackage{algpseudocode,algorithm,algorithmicx}
\usepackage{cleveref}
\usepackage{lipsum}% just to generate text for the example
\usepackage{pgfgantt}
\usepackage[backend=biber]{biblatex}
\addbibresource{citation.bib}
\let\origsection\section\renewcommand\section{\nostarsection}
\newcommand\nostarsection[1]{\sectionprelude\origsection{#1}\sectionpostlude}
\newcommand\sectionprelude{%
\vspace{0.5em}
}
\newcommand\sectionpostlude{%
\vspace{0em}
}
%Größe der Ränder setzen
\geometry{a4paper, left=12.7mm, right=15mm, top=33mm, bottom=12.7mm}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\linespread{1.5}
\newlength\tindent
\setlength{\tindent}{\parindent}
\setlength{\parindent}{0pt}
\renewcommand{\indent}{\hspace*{\tindent}}
\setlength{\parskip}{0.6em}
%Kopf- und Fußzeile
\setlength{\headheight}{27.87993pt}
\pagestyle {fancy}
\fancyhf{} % sets both header and footer to nothing
\renewcommand{\headrulewidth}{0pt}
\definecolor{TUMalpha}{RGB}{151, 186, 218}
\definecolor{TUMBlue}{HTML}{0065BD}
\fancyhead[L]{\textcolor{TUMalpha}{Exposé of Master\/Bechalor's Thesis \\
\Chair}}
\fancyhead[R]{\includegraphics[height=0.8cm]{TUM_Logo_blau_cmyk_pdf.pdf}}
\fancyfoot[L]{}
\fancyfoot[C]{}
\fancyfoot[R]{Page \thepage /\pageref*{LastPage}}
\begin{document}
\hfill\\[3cm]
\begin{large}
\huge \rmfamily \textbf{Exposé} \sffamily \large \hfill \today\\[0.5cm] \\
\noindent\textcolor{TUMalpha}{\leaders\hrule height 0.8mm \hfill}\\[0.2cm]
Title of the disseratation:\\[1cm]
\LARGE\textbf{\Title}\\[5.5cm]\large
\begin{tabularx}{\textwidth}{lX}
\textbf{Name:} &\Student\\[0.5cm]
\textbf{Matric Nr.:} &\matricNr \\[0.5cm]
\textbf{Supervisor:} &\Supervisor\\[0.5cm]
\textbf{Department:} &\School\\[0.5cm]
\textbf{Chair:} &\Chair
\end{tabularx}
\end{large}
% \begin{tabularx}{\textwidth}{X X}
% \rule{6cm}{0.5pt} & \rule{6cm}{0.5pt}\\
% \textit{place, date} & \textit{place, date}\\[2cm]
% \rule{6cm}{0.5pt} & \rule{6cm}{0.5pt}\\
% Doctoral candidate & Supervisor
% \end{tabularx}\\[1cm]
% \textcolor{TUMalpha}{The formal examination takes place through the confirmation of the Graduate Center of the \School via DocGS. Please upload the exposé to DocGS.}
\newpage
\section{Topic}
% TODO
Tell something on your topic.
\vspace{0ex}
\begin{figure}[hb]
\centering
\includegraphics[width=0.3\linewidth]{picture/malo_sakiko.png}
\caption{Add some captions if you want}
\label{fig:ex-monogs}
\end{figure}
\newpage
\section{State of Science and Technology}
cite example\cite{1,2}. Some brief introduction on recent research.
\section{Objective}
How you will engage on your project.
\section{Work and schedule}
The thesis project, as outlined in the Gantt chart, provides a detailed six-month plan for\title{}. The project is divided into five work packages (WPs), each with specific objectives and timelines to ensure systematic research and development.
WP1 (Weeks 1-5): XXX
WP2 (Weeks 6-9): XXX
The project follows a structured timeline to achieve significant research contributions and produce a high-quality academic thesis within six months. The associated Gantt chart is shown in Figure \ref{fig:time-schedule}.
\begin{figure}[hb]
\centering
\resizebox{\textwidth}{10cm}{
\begin{ganttchart}[
hgrid, vgrid,
x unit=0.1cm,
title label font=\bfseries\footnotesize,
title label node/.append style={below=-1.6ex},
include title in canvas=false,
time slot format=isodate,
bar/.append style={fill=TUMBlue},
bar incomplete/.append style={fill=gray!50}
]{2024-06-23}{2024-12-23}
\begingroup
\renewcommand{\arraystretch}{0.5}
% 标题行
\gantttitlecalendar{month=name} \\
\ganttbar{\textbf{WP1: Literature Review}}{2024-06-23}{2024-07-23} \\
\ganttbar[bar/.append style={fill=TUMalpha}]{XXX}{2024-06-23}{2024-07-03} \\
\ganttbar[bar/.append style={fill=TUMalpha}]{XXX}{2024-07-04}{2024-07-23} \\
\endgroup
\end{ganttchart}
}
\caption{Time Schedule}
\label{fig:time-schedule}
\end{figure}
%% Bibliography
\section{Lieterature}
\printbibliography[heading=none]
\end{document}