-
Notifications
You must be signed in to change notification settings - Fork 0
/
seminar.tex
39 lines (36 loc) · 926 Bytes
/
seminar.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
\documentclass[runningheads]{llncs}
%
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{float}
\usepackage{xcolor}
\usepackage{svg}
\usepackage[parfill]{parskip}
\begin{document}
%
\title{Learning Causal Knowledge Graphs from Text Log Data}
%
\author{Aleksandr Eismont}
\institute{Karlsruhe Institute of Technology, Kaiserstr. 12, 76131 Karlsruhe, Germany
\email{ukqln@student.kit.edu}}
%
\maketitle
%
\input{sections/0_abstract}
\input{sections/1_introduction}
\input{sections/2_general_structure}
\input{sections/3_log_generation}
\input{sections/4_time_series creation}
\input{sections/5_causal_discovery}
\input{sections/6_conclusion}
%
% ---- Bibliography ----
%
% BibTeX users should specify bibliography style 'splncs04'.
% References will then be sorted and formatted in the correct style.
%
\bibliographystyle{splncs04}
\bibliography{mybib}
\end{document}