Add basic report

This commit is contained in:
2025-09-03 10:22:00 +02:00
parent 9e12a5339a
commit 2395d64ca8
12 changed files with 146 additions and 0 deletions
+49
View File
@@ -8,3 +8,52 @@ wheels/
# Virtual environments
.venv
# LaTeX
*.acn
*.acr
*.alg
*.aux
*.bak
*.bbl
*.bcf
*.blg
*.brf
*.bst
*.dvi
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lol
*.lot
*.maf
*.mtc
*.mtc1
*.nav
*.nlo
*.nls
*.out
*.pyg
*.run.xml
*.snm
*.synctex.gz
*.tex.backup
*.tex~
*.thm
*.toc
*.vrb
*.xdy
*.xml
*blx.bib
.bak
.mtc
build/
View File
+1
View File
@@ -0,0 +1 @@
Test, Test Test
View File
View File
View File
+1
View File
@@ -0,0 +1 @@
../figures
View File
BIN
View File
Binary file not shown.
+93
View File
@@ -0,0 +1,93 @@
\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{upgreek} %upalpha in Saxena2021 Reference
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\hypersetup{breaklinks=true,colorlinks=true,linkcolor=blue,citecolor=blue,filecolor=magenta,urlcolor=blue}
\usepackage{xcolor}
%\newcommand{\contrib}[1]{\textcolor{red}{#1}}
%\newcommand{\comment}[1]{\textcolor{blue}{#1}}
%\newcommand{\WN}[1]{{\color{red} #1}}
\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}
\input{chapters/introduction.tex}
\section{Methods}
\input{chapters/methods.tex}
\section{Results}
\input{chapters/results.tex}
\section{Conclusion}
\input{chapters/conclusion.tex}
\section{Perspective}
\input{chapters/perspective.tex}
\bibliography{include/sources/references} % add references to this file
\end{document}
+2
View File
@@ -0,0 +1,2 @@
@CONTROL{REVTEX41Control}
@CONTROL{apsrev41Control,author="08",editor="1",pages="1",title="0",year="1"}