diff --git a/ResearchProposal.md b/ResearchProposal.md index 558fb69..3eabcd6 100644 --- a/ResearchProposal.md +++ b/ResearchProposal.md @@ -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. @@ -143,4 +142,5 @@ Hiermit versichere ich, dass ich die vorliegende Arbeit selbstständig und ohne \begin{tabular}{@{}p{4in}@{}} \hrulefill \\ Michael Beck, 08.08.2024 \\ -\end{tabular} \ No newline at end of file +\end{tabular} + diff --git a/make.sh b/make.sh index 88ade72..4f5128b 100755 --- a/make.sh +++ b/make.sh @@ -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" \ No newline at end of file