Add sections for article type data descriptor

This commit is contained in:
Nora Wickelmaier 2025-07-25 09:25:02 +02:00
parent bb144f1d47
commit 8ce60d9b57
3 changed files with 64 additions and 10 deletions

View File

@ -1,14 +1,41 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{Sweave}
\begin{document}
\SweaveOpts{concordance=TRUE}
\title{Mein Sweave-Test}
\title{Working title: Data Descriptor for HMC Data Set}
\author{Angelica Henestrosa}
\begin{document}
%\SweaveOpts{concordance=TRUE}
\maketitle
\begin{abstract}
tbd
\end{abstract}
\section{Background and Summary}
\section{Methods}
\section{Data Records}
\section{Technical Validation}
\section{Usage Notes (optional)}
\section{Code Availability}
\section*{References}
\section*{Author Contributions}
\section*{Competing Interests}
\section*{Acknowledgements}
Hier ist ein R-Chunk:
<<>>=
@ -16,4 +43,4 @@ x <- rnorm(100)
summary(x)
@
\end{document}
\end{document}

Binary file not shown.

View File

@ -1,14 +1,41 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{Sweave}
\begin{document}
\input{manuscript-concordance}
\title{Mein Sweave-Test}
\title{Working title: Data Descriptor for HMC Data Set}
\author{Angelica Henestrosa}
\begin{document}
%\SweaveOpts{concordance=TRUE}
\maketitle
\begin{abstract}
tbd
\end{abstract}
\section{Background and Summary}
\section{Methods}
\section{Data Records}
\section{Technical Validation}
\section{Usage Notes (optional)}
\section{Code Availability}
\section*{References}
\section*{Author Contributions}
\section*{Competing Interests}
\section*{Acknowledgements}
Hier ist ein R-Chunk:
\begin{Schunk}
@ -18,7 +45,7 @@ Hier ist ein R-Chunk:
\end{Sinput}
\begin{Soutput}
Min. 1st Qu. Median Mean 3rd Qu. Max.
-2.83363 -0.56513 0.02237 -0.05561 0.53426 1.78206
-1.65490 -0.56456 0.06666 0.11672 0.67502 2.62504
\end{Soutput}
\end{Schunk}