-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTitlePage.tex
103 lines (84 loc) · 3.55 KB
/
TitlePage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
% define document type (i.e., template. Here: A4 APA manuscript with 12pt font)
\documentclass[man, 12pt, a4paper, donotrepeattitle]{apa7}
% change margins (e.g., for margin comments):
%\usepackage{geometry}
% \geometry{
% a4paper,
% marginparwidth=30mm,
% right=50mm,
%}
% add packages
\usepackage[american]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage{hyperref}
\usepackage[style=apa, sortcites=true, sorting=nyt, backend=biber, natbib=true, uniquename=false, uniquelist=false, useprefix=true]{biblatex}
\usepackage{authblk}
\usepackage{graphicx}
\usepackage{setspace,caption}
\usepackage{subcaption}
\usepackage{enumitem}
\usepackage{lipsum}
\usepackage{soul}
\usepackage{xcolor}
\usepackage{fourier}
\usepackage{stackengine}
\usepackage{scalerel}
\usepackage{fontawesome}
\usepackage[normalem]{ulem}
% \usepackage{longtable}
\usepackage{amsmath}
\usepackage{afterpage}
\usepackage{float}
\usepackage{array}
\usepackage{censor}
% formatting links in the PDF file
\hypersetup{
pdfpagemode={UseOutlines},
bookmarksopen=true,
bookmarksopenlevel=0,
hypertexnames=false,
colorlinks = true, %Colours links instead of ugly boxes
urlcolor = blue, %Colour for external hyperlinks
linkcolor = blue, %Colour of internal links
citecolor = cyan, %Colour of citations
pdfstartview={FitV},
unicode,
breaklinks=true,
}
% language settings
\DeclareLanguageMapping{american}{american-apa}
% add reference library file
\addbibresource{references.bib}
% add reference library file
\addbibresource{references.bib}
% Title and header
\title{The Migration Experience: A Conceptual Framework and Systematic Scoping Review of Psychological Acculturation}
\shorttitle{Acculturation Experience Framework}
% Authors
\author[*,1]{Jannis Kreienkamp}
\author[1,2]{Laura F. Bringmann}
\author[1]{Raili F. Engler}
\author[1,2]{Peter de Jonge}
\author[1]{Kai Epstude}
\affiliation{\hfill}
\affil[1]{University of Groningen, Department of Psychology}
\affil[2]{Interdisciplinary Center Psychopathology and Emotion Regulation}
\authornote{
\addORCIDlink{* Jannis Kreienkamp}{0000-0002-1831-5604}\\
\addORCIDlink{Laura F. Bringmann}{0000-0002-8091-9935}\\
\addORCIDlink{Raili F. Engler}{0000-0002-4656-3672}\\
\addORCIDlink{Peter de Jonge}{0000-0002-0866-6929}\\
\addORCIDlink{Kai Epstude}{0000-0001-9817-3847}
We have no known conflict of interest to declare. The authors received no specific funding for this work. Source data and software are available at \url{https://github.com/JannisCodes/acculturation-review} \citep{Kreienkamp2021b}. Protocols, materials, analysis data, and code are available at \url{https://osf.io/n587w/?view_only=0809085870604eda8349baa90b4fd3e5} \citep{Kreienkamp2021a}.
Correspondence concerning this article should be addressed to Jannis Kreienkamp, Department of Psychology, University of Groningen, Grote Kruisstraat 2/1, 9712 TS Groningen (The Netherlands). E-mail: \href{mailto:j.kreienkamp@rug.nl}{j.kreienkamp@rug.nl}}
\leftheader{Kreienkamp}
\setlength\parindent{1.27cm}
% Start of the main document:
\begin{document}
% add title information (incl. title page and abstract)
\maketitle
\section{Acknowledgements}
We would like to acknowledge the invaluable contribution of the volunteer network at Humanitas Groningen, with their continued support and practical insight into local resettlement practices. We would like to thank Liesbeth Hanrath and Wim Griep in particular for their guidance and input, as well as the participants of the joint focus group discussion for sharing their experiences and insightful commentary.
\printbibliography
\end{document}