-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.tex
92 lines (62 loc) · 1.99 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\documentclass[11pt]{article}
% --- Packages ---
\usepackage[usenames, dvipsnames]{color} % Cool colors
\usepackage{enumerate, amsmath, amsthm, amssymb, mathrsfs, algorithm, algpseudocode, fontawesome, pifont, subfig, fullpage, csquotes, dashrule, tikz, bbm, booktabs, bm, hyperref}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage[numbers]{natbib}
\usepackage[normalem]{ulem}
% --- Misc. ---
\hbadness=10000 % No "underfull hbox" messages.
\setlength{\parindent}{0pt} % Removes all indentation.
% -- Commands --
\input{commands}
\title{AAAI 2019 Notes \\ \Large{Honolulu, HI, USA}}
\author{David Abel\footnote{\durl{http://david-abel.github.io\textasciitilde dabel}} \\ \durl{[email protected]}}
\date{January \& February 2019}
\begin{document}
\maketitle
\tableofcontents
\newpage
This document contains notes I took during the events I managed to make it to at AAAI in Honolulu, Hawaii, USA, including sessions of the Doctoral Consortium. Please feel free to distribute it and shoot me an email at \durl{[email protected]} if you find any typos or other items that need correcting.
\section{Conference Highlights}
% ------------
% -- Sunday --
% ------------
\newpage
\section{Sunday January 27th: Doctoral Consortium}
\input{days/sunday_1_27_19.tex}
% ------------
% -- Monday --
% ------------
\newpage
\section{Monday January 28th: Doctoral Consortium (\faBirthdayCake)}
\input{days/monday_1_28_19.tex}
% ------------
% -- Tuesday --
% ------------
\newpage
\section{Tuesday January 29th}
\input{days/tuesday_1_29_19.tex}
% ---------------
% -- Wednesday --
% ---------------
\newpage
\section{Wednesday January 30th}
\input{days/wednesday_1_30_19.tex}
% --------------
% -- Thursday --
% --------------
\newpage
\section{Thursday January 31st}
\input{days/thursday_1_31_19.tex}
% ------------
% -- Friday --
% ------------
\newpage
\section{Friday February 1st}
\input{days/friday_2_1_19.tex}
% --- Bibliography ---
\newpage
\bibliographystyle{plainnat}
\bibliography{aaai}
\end{document}