-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
2894 lines (2426 loc) · 262 KB
/
references.bib
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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{knuth84,
author = {Knuth, Donald E.},
title = {Literate Programming},
year = {1984},
issue_date = {May 1984},
publisher = {Oxford University Press, Inc.},
address = {USA},
volume = {27},
number = {2},
issn = {0010-4620},
url = {https://doi.org/10.1093/comjnl/27.2.97},
doi = {10.1093/comjnl/27.2.97},
journal = {Comput. J.},
month = may,
pages = {97–111},
numpages = {15}
}
@book{livigniHistoireSociologieSciences2021,
title = {{Histoire et sociologie des sciences de la complexit\'e}},
author = {Li Vigni, Fabrizio},
year = {2021},
series = {{Mod\'elisations, simulations, syst\`emes complexes}},
publisher = {{Editions Mat\'eriologiques}},
address = {{PARIS}},
abstract = {Depuis leur apparition dans les ann\'ees1970 et1980 en Europe et aux \'Etats-Unis, les sciences de la complexit\'e ont suscit\'e un remarquable engouement \`a la fois scientifique, m\'ediatique et culturel. Certains des concepts qu'elles ont contribu\'e \`a rendre c\'el\`ebres, comme ceux de chaos, d'\'emergence ou de r\'eseau, sont utilis\'es dans plusieurs champs du savoir \textendash{} de la physique \`a l'informatique, des sciences cognitives aux sciences du climat. Les livres de vulgarisation \`a leur propos sont tr\`es nombreux et certains sont devenus des best-sellers. Pourtant, il existe peu de travaux en sciences humaines et sociales sur ce domaine \`a la fois tr\`es connu et peu compris. \`A partir d'analyses historiques, sociologiques et \'epist\'emologiques, cet ouvrage se propose de combler quelques lacunes. Le premier chapitre montre qu'il n'y a pas qu'une th\'eorie de la complexit\'e mais une pluralit\'e d'approches se revendiquant du m\^eme concept dont il est n\'eanmoins possible de d\'eterminer les contours. Le deuxi\`eme et troisi\`eme chapitres sont consacr\'es aux origines des sciences de la complexit\'e aux \'Etats-Unis et en France. Le quatri\`eme chapitre propose d'introduire le concept de plateforme scientifique de fa\c{c}on \`a saisir la sp\'ecificit\'e de ce domaine paradoxal: en effet, si ses fronti\`eres semblent ind\'efinies et souples, leur d\'enomination leur conf\`ere tout de m\^eme une identit\'e reconnue et claire. Enfin, poussant l'analyse un peu plus loin, le dernier chapitre d\'ecrit les pratiques \'epist\'emologiques et les visions ontologiques des praticiens de la complexit\'e, cela \`a partir de leurs propres points de vue. En raison de leur poids croissant dans le monde de la recherche et au-del\`a, il y a fort \`a parier que les sciences de la complexit\'e susciteront de plus en plus l'attention des sciences humaines et sociales \textendash{} ce \`a quoi ce livre invite},
isbn = {978-2-37361-334-6},
langid = {fre}
}
@book{meadowsThinkingSystemsPrimer2008,
title = {Thinking in Systems: A Primer},
shorttitle = {Thinking in Systems},
author = {Meadows, Donella H. and Wright, Diana},
year = {2008},
publisher = {{Chelsea Green Pub}},
address = {{White River Junction, Vt}},
isbn = {978-1-60358-055-7},
lccn = {QA402 .M425 2008},
keywords = {Critical thinking,Decision making,Economic aspects Simulation methods,Economic development,Environmental aspects Simulation methods,Environmental education,Pollution,Population,Simulation methods,Social sciences,Sustainable development,System analysis},
annotation = {OCLC: 225871309}
}
@incollection{richardsonComplexDynamicalSystems2014,
title = {Complex Dynamical Systems in Social and Personality Psychology: {{Theory}}, Modeling and Analysis},
shorttitle = {Complex Dynamical Systems in Social and Personality Psychology},
booktitle = {Handbook of {{Research Methods}} in {{Social}} and {{Personality Psychology}}},
author = {Richardson, Michael and Dale, Rick and Marsh, Kerry},
year = {2014},
month = feb,
pages = {251--280},
isbn = {978-1-107-60075-1},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\35EWD64T\\Richardson et al. - 2014 - Complex dynamical systems in social and personalit.pdf}
}
@misc{friedStudyingMentalHealth2022,
title = {Studying Mental Health Problems as Systems, Not Syndromes},
author = {Fried, Eiko I.},
year = {2022},
month = jun,
publisher = {{PsyArXiv}},
doi = {10.31234/osf.io/k4mhv},
abstract = {Over the last decades, many specialists have worked tirelessly to improve the lives of people affected by mental health problems. Mental health has also received increased political and funding priority. Despite these global efforts, progress in understanding, predicting, and treating mental disorders remains disappointing. In this piece, I discuss two barriers for progress, and ways forward. The first barrier is mistaking mental disorders\textemdash complex, dynamic, biopsychosocial processes unfolding within people over time\textemdash for the diagnoses by which they are classified: clinically useful idealizations to facilitate treatment selection, planning, prognosis, and communication. The second barrier is reductionism, the isolated study of individual elements of mental disorders. Conceptualizing mental health problems as complex systems with inter-dependent hierarchies of biological, psychological, and social elements provides us with new lenses through which we can study mental illness. Similar to other fields like biology and ecology, a systems view also offers new levers, such as the identification of novel treatment targets or more optimal interventions. Embracing the complexity of mental disorders successfully will require opening our ivory towers to theories and methods from other fields with rich traditions, including network and systems sciences.},
langid = {american},
keywords = {Clinical Psychology,complex systems,complexity,mental disorders,mental health,Psychiatry,Social and Behavioral Sciences},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\CE4R2PYT\\Fried - 2021 - Studying mental health problems as systems, not sy.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\S7DLCAF7\\2021-09 Systems not Syndromes keynote.pptx;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\DF6BL9RZ\\1532397214219345920.html}
}
@misc{boehnertVisualRepresentationComplexity2018,
title = {The {{Visual Representation}} of {{Complexity}}: {{Sixteen}} Key Characteristics of Complex Systems},
shorttitle = {The {{Visual Representation}} of {{Complexity}}},
author = {Boehnert, Joanna},
year = {2018},
month = oct,
journal = {RSD Symposium},
abstract = {OCTOBER 2018},
langid = {canadian},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\94UY4WWT\\Poster-07-Joanna-Boehnert.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\D3VRB6VG\\6-Boehnert.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\X4TBG66Y\\the-visual-representation-of-complexity-sixteen-key-characteristics-of-complex-systems.html}
}
@article{Nelson2017,
title = {Moving {{From Static}} to {{Dynamic Models}} of the {{Onset}} of {{Mental Disorder}}},
author = {Nelson, Barnaby and McGorry, Patrick D. and Wichers, Marieke and Wigman, Johanna T. W. and Hartmann, Jessica A.},
year = {2017},
journal = {JAMA Psychiatry},
volume = {3052},
pages = {1--7},
issn = {2168-622X},
doi = {10.1001/jamapsychiatry.2017.0001},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\U9IB74WQ\\Nelson et al. - 2017 - Moving From Static to Dynamic Models of the Onset of Mental Disorder(2).pdf}
}
@article{tanOddDynamicsLiving2022,
title = {Odd Dynamics of Living Chiral Crystals},
author = {Tan, Tzer Han and Mietke, Alexander and Li, Junang and Chen, Yuchao and Higinbotham, Hugh and Foster, Peter J. and Gokhale, Shreyas and Dunkel, J{\"o}rn and Fakhri, Nikta},
year = {2022},
month = jul,
journal = {Nature},
volume = {607},
number = {7918},
pages = {287--293},
publisher = {{Nature Publishing Group}},
issn = {1476-4687},
doi = {10.1038/s41586-022-04889-6},
abstract = {Active crystals are highly ordered structures that emerge from the self-organization of motile objects, and have been widely studied in synthetic1,2 and bacterial3,4 active matter. Whether persistent~ crystalline order~can emerge~ in groups of autonomously developing multicellular organisms is currently unknown. Here we show that swimming starfish embryos spontaneously assemble into chiral crystals that span thousands of spinning organisms and persist for tens of hours. Combining experiments, theory and simulations, we demonstrate that the formation, dynamics and dissolution of these living crystals are controlled by the hydrodynamic properties and the natural development of embryos. Remarkably, living chiral crystals exhibit self-sustained chiral oscillations as well as various unconventional deformation response behaviours recently predicted for odd elastic materials5,6. Our results provide direct experimental evidence for how non-reciprocal interactions between autonomous multicellular components may facilitate non-equilibrium phases of chiral active matter.},
copyright = {2022 The Author(s), under exclusive licence to Springer Nature Limited},
langid = {english},
keywords = {Biological physics,Statistical physics,thermodynamics and nonlinear dynamics},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\RRPBANHG\\Tan et al. - 2022 - Odd dynamics of living chiral crystals.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\B8M6BNDX\\41586_2022_4889_MOESM8_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\E3JZLCFC\\41586_2022_4889_MOESM9_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\HU3LWH5S\\41586_2022_4889_MOESM5_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\KR9BB2FV\\41586_2022_4889_MOESM7_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\NKE68WXR\\41586_2022_4889_MOESM6_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\QQCFH84L\\41586_2022_4889_MOESM3_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\QYQ7UKU3\\41586_2022_4889_MOESM11_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\SVU9PXKM\\41586_2022_4889_MOESM4_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\UFJKGPXN\\41586_2022_4889_MOESM2_ESM.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\VR93RT7Y\\s41586-022-04889-6.html;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\WQ3HWGKG\\41586_2022_4889_MOESM10_ESM.html}
}
@article{friedSystemsAllWay2020,
title = {Systems All the Way down: Embracing Complexity in Mental Health Research},
shorttitle = {Systems All the Way Down},
author = {Fried, Eiko I. and Robinaugh, Donald J.},
year = {2020},
month = dec,
journal = {BMC Medicine},
volume = {18},
number = {1},
issn = {1741-7015},
doi = {10.1186/s12916-020-01668-w},
abstract = {In this editorial for the collection on complexity in mental health research, we introduce and summarize the inaugural contributions to this collection: a series of theoretical, methodological, and empirical papers that aim to chart a path forward for investigating mental health in all its complexity. A central theme emerges from these contributions: if we are to make genuine progress in explaining, predicting, and treating mental illness, we must study the systems from which psychopathology emerges. As the articles in this collection make clear, the systems that give rise to psychopathology encompass a host of components across biological, psychological, and social levels of analysis, intertwined in a web of complex interactions. The task of advancing our understanding of these systems will be a challenging one. Yet, this challenge presents a unique opportunity. From physics to ecology, there is a rapidly evolving body of interdisciplinary research dedicated to investigating complex systems. This work provides clear guidance for psychiatric research, opportunities for collaboration, and a set of tools and concepts from which we can draw in our efforts to understand mental health, helping us move toward our ultimate aim of improving the prevention and treatment of psychopathology.},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\XQG6L6VA\\Fried et Robinaugh - 2020 - Systems all the way down embracing complexity in .pdf}
}
@article{pincusNonlinearDynamicsBiopsychosocial2010,
title = {Nonlinear {{Dynamics}} in {{Biopsychosocial Resilience}}},
author = {Pincus, David and Metten, Annette},
year = {2010},
journal = {Nonlinear dynamics, psychology, and life sciences},
volume = {4},
number = {14},
pages = {353--80},
abstract = {heory and methodology from nonlinear dynamical systems (NDS) may provide considerable advantage to health scientists as well as health care professionals. For instance, NDS methodologies and topics in health care share a focus upon the potentially complex interactions of biological, psychological and social factors over time. Nevertheless, a number of challenges remain in creating the necessary bridges in understanding to allow researchers to apply NDS techniques and to enable practitioners to use the resulting evidence to improve patient care. This article aims to provide such a bridge. First, common concepts pertaining to self-organizing complex adaptive systems are outlined as a general approach to understanding resilience across biological, psychological, and social scales. Next, four data analytic techniques from NDS are compared and contrasted with respect to the information they may provide about some common processes underlying resilience. These techniques are: time-series analysis, state-space grids, catastrophe modeling, and network modeling. Implications for health scientists and practitioners are discussed.},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\3M59LP2V\\Pincus - 2010 - Nonlinear Dynamics in Biopsychosocial Resilience Complexity Science in Psychotherapy View project Complex Systems Models.pdf}
}
@article{vandermaasDynamicalModelGeneral2006,
title = {A Dynamical Model of General Intelligence: {{The}} Positive Manifold of Intelligence by Mutualism},
shorttitle = {A Dynamical Model of General Intelligence},
author = {Van Der Maas, Han L. J. and Dolan, Conor V. and Grasman, Raoul P. P. P. and Wicherts, Jelte M. and Huizenga, Hilde M. and Raijmakers, Maartje E. J.},
year = {2006},
month = oct,
journal = {Psychological Review},
volume = {113},
number = {4},
pages = {842--861},
publisher = {{American Psychological Association}},
issn = {0033-295X},
doi = {10.1037/0033-295X.113.4.842},
abstract = {Scores on cognitive tasks used in intelligence tests correlate positively with each other, that is, they display a positive manifold of correlations. The positive manifold is often explained by positing a dominant latent variable, the g factor, associated with a single quantitative cognitive or biological process or capacity. In this article, a new explanation of the positive manifold based on a dynamical model is proposed, in which reciprocal causation or mutualism plays a central role. It is shown that the positive manifold emerges purely by positive beneficial interactions between cognitive processes during development. A single underlying g factor plays no role in the model. The model offers explanations of important findings in intelligence research, such as the hierarchical factor structure of intelligence, the low predictability of intelligence from early childhood performance, the integration/differentiation effect, the increase in heritability of g, and the Jensen effect, and is consistent with current explanations of the Flynn effect. (PsycINFO Database Record (c) 2016 APA, all rights reserved)},
keywords = {Cognitive Processes,dynamical systems,Factor Structure,g factor,Humans,intelligence,Intelligence,Models,Models; Psychological,mutualism,Psychology,reciprocal causation},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\ZUYDIZFG\\Van Der Maas et al. - 2006 - A dynamical model of general intelligence The pos.pdf}
}
@article{borsboomPsychometricPerspectivesDiagnostic2008,
title = {Psychometric Perspectives on Diagnostic Systems},
author = {Borsboom, Denny},
year = {2008},
month = sep,
journal = {Journal of Clinical Psychology},
volume = {64},
number = {9},
pages = {1089--1108},
issn = {00219762, 10974679},
doi = {10.1002/jclp.20503},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\NFXI9JWK\\Borsboom - 2008 - Psychometric perspectives on diagnostic systems.pdf}
}
@article{lunanskyBouncingBackLife2022,
title = {Bouncing Back from Life's Perturbations: {{Formalizing}} Psychological Resilience from a Complex Systems Perspective},
shorttitle = {Bouncing Back from Life's Perturbations},
author = {Lunansky, Gabriela and van Borkulo, Claudia D. and Blanken, Tessa and Cramer, Ang{\'e}lique and Borsboom, Denny},
year = {2022},
month = feb,
publisher = {{PsyArXiv}},
doi = {10.31234/osf.io/ftx4j},
abstract = {Resilience refers to the ability to return to normal psychological functioning despite facing adversity. It remains an open question how to anticipate and study resilience, due to its dynamic and multifactorial nature. This paper presents a novel formalized simulation framework for studying resilience from a complex systems perspective. From this view, resilience is a property of a system that arises if a system is located in a stable and healthy state despite facing adversity. We use the network theory of psychopathology, which states that mental disorders are self-sustaining endpoints of direct symptom-symptom interactions organized in a network system. The internal structure of the network determines the most likely trajectory of symptom development. We introduce the resilience quadrant, which organizes the state of symptom networks on two domains: 1) healthy versus disordered, and 2) stable versus unstable. The quadrant captures different behaviors along those dimensions: resilient trajectories in the face of adversity, as well as persistent symptoms despite treatment interventions. Subsequently, we introduce a systematic methodology, using simulated perturbations, to determine where in the resilience quadrant an observed network is currently located. As such, we present a novel outlook on resilience by combining existing statistical symptom network models with simulation techniques.},
langid = {american},
keywords = {complex systems,network analysis,Quantitative Methods,resilience,simulation modeling,Social and Behavioral Sciences},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\IGBCQZZF\\Lunansky et al. - 2022 - Bouncing back from life’s perturbations Formalizi.pdf}
}
@article{andersonMoreDifferentBroken1972,
title = {More {{Is Different}}: {{Broken}} Symmetry and the Nature of the Hierarchical Structure of Science.},
shorttitle = {More {{Is Different}}},
author = {Anderson, P. W.},
year = {1972},
month = aug,
journal = {Science},
volume = {177},
number = {4047},
pages = {393--396},
issn = {0036-8075, 1095-9203},
doi = {10.1126/science.177.4047.393},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\TWAMDML6\\Anderson - 1972 - More Is Different Broken symmetry and the nature .pdf}
}
@article{friedWhatArePsychological2017,
title = {What Are Psychological Constructs? {{On}} the Nature and Statistical Modelling of Emotions, Intelligence, Personality Traits and Mental Disorders},
shorttitle = {What Are Psychological Constructs?},
author = {Fried, Eiko I.},
year = {2017},
month = apr,
journal = {Health Psychology Review},
volume = {11},
number = {2},
pages = {130--134},
issn = {1743-7199, 1743-7202},
doi = {10.1080/17437199.2017.1306718},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\JMKIQQ7A\\Fried - 2017 - What are psychological constructs On the nature a.pdf}
}
@article{mcneishThinkingTwiceSum2020,
title = {Thinking Twice about Sum Scores},
author = {McNeish, Daniel and Wolf, Melissa Gordon},
year = {2020},
month = dec,
journal = {Behavior Research Methods},
volume = {52},
number = {6},
pages = {2287--2305},
issn = {1554-3528},
doi = {10/ggssqh},
abstract = {A common way to form scores from multiple-item scales is to sum responses of all items. Though sum scoring is often contrasted with factor analysis as a competing method, we review how factor analysis and sum scoring both fall under the larger umbrella of latent variable models, with sum scoring being a constrained version of a factor analysis. Despite similarities, reporting of psychometric properties for sum scored or factor analyzed scales are quite different. Further, if researchers use factor analysis to validate a scale but subsequently sum score the scale, this employs a model that differs from validation model. By framing sum scoring within a latent variable framework, our goal is to raise awareness that (a) sum scoring requires rather strict constraints, (b) imposing these constraints requires the same type of justification as any other latent variable model, and (c) sum scoring corresponds to a statistical model and is not a model-free arithmetic calculation. We discuss how unjustified sum scoring can have adverse effects on validity, reliability, and qualitative classification from sum score cut-offs. We also discuss considerations for how to use scale scores in subsequent analyses and how these choices can alter conclusions. The general goal is to encourage researchers to more critically evaluate how they obtain, justify, and use multiple-item scale scores.},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\ZJQCKJYG\\McNeish et Wolf - 2020 - Thinking twice about sum scores.pdf}
}
@article{cramerDimensionsNormalPersonality2012,
title = {Dimensions of {{Normal Personality}} as {{Networks}} in {{Search}} of {{Equilibrium}}: {{You Can}}'t {{Like Parties}} If {{You Don}}'t {{Like People}}},
shorttitle = {Dimensions of {{Normal Personality}} as {{Networks}} in {{Search}} of {{Equilibrium}}},
author = {Cramer, Ang{\'e}lique O. J. and {van der Sluis}, Sophie and Noordhof, Arjen and Wichers, Marieke and Geschwind, Nicole and Aggen, Steven H. and Kendler, Kenneth S. and Borsboom, Denny},
year = {2012},
journal = {European Journal of Personality},
volume = {26},
number = {4},
pages = {414--431},
issn = {1099-0984},
doi = {10.1002/per.1866},
abstract = {In one currently dominant view on personality, personality dimensions (e.g. extraversion) are causes of human behaviour, and personality inventory items (e.g. `I like to go to parties' and `I like people') are measurements of these dimensions. In this view, responses to extraversion items correlate because they measure the same latent dimension. In this paper, we challenge this way of thinking and offer an alternative perspective on personality as a system of connected affective, cognitive and behavioural components. We hypothesize that these components do not hang together because they measure the same underlying dimension; they do so because they depend on one another directly for causal, homeostatic or logical reasons (e.g. if one does not like people and it is harder to enjoy parties). From this `network perspective', personality dimensions emerge out of the connectivity structure that exists between the various components of personality. After outlining the network theory, we illustrate how it applies to personality research in four domains: (i) the overall organization of personality components; (ii) the distinction between state and trait; (iii) the genetic architecture of personality; and (iv) the relation between personality and psychopathology. Copyright \textcopyright{} 2012 John Wiley \& Sons, Ltd.},
langid = {english},
keywords = {latent variable models,networks,normal personality,personality traits},
annotation = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/per.1866},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\NMPJMHKQ\\Cramer et al. - 2012 - Dimensions of Normal Personality as Networks in Se.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\7MZE2D7Y\\per.html}
}
@article{borsboomTruthEvidenceValidity2013,
title = {Truth and {{Evidence}} in {{Validity Theory}}},
author = {Borsboom, Denny and Markus, Keith A.},
year = {2013},
journal = {Journal of Educational Measurement},
volume = {50},
number = {1},
pages = {110--114},
publisher = {{National Council on Measurement in Education}},
issn = {0022-0655},
doi = {10.1111/jedm.12006},
abstract = {According to Kane (this issue), "the validity of a proposed interpretation or use depends on how well the evidence supports" the claims being made. Because truth and evidence are distinct, this means that the validity of a test score interpretation could be high even though the interpretation is false. As an illustration, we discuss the case of phlogiston measurement as it existed in the 18th century. At face value, Kane's theory would seem to imply that interpretations of phlogiston measurement were valid in the 18th century (because the evidence for them was strong), even though amounts of phlogiston do not exist and hence cannot be measured. We suggest that this neglects an important aspect of validity and suggest various ways in which Kane's theory could meet this challenge.},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\47PWFKTD\\Borsboom et Markus - 2013 - Truth and Evidence in Validity Theory.pdf}
}
@article{andreValiditePsychometriqueRegard2016,
title = {La Validit\'e Psychom\'etrique : Un Regard Global Sur Le Concept Centenaire, Sa Gen\`ese, Ses Avatars},
shorttitle = {La Validit\'e Psychom\'etrique},
author = {Andr{\'e}, Nathalie and Loye, Nathalie and Laurencelle, Louis},
year = {2016},
month = may,
journal = {Mesure et \'evaluation en \'education},
volume = {37},
number = {3},
pages = {125--148},
issn = {2368-2000, 0823-3993},
doi = {10.7202/1036330ar},
abstract = {Depuis Alfred Binet, qui, sans parler de validit\'e, pr\'esentait toutefois une conception pragmatique, utilitaire et empirique de la pertinence d'un test, le concept de validit\'e est n\'e et a beaucoup \'evolu\'e. \`A partir d'une perspective historique du concept de validit\'e psychom\'etrique, cet article vise \`a en explorer de mani\`ere critique quelques facettes afin de d\'egager les diff\'erentes orientations d\'efinitionnelles, sans perdre de vue les d\'emarches d'op\'erationnalisation qu'on leur associe. , Since Alfred Binet, who, without mentioning validity explicitly, presented a pragmatic, utilitarian and empirical vision of the relevance of tests, the concept of validity of psychological tests has greatly evolved. In a historical perspective on the concept of psychometric validity, this paper aims to explore various facets in order to identify their wide definitional orientations, without ignoring the operational procedures on which they are based. , Depois de Alfred Binet, o qual, sem falar da validade, apresentou uma conce\c{c}\~ao pragm\'atica, utilit\'aria e empr\'irica da pertin\^encia de um teste, o conceito de validade nasceu e evoluiu significativamente. A partir de uma perspetiva hist\'orica do conceito de validade psicom\'etrica, este artigo visa explorar criticamente v\'arias facetas para identificar as diferentes orienta\c{c}\~oes definicionais, sem perder de vista os procedimentos de operacionaliza\c{c}\~ao nos quais se baseiam.},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\2WWV5ES8\\André et al. - 2016 - La validité psychométrique un regard global sur .pdf}
}
@article{chuan-pengAssessmentFlexibilityMeasurement2022,
title = {An Assessment of Flexibility in the Measurement of Socioeconomic Status},
author = {{Chuan-Peng}, Hu and Cai, Yuqing and Fried, Eiko and Forscher, Patrick},
year = {2022},
month = aug,
publisher = {{Open Science Framework}},
doi = {10.17605/OSF.IO/HWTXQ},
abstract = {See the attached document for details of our protocol and PRISMA-P style registration form.},
collaborator = {Open Science Framework},
copyright = {CC-By Attribution 4.0 International},
keywords = {Child Psychology,Cognitive Neuroscience,Developmental Psychology,FOS: Psychology,Life Sciences,Measurement,Meta-research,Neuroscience and Neurobiology,Psychology,SES,Social and Behavioral Sciences,Socioeconomic Status}
}
@article{Guyon2017,
title = {Modeling Psychological Attributes in Psychology - {{An}} Epistemological Discussion: {{Network}} Analysis vs. Latent Variables},
author = {Guyon, Herv{\'e} and Falissard, Bruno and Kop, Jean Luc},
year = {2017},
journal = {Frontiers in Psychology},
volume = {8},
number = {MAY},
pages = {1--10},
issn = {16641078},
doi = {10.3389/fpsyg.2017.00798},
abstract = {Network Analysis is considered as a new method that challenges Latent Variable models in inferring psychological attributes. With Network Analysis, psychological attributes are derived from a complex system of components without the need to call on any latent variables. But the ontological status of psychological attributes is not adequately defined with Network Analysis, because a psychological attribute is both a complex system and a property emerging from this complex system. The aim of this article is to reappraise the legitimacy of latent variable models by engaging in an ontological and epistemological discussion on psychological attributes. Psychological attributes relate to the mental equilibrium of individuals embedded in their social interactions, as robust attractors within complex dynamic processes with emergent properties, distinct from physical entities located in precise areas of the brain. Latent variables thus possess legitimacy, because the emergent properties can be conceptualized and analyzed on the sole basis of their manifestations, without exploring the upstream complex system. However, in opposition with the usual Latent Variable models, this article is in favor of the integration of a dynamic system of manifestations. Latent Variables models and Network Analysis thus appear as complementary approaches. New approaches combining Latent Network Models and Network Residuals are certainly a promising new way to infer psychological attributes, placing psychological attributes in an inter-subjective dynamic approach. Pragmatism-realism appears as the epistemological framework required if we are to use latent variables as representations of psychological attributes.},
isbn = {1170-7690},
pmid = {28572780},
keywords = {Complex systems,Epistemology in psychology,Latent Network models,Latent Variables,Network Analysis,Pragmatism-realism,Psychological attributes},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\MLQA4UKA\\Guyon, Falissard, Kop - 2017 - Modeling psychological attributes in psychology - An epistemological discussion Network analysis vs. late.pdf}
}
@article{Fried2017c,
title = {The 52 Symptoms of Major Depression: {{Lack}} of Content Overlap among Seven Common Depression Scales},
author = {Fried, Eiko I.},
year = {2017},
journal = {Journal of Affective Disorders},
issn = {15732517},
doi = {10.1016/j.jad.2016.10.019},
abstract = {Background Depression severity is assessed in numerous research disciplines, ranging from the social sciences to genetics, and used as a dependent variable, predictor, covariate, or to enroll participants. The routine practice is to assess depression severity with one particular depression scale, and draw conclusions about depression in general, relying on the assumption that scales are interchangeable measures of depression. The present paper investigates to which degree 7 common depression scales differ in their item content and generalizability. Methods A content analysis is carried out to determine symptom overlap among the 7 scales via the Jaccard index (0=no overlap, 1=full overlap). Per scale, rates of idiosyncratic symptoms, and rates of specific vs. compound symptoms, are computed. Results The 7 instruments encompass 52 disparate symptoms. Mean overlap among all scales is low (0.36), mean overlap of each scale with all others ranges from 0.27 to 0.40, overlap among individual scales from 0.26 to 0.61. Symptoms feature across a mean of 3 scales, 40\% of the symptoms appear in only a single scale, 12\% across all instruments. Scales differ regarding their rates of idiosyncratic symptoms (0\textendash 33\%) and compound symptoms (22\textendash 90\%). Limitations Future studies analyzing more and different scales will be required to obtain a better estimate of the number of depression symptoms; the present content analysis was carried out conservatively and likely underestimates heterogeneity across the 7 scales. Conclusion The substantial heterogeneity of the depressive syndrome and low overlap among scales may lead to research results idiosyncratic to particular scales used, posing a threat to the replicability and generalizability of depression research. Implications and future research opportunities are discussed.},
pmid = {27792962},
keywords = {Content analysis,Major depression,Measurement,Scales,Symptom overlap},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\KWLQJ63G\\Fried - 2017 - The 52 symptoms of major depression Lack of content overlap among seven common depression scales.pdf}
}
@article{friedLackTheoryBuilding2020,
title = {Lack of {{Theory Building}} and {{Testing Impedes Progress}} in {{The Factor}} and {{Network Literature}}},
author = {Fried, Eiko I.},
year = {2020},
month = oct,
journal = {Psychological Inquiry},
volume = {31},
number = {4},
pages = {271--288},
publisher = {{Routledge}},
issn = {1047-840X},
doi = {10.1080/1047840X.2020.1853461},
abstract = {The applied social science literature using factor and network models continues to grow rapidly. Most work reads like an exercise in model fitting, and falls short of theory building and testing in three ways. First, statistical and theoretical models are conflated, leading to invalid inferences such as the existence of psychological constructs based on factor models, or recommendations for clinical interventions based on network models. I demonstrate this inferential gap in a simulation: excellent model fit does little to corroborate a theory, regardless of quality or quantity of data. Second, researchers fail to explicate theories about psychological constructs, but use implicit causal beliefs to guide inferences. These latent theories have led to problematic best practices. Third, explicated theories are often weak theories: imprecise descriptions vulnerable to hidden assumptions and unknowns. Such theories do not offer precise predictions, and it is often unclear whether statistical effects actually corroborate weak theories or not. I demonstrate that these three challenges are common and harmful, and impede theory formation, failure, and reform. Matching theoretical and statistical models is necessary to bring data to bear on theories, and a renewed focus on theoretical psychology and formalizing theories offers a way forward.},
keywords = {Factor model,formal theory,network model,open science,replicability,statistical equivalence,theory},
annotation = {\_eprint: https://doi.org/10.1080/1047840X.2020.1853461},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\V4L9CMKV\\Fried - 2020 - Lack of Theory Building and Testing Impedes Progre.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\8XJXU43M\\1047840X.2020.html}
}
@article{friedLackTheoryBuilding2020,
title = {Lack of {{Theory Building}} and {{Testing Impedes Progress}} in {{The Factor}} and {{Network Literature}}},
author = {Fried, Eiko I.},
year = {2020},
month = oct,
journal = {Psychological Inquiry},
volume = {31},
number = {4},
pages = {271--288},
publisher = {{Routledge}},
issn = {1047-840X},
doi = {10.1080/1047840X.2020.1853461},
abstract = {The applied social science literature using factor and network models continues to grow rapidly. Most work reads like an exercise in model fitting, and falls short of theory building and testing in three ways. First, statistical and theoretical models are conflated, leading to invalid inferences such as the existence of psychological constructs based on factor models, or recommendations for clinical interventions based on network models. I demonstrate this inferential gap in a simulation: excellent model fit does little to corroborate a theory, regardless of quality or quantity of data. Second, researchers fail to explicate theories about psychological constructs, but use implicit causal beliefs to guide inferences. These latent theories have led to problematic best practices. Third, explicated theories are often weak theories: imprecise descriptions vulnerable to hidden assumptions and unknowns. Such theories do not offer precise predictions, and it is often unclear whether statistical effects actually corroborate weak theories or not. I demonstrate that these three challenges are common and harmful, and impede theory formation, failure, and reform. Matching theoretical and statistical models is necessary to bring data to bear on theories, and a renewed focus on theoretical psychology and formalizing theories offers a way forward.},
keywords = {Factor model,formal theory,network model,open science,replicability,statistical equivalence,theory},
annotation = {\_eprint: https://doi.org/10.1080/1047840X.2020.1853461},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\V4L9CMKV\\Fried - 2020 - Lack of Theory Building and Testing Impedes Progre.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\8XJXU43M\\1047840X.2020.html}
}
@article{borsboomNetworkAnalysisMultivariate2021,
title = {Network Analysis of Multivariate Data in Psychological Science},
author = {Borsboom, Denny and Deserno, Marie K. and Rhemtulla, Mijke and Epskamp, Sacha and Fried, Eiko I. and McNally, Richard J. and Robinaugh, Donald J. and Perugini, Marco and Dalege, Jonas and Costantini, Giulio and Isvoranu, Adela-Maria and Wysocki, Anna C. and {van Borkulo}, Claudia D. and {van Bork}, Riet and Waldorp, Lourens J.},
year = {2021},
month = aug,
journal = {Nature Reviews Methods Primers},
volume = {1},
number = {1},
pages = {1--18},
publisher = {{Nature Publishing Group}},
issn = {2662-8449},
doi = {10.1038/s43586-021-00055-w},
abstract = {In recent years, network analysis has been applied to identify and analyse patterns of statistical association in multivariate psychological data. In these approaches, network nodes represent variables in a data set, and edges represent pairwise conditional associations between variables in the data, while conditioning on the remaining variables. This Primer provides an anatomy of these techniques, describes the current state of the art and discusses open problems. We identify relevant data structures in which network analysis may be applied: cross-sectional data, repeated measures and intensive longitudinal data. We then discuss the estimation of network structures in each of these cases, as well as assessment techniques to evaluate network robustness and replicability. Successful applications of the technique in different research areas are highlighted. Finally, we discuss limitations and challenges for future research.},
copyright = {2021 Springer Nature Limited},
langid = {english},
annotation = {Bandiera\_abtest: a Cg\_type: Nature Research Journals Primary\_atype: Reviews Subject\_term: Scientific data;Statistics Subject\_term\_id: scientific-data;statistics},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\6GBIU2LT\\Borsboom et al. - 2021 - Network analysis of multivariate data in psycholog.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\FICVH5H3\\s43586-021-00055-w.html}
}
@article{golinoExploratoryGraphAnalysis2022a,
title = {Exploratory {{Graph Analysis}} in {{Context}}},
shorttitle = {Invited {{Commentary}}},
author = {Golino, Hudson and Christensen, Alexander P. and Garrido, Luis Eduardo},
year = {2022},
month = aug,
journal = {Revista Psicologia: Teoria e Pr\'atica},
volume = {24},
number = {3},
pages = {ePTPPA14197-ePTPPA14197},
issn = {1980-6906},
doi = {10.5935/1980-6906/ePTPIC15531.en},
abstract = {Resumo O presente artigo apresenta a abordagem de redes psicometricas para a an\'alise de dimensionalidade e de itens denominado de Exploratory Graph Analysis (EGA). O artigo inicia contextualizando o campo de an\'alise de redes com trabalhos publicados na decada de 50 e 60. Depois, o artigo brevemente apresenta a abordagem do EGA e outros desenvolvimentos recentes como as cargas de redes (semelhante a cargas fatoriais da analise fatorial), o indice de ajuste de entropia total (para verificar o ajuste da dimensionalidade aos dados), o EGA din\^amico, o bootstrap EGA para analise de estabilidade das dimensoes e dos itens, o EGA de interceptos aleatorios (que lida com wording effects), e o EGA hier\'arquico para estimar estruturas de alta-ordem (e.g., modelos bifatoriais generalizados). O objetivo do artigo e apresentar ao leitor um conjunto de referencias contextualizadas na area.},
copyright = {Copyright (c) 2022},
langid = {english},
keywords = {Análise de Grafos Exploratória,Ciência de Redes,Psicologia Quantitativa,Psicometria},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\SCR8MEBH\\Golino et al. - 2022 - Exploratory Graph Analysis in Context.pdf}
}
@article{epskampQgraphNetworkVisualizations2012,
title = {Qgraph: {{Network Visualizations}} of {{Relationships}} in {{Psychometric Data}}},
shorttitle = {Qgraph},
author = {Epskamp, Sacha and Cramer, Ang{\'e}lique O. J. and Waldorp, Lourens J. and Schmittmann, Verena D. and Borsboom, Denny},
year = {2012},
month = may,
journal = {Journal of Statistical Software},
volume = {48},
pages = {1--18},
issn = {1548-7660},
doi = {10.18637/jss.v048.i04},
abstract = {We present the qgraph package for R, which provides an interface to visualize data through network modeling techniques. For instance, a correlation matrix can be represented as a network in which each variable is a node and each correlation an edge; by varying the width of the edges according to the magnitude of the correlation, the structure of the correlation matrix can be visualized. A wide variety of matrices that are used in statistics can be represented in this fashion, for example matrices that contain (implied) covariances, factor loadings, regression parameters and p values. qgraph can also be used as a psychometric tool, as it performs exploratory and confirmatory factor analysis, using sem and lavaan; the output of these packages is automatically visualized in qgraph, which may aid the interpretation of results. In this article, we introduce qgraph by applying the package functions to data from the NEO-PI-R, a widely used personality questionnaire.},
copyright = {Copyright (c) 2011 Sacha Epskamp, Ang\'elique O.J. Cramer, Lourens J. Waldorp, Verena D. Schmittmann, Denny Borsboom},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\327JBG74\\Epskamp et al. - 2012 - qgraph Network Visualizations of Relationships in.pdf}
}
@article{borsboomPossibleFuturesNetwork2022,
title = {Possible {{Futures}} for {{Network Psychometrics}}},
author = {Borsboom, Denny},
year = {2022},
month = mar,
journal = {Psychometrika},
issn = {1860-0980},
doi = {10.1007/s11336-022-09851-z},
abstract = {This commentary reflects on the articles included in the Psychometrika Special Issue on Network Psychometrics in Action. The contributions to the special issue are related to several possible future paths for research in this area. These include the development of models to analyze and represent interventions, improvement in exploratory and inferential techniques in network psychometrics, the articulation of psychometric theories in addition to psychometric models, and extensions of network modeling to novel data sources. Finally, network psychometrics is part of a larger movement in psychology that revolves around the analysis of human beings as complex systems, and it is timely that psychometricians start extending their rich modeling tradition to improve and extend the analysis of systems in psychology.},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\3WBLMS4A\\Borsboom - 2022 - Possible Futures for Network Psychometrics.pdf}
}
@book{isvoranuNetworkPsychometricsGuide2022,
title = {Network Psychometrics with {{R}}: A Guide for Behavioral and Social Scientists},
shorttitle = {Network Psychometrics with {{R}}},
editor = {Isvoranu, Adela-Maria and Epskamp, Sacha and Waldorp, Lourens J. and Borsboom, Denny},
year = {2022},
series = {Research Methods and Statistics},
publisher = {{New York, NY}},
address = {{Abingdon}},
doi = {10.4324/9781003111238},
isbn = {978-0-367-61294-8 978-0-367-62876-5},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\BLSRN6KR\\Isvoranu et al. - 2022 - Network psychometrics with R a guide for behavior.pdf}
}
@incollection{bokerReticularActionModel2018,
title = {The {{Reticular Action Model}} 1: {{A Remarkably Lasting Achievement}}},
shorttitle = {The {{Reticular Action Model}} 1},
booktitle = {Longitudinal Multivariate Psychology},
author = {Boker, Steven M.},
year = {2018},
pages = {126--142},
publisher = {{Routledge}},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\TAWRHNRF\\reticular-action-model-1-steven-boker.html}
}
@article{guttmanImageTheoryStructure1953,
title = {Image Theory for the Structure of Quantitative Variates},
author = {Guttman, Louis},
year = {1953},
month = dec,
journal = {Psychometrika},
volume = {18},
number = {4},
pages = {277--296},
issn = {1860-0980},
doi = {10.1007/BF02289264},
abstract = {A universe of infinitely many quantitative variables is considered, from which a sample ofn variables is arbitrarily selected. Only linear least-squares regressions are considered, based on an infinitely large population of individuals or respondents. In the sample of variables, the predicted value of a variablex from the remainingn - 1 variables is called the partial image ofx, and the error of prediction is called the partial anti-image ofx. The predicted value ofx from the entire universe, or the limit of its partial images asn \textrightarrow{} {$\infty$}, is called the total image ofx, and the corresponding error is called the total anti-image. Images and anti-images can be used to explain ``why'' any two variablesxjandxkare correlated with each other, or to reveal the structure of the intercorrelations of the sample and of the universe. It is demonstrated that image theory is related to common-factor theory but has greater generality than common-factor theory, being able to deal with structures other than those describable in a Spearman-Thurstone factor space. A universal computing procedure is suggested, based upon the inverse of the correlation matrix.},
langid = {english},
keywords = {Correlation Matrix,Large Population,Public Policy,Quantitative Variable,Statistical Theory}
}
@book{briggsHistoricalConceptualFoundations2022,
title = {Historical and Conceptual Foundations of Measurement in the Human Sciences: Credos and Controversies},
shorttitle = {Historical and Conceptual Foundations of Measurement in the Human Sciences},
author = {Briggs, Derek C.},
year = {2022},
publisher = {{Routledge}},
address = {{New York, NY}},
abstract = {"Historical and Conceptual Foundations of Measurement in the Human Sciences explores the assessment and measurement of non-physical attributes that define human beings: abilities, personalities, attitudes, dispositions, and values. The proposition that human attributes are measurable remains controversial, as do the ideas and innovations of the six historical figures-Gustav Fechner, Francis Galton, Alfred Binet, Charles Spearman, Louis Thurstone and S. S. Stevens-at the heart of this book. Across ten rich, elaborative chapters, readers are introduced to the origins of educational and psychological scaling, mental testing, classical test theory, factor analysis, and diagnostic classification; and to controversies spanning the quantity objection, the role of measurement in promoting eugenics, theories of intelligence, the measurement of attitudes, and beyond. Graduate students, researchers, and professionals in educational measurement and psychometrics will emerge with a deeper appreciation for both the challenges and the affordances of measurement in quantitative research. Derek C. Briggs is Professor in the Research and Evaluation Methodology Program in the School of Education and Director of the Center for Assessment Design Research and Evaluation at the University of Colorado Boulder, USA. A former editor of the journal Educational Measurement: Issues \& Practice, he is the 2021-22 President of the National Council on Measurement in Education"--},
isbn = {978-0-367-22524-7 978-0-367-22523-0},
lccn = {BF39 .B758 2022},
keywords = {Educational tests and measurements,History,Psychological tests,Psychometrics,Scaling (Social sciences)}
}
@article{marsmanGuestEditorsIntroduction2022,
title = {Guest {{Editors}}' {{Introduction}} to {{The Special Issue}} ``{{Network Psychometrics}} in {{Action}}'': {{Methodological Innovations Inspired}} by {{Empirical Problems}}},
shorttitle = {Guest {{Editors}}' {{Introduction}} to {{The Special Issue}} ``{{Network Psychometrics}} in {{Action}}''},
author = {Marsman, Maarten and Rhemtulla, Mijke},
year = {2022},
month = apr,
journal = {Psychometrika},
issn = {1860-0980},
doi = {10.1007/s11336-022-09861-x},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\CAYDYWM4\\Marsman et Rhemtulla - 2022 - Guest Editors’ Introduction to The Special Issue “.pdf}
}
@article{ariaBibliometrixRtoolComprehensive2017,
title = {Bibliometrix : {{An R-tool}} for Comprehensive Science Mapping Analysis},
shorttitle = {Bibliometrix},
author = {Aria, Massimo and Cuccurullo, Corrado},
year = {2017},
month = nov,
journal = {Journal of Informetrics},
volume = {11},
number = {4},
pages = {959--975},
issn = {17511577},
doi = {10.1016/j.joi.2017.08.007},
langid = {english}
}
@article{SupportEuropeBold2022,
title = {Support {{Europe}}'s Bold Vision for Responsible Research Assessment},
year = {2022},
month = jul,
journal = {Nature},
volume = {607},
number = {7920},
pages = {636--636},
publisher = {{Nature Publishing Group}},
doi = {10.1038/d41586-022-02037-8},
abstract = {There have been many initiatives to combat the distorting effect of research assessment exercises. The latest looks like it might work},
copyright = {2022 Springer Nature Limited},
langid = {english},
keywords = {Careers,Ethics,Institutions,Research management},
annotation = {Bandiera\_abtest: a Cg\_type: Editorial Subject\_term: Careers, Ethics, Institutions, Research management},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\D28JU35X\\2022 - Support Europe’s bold vision for responsible resea.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\UZM7QKNK\\d41586-022-02037-8.html}
}
@misc{Roubere2014,
title = {Documentation {{IRaMuTeQ}}},
author = {Roub{\`e}re, Lucie and Ratinaud, Pierre},
year = {2014},
pages = {1--37},
howpublished = {http://www.iramuteq.org/documentation/html},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\V72ZICAI\\Roubère, Ratinaud - 2014 - Documentation IRaMuTeQ.pdf}
}
@misc{Ratinaud2009,
title = {{{IRaMuTeQ}}: Impl\'ementation de La M\'ethode {{ALCESTE}} d'analyse de Texte Dans Un Logiciel Libre},
author = {Ratinaud, Pierre and D{\'e}jean, S{\'e}bastien},
year = {2009},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\GC48CG5P\\Ratinaud, Déjean - 2009 - IRaMuTeQ implémentation de la méthode ALCESTE d'analyse de texte dans un logiciel libre.pdf}
}
@article{heinzeVariableSelectionReview2018,
title = {Variable Selection - {{A}} Review and Recommendations for the Practicing Statistician},
author = {Heinze, Georg and Wallisch, Christine and Dunkler, Daniela},
year = {2018},
month = may,
journal = {Biometrical Journal},
volume = {60},
number = {3},
pages = {431--449},
issn = {03233847},
doi = {10.1002/bimj.201700067},
abstract = {Statistical models support medical research by facilitating individualized outcome prognostication conditional on independent variables or by estimating effects of risk factors adjusted for covariates. Theory of statistical models is well-established if the set of independent variables to consider is fixed and small. Hence, we can assume that effect estimates are unbiased and the usual methods for confidence interval estimation are valid. In routine work, however, it is not known a priori which covariates should be included in a model, and often we are confronted with the number of candidate variables in the range 10\textendash 30. This number is often too large to be considered in a statistical model. We provide an overview of various available variable selection methods that are based on significance or information criteria, penalized likelihood, the change-in-estimate criterion, background knowledge, or combinations thereof. These methods were usually developed in the context of a linear regression model and then transferred to more generalized linear models or models for censored survival data. Variable selection, in particular if used in explanatory modeling where effect estimates are of central interest, can compromise stability of a final model, unbiasedness of regression coefficients, and validity of p-values or confidence intervals. Therefore, we give pragmatic recommendations for the practicing statistician on application of variable selection methods in general (low-dimensional) modeling problems and on performing stability investigations and inference. We also propose some quantities based on resampling the entire variable selection process to be routinely reported by software packages offering automated variable selection algorithms.},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\PN8QC79V\\Heinze et al. - 2018 - Variable selection - A review and recommendations .pdf}
}
@article{westreichTableFallacyPresenting2013,
title = {The {{Table}}~2 {{Fallacy}}: {{Presenting}} and {{Interpreting Confounder}} and {{Modifier Coefficients}}},
shorttitle = {The {{Table}}~2 {{Fallacy}}},
author = {Westreich, Daniel and Greenland, Sander},
year = {2013},
month = feb,
journal = {American Journal of Epidemiology},
volume = {177},
number = {4},
pages = {292--298},
issn = {0002-9262},
doi = {10.1093/aje/kws412},
abstract = {It is common to present multiple adjusted effect estimates from a single model in a single table. For example, a table might show odds ratios for one or more exposures and also for several confounders from a single logistic regression. This can lead to mistaken interpretations of these estimates. We use causal diagrams to display the sources of the problems. Presentation of exposure and confounder effect estimates from a single model may lead to several interpretative difficulties, inviting confusion of direct-effect estimates with total-effect estimates for covariates in the model. These effect estimates may also be confounded even though the effect estimate for the main exposure is not confounded. Interpretation of these effect estimates is further complicated by heterogeneity (variation, modification) of the exposure effect measure across covariate levels. We offer suggestions to limit potential misunderstandings when multiple effect estimates are presented, including precise distinction between total and direct effect measures from a single model, and use of multiple models tailored to yield total-effect estimates for covariates.},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\LY6NSYIQ\\Westreich et Greenland - 2013 - The Table 2 Fallacy Presenting and Interpreting C.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\F46H3REM\\147738.html}
}
@article{morvanNetworkModelingPsychopathology2020,
title = {Network Modeling in Psychopathology: {{Hopes}} and Challenges},
shorttitle = {Network Modeling in Psychopathology},
author = {Morvan, Y. and Fried, E I and Chevance, A},
year = {2020},
month = feb,
journal = {L'Encephale},
volume = {46},
number = {1},
publisher = {{Encephale}},
issn = {0013-7006},
doi = {10.1016/j.encep.2020.01.001},
abstract = {Clinical sciences do not only aim to describe psychological disorders, but also aim to explain them. And we are currently witnessing revisions of theoretical, methodological, and epistemological approaches. For instance, the ongoing debate about the use of psychiatric classifications, such as the DSM and possible alternatives (Rdoc, HiTOP), illustrates the epistemological tension between categorical and dimensional conceptualization of mental disorders. However, both approaches face a common problem: finding a way to reduce, but not ignore the complexity of mental illness to meet the challenge of making meaningful progress in research, treatment, and clinical decision making Numerous theoretical models have been proposed and explored since the beginning of psychiatry, promising to increase our understanding of psychological disorders. A theory that has received a lot of attention in recent years is the network approach to psychopathology, arguing that mental illness is an emergent property that arises from causal interactions among symptoms (e.g. rumination {$>$} insomnia {$>$} fatigue {$>$} guilt). The last years have seen a growing number of statistical tools developed in the novel field of network psychometrics that have been used to study different aspects of psychopathology from the network perspective. The network approach encompasses \textbullet{} network theory, heavily inspired by long-standing theory in clinical psychology; \textbullet{} statistical models from complex dynamic systems theory that often have a long history in mathematics and physics, like the Ising Model. Recent developments in computational science enable to test network theory by embracing the full scope of biopsychosocial complexity. The network approach has gained momentum in part because it aligns with how clinicians think about mental illness\textemdash as causal networks of problems that influence each other\textemdash and promises to help clinicians understand the temporal dynamics of problems (e.g. symptoms) observed in clinical practice. While network models were originally applied mainly to cross-sectional data at the nomothetic (i.e. between-subjects) level, recent work has focused on studying within-person processes\textemdash including those of single individuals (i.e. idiographic)\textemdash and on formalizing clinical theories of mental disorders (e.g. panic disorder) and therapeutic tools (e.g. functional analysis).},
langid = {english},
pmid = {32007211},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\AADGMGCT\\Morvan et al. - 2020 - Network modeling in psychopathology Hopes and cha.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\CPFJP7DC\\32007211.html}
}
@phdthesis{friedCovertHeterogeneityMajor2014,
title = {Covert {{Heterogeneity}} of {{Major Depressive Disorder}}: {{Depression Is More Than}} the {{Sum-Score}} of Its {{Symptoms}}},
author = {Fried, Eiko I},
year = {2014},
month = jan,
school = {Freien Universit\"at Berlin},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\3ERKHP2W\\dissertation_final_online.pdf}
}
@book{hasselmanComplexSystemsApproach2022,
title = {The {{Complex Systems Approach}} to {{Behavioural Science}}},
author = {Hasselman, Fred},
year = {2022},
urldate = {2023-04-27},
abstract = {The Complex Systems Approach to Behavioural Science. This book is a practical guide to basic theory, models, methods and analyses that can be used to study human physiology, behaviour and cognition from the perspective of Complex Adaptive Systems and Networks.},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\8GMLHPMU\\index.html}
}
@techreport{henribalGripComplexityHow2014,
title = {Grip on Complexity. {{How}} Manageable Are Complex Systems? {{Directions}} for Future Complexity Research},
shorttitle = {Grip on Complexity. {{How}} Manageable Are Complex Systems?},
author = {{Henri Bal} and {Rob de Boer} and {Denny Borsboom} and {Jurjen Bos} and {Ardi Dortmans} and {Marieke van Duin} and {Jason Frank} and {Koen Frenken} and {Charlotte Hemelrijk} and {Cars Hommes} and {Jaap Kaandorp} and {Christiane Kl\"oditz} and {Otto Koppius} and {Erik van der Linden} and {Joke Meijer} and {Henk Nijmeijer} and {Peter de Ruiter} and {Rutger van Santen} and {Bram Vermeer} and {Peter Vervest}},
year = {2014},
institution = {{The Hague, The Netherlands: Netherlands Organization for Scientific Research \ldots}},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\6K78TJPS\\GriponComplexityNWO2014.pdf}
}
@misc{hasselmanComplexSystemsApproach2022,
title = {The {{Complex Systems Approach}} to {{Behavioural Science}}},
author = {Hasselman, Fred},
year = {2022},
urldate = {2023-04-27},
abstract = {The Complex Systems Approach to Behavioural Science. This book is a practical guide to basic theory, models, methods and analyses that can be used to study human physiology, behaviour and cognition from the perspective of Complex Adaptive Systems and Networks.},
howpublished = {https://complexity-methods.github.io/book/index.html},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\8GMLHPMU\\index.html}
}
@article{vanlissaWORCSWorkflowOpen2021,
title = {{{WORCS}}: {{A}} Workflow for Open Reproducible Code in Science},
shorttitle = {{{WORCS}}},
author = {Van Lissa, Caspar J. and Brandmaier, Andreas M. and Brinkman, Loek and Lamprecht, Anna-Lena and Peikert, Aaron and Struiksma, Marijn E. and Vreede, Barbara M. I.},
year = {2021},
month = jan,
journal = {Data Science},
volume = {4},
number = {1},
pages = {29--49},
publisher = {{IOS Press}},
issn = {2451-8484},
doi = {10.3233/DS-210031},
urldate = {2023-06-02},
abstract = {Adopting open science principles can be challenging, requiring conceptual education and training in the use of new tools. This paper introduces the Workflow for Open Reproducible Code in Science (WORCS): A step-by-step procedure that researchers can},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\PMRLYBCL\\Van Lissa et al. - 2021 - WORCS A workflow for open reproducible code in sc.pdf}
}
@article{nosekReplicabilityRobustnessReproducibility2022,
title = {Replicability, {{Robustness}}, and {{Reproducibility}} in {{Psychological Science}}},
author = {Nosek, Brian A. and Hardwicke, Tom E. and Moshontz, Hannah and Allard, Aur{\'e}lien and Corker, Katherine S. and Dreber, Anna and Fidler, Fiona and Hilgard, Joe and Kline Struhl, Melissa and Nuijten, Mich{\`e}le B. and Rohrer, Julia M. and Romero, Felipe and Scheel, Anne M. and Scherer, Laura D. and Sch{\"o}nbrodt, Felix D. and Vazire, Simine},
year = {2022},
journal = {Annual Review of Psychology},
volume = {73},
number = {1},
pages = {719--748},
doi = {10.1146/annurev-psych-020821-114157},
urldate = {2022-10-05},
abstract = {Replication\textemdash an important, uncommon, and misunderstood practice\textemdash is gaining appreciation in psychology. Achieving replicability is important for making research progress. If findings are not replicable, then prediction and theory development are stifled. If findings are replicable, then interrogation of their meaning and validity can advance knowledge. Assessing replicability can be productive for generating and testing hypotheses by actively confronting current understandings to identify weaknesses and spur innovation. For psychology, the 2010s might be characterized as a decade of active confrontation. Systematic and multi-site replication projects assessed current understandings and observed surprising failures to replicate many published findings. Replication efforts highlighted sociocultural challenges such as disincentives to conduct replications and a tendency to frame replication as a personal attack rather than a healthy scientific practice, and they raised awareness that replication contributes to self-correction. Nevertheless, innovation in doing and understanding replication and its cousins, reproducibility and robustness, has positioned psychology to improve research practices and accelerate progress.},
pmid = {34665669},
keywords = {generalizability,metascience,replication,reproducibility,research methods,robustness,statistical inference,theory,validity},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\3TLHF39F\\Nosek et al. - 2022 - Replicability, Robustness, and Reproducibility in .pdf}
}
@article{SupportEuropeBold2022a,
title = {Support {{Europe}}'s Bold Vision for Responsible Research Assessment},
year = {2022},
month = jul,
journal = {Nature},
volume = {607},
number = {7920},
pages = {636--636},
issn = {0028-0836, 1476-4687},
doi = {10.1038/d41586-022-02037-8},
urldate = {2023-03-30},
langid = {english},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\E9YYMEIG\\2022 - Support Europe’s bold vision for responsible resea.pdf}
}
@article{leisingTenStepsBetter2022,
title = {Ten {{Steps Toward}} a {{Better Personality Science}} \textendash{} {{How Quality May Be Rewarded More}} in {{Research Evaluation}}},
author = {Leising, Daniel and Thielmann, Isabel and Gl{\"o}ckner, Andreas and G{\"a}rtner, Anne and Sch{\"o}nbrodt, Felix},
year = {2022},
month = may,
journal = {Personality Science},
volume = {3},
pages = {1--44},
issn = {2700-0710},
doi = {10.5964/ps.6029},
urldate = {2022-05-07},
abstract = {This target article is part of a theme bundle including open peer commentaries (https://doi.org/10.5964/ps.9227) and a rejoinder by the authors (https://doi.org/10.5964/ps.7961). We point out ten steps that we think will go a long way in improving personality science. The first five steps focus on fostering consensus regarding (1) research goals, (2) terminology, (3) measurement practices, (4) data handling, and (5) the current state of theory and evidence. The other five steps focus on improving the credibility of empirical research, through (6) formal modelling, (7) mandatory pre-registration for confirmatory claims, (8) replication as a routine practice, (9) planning for informative studies (e.g., in terms of statistical power), and (10) making data, analysis scripts, and materials openly available. The current, quantity-based incentive structure in academia clearly stands in the way of implementing many of these practices, resulting in a research literature with sometimes questionable utility and/or integrity. As a solution, we propose a more quality-based reward scheme that explicitly weights published research by its Good Science merits. Scientists need to be increasingly rewarded for doing good work, not just lots of work.},
copyright = {Copyright (c) 2022 Daniel Leising et al.},
langid = {english},
keywords = {assessment,credibility,metrics,publication,quality,reproducibility,research evaluation},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\NBSHD4CW\\Leising et al. - 2022 - Ten Steps Toward a Better Personality Science – Ho.pdf}
}
@inbook{cristeaCommentPsychologieAborde2022,
title = {{Comment la psychologie aborde la science ouverte. Principes et pratiques}},
booktitle = {{Actes des Journ\'ees europ\'eennes de la science ouverte : Open Science European Conference \textendash{} OSEC 2022}},
author = {Cristea, Ioana},
year = {2022},
month = oct,
series = {{Laboratoire d'id\'ees}},
pages = {43--50},
publisher = {{OpenEdition Press}},
address = {{Marseille}},
doi = {10.4000/books.oep.15896},
urldate = {2023-03-27},
collaborator = {Open Science European Conference},
copyright = {https://creativecommons.org/licenses/by/4.0/},
isbn = {979-10-365-2515-5},
langid = {french},
keywords = {\'edition scientifique,infrastructures de la rechecrhe,science ouverte},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\N7JLNEE2\\Cristea - 2022 - Comment la psychologie aborde la science ouverte. .pdf}
}
@article{rohrerThinkingClearlyCorrelations2018,
title = {Thinking {{Clearly About Correlations}} and {{Causation}}: {{Graphical Causal Models}} for {{Observational Data}}},
author = {Rohrer, Julia M.},
year = {2018},
journal = {Advances in Methods and Practices in Psychological Science},
eprint = {0811.4331v2},
issn = {2515-2459},
doi = {10.1177/2515245917745629},
abstract = {Correlation does not imply causation; but often, observational data are the only option, even though the research question at hand involves causality. This article discusses causal inference based on observational data, introducing readers to graphical causal models that can provide a powerful tool for thinking more clearly about the interrelations between variables. Topics covered include the rationale behind the statistical control of third variables, common procedures for statistical control, and what can go wrong during their implementation. Certain types of third variables\textemdash colliders and mediators\textemdash should not be controlled for because that can actually move the estimate of an association away from the value of the causal effect of interest. More subtle variations of such harmful control include using unrepresentative samples, which can undermine the validity of causal conclusions, and statistically controlling for mediators. Drawing valid causal inferences on the basis of observational data is not a me...},
archiveprefix = {arxiv},
isbn = {0857936603},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\Z4QJG23G\\Rohrer - 2018 - Thinking Clearly About Correlations and Causation Graphical Causal Models for Observational Data.pdf}
}
@article{smaldinoModelsAreStupid2017,
title = {Models Are Stupid, and We Need More of Them},
author = {Smaldino, Paul E},
year = {2017},
journal = {Computational social psychology},
pages = {311--331},
publisher = {{Routledge New York, NY}},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\FB6CJN6T\\Smaldino - 2017 - Models are stupid, and we need more of them.pdf}
}
@book{smaldinoModelingSocialBehavior2023,
title = {Modeling Social Behavior: Mathematical and Agent-Based Models of Social Dynamics and Cultural Evolution},
shorttitle = {Modeling Social Behavior},
author = {Smaldino, Paul E.},
year = {2023},
publisher = {{Princeton University Press}},
address = {{Princeton}},
isbn = {978-0-691-22413-8 978-0-691-22414-5},
lccn = {HM716 .S547 2023},
keywords = {Mathematical models,SCIENCE / Cognitive Science,Social groups,Social interaction,Social psychology,SOCIAL SCIENCE / Methodology},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\GVEZLWIA\\Smaldino - 2023 - Modeling social behavior mathematical and agent-b.pdf}
}
@article{kowalczykWhatSeniorAcademics2022a,
title = {What Senior Academics Can Do to Support Reproducible and Open Research: A Short, Three-Step Guide},
shorttitle = {What Senior Academics Can Do to Support Reproducible and Open Research},
author = {Kowalczyk, Olivia S. and Lautarescu, Alexandra and Blok, Elisabet and Dall'Aglio, Lorenza and Westwood, Samuel J.},
year = {2022},
month = mar,
journal = {BMC Research Notes},
volume = {15},
number = {1},
pages = {116},
issn = {1756-0500},
doi = {10.1186/s13104-022-05999-0},
urldate = {2022-03-24},
abstract = {Increasingly, policies are being introduced to reward and recognise open research practices, while the adoption of such practices into research routines is being facilitated by many grassroots initiatives. However, despite this widespread endorsement and support, as well as various efforts led by early career researchers, open research is yet to be widely adopted. For open research to become the norm, initiatives should engage academics from all career stages, particularly senior academics (namely senior lecturers, readers, professors) given their routine involvement in determining the quality of research. Senior academics, however, face unique challenges in implementing policy changes and supporting grassroots initiatives. Given that\textemdash like all researchers\textemdash senior academics are motivated by self-interest, this paper lays out three feasible steps that senior academics can take to improve the quality and productivity of their research, that also serve to engender open research. These steps include changing (a) hiring criteria, (b) how scholarly outputs are credited, and (c) how we fund and publish in line with~open research principles. The guidance we provide is accompanied by material for further reading.},
keywords = {Authorship,Funding,Publishing,Reform,Replication,Reproducibility},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\5AFWKBLC\\Kowalczyk et al. - 2022 - What senior academics can do to support reproducib.pdf;C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\HL2GKLRL\\s13104-022-05999-0.html}
}
@article{brembsReplacingAcademicJournals2023,
title = {Replacing Academic Journals},
author = {Brembs, Bj{\"o}rn and Huneman, Philippe and Sch{\"o}nbrodt, Felix and Nilsonne, Gustav and Susi, Toma and Siems, Renke and Perakakis, Pandelis and Trachana, Varvara and Ma, Lai and {Rodriguez-Cuadrado}, Sara},
year = {2023},
month = may,
journal = {OpenAIRE - Explore},
doi = {10.5281/zenodo.7974116},
urldate = {2023-06-05},
abstract = {Replacing traditional journals with a more modern solution is not a new idea. Here, we propose ways to overcome the social dilemma underlying the decades of inaction. Any solution needs to not only resolve the current problems but also be capable of preventing takeover by corporations: it needs to replace traditional journals with a decentralized, resilient, evolvable network that is interconnected by open standards and open-source norms under the governance of the scholarly community. It needs to replace the monopolies connected to journals with a genuine, functioning and well-regulated market. In this new market, substitutable service providers compete and innovate according to the conditions of the scholarly community, avoiding sustained vendor lock-in. Therefore, a standards body needs to form under the governance of the scholarly community to allow the development of open scholarly infrastructures servicing the entire research workflow. We propose a redirection of money from legacy publishers to the new network by funding bodies broadening their minimal infrastructure requirements at recipient institutions to include modern infrastructure components replacing and complementing journal functionalities. Such updated eligibility criteria by funding agencies would help realign the financial incentives for recipient institutions with public and scholarly interest. Ownership involves socially recognized economic rights, first and foremost the exclusive control over that property, with the self-efficacy it affords. The inability to exert such control over crucial components of their scholarly infrastructure in the face of a generally recognized need for action for over three decades now, evinces the dramatic erosion of real ownership rights for the scholarly community over said infrastructure. Thus, this proposal is motivated not only by the now very urgent need to restore such ownership to the scholarly community, but also by the understanding that through their funding bodies, scholars may have an effective and proven avenue at their disposal to identify game-changing actions and to design a financial incentive structure for recipient institutions that can help realize the restoration of ownership, with the goal to implement open digital infrastructures that are as effective and as invisible as their non-digital counterparts.},
langid = {english},
keywords = {{Plan I, infrastructure, journals, scholarship, literature, research data, source code, science}},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\JDE97TXU\\Brembs et al. - 2023 - Replacing academic journals.pdf}
}
@article{allenPublishingCreditWhere2014,
title = {Publishing: {{Credit}} Where Credit Is Due},
shorttitle = {Publishing},
author = {Allen, Liz and Scott, Jo and Brand, Amy and Hlava, Marjorie and Altman, Micah},
year = {2014},
month = apr,
journal = {Nature},
volume = {508},
number = {7496},
pages = {312--313},
publisher = {{Nature Publishing Group}},
issn = {1476-4687},
doi = {10.1038/508312a},
urldate = {2023-06-05},
abstract = {Liz Allen, Amy Brand, Jo Scott, Micah Altman and Marjorie Hlava are trialling digital taxonomies to help researchers to identify their contributions to collaborative projects.},
copyright = {2014 Springer Nature Limited},
langid = {english},
keywords = {Authorship,Careers,Publishing,Research management},
file = {C\:\\Users\\yanni\\OneDrive - Université paris nanterre\\Documents\\Zotero\\storage\\BNZB6MS6\\Allen et al. - 2014 - Publishing Credit where credit is due.pdf}
}
@article{heInfluencePolygenicRisk2021a,
title = {Influence of Polygenic Risk Scores for Schizophrenia and Resilience on the Cognition of Individuals At-Risk for Psychosis},
author = {He, Qin and {Jantac Mam-Lam-Fook}, C{\'e}lia and Chaignaud, Julie and {Danset-Alexandre}, Charlotte and Iftimovici, Anton and Gradels Hauguel, Johanna and Houle, Gabrielle and Liao, Calwing and Dion, Patrick A. and Rouleau, Guy A. and Kebir, Oussama and Krebs, Marie-Odile and Chaumette, Boris},
year = {2021},
month = oct,
journal = {Translational Psychiatry},
volume = {11},
number = {1},
pages = {1--9},
publisher = {{Nature Publishing Group}},
issn = {2158-3188},
doi = {10.1038/s41398-021-01624-z},
urldate = {2023-06-05},