Files
FYSSTK-Project1/report/main.tex
T

105 lines
2.7 KiB
TeX

\documentclass[aps,rmp,reprint,amsmath,amssymb,graphicx,longbibliography]{revtex4-1}
\usepackage{bm}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{wrapfig}
\usepackage{array}
\usepackage{listings}
\usepackage[para,online,flushleft]{threeparttablex}
\usepackage{booktabs,dcolumn}
\usepackage{color}
\usepackage{textpos}
\usepackage{booktabs}
\usepackage{multirow,bigdelim}
\usepackage{float}
\usepackage{todonotes}
\usepackage{upgreek} %upalpha in Saxena2021 Reference
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\hypersetup{breaklinks=true,colorlinks=true,linkcolor=blue,citecolor=blue,filecolor=magenta,urlcolor=blue}
\usepackage{siunitx}
\usepackage{cleveref}
\usepackage{csquotes}
\usepackage{xcolor}
%\newcommand{\contrib}[1]{\textcolor{red}{#1}}
%\newcommand{\comment}[1]{\textcolor{blue}{#1}}
%\newcommand{\WN}[1]{{\color{red} #1}}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
\newcommand{\cols}{C_\mathrm{OLS}}
\newcommand{\colr}{C_\mathrm{Ridge}}
\newcommand{\coll}{C_\mathrm{Lasso}}
\newcommand{\mse}{\mathrm{MSE}}
\newcommand{\bias}{\mathrm{Bias}}
\newcommand{\var}{\mathrm{Var}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\N}{N_\mathrm{train}}
\newcommand{\Nt}{N_{\mathrm{test}}}
\makeatletter
\def\@bibdataout@aps{%
\immediate\write\@bibdataout{%
@CONTROL{%
apsrev41Control%
\longbibliography@sw{%
,author="08",editor="1",pages="1",title="0",year="1"%
}{%
,author="08",editor="1",pages="1",title="",year="1"%
}%
}%
}%
\if@filesw \immediate \write \@auxout {\string \citation {apsrev41Control}}\fi
}
\makeatother
%\usepackage[left]{lineno}
%\linenumbers
\begin{document}
%\pagenumbering{gobble}
\title{Regression Analysis and Resampling Methods}
\author{Lars Bogner}
\affiliation{\url{https://github.uio.no/larsbog/FYSSTK-Project1}}
\begin{abstract}
Advances in artificial intelligence/machine learning methods provide tools that have broad applicability in scientific research. These techniques are being applied across the diversity of nuclear physics research topics, leading to advances that will facilitate scientific discoveries and societal applications.
This review provides a snapshot of nuclear physics research which has been transformed by artificial intelligence and machine learning techniques.
\end{abstract}
\maketitle
\tableofcontents
\section{Introduction} \label{sec:introduction}
\input{chapters/introduction.tex}
\section{Methods} \label{sec:methods}
\input{chapters/methods.tex}
\section{Results} \label{sec:results}
\input{chapters/results.tex}
\section{Conclusion} \label{sec:conclusion}
\input{chapters/conclusion.tex}
\section{Perspective} \label{sec:perspective}
\input{chapters/perspective.tex}
\bibliography{include/sources/references} % add references to this file
\end{document}