diff --git a/proposal/.gitignore b/proposal/.gitignore index b39f600..a960d80 100644 --- a/proposal/.gitignore +++ b/proposal/.gitignore @@ -3,9 +3,6 @@ *.log *.toc -# PDF output - usually a bad idea to keep this in Git -*.pdf - # Latexmk *.fdb_latexmk diff --git a/proposal/template/images/ims_logo.jpeg b/proposal/template/images/ims_logo.jpeg new file mode 100644 index 0000000..9b2225c Binary files /dev/null and b/proposal/template/images/ims_logo.jpeg differ diff --git a/proposal/template/proposal.pdf b/proposal/template/proposal.pdf new file mode 100644 index 0000000..b98d2eb Binary files /dev/null and b/proposal/template/proposal.pdf differ diff --git a/proposal/template/proposal.tex b/proposal/template/proposal.tex new file mode 100644 index 0000000..d0a1bd3 --- /dev/null +++ b/proposal/template/proposal.tex @@ -0,0 +1,101 @@ +\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{graphicx} +\usepackage[colorlinks=true,linkcolor=blue,citecolor=blue, allcolors=blue]{hyperref} +\usepackage{natbib} +%% You can change the Bibliographic styles here +\bibliographystyle{plainnat} +\bibpunct[; ]{(}{)}{;}{a}{,}{;} + +%%% INSTRUCTIONS +% To create a PDF, run the following commands: +% - pdflatex .tex +% - bibtex +% - pdflatex .tex +% - pdflatex .tex +%%% These steps are required everytime after add a new entry in references.bib file +%% In General, running pdflatex .tex is enough if the references are not modified. + + +%%% SET GLOBAL DATA HERE +% Preliminary title of the thesis. +\newcommand{\thesisTitle}{TITLE HERE} + +% Full Name & other details +\newcommand{\name}{LastName, FirstName} +\newcommand{\matrikNummer}{MatriculationNumber} +\newcommand{\myEmail}{YourEmailAddress} + + +% potential start time of the Thesis +\newcommand{\startTime}{Date} + +% Thesis Supervisor +\newcommand{\supervisor}{SupervisorName} +\newcommand{\supervisorEmail}{SupervisorEmail} + +%% 2nd supervisor/advisor details here + +%% TODO command +%% Use this to highlight text in yellow color +\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} + +%% Proposal Main Content Starts here +%% Create separate files for each section for better organization +%% You can add/modify/delete the below sections according to your needs +%% If the below sections are modified, the files should match exactly +\input{sections/01_motivation} +\input{sections/02_related_work} +\input{sections/03_methods} +\input{sections/04_work_plan} + +\clearpage + +%% Add all your BibTex citations in references.bib file +\bibliography{references} + +\end{document} \ No newline at end of file diff --git a/proposal/template/references.bib b/proposal/template/references.bib new file mode 100644 index 0000000..e69de29 diff --git a/proposal/template/sections/01_motivation.tex b/proposal/template/sections/01_motivation.tex new file mode 100644 index 0000000..46b760c --- /dev/null +++ b/proposal/template/sections/01_motivation.tex @@ -0,0 +1,7 @@ +\section{Motivation}\label{sec:motivation} + +\paragraph{} First Paragraph + +\paragraph{} Second Paragraph + +\paragraph{} Third Paragraph \ No newline at end of file diff --git a/proposal/template/sections/02_related_work.tex b/proposal/template/sections/02_related_work.tex new file mode 100644 index 0000000..0bf61d1 --- /dev/null +++ b/proposal/template/sections/02_related_work.tex @@ -0,0 +1,3 @@ +\section{Background \& Related Work}\label{sec:background-&-related-work} + +\paragraph{} \ No newline at end of file diff --git a/proposal/template/sections/03_methods.tex b/proposal/template/sections/03_methods.tex new file mode 100644 index 0000000..d79b15e --- /dev/null +++ b/proposal/template/sections/03_methods.tex @@ -0,0 +1,3 @@ +\section{Methods}\label{sec:methods} + +\paragraph{} diff --git a/proposal/template/sections/04_work_plan.tex b/proposal/template/sections/04_work_plan.tex new file mode 100644 index 0000000..0dc1fa2 --- /dev/null +++ b/proposal/template/sections/04_work_plan.tex @@ -0,0 +1 @@ +\section{Work Plan}\label{sec:work-plan}