-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneurips_2020_tda.tex
114 lines (88 loc) · 3.13 KB
/
neurips_2020_tda.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
\documentclass{article}
% We suggest
% if you need to pass options to natbib, use, e.g.:
% \PassOptionsToPackage{numbers, compress}{natbib}
% before loading neurips_2020
% ready for submission
% \usepackage{neurips_2020}
% to compile a preprint version, e.g., for submission to arXiv, add add the
% [preprint] option:
% \usepackage[preprint]{neurips_2020_tda}
% to compile a camera-ready version, add the [final] option, e.g.:
%\usepackage[final,nonatbib]{neurips_2020_tda}
% to avoid loading the natbib package, add option nonatbib:
\usepackage[final,nonatbib]{neurips_2020_tda}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{amsfonts} % blackboard math symbols
\usepackage{booktabs} % professional-quality tables
\usepackage[hidelinks]{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{microtype} % microtypography
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{paralist} % in-paragraph enumerations
\usepackage{siunitx} % SI units
%%For figures and subcaptions
\usepackage[font=small]{caption}
\usepackage[labelformat=empty, position=top]{subcaption}
\usepackage[export]{adjustbox}
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage{microtype}
%\usepackage[draft]{fixme}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{mwe}
\usepackage{blkarray}
\usepackage{dcolumn,booktabs}
\newcolumntype{d}[1]{D{.}{.}{#1}}
\newcommand\mc[1]{\multicolumn{1}{c}{#1}} % handy shortcut macro
\newsavebox{\tempbox}
\newlength{\tempwidth}
\usepackage[natbib,hyperref,sorting=none]{biblatex}
%\usepackage[backend=bibtex,doi=true,style=numeric,maxnames=3,maxbibnames=6]{biblatex}
\addbibresource{bibliography.bib}
%\renewcommand*{\bibfont}{\footnotesize}
\urlstyle{same}
\title{
Simplicial Neural Networks
}
% The \author macro works with any number of authors. There are two commands
% used to separate the names and addresses of multiple authors: \And and \AND.
%
% Using \And between authors leaves it to LaTeX to determine where to break the
% lines. Using \AND forces a line break at that point. So, if LaTeX puts 3 of 4
% authors names on the first line, and the last on the second line, try using
% \AND instead of \And before the third author name.
\author{%
Stefania Ebli\\
Laboratory for Topology and Neuroscience\\
EPFL, Lausanne, Switzerland\\
\texttt{[email protected]}
\And
Michaël Defferrard\\
Signal Processing Laboratory (LTS2)\\
EPFL, Lausanne, Switzerland\\
\texttt{[email protected]}
\And
Gard Spreemann\thanks{Work done while at the EPFL. Present affiliation: Telenor Research, Fornebu, Norway.}\\
Laboratory for Topology and Neuroscience\\
EPFL, Lausanne, Switzerland\\
\texttt{[email protected]}
}
\input{common.tex}
\begin{document}
\maketitle
\input{abstract.tex}
\input{introduction.tex}
\input{method.tex}
\input{experiments.tex}
\input{discussion.tex}
\input{acknowledgments.tex}
\printbibliography
\appendix
\input{supplementary.tex}
\end{document}