-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
613 lines (472 loc) · 89.3 KB
/
main.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
% define document type (i.e., template. Here: A4 APA manuscript with 12pt font)
\documentclass[man, 12pt, a4paper]{apa7} % , mask
% 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{rotating}
\usepackage{censor}
% add definition sections
\newtheorem{definition}{Definition}
\newcommand{\defref}[2][]{\hyperref[#2]{Definition \ref*{#2}#1}}
% Select what to do with to-do notes:
% \usepackage[disable]{todonotes} % notes not showed
% \usepackage[draft]{todonotes} % notes showed
% make warning with red triangle
\newcommand\Warning[1][2ex]{%
\renewcommand\stacktype{L}%
\scaleto{\stackon[1.3pt]{\color{red}$\triangle$}{\tiny\bfseries !}}{#1}}%
% make question with red triangle
\newcommand\Question[1][2ex]{%
\renewcommand\stacktype{L}%
\scaleto{\stackon[1.3pt]{\color{red}$\triangle$}{\tiny\bfseries ?}}{#1}}%
% 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 = cyan, %Colour of internal links
citecolor = cyan, %Colour of citations
pdfstartview={FitV},
unicode,
breaklinks=true,
}
% ref labels
\newcommand{\fgrref}[2][]{\hyperref[#2]{Figure \ref*{#2}#1}}
\newcommand{\tblref}[2][]{\hyperref[#2]{Table \ref*{#2}#1}}
\newcommand{\appref}[2][]{\hyperref[#2]{Appendix \ref*{#2}#1}}
% SI labels
\newcommand{\sicodingmanual}{Supplemental Material A}
\newcommand{\siannotatedanalyses}{Supplemental Material B}
\newcommand{\sidirectory}{Supplemental Material C}
\newcommand{\sicontext}{Supplemental Material D}
% custom open science badge height
\newlength{\badgeheight}
\setlength{\badgeheight}{1em}
% language settings
\DeclareLanguageMapping{american}{american-apa}
% 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 is available at \url{https://github.com/JannisCodes/acculturation-review} \citep{Kreienkamp2021b}. Protocols, materials, analysis data, and code are available at \url{https://doi.org/10.34894/U988DU} \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: j.kreienkamp@rug.nl}
\leftheader{Kreienkamp}
% Abstract
\abstract{
% 150 word version
\noindent\textbf{Academic Abstract}: One of the key challenges to researching psychological acculturation is an immense heterogeneity in theories and measures. These inconsistencies make it difficult to compare past literature, hinder straightforward measurement selections, and stifle theoretical integration. To structure acculturation, we propose to utilize the four basic aspects of human experiences (wanting, feeling, thinking, and doing) as a conceptual framework. We use this framework to build a theory-driven assessment of past theoretical (final \textit{N} = 92), psychometric (final \textit{N} = 233), and empirical literature (final \textit{N} = 530). We find that the framework allows us to examine and compare past conceptualizations. For example, empirical works have understudied the more internal aspects of acculturation (i.e., motivations and feelings) compared to theoretical works. We, then, discuss the framework's novel insights including its temporal resolution, its comprehensive and cross-cultural structure, and how the framework can aid transparent and functional theories, studies, and interventions going forward.
% 250 word version
%One of the key challenges to researching psychological acculturation is an immense heterogeneity in theories and measures. These inconsistencies make it difficult to compare past literature on acculturation, hinder straight-forward measurement selections, and hamper the development of an overarching framework. To structure our understanding of the migration process, we propose to utilize the four basic aspects of human experiences (wanting, feeling, thinking, and doing) as a conceptual framework. We use this framework to build a theory-driven assessment of past theoretical (final \textit{N} = 92), methodological (final \textit{N} = 233) and empirical literature (final \textit{N} = 530). We find that the framework meaningfully structures past research. We, for example, find core differences between the theoretical and applied literature, where empirical works have understudied the more internal aspects of acculturation (motivations and feelings) and have often fallen short of capturing all four aspects of the migration experience. We also show that some publication fields include on fewer experience aspects and focus on different combinations of factors. We, then, discuss the framework's novel insights including its temporal resolution, its comprehensive and cross-cultural structure and how the framework can aid transparent and functional theories, studies, and interventions going forward.
\noindent\textbf{Public Abstract}: This systematic scoping review indicates that the concept of psychological acculturation can be structured in terms of affect (e.g., feeling at home), behavior (e.g., language use), cognition (e.g., ethnic identification), and desire (e.g., independence wish). We find that the framework is useful in structuring past research and helps with new predictions and interventions. We, for example, find a crucial disconnect between theory and practice, which will need to be resolved in the future.
%\noindent\textbf{Citation Statement}: You will be required to include a brief statement about your set of citations as part of your submission. This statement should comment on the breadth of the citations that are included in your manuscript, with a specific statement about the diversity (broadly construed) of the authors you have cited.
}
\keywords{Psychological Acculturation, Experience, Framework, Systematic scoping Review\\
\textit{Open Science Practices:}
\noindent \href{https://osf.io/n587w/?view_only=3e8aed00f2d34942bd5d2f3a710e0de4}{\includegraphics[height=\badgeheight]{assets/open-badges-small/material-color.png}} Open Materials,
\href{https://osf.io/n587w/?view_only=3e8aed00f2d34942bd5d2f3a710e0de4}{\includegraphics[height=\badgeheight]{assets/open-badges-small/data-color.png}} Open Data,
\href{https://osf.io/n587w/?view_only=3e8aed00f2d34942bd5d2f3a710e0de4}{\includegraphics[height=\badgeheight]{assets/open-badges-small/code-color.png}} Open Code, \break
\href{https://osf.io/n587w/?view_only=3e8aed00f2d34942bd5d2f3a710e0de4}{\includegraphics[height=\badgeheight]{assets/open-badges-small/supplements-color.png}} Open Supplements}
% set indentation size
\setlength\parindent{1.27cm}
% Start of the main document:
\begin{document}
% add title information (incl. title page and abstract)
\maketitle
% **CHEAT SHEET / LEGEND**
%
% Comments:
% '%' starts a comment in LaTeX (not printed)
% '\todo[inline]{} makes orange boxes in PDF
% '\marginpar{}' notes in margins
% '\footnote{}' footnote
% '\Warning' important note indicator in PDF (triangle with exclamation mark)
% '\Question' question note indicator in PDF (triangle with question mark)
%
% Citation (with Natbib citation style):
% '\citep[e.g.][p. 15]{CitationKey}' citation in parentheses "(e.g., Berry, 2003, p. 15)"
% '\citet{CitationKey}' citation in text "Berry (2003)"
% '\citealt' and '\citealp' alternate citation without parentheses
% '\citeauthor' and '\citeyear' only year or author
%
% Headings:
% '\part{}' and '\chapter{}' only relevant for multi-part or multi-chapter documents
% '\section{}' heading level 1
% '\subsection{}' heading level 2
% '\subsubsection{}' heading level 3
% '\paragraph{}' heading level 4
% '\subparagraph{}' heading level 5
%
% formatting:
% '\textbf{}' text bold font
% '\textit{}' text italic font
% '\underline{}' text underline
% '\sout{}' text strike out
% '\textsc{}' text small caps
% '\vspace{1em}' add vertical space
% '\hspace{1em}' add horizontal space
% '\\' new line (i.e., line break)
% '\pagebreak' start new page (i.e., page break)
% '\noindent' do not indent current line (e.g., current paragraph)
% 'begin{center}...end{center}' center text or object
%
% Math mode:
% '$\alpha = .8$' mathematical equation inline
% '$$\hat{y} = b_0 + b_1x$$' mathematical equation in its own line
% '\begin{equation}...\end{equation}' multi-line equation
% '\approx' approximate symbol
% '\neq' not equal
% '\bar' mean bar over letter
% '\pm' plus minus sign
% '^{}' superscript
% '_{}' subscript
% '\fraq{numerator}{denominator}' fraction
% '\sqrt[n]{}' square root
% '\sum_{k=1}^n' sum for 1 through n
%
% Insert things from elsewhere:
% '\input{filename}' inputs the raw (tex) file as a command (e.g., tables and R-Markdown imports)
% '\include{filename}' includes section on new page (incl. possible auxiliary info)
% '\includegraphics[settings]{filename}' add a figure or graph
% '\caption{}' adds a caption to a table or figure
% '\label{}' labels sections, tables, figures, etc. so that they can be referred to.
% '\ref{}' refer to a labelled sections, tables, figures, etc.
% '\begin{enumerate}...\end{enumerate}' numbered list
% '\begin{itemize}...\end{itemize}' bullet-ed list
% '\item' item in list section
%
% Symbols:
% '\&' and sign
% '\%' percent sign
% '\_' three dotes
% '\#' hash symbol
% ------------------------------------------------------------------
% Relevance
% Long discussed and relevant to society
The question of how people change when they get into continuous first-hand contact with other cultures is likely as old as the history of human migration. And also today migration adjustment remains an important issue for many societies around the world.
Over the past 80 years, researchers of the psychological sciences have proposed hundreds of models and measurements for this phenomenon of "psychological acculturation" \citep[][]{Rudmin2003a}. Yet, despite enormous theoretical and empirical advances, it remains unclear what psychological acculturation exactly entails and a conceptual framework allowing for a synthesis of the past literature on psychological acculturation is still missing \citep{Birman2014c}.
% Problem - Illustration: Past Theory Use
We find an illustration of this challenging heterogeneity in the use of prominent theories of psychological acculturation. One prominent approach has been to conceptualize psychological acculturation as a two-dimensional set of orientations towards the heritage- and the dominant culture --- Berry's (\citeyear{Berry1980, Berry1997b, Berry2005}) now famous `acculturation orientations'. However, over the past 40 years, Berry himself has used a variety of attitudes (i.e., preferences) and behaviors (i.e., actual activities) to describe what these orientations should entail \citep{Berry2005}. And a broader review of the theory found that other researchers had conceptualized and measured `acculturation orientations' with even more diverse aspects. Conceptualizations had, for example, included attitudes, attachments, goals, identifications, or choices and uses of cultural elements \citep[e.g., language, food, or dresses. See,][]{Rudmin2003a}. We see a similar pattern with conceptualizations of psychological acculturation as a `psychological and socio-cultural adaptation' process. Here, cultural adaptation has, for example, included aspects such as life satisfaction and well-being, as well as cultural skills, and work performance \citep{Searle1990, Ward2001, Berry2003}.
Measurements of psychological acculturation are, thus, inconsistent across studies and it remains unclear what aspects the concept exactly entails, and how these aspects are organized.
% Problem - Consequences
% Theory and Application; Past and Future
This heterogeneity of aspects presents fundamental challenges to researchers, practitioners, and policy-makers in the field. Looking back at past theories and measures, different conceptualizations might lead to different results \citep{Snauwaert2003} and the diversities of included or excluded concepts makes it virtually impossible to compare different studies --- which makes it difficult to integrate them quantitatively or qualitatively \citep{Taft1981}.
And looking forward, it remains difficult to select acculturation elements and develop new theories and measurements. A coherent conceptual framework would be necessary to make informed and transparent choices about which aspects are (ir)relevant to a given research question and how they relate to one another as a psychological process.
Given these challenges, some have even suggested that psychological acculturation should not be measured until common terminologies and frameworks are available \citep{Escobar2000}.
% Aim - General
% Therefore we suggest a conceptual framework
We have, thus, developed a descriptive conceptual framework to disentangle, compare, and organize the many conceptual elements found within the literature. In this paper, we describe how this framework was developed based on recent developments within the literature and how the framework gives space to the complexities of psychological acculturation. We then apply the framework in a systematic scoping review of the literature to examine its utility and identify gaps within the literature. The proposed framework, thus, has a different objective than previous efforts which have cataloged literature on acculturation \citep[e.g.,][]{Castels2003}, built multidimensional measures of integration \citep[e.g.,][]{Harder2018}, normative frameworks \citep[e.g.,][]{Ager2008a}, or theories of acculturation \citep[e.g.,][]{Berry2005}. Rather than offering a new measurement, definition, or theory, we aim to build a framework to assess, organize, and compare these conceptual elements.
% Aim - Specific
% We do this by using ABCD
To build a framework that gives space to the contextual complexity of psychological acculturation while structuring the concept across a wide range of contexts, we propose to utilize the basic aspects of human experiences. Bringing together the rich empirical literature and building on past reviews, we propose that the psychological acculturation experience can be understood in terms of affects, behaviors, cognitions, and desires. Psychological acculturation in this framework might, for example, be understood or measured in terms of behavioral acculturation, such as language use, or voting; cognitive acculturation, such as ethnic identification, or cultural values endorsement; affective acculturation, such as feeling at home, or loneliness; motivational acculturation, such as the satisfaction of competence or independence needs; or as a combination of any or all of these aspects (also see \tblref{tab:AspectExamples} for a range of example concepts).
Such a framework, thus, explicitly aims to allow researchers and practitioners to review past acculturation literature based on the aspects considered. As a result, researchers can consider broader integration efforts and novel predictions of how acculturation processes develop psychologically. Moreover, the affect, behavior, cognition, desire separation allows researchers to make clearer and more transparent decisions about which aspects of acculturation are relevant to their research question and which aspects they measure. Similarly, practitioners can use the framework to make more informed decisions on which aspects are relevant for policy development and intervention design.
Importantly, this structural effort seeks to showcase the conceptual complexity and gives space to contextual idiosyncrasies rather than diminishing or reducing migration experiences. We hope to give prominence to the diversity of conceptual aspects that are relevant to the lived realities of migrants and other acculturating individuals. We offer the ABCD framework as a transferable structure to transparently address the similarities and shared mechanisms but also highlight the complexity and diversity of the full migration experience.
% Structure of Paper
In the following sections, we will develop this framework in more detail and will then apply it in a systematic scoping review of the past theoretical, psychometric, and empirical literature on acculturation.
\input{Tables/AspectExmpl}
\section{Framework Development}
This framework explicitly emerged from recent empirical and theoretical developments within the acculturation field in particular as well as the psychological phenomenological literature more broadly. We were able to benefit from a strong theoretical tradition in the field and the broader conceptual framework we propose arguably brings together many of the past advances in capturing psychological acculturation at different levels of conceptualization. To adequately situate the conceptual framework within the past theoretical and empirical efforts, we will first briefly address the notion of using a phenomenological approach for psychological acculturation. We will then introduce each of the experience aspects as they emerge from the literature on psychological acculturation. As a final step of the framework development, we will discuss which functional characteristics the framework highlights and how these functional elements integrate past theoretical advances.
\subsection{A Phenomenological Perspective}
% Experience Structure
There is a converging theoretical consensus that human experiences can fundamentally be understood in terms of wanting, feeling, thinking, and doing \citep[sometimes referred to as the ABCs or ABCDs of psychology: affect, behavior, cognition, desire; e.g.,][]{Cottam2010, Hogg2005, Jhangiani2014}.\footnote{It should also be noted that ABC(D) frameworks have been used effectively to structure theories and models across a wide variety of fields --- including research on attitudes \citep{Breckler1984} and ambivalence \citep{VanHarreveld2015}, the self \citep{Cote2009} and self-regulation \citep{Ben-Eliyahu2015}, the big five personality traits \citep{Wilt2016}, suicidality \citep{Harris2015} and in clinical interventions \citep{Eifert1989}. Interestingly, the affect, behavior, and cognition structure has even found application in the development of human-like machines \citep{Guo2020}.} Following the premise that any human experience can be conceptualized within these four basic aspects, we believe that an ABCD framework of psychological acculturation could offer a comprehensive and theory-driven framework to structure and analyze the many conceptual elements of psychological acculturation.
However, given the prevalence of ABC(D) structures within the psychological literature in general, it is important to ask how the affect, behavior, cognition, and desire aspects are conceptually relevant to psychological acculturation in particular. To address the conceptual relevance of the four aspects, we look at two common definitions of (psychological) acculturation to identify the conceptual contexts of psychological acculturation. Firstly, the Social Science Research Council originally defined the broader concept of \textit{acculturation} as:
\begin{definition}[Acculturation]\label{def:acculturation}
Acculturation comprehends those phenomena which result when groups of individuals having different cultures come into continuous first-hand contact, with subsequent changes in the original culture patterns of either or both groups.
\hfill--- \citealp[][]{Redfield1936}; p. 149
\end{definition}
From the broader concept, the individual level experience of \textit{psychological adaptation} --- which is the focus of the present framework --- has commonly been further specified as:
\begin{definition}[Psychological Acculturation]\label{def:psychAcculturation}
Psychological acculturation refers to the changes an individual experiences as a result of being in contact with other cultures, or participating in the acculturation that one’s cultural or ethnic group is undergoing \citep[][]{Graves1967}.
\hfill--- as cited in \citealp[][]{Sam2006}; p. 14
\end{definition}
Within both of these definitions, psychological acculturation, thus, fundamentally comprehends any individual changes as the result of cultures and contacts. The different types of individual-level \textit{phenomena} and \textit{changes} are the topic of this framework but the prerequisites of \textit{culture} and \textit{contact} are central to understanding how the psychological experience emerges. We will, thus, briefly discuss how we conceptualize cultures and contact within the framework and how that aligns with the ABCD structure of the individual experience.
\subsubsection{Culture}
% Culture
To discuss the role of cultures, we will look at one last definition. In this framework, we follow the approach refined by \citet[][]{adams2004}, which defines cultures as cultural patterns:
\begin{definition}[Culture]\label{def:culture}
Culture consists of explicit and implicit patterns of historically derived and selected ideas and their embodiment in institutions, practices, and artifacts; cultural patterns may, on one hand, be considered as products of action, and on the other as conditioning elements of further action. \citep[based on][p. 181]{kroeber1952}.
\hfill--- as cited in \citealp[][]{adams2004}; p. 341
\end{definition}
This definition highlights a number of features that are central to our efforts of conceptualizing psychological acculturation. In particular, the definition emphasizes that cultural patterns (1) are dynamically changing over time (i.e., are historically derived), (2) are agentically re-produced (i.e., selected ideas), and (3) dualistically reside both in the individual (i.e., who produces the patterns) as well as the physical and social context \citep[i.e., which embodies and conditions;][]{adams2004}. As such, the definition follows the general tenets that are shared by many theoreticians within the acculturation field \citep[e.g., see][]{Berry2009, Ward2016}. At the same time, however, in empirical practice models of acculturation have often focused on cultures as static, externalized influences \citep[e.g., see the commonly (mis-)used models of][]{Berry1997b, Berry2006a}. We argue that affects, behaviors, cognitions, and desires connect the external embodiments and conditionings of cultural patterns with the individual choice of which cultural patterns will be reproduced.
Within the sociological literature, the external social influences of cultures can be divided into formal social facts (e.g., laws, regulations, policies, history, language), informal social facts \citep[e.g., norms, values, beliefs, rituals, customs; also see][]{Herzog2018}, as well as more material cultural products or artifacts \citep[e.g., food, fashion, architecture, or arts, such as film, music, literature, and fine arts; e.g., see][]{Alexander2001}. The content of these external influences often formally or informally embodies expected patterns of behavior (e.g., dress or communication styles), cognition (e.g., sense of race-, class-, gender-, and sexual identities), emotions (e.g., expressions of emotions), and motivations (e.g., virtues and duties).
At the same time, however, affect, behaviors, cognitions, and desires also drive what we consider `cultures' to be \citep[e.g.,][]{Varnum2017}. For example, cultural knowledge, values, identities, beliefs, and attitudes are likely the most widely discussed aspects of non-material cultural patterns \citep[i.e., cognitions; e.g.,][]{DiMaggio1997}, several indigenous cultural practices are legally protected as manifestations of culture \citep[i.e., behaviors; e.g., Art. 11][]{UnitedNations2007}, shared emotions are an integral part of culture creation in narratives \citep[i.e., affects; e.g.,][]{Ahmed2014, Kitayama1994, Smith2016c, Sundararajan2015}, and motivational ideals or oughts form the basis of many cultural discussions \citep[i.e., desires; e.g., see][]{Markus1991}.
In the case of psychological acculturation, a migrating individual needs to deal with (at least) two sets of cultural patterns --- the heritage cultural patterns and any local cultural patterns \citep[e.g., see][]{Ferguson2015}. The individual will, thus, have to negotiate their individual response to the cultural expectations of the cultural patterns of their new context and their own personally held cultural patterns. These individual responses in affects, behaviors, cognitions, and desires thus impeccably connect internal and external cultural patterns as they actively evolve over time \citep[also see the psychological foundations of culture, in][]{adams2004}. In other words, the psychological acculturation experience (i.e., the individual experience of ABCD) captures the adjustment to tension as a result of different patterns of internal, shared, and embodied affects, behaviors, cognitions, and desires. Moreover, studying psychological acculturation in the experience framework then also allows us to reflect on which cultural patterns are in positions of power \citep{Bhatia2001}.
% Adaptation
Additionally, affect, behavior, cognition, and desire have all been highlighted in the conceptualization of human functioning and adaptation to conflicting cultural patterns --- a core outcome for many acculturation researchers \citep[e.g., see][]{Berry2006a, Searle1990, Ward2001, Maertz2016}. Adaptation in such an understanding can include, behavioral adaptions, such as building skills and competencies \citep[e.g.,][]{Bevan1965}, cognitive adaptation, including self-image restorations and dissonance reductions \citep[e.g.,][]{Czajkowska2017}, affective adaptions, such as dealing with feelings of culture shock and homesickness \citep[e.g.,][]{Smith1990, VanTilburg1996}, as well as desire adaptations, such as regulations of status and affection needs \citep[e.g.,][]{Steverink2006}. In short, affects, behaviors, cognitions, and desires not only form the fundamental aspects of human experiences but also connect the external and internal cultural patterns in such a way that they showcase the nuances of dynamic, agentic, and adaptive (re-)productions of the cultural patterns that underlie acculturation.
\subsubsection{Contact}
Beyond the cultural contextualization, it is also important to consider the contacts that drive cultural adaptation. One way of structuring the situational contact contexts is what we will here refer to as the \textit{domains of psycho-social functioning} --- the idea that the social experience will take place within different domains in life. There are many social-scientific theories that have discussed these spheres of life. One famous example is Bronfenbrenner's Ecological systems theory \citep{Bronfenbrenner1992}, according to which humans get into contact with others, and society at large, through a number of environmental systems that range from the closest relations (e.g., family or colleagues) to the more remote relationships (e.g., mass media or societal services). A similar framework was suggested by prominent theorists of the (structural) functionalist traditions with the concept of social institutions \citep[e.g.,][]{Turner1997}. According to these sociological theorists, it is through societal institutions (commonly: family, government, economy, media, education, healthcare, and religion) that cultural patterns are transmitted and maintained \citep[e.g.,][]{Durkheim1982}. Similar ideas for domains of interaction with society and culture have also been proposed within the acculturation literature. \citet{Arends-Toth2006, Arends-Toth2007} have, for example, suggested 15 public and private life domains (e.g., education [public], child-rearing [private]) in which cultural contact takes place. Empirical research in the individual acculturation field has also provided evidence that acculturation processes can develop separately and differently within these contact domains \citep[e.g.,][]{Arends-Toth2003a}.
% Interaction
Importantly for our framework, these situational domains afford different affects, behaviors, cognitions, and desires. The contact domain and situation structure which experiences are appropriate or even possible \citep[e.g.,][]{cantor1994}. These situational affordances can be physical, where certain cultural patterns are not possible \citep[e.g., localized ancestral worship][]{kawano2005, schmidt2022}; formal, where certain cultural patterns are not allowed \citep[e.g., indigenous hunting practices][]{blaser2009}; or informal where certain cultural patterns are not wanted \citep[e.g., discrimination of black hair][]{robinson2011}. Also more implicitly, empirical studies have, for example, found that cultural contexts differ in the frequency and variety of situations that afford different types of negative social emotions \citep[][]{boiger2013}. Situational affordances, thus, particularly interact with cultural norms and patterns to allow for specific acculturation experiences. These situational affordances in a cultural space then also highlight how power over the situation translates into power over the experiences of acculturating individuals \citep[e.g.,][]{guinote2008}. And more broadly, the individual experience of affect, behavior, cognition, and desire as psychological acculturation is embedded within contact structures and captures the situational affordances.
Similarly, affect, behavior, cognition, and desire are also embedded within the literature on inter-group and inter-cultural contact more broadly. How and why people get into behavioral contact with people from other backgrounds has, for example, been linked to group-specific needs, and desires, such as power and acceptance \citep[e.g.,][]{Hassler2021, Shnabel2008a}. Similarly, outcomes of these interactions are often governed by inter-group cognitions, such as perceptions of threat or shared identities \citep[e.g.,][]{Dovidio2017, Stephan2000a} and inter-group emotions, including pride, or anxiety \citep[e.g.,][]{Iyer2008, Stephan1992}. Affect, behavior, cognition, and desire are, thus, also at the very heart of contact with different cultural contexts.
In short, the individual affect, behavior, cognition, and desire aspects are generally well-equipped to address the prerequisite contextual elements of acculturation. In the next sections, we will focus in on the individual psychological acculturation experience and discuss how each of the psychological aspects emerged out of the empirical and theoretical developments within the field.
\subsection{Affect, Behavior, Cognition, and Desire within the Acculturation Literature}
% ABC in Theoretical Traditions
Interestingly, the ABC structure is not entirely foreign to the field of acculturation. Ward and colleagues \citep{Ward2001, Masgoret2006, Ward2019} have previously pointed out that theoretical perspectives on acculturation tend to focus on affect, behavior, or cognition. Within the affective tradition, Ward situates the stress and coping literature, behavioral traditions are the cultural learning theories, and social identification theories form the cognitive theories. \citet{Sam2006b} has even noted that such a perspective might be useful in structuring the core components of psychological acculturation more broadly.
Following Sam's (\citeyear{Sam2006b}) suggestion, we propose that, once we include desires (i.e., motivational literature), we can build a generalized conceptual framework. That is to say, the full ABCD structure would not only summarize theoretical traditions but would offer a theory-based framework for the conceptual elements because it comprehensively structures the concept based on the fundamental aspects of a culturally-embedded contact experience. Such a framework should structure psychological acculturation at any level of abstraction --- from the most abstract theory level to the most applied operationalization level.
Given the centrality of the four aspects to the framework, we will briefly discuss how each of the four aspects are reflected in recent debates within the literature on psychological acculturation. To illustrate how the conceptual ideas are embodied in lived realities, we will additionally provide emblematic quotes from a focus group we conducted as part of the broader project. The focus group discussion is not an empirical part of the framework but rather offers an illustration of the real-world relevance of the individual aspects \citep[the full account of the focus group discussion is available as a separate publication by ][]{kreienkamp2023a}.
\subsubsection{Behavior}
% Behavior and cultural contact
Behaviors --- that is actions and mannerisms --- are often the most overtly and externally visible aspect of the human experience. As such, especially social behaviors (e.g., language learning and contacts outside the home) are visible and reciprocal elements that are deeply connected to cultural contacts \citep[e.g.,][]{Legare2019, Whiting1980, imai2016}.
\begin{displayquote}
Maria:\\
{[...]} \textit{while, of course, you integrate best when you go to work.}
Moderator:\\
\textit{Why is that exactly?}
Maria:\\
{[...]} \textit{Because there you have daily contacts with locals.}
\end{displayquote}
% Past literature
Given the overt nature of behaviors and their interconnectedness with cultural patterns, behaviors have also been a prominent aspect in the acculturation literature. Ward and colleagues (\citeyear{Ward2019}) in their review have identified cultural learning theories as one key literature tradition that has focused on behavioral aspects of acculturation. They relate these learning theories to the acquisition of effective skills and competences as the behavioral operationalizations \citep[including, verbal and non-verbal communication skills][]{Ward2001}. Other examples of behavioral conceptualizations of acculturation (beyond Ward's focus), include civic participation \citep[e.g., voting;][]{Lessard-Phillips2020}, inter-ethnic marriage \citep[e.g.,][]{Song2009}, and media consumption \citep[e.g.,][]{Shoemaker1985}.
\subsubsection{Cognition}
\begin{displayquote}
Yahya:\\
{[...]} \textit{Once I started my education, I felt part of society.} {[...]} \textit{That was not the case when I was learning Dutch at the university, at the language school, or at other places before. Only later when I was at school, ... I feel: Okay, now I feel I am really in the Netherlands.}
Joop:\\
\textit{Why did you not have that at the language school?}
Yahya:\\
\textit{Because I was only a refugee.}
\end{displayquote}
% Applied Cognitions
Cognitive aspects, which commonly entail the thinking processes of the human experience, often underlie navigational cultural competencies and social identities in dealing with conflicting cultural patterns \citep[][]{Padilla2003}. Language-, social- and communication norms as well as learning about more formal social systems, values, and social rules are examples of how cognitive changes related to bridging social gaps \citep[e.g.,][]{Gelfand2011, Nisbett2002}. Similarly, both a break in identity (the struggle of defining oneself in the new environment) as well as the struggle of dealing with a singular (migrant or refugee) identity label and the process of developing a more complex identity narrative towards others are applied examples of how cognitions sit at the forefront of adapting to conflicting cultural patterns \citep[e.g.,][]{Verkuyten2012}.
% Past literature
Given the pertinent connection between cultural patterns and cognitive processes, cognitions have also played a major role in the theoretical acculturation literature. Within the cognitive tradition, Ward and colleagues (\citeyear{Ward2001, Ward2019}) have identified ethnic identity and group perception theories, with a particular focus on Berry's (\citeyear{Berry1997b}) acculturation attitudes. Beyond the theories identified by Ward, the acculturation literature has recently also focused on several other cognitive conceptualizations of psychological acculturation, including cultural values \citep[e.g.,][]{Marin2003} and stereotypes \citep[e.g.,][]{Stanciu2018}.
\subsubsection{Affect}
\begin{displayquote}
Fariq:\\
{[...]} \textit{But for me the language is very very difficult. And then you think people are not open. And you don't understand because your language isn't that good. And then I maybe don't feel welcomed when I have questions or want to approach them.}
\end{displayquote}
% Affect highlights individuals
Affect --- the human capacity to feel \citep[including emotions and moods;][]{FeldmanBarrett2007} --- foreground the importance of the subjective experience as acculturation \citep[][]{Holodynski2012}. Instead of focusing on purely behavioral outcome conceptualizations (e.g., housing, job, education), affective acculturation experiences (e.g., feeling at home, feeling accepted) highlight the individual embeddedness components of healthily adapting in a new social environment \citep[][]{mesquita2016}.
% Past literature
The functional character of affect and emotion have also been discussed within the conceptual acculturation literature. \citet{Ward2001} in her review of the acculturation traditions, describes the stress and coping literature --- especially Berry's concept of acculturation stress \citep{Berry1997b} --- as the affect component of acculturation. In this tradition, the main constructs that constitute the affective dimension are the psychological and emotional well-being as part of the psychological adaptation process \citep[including, for example, life satisfaction and depression;][]{Ward2019}. However, beyond the theoretical stress literature tradition, there are also more immediate models and measurements of emotional acculturation. There is, for example, a relatively young tradition of 'emotional acculturation' as a distinct concept in which acculturation is understood as the similarity in emotional patterns \citep[see][for a review]{DeLeersnyder2017}. But also individual emotions, such as 'feeling accepted' \citep{Jasini2018}, or 'pride' \citep{Suinn1995} have received attention as discrete conceptualizations of acculturation.
\subsubsection{Desire}
\begin{displayquote}
Yahya:\\
{[...]} \textit{Yes, they [parents] have control like a boss or a god. And I still had that in Syria but it kind of stopped, ... because I am not gonna be a kind of a slave to my family, ... because I want freedom for myself.}
\end{displayquote}
% Focus group discussion
Desires --- the motivational forces of the human experience --- often highlight the individual agency and the deeply functional essence of the acculturation processes \citep[][]{gezentsvey2008}. The needs for interactions, to be understood, for purpose, and for identity continuity are not necessarily expected by the dominant group but are intrinsic and fundamental to the health and functioning of the newcomers during the acculturation process \citep[e.g.,][]{Anzaldua1987}. As deeply internal aspects of the human experience, motivations often also have the potential of fundamentally organizing the manner in which a migrant approaches a new cultural context \citep[][]{vishkin2021, kashima2014}.
% Past literature
Yet, despite these functional and interconnected properties, few of the past reviews have examined motivation as a distinct aspect of psychological acculturation within the literature or the concept. However, outside of reviews, needs and wants have been discussed more frequently as a conceptual aspect of psychological acculturation. For example, more and more researchers are looking at the motivations for migration in understanding acculturation \citep{Sandu2018, Echterhoff2020}. Additionally, motivations are more frequently considered as underlying acculturation orientations \citep{Recker2017a}, acculturation behavior \citep{Reece2000}, and psychological adaptation \citep{Safdar2003}.
\subsection{Functional Embeddedness}
Before we move to the application of the framework in the systematic scoping review, we will discuss a number of functional characteristics that allow the framework to be embedded within real-life experiences and assist in building a deeper theoretical understanding of psychological acculturation.
\subsubsection{Aspect Distinctiveness}
% Experience aspects and lived experience
Firstly, while we have introduced the four experience aspects as distinct elements, it is important to note that both in theory and in practice affect, behavior, cognition, and desire are not experienced as distinct entities. This aspect-interconnectedness is also reflected in theories on the aspects. As an example, most affects have a cognitive component just as most cognitions have an affective value. Similarly, motivation is commonly conceived as having both emotional (e.g., desire) and cognitive (e.g., goals) aspects, both of which are often directed towards behaviors (i.e., conation). Muddying the waters further is the difficulty that many operationalizations (and empirical measures) of psychological acculturation also include multiple aspects. Concepts such as satisfaction or distress, which are common measures of acculturation, famously include affective and cognitive components. Yet, despite the interdependence of aspects in theories and lived experience, the four aspects can consistently be identified within experiences and concepts --- they remain qualitatively different aspects of the experience. And as such, they offer a pragmatic lens to structure the psychological acculturation concept \citep{Kuhn1962}. Differentiating the four (needing, feeling, thinking, and doing) qualities of an experience in what we consider psychological acculturation to be, allows us to structure our discussions of past, current, and future theories and measures of psychological acculturation.
\subsubsection{Experience Content}
Secondly, it is also important to note here that while anyone will have motives, emotions, thoughts, and behaviors, what one needs (e.g., belongingness or independence), feels (e.g., sadness or happiness), thinks (e.g., identification or disinterest), or does (e.g., studying or working) is highly ideographic. It is this ideographic content that makes the framework relevant to such a broad range of migration contexts. Yet, it is the content-free structure --- the presence or absence of the basic aspects in conceptualizations of acculturation --- that is transferable across contexts and studies, enabling comparisons and broader conceptual discussion. It should also be noted that in our view such a framework does not stand in conflict with cultural or indigenous psychological concerns of an absolutist, or deterministic psychology \citep[e.g.,][]{Kim2006a}. In fact, cultural psychologists, together with many decolonial researchers, have long argued that the individual embedded and lived experience should gain a more central role in theoretical developments \citep[e.g., ontological turn;][]{Pedersen2020}.
\subsubsection{Process}
% Past literature
%% Dynamic process rather than static end-product:
% Experience can answer this call because it can only be understood based on past experiences
A final, fundamental property we would like to address in the experience framework is the understanding of psychological acculturation as a dynamic process rather than a static end-product. That psychological acculturation is a process, and that ``acculturation occurs when two independent cultural groups come into \textit{continuous first-hand contact over an extended period of time}'' \citep[][186]{Berry1989} seem to be a generally accepted assumption within the field \citep[e.g.,][]{Ward2016}. Yet, some reviews have pointed out that few empirical studies have actually considered the theoretical implications of migration as a process and even fewer have methodologically followed the trajectories of migrants over time \citep[][]{Brown2011, Ward2019}. We believe that the experience framework of psychological acculturation, as it is presented here, is ideally suited to deal with this conceptualization as a process. Philosophers of the phenomenological tradition have long highlighted that a subjective experience can only be understood within the history of past experiences \citep[e.g.,][]{Heidegger1978}. The human experiences are thus scalable and can capture processes of seconds or years and might even relate to generational or future conceptualizations.
As such, the experience structure allows us to integrate, expand, and systematize previous process conceptualizations of psychological acculturation. Working through the many theoretical works within the acculturation literature, we realized that theories focus on one or multiple stages of intercultural contact episodes. This allowed us to integrate theoretical traditions that distinguish between acculturation orientations and later acculturation outcomes \citep[e.g.,][]{TeLindert2008a} and associated methodological efforts that organize different assessments around this division \citep[notably][]{Arends-Toth2006a} with an emerging view that acculturation develops as a series of contact episodes \citep[][]{Maertz2016}. Bringing together several of the terms and approaches used within the literature, we propose to distinguish between (1) acculturation conditions [\textit{ABCDs prior to contact}], (2) acculturation response [\textit{ABCDs during contact}], and (3) acculturation outcome [\textit{ABCDs following the contact}]\footnote{It should again be noted that intercultural contact can either be direct in-person contact or indirect contact through media, institutions, or cultural products.}.
Importantly, for all three of these steps, different ABCDs can emerge and due to the temporality of these phases, the ABCDs experienced during these three steps are often qualitatively different. As an example, whereas acculturation conditions often focus more on socio-structural and personal expectations, immediate acculturation responses often have a reactive or oppositional character, and acculturation outcomes tend to focus on habitual, reflective, and evaluative experiences in the literature. We discuss these qualitative differences as they are represented in the theoretical literature in more detail during the scoping review below (also see \fgrref{fig:ModelContext} for several example features).
Additionally, by considering the three-stepped process we can also integrate what we call the `conditions of change' and the `conditions of stress' that sit between the three steps. Looking at cultural conflict models \citep[e.g.,][]{Robinson2019}, we can extract a number of conditions based on the presence of differences, evaluations of differences, and external affordances, which determine whether the migrant seeks to change the ABCDs anticipated prior to the contact when they enter the contact \citep[also see][]{Masgoret2006, Alitolppa-Niitamo2004, Grove1985, Wood2014}. Similarly, using stress-adaptation models \citep[e.g.,][]{Kim1988, Hajro2019, Sam2006b}, we are able to discern a number of conditions that address when ABCD changes following the contact lead to stress or adaptation outcomes \citep[also see][]{Ryan2008, Berry1992, Benet-Martinez2005, Salo2015, Wood2014, Hajro2019}. Together, the episodic ABCD approach and the intermittent conditions also highlighted the dynamic, embedded, and circular nature of the cross-cultural contacts at the heart of psychological acculturation (also see \fgrref{fig:ModelContext}).
In sum, the conceptual framework suggests that the concept of psychological acculturation is psychologically fundamentally structured into affect, behavior, cognition, and desire aspects. And while each experiential aspect captures part of the concept, only jointly will they comprehensively capture the full psychological acculturation concept. We have also shown that the four experience aspects are all highly relevant to the concept as they capture the dynamic, adaptive, and interactive functionings of contacts with new cultural patterns. We have further emphasized that the experience framework highlights the embedded complexities of real-world migration experiences and that the distinction of the ABCD structure along the dynamics of cultural contacts brings together several theoretical perspectives of the psychological acculturation literature.
In practice, the framework can thus find utility in comparing past literature and interventions (e.g., which conceptual aspects were considered for particularly important findings), can structure future study and intervention designs (e.g., which aspects are relevant to health behaviors), and can advance future theoretical developments (e.g., which experiential aspect organizes the other acculturation aspects for specific outcomes). In the following, we will take first steps at exploring the applied utility of the framework, for organizing the past literature on psychological acculturation.
\begin{sidewaysfigure}
\centering
\caption{Conceptual framework of psychological acculturation with context and experience process. The process diagram shows the main elements with examples for each conceptual building block. Note: ABCD = affect, behavior, cognition, desire aspects of psychological acculturation.}
\includegraphics[width=\textwidth]{Figures/ConceptualFrameworkRevision.pdf}
\label{fig:ModelContext}
\end{sidewaysfigure}
\section{The Present Study}
%\begin{center}
% \Warning\ \textsc{next sections not re-worked yet} \Warning
%\end{center}
The aim of our empirical efforts presented here is to put our proposed framework to the test. We have lamented that one of the challenges of a heterogeneous field is that it is difficult to assess and compare past literature. As a framework, we have suggested that the psychological aspects of experiences could comprehensively structure our assessment of the literature. We will thus systematically retrieve the past literature on psychological acculturation of first-generation migrants. We chose first-generation migrants specifically to allow for a focused systematic literature search while still maintaining the broad heterogeneity of acculturation experiences. For all relevant works, we will extract which experiential aspects were considered in the research. We expect that these efforts will provide insights into the perceived importance of desires, affects, cognitions, and behaviors for psychological acculturation. We also expect that this allows us to assess how many experience aspects are usually considered and which aspects are considered jointly. And finally, we aim to compare the understanding of psychological acculturation across different fields to assess the comparative utility.
To apply the framework, we specifically target three bodies of literature that capture the concept of psychological acculturation. Firstly, we will assess the theoretical literature on psychological acculturation. The theoretical literature should offer the broadest, most abstract, and most comprehensive works on psychological acculturation. Coding the aspects considered in these theories should, thus, offer insights into the assumptions on which researchers build their empirical work.
Secondly, we will assess psychometric literature developing acculturation measures. As operationalizations of the construct within the empirical literature, validated scales usually focus on a concept in a generalized manner, rather than focusing on aspects only relevant to a specific `applied' investigation. Coding psychological acculturation measures separately might also aid future considerations of measure selection because we effectively build a database of scales that can be filtered by whether the scale includes measurements of affects, behaviors, cognitions, and desires (see \sidirectory).
Thirdly and finally, once we have considered the validated scales in particular, we will more generally assess the empirical literature that used measures of psychological acculturation. Capturing operationalizations within empirical studies, allows us to investigate the focus within the empirical literature more broadly and allows us to compare differences between fields and research subjects.
In short, the main aims of our empirical efforts can be summarized in four main research questions.
\begin{enumerate}[noitemsep,topsep=0pt,label=RQ \arabic*:,leftmargin=1.8cm]
\item How have psychological acculturation experiences been conceptualized within the past literature?
\begin{enumerate}[noitemsep,topsep=0pt,label=(RQ 1\alph*):,leftmargin=1.64cm]
\item What is the relative importance of each of the affect, behavior, cognition, desire aspects within past conceptualizations?
\item Which experience aspects are considered jointly in the conceptualization of psychological acculturation?
\item Which conceptualizations of psychological acculturation cannot be captured with the ABCD framework?
\end{enumerate}
\item What are the main differences in the conceptualizations of psychological acculturation experiences across the past theoretical, psychometric, and empirical literature?
\item How do conceptualizations of psychological acculturation differ in terms of affect, behavior, cognition, and desire aspects across different publication fields?
\item How is the cultural, individual, and situational context of psychological acculturation conceptualized and addressed in the past literature? [see \sicontext]
\end{enumerate}
To address these research questions we, specifically chose a \textit{systematic scoping review}. Such a review is \textit{systematic} because it uses ``systematic and explicit methods to identify, select, and critically appraise relevant research, and to collect and analyze data from the studies" \citep[PRISMA guidelines; ][p. 1]{Moher2009}. In practice, this meant that we developed literature search- and data extraction protocols for a structured, transparent, and reproducible review (for the systematic search protocol see \appref{app:AppendixSearchStrategy} and for our coding manual see \sicodingmanual; also see \citealp{Peters2015}). To analyze and summarize the data we then perform a \textit{scoping analysis} to ``map the key concepts underpinning a research area and the main sources and types of evidence available" \citep[][p.21]{Arksey2005}. In our case, this meant that we were able to address our broader research questions of how psychological acculturation has been conceptualized within different bodies of past literature and how useful the ABCD separation was in assessing and comparing conceptualizations.
It should also be noted that we consciously chose not to conduct a meta-analysis. We conduct this review exactly because we are worried about comparability across studies, a key requirement of meta-analyses \citep{Pogue1998}. In our case, we, arguably, do not have a clearly defined concept and exclusions to ensure a cohesive data set would be counterproductive to our efforts. Moreover, a meta-analysis is commonly understood as an analysis of analyses \citep{Glass1976}. However, since we are interested in a conceptualization (rather than a relationship, a scale metric, or population parameter) a quantitative summary in form of a meta-analysis is not well-suited to answer our research question. Also a meta-analysis of our own extracted data seems profitless because it would likely mirror a sample size weighted average.
In the following section, we will briefly discuss how we conducted the systematic scoping review and will sequentially analyze the role of experience aspects in the theoretical, psychometric, and empirical literature of psychological psychological acculturation. Please note that all protocols, materials, data, and software code is openly accessible as part of our OSF repository \citep[][]{Kreienkamp2021a}.
\section{Systematic scoping Review}
% import methods and results from R Markdown (in file: "Methods-and-Results.tex")
\input{Methods-and-Results}
\section{Discussion}
% Recap: Problem, Aim, Proposal
% Problem:
An enormous variety of aspects of our lives are affected by cultures, the psychological changes we experience when we get into continuous first-hand contact with new cultural patterns (i.e., psychological acculturation) are consequently equally plentiful and diverse.
% Aim:
In order to make sense of past theories and measures of psychological acculturation and to develop new theories and measures, it is thus necessary to build a conceptual framework that allows us to analyze, compare, and understand the individual aspects of psychological acculturation.
% Proposal:
In this paper, we have proposed that taking the fundamental aspects of the human experience (affect, behavior, cognition, and desire) offers a comprehensive and theory-based structure to the psychological acculturation concept (in both theory and application).
% Emergence from the literature:
Our investigation has utilized a variety of empirical sources and applications that offer support for the applicability of an experience framework in the acculturation field. Firstly, the ABCD experience framework brings together and expands on several key developments within the literature on psychological acculturation. By applying the affect, behavior, cognition, and desire structure across abstract and applied levels of conceptualization, we were able to highlight the complexity and embeddedness of the acculturation process while still offering novel structural nuance in the different phases of the contact with new cultural patterns.
% Literature Review:
% Scales, Empirical, Theories
And secondly, we also applied the experience-based framework in a systematic scoping review of past theoretical, psychometric, and empirical literature on psychological acculturation.
We found that the framework was able to capture a heterogeneous set of theoretical, psychometric, and empirical works. We were able to assess and bring together a broad set of theoretical works and were able to compare conceptualizations between publication fields and across different types of literature. We particularly found that theoretical conceptualizations of psychological acculturation tended to include more ABCD aspects than the psychometric and empirical works, and across all three types of literature, researchers have tended to focus on the more external behaviors and cognitions while the more internal affects and desires have remained understudied, especially in applied empirical works.
From our framework development and systematic scoping review, we thus offer several novel insights, which address past conceptual issues.
\begin{enumerate}
\item Our framework highlights that psychological acculturation is based on separate experiences of contact over time. This emphasizes the episodic nature of acculturation, where a majority of the psychological changes are driven by contact events. This focus on the contact episode allows us to conceptually distinguish experiences at different phases of the contact. We see this in the systematic scoping review, where an episodic and contact-focused condition-response-outcome separation was able to organize the past theoretical literature. Additionally, the framework was able to capture cross-sectional as well as longitudinal studies and was relevant to samples prior to and following the migration event (including, prospective migrants).
\item Because affect, behavior, cognition, and desire broadly capture the human experience \citep[e.g.,][]{Jhangiani2014}, the experience framework comprehensively captures the psychological aspects of acculturation. The framework, thus, offers a theory-driven structure of the concept and its applications while still providing space for the idiosyncratic complexities of the phenomenon. This meant that in our systematic scoping review application very few studies did not capture any experience aspect (e.g., length of residency, or migration status; also see \tblref{tab:ExclusionsCombined}) and we were arguably able to make meaningful comparisons across a wide variety of contexts and even fields. In short, the ABCD structure offers a common language that structures the heterogeneity within the literature. The broader structure can help us make sense of the differences between individual studies or competing results and, as a result, lets us talk about and address the most pressing issues within a given idiosyncratic context more transparently.
\item The experience aspects of psychological acculturation highlight a shared humanity across contexts. ABCD structures have been found across cultural contexts because they build on basic human faculties \citep[e.g.,][]{Bhawuk2011}. At the same time, however, the four experience aspects do not prescribe what exactly is being wanted, felt, thought, or done in any given context. The structure instead provides a language to discuss where experiences and psychological mechanisms might be shared or diverging for different contexts. In the scoping review, we were able to assess a wide range of affects, behaviors, cognitions, and desires in acculturation research from more than \nCultureCombs\, cultural contexts (see \sicontext).
\item We explain psychological acculturation as a complex phenomenon. Most theoretical works we collected as part of the systematic scoping review conceptualize psychological acculturation as a composite phenomenon that includes multiple aspects of the human experience (affect, behavior, cognition, and desire). This stands in stark contrast to singular research traditions and many empirical operationalizations that have intentionally or unintentionally focused on a single aspect of the psychological acculturation experience \citep[also see][]{Ward2001}.
\end{enumerate}
\subsection{New Research Directions}
From both the development of the experience framework of psychological acculturation and its application in the systematic scoping review, we can thus formulate a number of lessons learned that can help guide future work in the field (also see \tblref{tab:SummaryTbl}). We believe that these have a number of broader implications for researchers and practitioners.
For advancing future research projects, the systematic scoping review and the conceptual framework can offer future perspectives for (1) the clarity of conceptualizations, (2) the focus of study or intervention, (3) future empirical tests, and (4) new theoretical predictions.
% Transfer-ability and comparability:
% - Additionally, we observed a number of transparency and clarity issues during our systematic scoping review: focus of aspect, operationalization (e.g., items or clear descriptions)
% - Lastly, potential data issues: broad category of migrants considered (e.g., Asian, Spanish-speaking), use of ad-hoc and non-validated scales, focus on clinical outcomes with non-clinical samples.
\paragraph{On transfer-ability and comparability.} Our systematic scoping review highlighted a number of transparency- and transferability issues within the field. In some works, the conceptualization and operationalizations of acculturation remained vague and unexplained (for more information on this issue see \sicontext). Future research should clearly define which experience aspect is focused on and why a particular aspect is (ir)relevant to a specific project. Also more broadly, future research should assess the impact and transfer-ability of sample and measurement decisions, such as recruiting broad categories of migrants (e.g., "Asian", "Spanish-speaking"), the use of ad-hoc and non-validated scales, or the focus on clinical outcomes with non-clinical samples --- all of which were common within the empirical literature.
% Empirical studies:
% - re-iterate the importance of process focus (disconnect theory and empirical)
% - test theories in complexity (disconnect theory and empirical)
% - empirical studies need to investigate affect and desire are needed (highlighted in theories and focus group)
\paragraph{On testing current theories.} We find that theoretical works commonly focus on acculturation as a process that includes multiple experience aspects, while empirical works were considerably more static and narrow in their conceptualization. This gap means that many theoretical models remain empirically untested and many empirical tests are not accurately embedded within theories. Future research should, thus, consider more longitudinal and multi-faceted conceptualizations of acculturation to meaningfully test theoretical models and -predictions in their entirety.
The same static reductionist practices hold true for the conceptualization of culture more broadly. While many theoretical conceptualizations of cultural patterns have pointed to the rich idiosyncrasies of cultural realities, more applied models and empirical studies often fail to capture the multifaceted, interactive, and fluid nature of the cultural patterns migrants (re-)create. Future studies should have a more transparent communication of the cultural patterns involved and more research is needed for contexts where new cultural patterns emerge or several cultural patterns come into conflict.
A similar gap exists in the focus on specific aspects, where affect and desire conceptualizations are highlighted in theoretical works as well as more bottom-up qualitative studies but remain relatively absent in empirical quantitative works. Future empirical studies will thus need to investigate the mechanisms and roles of affective and motivational acculturation.
% Relationships:
% - need to investigate the relationships between different experience aspects.
% - need to investigate the relationships of experience aspects with other concepts.
\paragraph{On novel theoretical predictions.} Finally, our framework also opens up the possibility to investigate relationships between individual experience aspects of acculturation and relationships of these aspects with other concepts. Future research could, for example, assess whether a certain aspect precedes another or how one aspect might feed back into another. There are plenty (social) psychological theories that speak to the organization of human experiences and offer meaningful predictions of causal pathways for functional elements. For example, when focusing on acculturation behaviors one prediction model might argue that in response to a given interaction situation, cognitions regulate affect and desire to produce adaptive behaviors (cf., cognitive self-regulation theories; \citealp{Panadero2017}; for illustration see \fgrref[A]{fig:NovelModels}). However, a conflicting model might propose that motivations organize cognition and affect, which in turn drive behavior (cf., theory of reasoned goal pursuit; \citealp{Ajzen2019}; also see \fgrref[B]{fig:NovelModels}). It is thus up to future studies to determine which experience aspect causally drives acculturation behaviors. And similar endeavors could help explain emotional, motivational, or cognitive acculturation outcomes. Similarly, the subdivision into experience aspects also allows for more nuanced investigations of these acculturation aspects to other concepts (e.g., does behavioral acculturation have the same impact on health as emotional acculturation?).
Additionally, because the experience aspects also relate to the structural and embodied aspects of cultural patterns, the aspect separation also allows us to consider contextual affordances. As an example, in most resettlement contexts behavioral acculturation experiences are often much more directly regulated and restricted than motivational, affective, or cognitive acculturation experiences. Laws, policies, and societal interventions that surround occupational or political participation are, for example, often more common than interventions on values, virtues, or emotions \citep[][]{shafir2013}. Within concrete resettlement contexts, considering the four aspects can, thus, for example, help understand differential influences of power inequality and acculturation hurdles \citep[][]{Bhatia2001, Khawaja2019}.
% Extended Model as theoretical integration
More broadly, the framework also integrates many of the prominent models and theories within the acculturation literature (see \fgrref{fig:ModelContext}). The individual responses in affects, behaviors, cognitions, and desires give space to the fluid and interconnected nature of cultural patterns by capturing the connection between different patterns of shared, embodied, and internal affects, behaviors, cognitions, and desires. As such the framework is consistent with the generalized frameworks \citep[e.g.,][]{Berry2005, Cross1991} and ecological process models within the field \citep[e.g.,][]{Ward2016, Serdarevic2005, Mistry2010}. And by differentiating expected ABCDs prior to contact (i.e., acculturation conditions) from experiences ABCDs during contact (i.e., acculturation response) and after the contact (acculturation outcome) the different temporal stages of an episodic contact experience extend and streamline traditional orientation-outcome models \citep[e.g.,][]{Arends-Toth2006a, TeLindert2008a}. In such a process approach cultural conflict models can additionally address conditions of change \citep[e.g.,][]{Robinson2019} and stress adaptation models can further discern conditions of stress \citep[e.g.,][]{Kim1988, Hajro2019, Sam2006b} between the experience steps. In its structure and approach the framework is also consistent with liminality- \citep[e.g.,][]{Loon2021, Baird2015}, and structuralist approaches \citep[e.g.,][]{Kemppainen2020}.
In its application, the framework might then address the difficulty of quantitative integration --- for example, through meta-analytic reviews. The ABCD experience framework offers both a filter- as well as a moderator solution for new quantitative integration efforts. For specific relationships (e.g., between psychological acculturation and health-seeking behaviors) quantitative reviewers may choose to only select a specific set of experience aspects (e.g., only behavioral acculturation), and if multiple aspects are considered the ABCD structure offers a meaningful moderator variable.
It is important to note again that distinguishing the four aspects should not reduce the complexity of human experiences. While researchers and lay people are generally able to identify affect, behaviors, cognitions, and desires as distinct aspects of psychological acculturation, it remains important to consider that they often co-occur in psychological concepts and experiences.
\subsection{Practical Implications}
Our framework also offers guidance to practitioners, policymakers, and acculturating individuals.
%% Use of the framework:
\paragraph{Facilitating intervention focus.} The framework might be of interest to practitioners and policy-makers because it is theory-based and brings together a wide range of past literature. The structured approach might be useful in making clear and informed decisions while still considering the concept in its personal complexity. When considering psychological acculturation practitioners can choose to assess or address emotions and moods (affective acculturation), behaviors and mannerisms (behavioral acculturation), thoughts and cognitions (cognitive acculturation), or needs and desires (motivational acculturation). Whichever selection is made for an application, the framework offers a concise decision-making tool and the review suggests that most theories of acculturation call for a large number of aspects.
\paragraph{Giving agency to the target group.} The experience conceptualization of psychological acculturation is inherently a bottom-up approach to the topic. Taking migration experiences as the starting point highlights the considerations for the lived realities of the researched individuals and communities. Scholars in the traditions of critical research methods have long highlighted the importance of including the participants in the research conceptualization process \citep[e.g.,][]{Kovach2009}. If one uses the experiences of the researched individuals to guide the study or intervention design, one inevitably emphasizes the agency and needs of the community --- lending relevance and ownership of knowledge to the community \citep[e.g., ][]{Schmidt2021}. Using the individual experience as our conceptual foundation reminds us that in clinical and social protection contexts the recipients are human beings with complex experiences. In its application, the four experience aspects thus offer a structure for building humane interventions as well as monitoring and evaluation efforts of such interventions.
\paragraph{Comprehensive considerations.} Our framework itself as well as the systematic scoping review of the theoretical literature suggest that psychological acculturation is best captured with all four experience aspects of acculturation (i.e., wanting, feeling, thinking, and doing). Efforts that aim to monitor, or address maladaptive acculturation should thus consider the entire broad acculturation experience. Resettlement organizations aiding new migrants may, for example, want to monitor cognitive and behavioral acculturation (e.g, cultural knowledge, or contact behaviors) but should equally consider motivational or emotional acculturation (e.g., unfulfilled competence needs, or feelings of loneliness).
\input{Tables/SummarySuggestionsTbl}
\begin{figure}[ht!]
\centering
\caption{Novel Prediction Models with Behavioral Focus based on the Acculturation Experience Framework. Two examples of (A) a cognitive regulation model and (B) a fundamental needs model.}
\includegraphics[width=0.9\textwidth]{Figures/NovelPredictionsBehaviorTime.pdf}
\label{fig:NovelModels}
\end{figure}
\subsection{Constraints on Generality, Positionality, and Citations}
As with any large-scale conceptual undertaking, the framework and this review study are not without limitations. Notably, the framework exclusively focuses on the psychological acculturation process. This has been the explicit focus of our efforts but this also means that non-psychological aspects such as biological, cultural, or societal changes are not captured directly but only to the extent to which they impact the experiences of the involved people. Future work might want to integrate these different levels of group and individual, body and mind \citep[e.g.,][]{Eronen2021}.
Another point that we have thus far mostly disregarded is the role of the migration context. While we have argued that the framework structure (i.e., the four experience aspects) is relevant across contexts, the lived experiences are often fundamentally influenced by their context and environment. Three major contextual factors often found within the literature are the cultural patterns, the contact situation or life domain, and the interacting individuals. As we already alluded to during the framework development, all of these contextual elements will likely have a profound impact on the experience of affects, behaviors, cognitions, and desires. Cultural patterns, such as laws or norms, individual differences, such as personality or age, but also situational differences in how public or private the acculturation experience is are all likely intermingled with the individual experience aspects. This means that especially within more applied research projects such contextual considerations will be meaningful predictors of individual and group differences (for a first discussion of these contextual factors within our systematic scoping review, see \sicontext).
Beyond the more methodological constraints, we would also like to briefly address the generality of the samples included in the systematic scoping review. We included \nMeth \, studies in the psychometric literature, and \nEmp \, studies from the broader empirical literature. While the studies jointly included \nCultureHost \, host societies, and \nCultureOrigin \, societies of origin (with a total of \nCultureCombs \, unique combinations), for both bodies of literature an overwhelming amount of studies were conducted in `western' countries --- Western Europe (e.g., The Netherlands, United Kingdom, Germany, Italy, Spain), Australasia (Australia, New Zealand), Russia, and Israel. As an example, 126 scales were validated for a U.S. American resettlement context, and 324 of the included empirical studies focused on migrants arriving in North America (i.e., U.S. and Canada). When it came to the migrants' country of origin, a majority of studies were indifferent to migrants' background and simply recruited any consenting migrant ($N_{psychometric}=$ 53, $N_{empirical}=$ 108), or recruited broad category of migrants (e.g., LatinX or Hispanic: $N_{psychometric}=$ 22, $N_{empirical}=$ 67; Asian: $N_{psychometric}=$ 10, $N_{empirical}=$ 26). Among the studies, that recruited participants from specific cultural backgrounds, Mexican, Chinese, and South Korean migrants were recruited most frequently. To address the lack of research on migration to non-western countries, we additionally searched for and included qualitative studies and grounded theories, which unfortunately are often the only works to engage with understudied communities. However, even with these inclusions and additional search strategies, the field remains Western-centric. While we sought to build a conceptual structure that focuses on shared basic capacities, the framework did emerge from the literature and the included studies remain a constraint of the scoping review.
Next to the more formal limitations of scope and methodology, we would like to situate our framework, its application, and its limitations more broadly. For such a reflection, it is essential to expand on how our own beliefs, judgments, and practices have shaped the development of the framework and its application. In the most practical sense, the extensive, multiyear efforts of this project grew out of a research-NGO collaboration and an academic frustration. The conceptual question of what we mean by `acculturation' and how we should assess it was initially raised during this local collaboration with a refugee resettlement organization. However, trying to make sense of the heterogeneous acculturation conceptualizations within the academic literature to develop more sustainable metrics for practitioners, initially highlighted that we miss an overarching manner in which we make sense of the concept. Additionally, by engaging with stakeholders, we gained a deeper understanding of the experiences and perspectives on psychological acculturation, and the participatory approach facilitated the co-creation of knowledge, where we were able to exchange ideas, identify knowledge gaps, and co-develop approaches that could inform future work in the field \citep[for a full reflection on the participatory action aspect see][]{kreienkamp2023a}.
Our own approach to this review and the framework was certainly guided by our own backgrounds and past experiences. The main author has been working with forced migrants for over 10 years in three countries around the world --- in refugee resettlement programs under the UNHCR, as a volunteer, language teacher, and integration coach with several smaller and larger migration organizations. Additionally, three of the five authors were first-generation migrants at the time of the writing of this article. Our own, decidedly applied experiences with the importance and diversity of psychological acculturation, have assuredly influenced our research process. Most notable are our choices to take a phenomenological perspective and our focus on the migrant minority perspective in understanding the psychological mechanisms of acculturation. Taking a bottom-up and migrant-centered focus was fundamental to our approach.
Similarly, all five authors have contributed a unique view to this project in terms of their academic background. The author team consists of two social psychologists but also includes a clinical-developmental, and an organizational psychologist, as well as a methodologist and statistician. The team not only exemplifies the diversity of fields that are affected by questions of acculturation but also brought about the basic structure of the framework we suggest. Making sense of the qualitative responses and the past conceptual literature, the ABCD division of the human experience is arguably a multidisciplinary structure that coherently conformed to the bodies of literature we were familiar with prior to the systematic scoping review.
On a more abstract level, we would like to address some of the ontological and epistemological influences that have shaped our approach. Our research question and conceptual framework are fundamentally motivated by our structuralist ontology. Here we follow the stance that others like \citet[][]{Berry2009a} have taken, where we argue that affect, behavior, cognition, and desire are basic human capacities. Importantly, in our view, this does not imply cultural determinism or deny cultural and individual diversity. While we argue that everyone has the capacity for emotions, we do not argue that this determines which emotions an individual will feel at any given moment. By extension, the same holds true for affective acculturation, where we argue for its structural existence but not a culturally universal content. Similarly, the way in which we sought to validate our framework is arguably the result of our own empiricist epistemological background. In particular, we chose to systematically collect past academic literature and extracted conceptual aspects to apply the framework. Thus, while we have included some qualitative review elements, our efforts were mainly deductive and had a hypothesis-testing rather than hypothesis-generating quality in their application.
Finally, we would like to speak to the diversity of the scholars we cite and who form the body of the literature we worked with. To assess the broadest level of structural bias within the work we cite, we used a `cleanBib` pipeline developed by \citet{zhou2022}. The Python program allowed us to analyze the first/last author pairs in our bibliography entries. The program relies on probabilistic gender (woman vs. man) and ethnicity assignments (White vs. person of color [POC]) based on the authors' names. The predictive validity of both the underlying Gender API \citep[][]{sebo2021} and the name ethnicity predictor has been well-established \citep[][]{ambekar2009, sood2018}. For both measurements, we excluded self-citations of the first and last authors of this current paper. For the works cited within this manuscript, we found scholars were 22.88\% woman(first)/woman(last), 15.29\% man/woman, 15.44\% woman/man, and 46.38\% man/man. Additionally, our references contain 17.29\% POC(first)/POC(last), 14.40\% White/POC, 15.75\% POC/White, and 52.57\% White/White. Compared to the full set of works that were included in the scoping review, our references match the patterns of the theoretical literature.
Interestingly, when we compared the distributions across the three bodies of theoretical, psychometric, and broader empirical literature, we saw that women and people of color were less frequently authors of theoretical literature but were substantially better represented within the psychometric and the empirical literature (e.g., empirical gender: 40.18\% woman/woman and 25.68\% man/man; ethnicity: 23.72\% POC/POC and 34.88\% White/White). This might be due to the larger sample sizes or represent a broader inequality within the field. Beyond the limitations of the method we employed here\footnote{Gender prediction via this method may be limited to the names, pronouns, and social media profiles, which have been used to build the data set. Additionally, the method is unable to account for intersex, non-binary, or transgender individuals. Similarly, the method's predictive accuracy for race and ethnicity may be restricted by the use of names and how well they are represented in the Florida Voter Data. The approach may not account for Indigenous and mixed-race authors or individuals facing ambiguous racial or ethnic identification. Differential biases may also arise due to such ambiguity.}, it should also be noted that privilege and discrimination are layered, multidimensional, and often intersectional. Important additional markers of such inequalities include access to funding, the journal tier, and the research institution, all of which are readily available for most published works \citep[e.g., ][]{Schmidt2021}. Future research should seek to assess and address the multidimensional and intersectional inequalities within the field more rigorously.
\subsection{Conclusions}
By building on recent developments within the field, we suggest a conceptual framework of psychological acculturation, utilizing the affect-behavior-cognition-desire aspects of human experiences. We showcase the structuring and comparative utility by applying the framework in a systematic scoping review of the past theoretical, psychometric, and empirical literature. We find that the framework is able to comprehensively structure past works (e.g., few articles did not fit the ABCD conceptualization), identify gaps within the literature (e.g., a crucial disconnect between theory and empirical practice), and is able to assist in future theoretical and applied conceptualizations (e.g., novel predictions and interventions). As such, the framework provides a robust starting point and a useful tool for both researchers and practitioners.
%\newpage
\printbibliography
\appendix
\section{Search Strategy}
\label{app:AppendixSearchStrategy}
To assess the past empirical and theoretical literature on psychological acculturation, we performed a systematic literature review. We first read seminal and review works within the field \citep[including,][]{Ward2019, Berry1997b, Berry2003, Szapocznik1978, Sam2006a, Rudmin2003a}. Based on our reading of the literature, we designed a comprehensive literature search strategy in an iterative fashion.
For the empirical work on acculturation, we performed a literature search on March 4\textsuperscript{th}, 2020 and February 14\textsuperscript{th}, 2021, within the ``APA PsycINFO'' bibliographic databases using the EBSCO\textit{host} provider. The databases also included the PsycARTICLES, PsycBOOKS, and PsycCRITIQUES databases as well ProQuest Dissertations with psychological relevance. The second literature search included alternate terms used less frequently to describe what we mean with psychological acculturation, including "transculturation" and "cultural transition". Additionally, the second search removed limiter terms that could have exclude interdisciplinary investigations and focused on human participants.
For the theoretical literature performed an additional, more specific, search of the same databases as well as the Web of Science Core Collection using the Clarivate Analytics provider on March 3\textsuperscript{rd}, 2021.
In designing our search strategy we used an adapted version of the `SPIDER' research tool \citep[e.g.,][]{Cooke2012}. We utilized the \textit{Evaluation} element mainly to exclude articles that were not relevant to the search. The exact search terms used are listed in \tblref{tab:SearchStrategiesTab} below.
\input{Tables/SearchStrategy}
\begin{figure}
\centering
\caption{PRISMA Diagrams for the Theoretical, Psychometric, and Empirical Literature.}
\makebox[\textwidth]{\includegraphics[width=\paperwidth, trim={0 0 0 1.5cm}]{Figures/PrismaCombined-1}}
\label{fig:PrismaCombined}
\end{figure}
\end{document}
%%
%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in the file:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% Users may freely modify these files without permission, as long as the
%% copyright line and this statement are maintained intact.
%%
%% This work is not endorsed by, affiliated with, or probably even known
%% by, the American Psychological Association.
%%
%% This work is "maintained" (as per LPPL maintenance status) by
%% Daniel A. Weiss.
%%
%% This work consists of the file apa7.dtx
%% and the derived files apa7.ins,
%% apa7.cls,
%% apa7.pdf,
%% README,
%% APA7american.txt,
%% APA7british.txt,
%% APA7dutch.txt,
%% APA7english.txt,
%% APA7german.txt,
%% APA7ngerman.txt,
%% APA7greek.txt,
%% APA7czech.txt,
%% APA7turkish.txt,
%% APA7endfloat.cfg,
%% Figure1.pdf,
%% shortsample.tex,
%% longsample.tex, and
%% bibliography.bib.
%%
%%
%% End of file `./samples/longsample.tex'.