Added the OSF Proposal export. Also Corrected title page (removed matriculation number, seminar title aso)

This commit is contained in:
Michael Beck 2024-12-18 14:13:47 +01:00
parent f88ff734bd
commit 61110a16e7
2 changed files with 15 additions and 11 deletions

View File

@ -4,10 +4,10 @@ documentclass: article
author:
- Michael Beck
title: "Open Science Practices In Criminology and Social Psychology"
description: "Disentangling the impact of Open Science practices in Sociology and Criminology"
subtitle: "Exposé"
date: "2024-12-06"
title: "A Systematic Review of Open Science Practices in the Studies of Crime"
description: ""
subtitle: "Research Proposal"
date: "2024-12-19"
lang: en-US
toc: true
@ -55,13 +55,11 @@ include-before: |
}
\begin{center}
\vfill
\textbf{Research Proposal} \\
Seminar Comparative Research in Crime and Delinquency \\
Dr. Alexander Trinidad \\
Supervisor: \\
\textbf{Dr. Alexander Trinidad} \\
\vspace{1cm}
\hrule
\end{center}
Matriculation number: \textbf{7406366}
\thispagestyle{empty}
\newpage
\thispagestyle{empty}
@ -132,9 +130,10 @@ In the analysis phase of the research, an exploratory analysis will be conducted
::: {#refs}
:::
\newpage
# Eigenständigkeitserklärung
Eigenständigkeitserklärung
Hiermit versichere ich, dass ich die vorliegende Arbeit selbstständig und ohne die Benutzung anderer als der angegebenen Hilfsmittel angefertigt habe. Alle Stellen, die wörtlich oder sinngemäß aus veröffentlichten und nicht veröffentlichten Schriften entnommen wurden, sind als solche kenntlich gemacht.
@ -144,3 +143,4 @@ Hiermit versichere ich, dass ich die vorliegende Arbeit selbstständig und ohne
\hrulefill \\
Michael Beck, 08.08.2024 \\
\end{tabular}

View File

@ -20,6 +20,10 @@ if [ $? -ne 0 ]; then
exit 1
fi
# Insert Erklärung.pdf at the end of the PDF
Insert Erklärung.pdf at the end of the PDF
echo "Modifying the PDF..."
./modify-pdf.sh "$OUT" "Erklärung.pdf" "$OUT"
# remove last page for osf.io
print "Removing last page for OSF.io output"
pdftk "$OUT" cat 1-r2 output OSF-"$OUT"