-
Notifications
You must be signed in to change notification settings - Fork 2
/
HSF_ML_CWP.tex
71 lines (53 loc) · 1.31 KB
/
HSF_ML_CWP.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
\documentclass{article}
\input{preamble}
\begin{document}
\title{Machine Learning in High Energy Physics Community White Paper}
\maketitle
\setlength\parindent{0pt}
\textbf{Abstract:}
\input{src/abstract}
\vskip 1cm
\textbf{Editors}: Sergei Gleyzer$^{30}$, Paul Seyfert$^{13}$, Steven Schramm$^{32}$\\
\newline
\textbf{Contributors}:
\input{src/authors.tex}
\tableofcontents
\clearpage
\section{Preface}
\label{sec:preface}
\input{src/preface}
\section{Introduction}
\label{sec:introduction}
\input{src/introduction}
\section{Machine Learning Applications and R\&D}
\label{sec:applications}
\input{src/applications}
\section{Collaborating with other communities}
\label{sec:collaboration}
\input{src/collaboration}
\section{Machine Learning Software and Tools}
\label{sec:software}
\input{src/software}
\section{Computing and Hardware Resources}
\label{sec:resources}
\input{src/resources}
\section{Training the community}
\label{sec:training}
\input{src/training}
\section{Roadmap}
\label{sec:roadmap}
\input{src/roadmap}
\section{Conclusions}
\label{sec:conclusions}
\input{src/conclusions}
\section{Acknowledgements}
\label{sec:acknowledgements}
\input{src/acknowledgements}
\clearpage
\appendix
\section{Appendix}
\label{sec:appendix}
\input{src/appendix}
\clearpage
\printbibliography[title={References}]
\end{document}