-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
70 lines (45 loc) · 2.35 KB
/
main.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
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
70
\pdfoutput=1
\documentclass[11pt,DIV=16,parskip=half]{scrartcl}
\usepackage{graphicx} % Required for inserting images
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{svg}
\usepackage{algorithm,algorithmic}
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage[backend=biber, bibencoding=utf8, giveninits=true,
maxbibnames=99, % show all authors in the bibliography
maxalphanames=1, minalphanames=1, style=ieee, backref=false]{biblatex}
% Sets the bib file
\addbibresource{refs.bib}
% Basic information
\title{My fancy Exposé}
\author{Jane Doe, \href{mailto:jane.doe@your-affiliation.de}{jane.doe@your-affiliation.de}}
\date{October 2024}
\begin{document}
\maketitle
\section{Introduction}
Briefly introduce the reader to the overall topic, describe the problem and scenario you are working on, and --if not obvious-- explain, how this topic matches the topics of the PZAI.
Limit yourself to about 150 words, use references only if absolutely necessary.
\section{Related Work}
Describe the related work and state of the art.
Try to find a balance between covering relevant approaches and detailing those lines of work which are closest to your planned contribution.
Limit yourself to about 300 words, try to avoid references of questionable quality (websites, unverified arxiv preprints, ...) and make sure your references are formatted correctly, e.g.~\cite{cooley1965-fft}.
\section{Thesis Objective}
Based on the related work, identify the research gap you will be addressing.
Try to formulate research questions that your thesis will answer.
Describe the overall expected outcome of your research.
Helpful formulations could be as below
Consider this an executive summary and limit yourself to 150 words.
The objective of this thesis is ...
To achieve this goal, the following main research questions must be addressed: ....
\section{Research Outline}
Sketch an outline of your research.
What problems will be addressed, how will you solve them?
What are data or infrastructure requirements, and how will you meet them?
How do you measure progress and success in your research?
You can think of this as work packages or milestones that you describe.
Briefly argue why your research will lead to a Dr.-Ing. or Dr. rer. nat.
Limit yourself to about 500 words, use figures, schemes, tables or itemized formatting as needed.
\printbibliography
\end{document}