Skip to content

Commit 999b877

Browse files
committed
Initial commit
1 parent 06014a4 commit 999b877

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
*.vrb
3131
*.xdy
3232
*.tdo
33+
34+
.DS_Store
74.4 KB
Binary file not shown.
388 KB
Binary file not shown.

main.pdf

63 KB
Binary file not shown.

main.tex

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
\documentclass[12pt,doc]{apa}
2+
\usepackage{blindtext}
3+
\usepackage[a4paper, left=25mm, right=40mm]{geometry}
4+
5+
\setlength{\parskip}{1em} % 1ex plus 0.5ex minus 0.2ex}
6+
\setlength{\parindent}{0pt}
7+
8+
\usepackage[utf8]{inputenc}
9+
\usepackage[english]{babel}
10+
11+
\begin{document}
12+
13+
\title{Predictor selection in regression models}
14+
\shorttitle{Predictor selection in regression models}
15+
\author{Literaturarbeit vorgelegt von Markus Graf}
16+
\date{\today}
17+
\affiliation{Department of Psychology University of Zürich}
18+
\abstract{\blindtext}
19+
\maketitle
20+
\setlength{\parindent}{0pt}
21+
22+
\newpage
23+
\tableofcontents
24+
\newpage
25+
\section{Introduction}
26+
\blindtext
27+
\section{Section A}
28+
\blindtext
29+
\section{Section B}
30+
\blindtext
31+
\section{Section C}
32+
\blindtext
33+
\section{Discussion}
34+
\blindtext
35+
\section{Supplements}
36+
\newpage
37+
\section*{Statement of authorship}
38+
I declare that this work titled ``\title'' has been composed by myself, and describes my own work, unless otherwise acknowledged in the
39+
text.
40+
41+
If the paper has been authored by more than one person, I confirm that all parts of the paper have been clearly assigned to the respective author.
42+
43+
This work has not been and will not be submitted for any other degree or the obtaining of ECTS points at the University of Zurich or any other institution of higher education.
44+
45+
All sentences or passages quoted in this paper from other people's work have been specifically acknowledged by clear cross-referencing to author, work and page(s). Any illustrations which are not the work of the author have been used with the explicit permission of the originator and are specifically acknowledged.
46+
47+
I understand that failure to specifically acknowledge all used work amounts to plagiarism and will be considered grounds for failure and will have judicial and disciplinary consequences according §7ff of the ``Disziplinarordnung der Universität Zürich'' as well as § 36 of the ``Rahmenordnung für das Studium in den Bachelor- und Master-Studiengängen der Philosophischen Fakultät der Universität Zürich''.
48+
49+
With my signature I declare the accuracy of these specifications.
50+
\\
51+
\\
52+
Name: Markus Graf\\
53+
Matriculation number: 08-91271-9\\
54+
\\
55+
\\
56+
\\
57+
\\
58+
\\
59+
\\
60+
............................................................................\\
61+
Zürich, \today
62+
63+
64+
\end{document}

0 commit comments

Comments
 (0)