-
Notifications
You must be signed in to change notification settings - Fork 0
/
talk.tex
61 lines (40 loc) · 1.46 KB
/
talk.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
%\documentclass[english]{mlutalk} % For the digital version of the talk.
\documentclass[english,handout]{mlutalk} % For drafting and for the handout.
% Themes (see http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html):
%\usetheme{Boadilla} % Simple
%\usetheme{Montpellier} % Simple
%\usetheme{Pittsburgh} % Simple
%\usetheme{Rochester} % Simple, solid colors
%\usetheme{Singapore} % Decent
\title{Bias in Learning to Rank Caused~by \\ Redundant Web Documents}
\subtitle{Bachelor's Thesis}
\author{Jan Heinrich Reimer}
\institute[MLU]{%
Martin Luther University Halle-Wittenberg \\
Institute of Computer Science \\
Degree Programme Informatik
}
\date{Juny XX 2020}
\subject{Information Retrieval}
\titlegraphic{\includegraphics[width=3cm]{figures/mlu-halle}} % University logo
\addbibresource{literature.bib} % Load bibliography file.
\begin{document}
\titleframe
\section{Introduction}
\subsection{Example}
\begin{frame}{Motivation}
Cite a sample~\cite{DBLP:conf/cikm/BernsteinZ05}.
\end{frame}
\section*{Conclusion and Future Work}
\begin{frame}{Conclusion}
\end{frame}
\begin{frame}{Future Work}
\thankyou
\end{frame}
\appendix % Additional slides that are not part of the main presentation. These are only shown for further questions from the audience.
\section{Data}
\begin{frame}{Data in detail}
\end{frame}
\section{\appendixname}
\bibliographyframe
\end{document}