You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.9 KiB

\documentclass[a4paper, titlepage, 12pt]{article}
\usepackage[paper=a4paper,left=3cm, right=3cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage[english]{babel}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{array}
\usepackage[colorlinks=true,linkcolor=blue,citecolor=blue, allcolors=blue]{hyperref}
\usepackage{natbib}
\bibliographystyle{plainnat}
\bibpunct[; ]{(}{)}{;}{a}{,}{;}
\usepackage{graphicx}
\usepackage{makecell}
%%% SET DATA HERE
% Preliminary title of the thesis.
\newcommand{\thesisTitle}{Prompt-based methods for DST}
% Full Name & other details
\newcommand{\name}{Mandava, Sai Pavan}
\newcommand{\matrikNummer}{3461015}
\newcommand{\myEmail}{st169661@stud.uni-stuttgart.de}
% potential start time of the Thesis
\newcommand{\startTime}{July 2022}
% Thesis Supervisor
\newcommand{\supervisor}{Prof. Dr. Thang Vu}
\newcommand{\supervisorEmail}{thang.vu@ims.uni-stuttgart.de}
%% 2nd supervisor/advisor details here
%% TODO command
\newcommand\todo[1]{\colorbox{yellow}{#1}}
% Start document
\begin{document}
\begin{titlepage}
\begin{center}
\begin{figure}[h!]
\centering
\includegraphics[width=.3\linewidth]{images/ims_logo.jpeg}
\end{figure}
\large{Institut f{\"u}r Maschinelle Sprachverarbeitung\\Universit{\"a}t Stuttgart\\Pfaffenwaldring 5b\\70569 Stuttgart}\\[0.3cm]
\vspace{1cm}
\LARGE{Master Thesis Proposal}\\[0.7cm]
\Huge{\textbf{\thesisTitle}}\\ [0.5cm]
\large{\startTime} \\
\vspace{1cm}
\Large{\textbf{\name}} \\[3pt]
\large{M.Sc. Computational Linguistics} \\ [2pt]
\large{Mat.Nr.: \matrikNummer} \\ [2pt]
\normalsize{\myEmail}
\vspace{1cm}
\large{\textbf{Supervisor}}\\
\supervisor\\ [2pt]
\normalsize{\supervisorEmail}\\
\vspace{0.5cm}
\end{center}
\end{titlepage}
\input{sections/01_motivation}
\input{sections/02_related_work}
\input{sections/03_methods}
\input{sections/04_work_plan}
\clearpage
\bibliography{references}
\end{document}