-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDominiqueMakowski_CV.Rmd
707 lines (580 loc) · 28.8 KB
/
DominiqueMakowski_CV.Rmd
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
---
name: Dominique
surname: Makowski
profilepic: "./img/profile.png"
position: "Lecturer in Psychology"
qualifications: "PhD"
address: "University of Sussex, Brighton, UK"
# phone: +1 22 3333 4444
www: dominiquemakowski.github.io
email: "D.Makowski@sussex.ac.uk"
twitter: Dom_Makowski
github: DominiqueMakowski
# linkedin: dominiquemakowski
# orcid: "0000-0001-5375-9967"
aboutme: |
\RaggedRight Trained as a neuropsychologist, I am an assistant professor at the University of Sussex researching aspects of reality bending (e.g., neuroscience of deception, perception of fake news, altered states of consciousness), the role of the body and emotions in cognition (e.g., emotion regulation and interoception), and methodology (statistics, programming, and neurophysiological techniques).
date: "`r format(Sys.time(), '%B %Y')`"
headcolor: "1976D2"
output:
vitae::awesomecv:
page_total: true
keep_md: true
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
library(vitae)
library(dplyr)
library(ggplot2)
link <- function(txt, url, color = "1976D2") {
paste0("\\href{", url, "}{\\color[HTML]{", color, "}{", txt, "}}")
}
short <- FALSE
```
<!-- # Current Position -->
<!-- ```{r CurrentEmployment} -->
<!-- data <- tibble( -->
<!-- what = "Lecturer in Psychology", -->
<!-- when = "2023 - Present", -->
<!-- with = "University of Sussex", -->
<!-- where = "UK", -->
<!-- details = c( -->
<!-- paste( -->
<!-- "Full teaching service on courses such as Quantitative and Qualitative Methods." -->
<!-- ), -->
<!-- paste( -->
<!-- "Head of the ", -->
<!-- link("Reality Bending Lab", "https://realitybending.github.io/"), -->
<!-- " (ReBeL) where we study reality perception (e.g., neuroscience of deception, perception of fake news, altered states of consciousness), the role of the body and emotions in cognition (e.g., emotion regulation and interoception), and methodology (statistics, programming, open source software and neurophysiological techniques)." -->
<!-- ) -->
<!-- ) -->
<!-- ) -->
<!-- vitae::detailed_entries(data, with, when, what, where, details, .protect = FALSE) -->
<!-- ``` -->
<!-- \footnotesize -->
<!-- The NTU "presidential postdoc fellowship" is a competitive grant meant as an intermediate step between postdoc and faculty. While integrated within a larger lab (the [Clinical Brain Lab](https://www.clinicalbrain.org/), directed by Prof Annabel Chen), I am pursuing my own research track on the perception of reality, managing my team (3 research assistants, and several undergrad students) and research funding ($ 200k). I am involved in all the research and administrative aspects of the project (writing IRBs, project budgeting, experiment creations, data collection, analysis, manuscript writing, ...). -->
<!-- On top of the mentoring and teaching done in the context of the lab, I am also involved in university lectures (e.g., statistics for NTU students), research-oriented workshops (for instance, I have introduced our software *NeuroKit* at the OHBM conference this summer), and other courses (I have been recently appointed by the University of Zurich to give a 3 days course on Python to their PhD students). -->
\normalsize
# Education
```{r Education}
data <- rbind(tibble(
what = "Doctor of Philosophy (PhD) - Psychology",
when = "2014 - 18",
with = "Université de Paris",
where = "France",
details = paste0(
"Thesis: Cognitive Neuropsychology of Implicit Emotion Regulation through Fictional Reappraisal (supervised by ",
link("Pr Serge Nicolas", "http://recherche.parisdescartes.fr/LaboratoireMemoireCognition/Membres/Enseignants-Chercheurs/Serge-Nicolas"),
" \\& ",
link("Pr Pascale Piolino", "http://recherche.parisdescartes.fr/LaboratoireMemoireCognition/Membres/Enseignants-Chercheurs/Pascale-Piolino"),
")"
)
), tibble(
what = "Certified Psychotherapist - Cognitive Behavioural Therapy (CBT)",
when = "2014 - 17",
with = "French Association for Cognitive Behavioural Therapy (AFTCC)",
where = "France",
details = c(
"Thesis: Cognitive Behavioural Therapy for two Patients: One suffering from Motivation Disorder associated with Dysthymia and the other from Social Anxiety (supervised by Sophie Kindynis)"
)
), tibble(
what = "Master of Science (MSc) - Clinical Neuropsychology and Cognitive Psychology",
when = "2012 - 14",
with = "Université de Paris",
where = "France",
details = c(
paste0("Second year thesis: How the Study of Emotions in Schizophrenia enlight the Paradox of Fiction (supervised by ", link("Pr Pascale Piolino", "http://recherche.parisdescartes.fr/LaboratoireMemoireCognition/Membres/Enseignants-Chercheurs/Pascale-Piolino"), ")"),
paste0("First year thesis: The Cognitive Development of the Aesthetic Judgement in Children and Adults (supervised by ", link("Pr Sandrine Rossi", "https://www.researchgate.net/profile/Sandrine-Rossi"), ")")
)
), tibble(
what = "Bachelor of Science (BSc) - Psychology",
when = "2009 - 12",
with = "Université de Paris",
where = "France",
details = NA
))
if (short) {
data <- data[1:3, ]
data$details <- NA
}
vitae::detailed_entries(data, with, when, what, where, details, .protect = FALSE)
```
# Experience
## Research
```{r ExperienceResearch}
data <- rbind(
tibble(
Position = "Assistant Professor",
Date = "2023 - Present",
Institution = "School of Psychology, University of Sussex",
Where = "UK",
Activity = c(
paste(
"Full teaching service on courses such as Bayesian Statistics and Psychophysiology."
),
paste(
"Head of the ",
link("Reality Bending Lab", "https://realitybending.github.io/"),
" (ReBeL) where we study reality perception (e.g., neuroscience of deception, perception of fake news, altered states of consciousness), the role of the body and emotions in cognition (e.g., emotion regulation and interoception), and methodology (statistics, programming, open source software and neurophysiological techniques)."
)
)
),
tibble(
Position = "Presidential Research Fellow",
Date = "2021 - 22",
Institution = "Clinical Brain Lab, Nanyang Technological University (NTU)",
Where = "Singapore",
Activity = paste0(
'The NTU "presidential postdoc fellowship" is a competitive two-years grant meant as an intermediate step between postdoc and faculty. While integrated within a larger lab (the ',
link("Clinical Brain Lab", "https://www.clinicalbrain.org/"),
', directed by ',
link("Pr Annabel Chen", "https://www.clinicalbrain.org/author/annabel-chen/"),
', I am pursuing my own research track on the neurocognitive and affective processes underlying the beliefs in fake vs. real stimuli (fake news, fiction, ...), managing my team (3 research assistants, and several undergrad students) and research funding (\\$ 200k). I am involved in all the research and administrative aspects of the project (writing IRBs, project budgeting, experiment creations, data collection, analysis, manuscript writing, ...).'
)
),
tibble(
Position = "Research Fellow",
Date = "2019 - 20",
Institution = "Clinical Brain Lab, Nanyang Technological University (NTU)",
Where = "Singapore",
Activity = paste0(
"First postdoc position, working on a project funded by the ministry of defence about the neurocognitive correlates of deception. Responsible for studies design and completion, data analysis, publications and co-supervision of one PhD student, two research assistants and several graduate and undergraduate students (reference: ",
link("Pr Annabel Chen", "https://www.clinicalbrain.org/author/annabel-chen/"),
")."
)
)
, tibble(
Position = "Research Assistant",
Date = "2012",
Institution = "Developmental Psychology Lab (LaPsyDé), Université de Paris",
Where = "Paris, France",
Activity = paste0(
"Data collection for a study (",
link("Borst, 2016", "http://psycnet.apa.org/journals/emo/13/5/811/"),
") on emotions and mental rotation (reference: ", link("Pr Grégoire Borst", "https://www.lapsyde.com/gregoire-borst"),
")."
)
)
, tibble(
Position = "Research Assistant",
Date = "2011",
Institution = "Memory \\& Cognition Lab (LMC), Université de Paris",
Where = "Paris, France",
Activity = paste0(
"Experiment creation and data collection for a study on memory, salience and bizarreness effect (reference: ",
link("Pr Serge Nicolas", "http://recherche.parisdescartes.fr/LaboratoireMemoireCognition/Membres/Enseignants-Chercheurs/Serge-Nicolas"),
")."
)
)
)
if (short) {
data <- data[1:1, ]
}
# Save for re-useability
write.csv(data, "data/experience_research.csv", row.names = FALSE, fileEncoding = "UTF-8")
vitae::detailed_entries(data, Institution, Date, Position, Where, Activity, .protect = FALSE)
```
## Teaching
```{r ExperienceTeaching}
data <- rbind(
tibble(
Position = "Invited Instructor (Psychophysiology)",
Date = "2024",
Institution = "University of Basel",
Where = "Zürich, Switzerland",
Activity = paste0("Full-day workshop (8 h; PhD students): Recording, Analyzing and Using Physiological Signals in Psychology. Reference: ", link("Dr Dorothee Bentz", "https://psychologie.unibas.ch/de/personen/dorothee-bentz/"), ".")
), tibble(
Position = "Invited Instructor (Programming and Data Science)",
Date = "2022",
Institution = "University of Zurich",
Where = "Zürich, Switzerland",
Activity = paste0("Online workshop (24 h; PhD students): Advanced Python programming for signal processing and data analysis. Reference: ", link("Dr Maike Krannich", "https://www.psychologie.uzh.ch/de/studium/doktorat/team.html"), ".")
), tibble(
Position = "Assistant Lecturer (Clinical Neuropsychology)",
Date = "2017 - 18",
Institution = "Université de Paris",
Where = "Paris, France",
Activity = paste0("Modules (192 h; bachelor \\& master students): Neurology and psychiatry (main neurodegenerative, neurological and psychiatric disorders), assessment (examination, diagnostic, psychometry), rehabilitation and psychotherapy (CBT, mindfulness-based therapies, cognitive rehabilitation, practice supervision), general neuroscience and psychology (neuroanatomy, emotion regulation...). Reference: ", link("Pr Isabelle Jambaqué", "http://recherche.parisdescartes.fr/LaboratoireMemoireCognition/Membres/Enseignants-Chercheurs/Isabelle-Jambaque-Aubourg"), ".")
), tibble(
Position = "Teaching Assistant (Differential Cognitive Psychology)",
Date = "2015 - 17",
Institution = "Université de Paris",
Where = "Paris, France",
Activity = "Modules (144 h; 1st \\& 2nd year students): Experimental methodology (assessment and related problems, scientific reasoning, psychometric properties of tests and questionnaires, statistics...) and introduction to concepts such as intelligence, personality and creativity. Reference: Dr Christophe Mouchiroud."
), tibble(
Position = "Teaching Assistant (Cognitive Psychology)",
Date = "2014 - 16",
Institution = "Université de Paris",
Where = "Paris, France",
Activity = paste0("Modules (48 h; 3rd year students): Models of working memory, mental imagery and categorisation. Reference: ", link("Pr Todd Lubart", "https://lapea.recherche.parisdescartes.fr/membres-permanents/todd-lubart/"), ".")
# ), tibble(
# Position = "Teaching Assistant (University Services)",
# Date = "2013",
# Institution = "Université de Paris",
# Where = "Paris, France",
# Activity = "Modules (16 h; 1st year students): Introduction to the use of internet (internet security, anonymity, etc.) and on-line university services for first year students. Reference: Dr Christian Fondrat."
))
# Save for re-useability
write.csv(data, "data/experience_teaching.csv", row.names = FALSE, fileEncoding = "UTF-8")
vitae::detailed_entries(data, Institution, Date, Position, Where, Activity, .protect = FALSE)
```
## Clinical
```{r ExperienceClinical}
data <- rbind(tibble(
Position = "Assistant Neuropsychologist",
Date = "2013 - 14",
Institution = "Department of adult psychiatry, Pitié-Salpêtrière Hospital",
Where = "Paris, France",
Activity = paste0("Neuropsychology internship (512 h) under ", link("Dr Séverine Hatif", "https://fr.linkedin.com/in/hatif-severine-032596157"), ". Assessment and diagnostic of psychiatric or neurological illnesses among adults, as well as development and application of cognitive rehabilitation programs.")
),tibble(
Position = "Assistant Neuropsychologist",
Date = "2012 - 13",
Institution = "Department of geriatric psychiatry, Sainte-Anne Hospital",
Where = "Paris, France",
Activity = "Neuropsychology internship (304 h) under Emmanuel Guiliano. Assessment and diagnostic of psychiatric and neurological illnesses among an elderly population."
),tibble(
Position = "Assistant Neuropsychologist",
Date = "2012",
Institution = "Department of gerontology, La Porte Verte Hospital",
Where = "Versailles, France",
Activity = "Neuropsychology internship (96 h) under Sophie Fleury. Observation of assessment and diagnostic of memory related deficits such as neurodegenerative diseases, somatic ageing-related illnesses or depression."
))
# Save for re-useability
write.csv(data, "data/experience_clinical.csv", row.names = FALSE, fileEncoding = "UTF-8")
vitae::detailed_entries(data, Institution, Date, Position, Where, Activity, .protect = FALSE)
```
# Skills
## Language
\small
- **French**: Native
- **Polish**: Native
- **English**: Fluent
- **Italian**: B1 level (currently learning)
\normalsize
<!-- ## Research -->
<!-- \small -->
<!-- My PhD, on the effect of reality beliefs on emotion, attempted at integrate my two core topics on interest: **reality bending** (manipulation and perception of reality) and **affective neuroscience** (the role of emotions, interoception, bodily signals in cognition). My first postdoc in Singapore led me to investigate a new layer of reality manipulation by working on a large project interested in the neurocognitive correlates of deception, funded by the Ministry of Defense. Over the years, I also had the opportunity of working on other topics, including **memory**, **cognitive control**, **mindfulness meditation** and **history of psychology**, providing me with a wide and multidisciplinary perspective and an international network of collaborations. -->
<!-- \normalsize -->
## Techniques and Methods
\small
I have developed strong technical expertise with several tools (EEG, bodily signals, Virtual Reality) and methods. In particular, I employ advanced statistical procedures (Bayesian framework, predictive and structural modelling, machine/deep learning) to address the scientific challenges that I encounter. In parallel, I develop open-source software, such as the `r link("\\textbf{easystats}", "https://github.com/easystats/easystats")` collection of R packages; `r link("\\textbf{NeuroKit}", "https://github.com/neuropsychology/NeuroKit")`, a Python package for neurophysiological signal processing; `r link("\\textbf{Pyllusion}", "https://github.com/realitybending/Pyllusion")`, a framework to generate visual illusions; or `r link("\\textbf{Neuropsydia}", "https://github.com/neuropsychology/Neuropsydia.py")`, a software to create experiments.
Initially created to increase the efficiency and quality of my own research, some of these tools have become quite popular and are actively used by the scientific community (e.g., the *easystats* packages have been downloaded more than 5 million times since their creation about 3 years ago, and *NeuroKit* has become one of the most popular toolbox for multimodal physiology).
## Open Science
My interest in improving accessibility, widening the usage of advanced methods and best practices by means of open access tools and tutorials, and staying active in open-software communities (e.g., on `r link("\\textbf{GitHub}", "https://github.com/DominiqueMakowski")` by answer technical and methodological questions, is motivated by the fact that, coming myself from a different background (clinical neuropsychology) in which programming, computer science and advanced statistics are not taught, I realized how harnessing such powerful tools can improve one's research (and quality of life) at many levels.
I fully endorse to the highest standards of open science, by sharing data and reproducible scripts of my experiments. Naturally, my concrete engagement in open, honest and reproducible science, is accompanied by the highest standards in terms of methodological rigour and ethical responsibility.
# Additional Training
<!-- \tiny -->
<!-- \emph{All the courses mentioned below were accredited or completion-certified.} -->
<!-- \normalsize -->
## Teaching
```{r TrainingTeaching}
data <- rbind(tibble(
what = "CITI Certification",
when = "2019",
with = "Collaborative Institutional Training Initiative (ethics and scientific integrity in research)",
where = "Online",
details = NA
), tibble(
what = "Academic Teaching Certificate",
when = "2017",
with = "Université of Paris (40h training in pedagogy and innovative teaching)",
where = "France",
details = NA
))
vitae::detailed_entries(data, with, when, what, where, why = details, .protect = FALSE)
```
## Clinical
```{r TrainingClinical}
data <- rbind(tibble(
what = "Certified Hypnotherapist",
when = "2019",
with = "National Guild of Hypnotists (100h - Note that although trained and qualified, I do not endorse hypnosis)",
where = "Singapore",
instructor = "Fauziah Shah",
details = NA
), tibble(
what = "Mindfulness based on Compassion and Insight (MBCI)",
when = "2016",
with = "Institute for psychiatry, Sainte-Anne Hospital (16h master class)",
instructor = "Pr Pascal Delamillieure",
where = "France",
details = NA
), tibble(
what = "First Aid Certificate",
when = "2016",
with = "Université de Paris (16h - level 1)",
where = "France",
instructor = NA,
details = NA
))
vitae::detailed_entries(data, with, when, what, where, why = details, .protect = FALSE)
```
## Neuroimaging
```{r TrainingNeuroimaging}
data <- rbind(tibble(
what = "Structural, Functional and Radiological Neuroanatomy",
when = "2020",
with = "Neurocourses UK (32h)",
where = "Online",
instructor = "Dr Paul Johns",
details = NA
), tibble(
what = "MRI Connectivity Analysis",
when = "2015",
with = "National Institute of Nuclear Sciences \\& Techniques - INSTN (32h)",
where = "Marseille, France",
instructor = "Dr Jorge L. Armony",
details = NA
), tibble(
what = "fMRI : Preprocessing and Analysis",
when = "2014 - 15",
with = "Sainte-Anne Hospital (32h)",
where = "Paris, France",
instructor = "Dr Sylvain Charron",
details = NA
), tibble(
what = "Signal Processing Theory and Application for EEG",
when = "2014",
with = "École Supérieure de Physique et de Chimie Industrielle - ESPCI (24h)",
where = "Paris, France",
instructor = "Dr François Vialatte",
details = NA
))
vitae::detailed_entries(data, with, when, what, where, why = details, .protect = FALSE)
```
## Statistics and Programming
```{r TrainingStatistics}
data <- rbind(tibble(
what = "Creating Online Experiments in PsychoPy and Pavlovia",
when = "2020",
with = "University of Nottingham (24h)",
where = "Online",
instructor = "Dr Rebecca Hirst",
details = NA
), tibble(
what = "Scientific Programming with Python and Software Engineering Best Practices",
when = "2016",
with = "Telecom ParisTech (16h)",
where = "Paris, France",
instructor = "Dr Alexandre Gramfort",
details = NA
), tibble(
what = "P4N: Python for Neuroscience (and Psychology)",
when = "2016",
with = "University of Nottingham (24h)",
where = "Nottingham, UK",
instructor = "Dr Jon Peirce",
details = NA
), tibble(
what = "Machine Learning and Brain-to-Computer Interfaces",
when = "2014",
with = "École Supérieure de Physique et de Chimie Industrielle - ESPCI (16h)",
where = "Paris, France",
instructor = "Dr François Vialatte",
details = NA
))
vitae::detailed_entries(data, with, when, what, where, why = details, .protect = FALSE)
```
## Miscellaneous
```{r TrainingMisc}
data <- rbind(tibble(
what = "History of Arts",
when = "2017-- 18",
with = "École du Louvre (74h)",
where = "Paris, France",
details = NA
))
vitae::detailed_entries(data, with, when, what, where, why = details, .protect = FALSE)
```
# Research Track Record
## Scientific Impact
```{r ScientificImpactFigure, echo = FALSE, fig.height=3, fig.width=10, out.width="80%", fig.align="center"}
load("data/data_scholar.Rdata")
source("functions.R")
p <- plot_impact(data_scholar)
ggsave("img/scientific_impact.png", p, width=10, height=4)
p
```
```{r ScientificImpact, echo = FALSE}
get_stats(data_scholar) |>
knitr::kable(
col.names = c(
"\\textit{n}-Publications \\textit{(total)}",
"\\textit{n}-1\\textsuperscript{st} author",
"\\textit{n}-2\\textsuperscript{nd} author",
"\\textit{n}-Senior author",
"H-index",
"Citations \\textit{(total)}"
),
format = "latex",
booktabs = TRUE,
escape = FALSE
) %>%
kableExtra::kable_styling(position = "center", font_size = 8, latex_options = "hold_position")
```
## Grants
```{r Grants}
data <- rbind(
tibble(
Name = paste0(link("TL@NTU's Behavioural and Communication Science Programme (BCSP) Grant", "https://www.ntu.edu.sg/temasek-labs/research-focus/programme", color = "333333"), " (co-PI)"),
# Details = link("Cognitive, Neural and Social Factors involved in the Perception of Real vs. Fake Information", "https://fcl.ethz.ch/research/research-projects/NICE.html", color = "5D5D5D"),
Details = "Cognitive, Neural and Social Factors involved in the Perception of Real vs. Fake Information",
Date = "2022 - 25",
Amount = "\\$915,427",
Activity = NA
),tibble(
Name = paste0(link("Singapore National Research Foundation's Intra-CREATE Grant", "https://researchgrant.gov.sg/Pages/GrantCallDetail.aspx?AXID=NRF2021-ITS008&CompanyCode=nrf", color = "333333"), " (co-PI)"),
Details = link("A Neuroscientific investigation of the Interaction between Crowdedness and Environment typology (NICE)", "https://fcl.ethz.ch/research/research-projects/NICE.html", color = "5D5D5D"),
Date = "2021 - 22",
Amount = "\\$249,730",
Activity = NA
),tibble(
Name = paste0(link("NTU Presidential Postdoctoral Fellowship", "https://www.ntu.edu.sg/research/research-careers/presidential-postdoctoral-fellowship-(ppf)", color = "333333"), " (PI)"),
Details = "'That's Fake News': Modulating the Neurocognitive Processes Underlying the Belief in Deceptive Information",
Date = "2020 - 22",
Amount = "\\$360,000",
Activity = NA
),tibble(
Name = link("Ministerial PhD scholarship", "https://improvingpsych.org/mission/awards/", color = "333333") ,
Details = "Three years of PhD fully funded by the French Ministry of Research",
Date = "2014 - 17",
Amount = "€80,000",
Activity = NA
))
vitae::detailed_entries(data, Details, Date, Name, Amount, Activity, .protect = FALSE)
```
## Awards
```{r Awards}
data <- rbind(
tibble(
Name = link("Sussex School of Psychology 2024 Award Winner", "https://www.linkedin.com/posts/dominiquemakowski_realitybendinglab-activity-7241790839134257152-wjR6?utm_source=share&utm_medium=member_desktop", color = "333333"),
Details = paste0("Outstanding Student Supervision"),
Date = "2024",
Amount = "N/A",
Activity = NA
),tibble(
Name = link("Mission Award (Society for the Improvement of Psychological Science - SIPS)", "https://improvingpsych.org/mission/awards/", color = "333333"),
Details = paste0("Obtained for the ", link("NeuroKit", "https://en.wikipedia.org/wiki/NeuroKit", color = "5D5D5D"), " Python package"),
Date = "2024",
Amount = "N/A",
Activity = NA
),tibble(
Name = link("University of Sussex Research Culture 2024 Awards Winner", "https://www.linkedin.com/posts/university-of-sussex-school-of-psychology_congratulations-to-the-5-winners-and-6-shortlisted-activity-7209487987682721793-d4qm?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAAAjTVisBfrVtfzPXFkBFwGtFJYejv2DfvSs", color = "333333"),
Details = paste0("For engagement in Open Science"),
Date = "2024",
Amount = "£1,000",
Activity = NA
),tibble(
Name = link("Mission Award (Society for the Improvement of Psychological Science - SIPS)", "https://improvingpsych.org/mission/awards/", color = "333333"),
Details = paste0("Obtained for the ", link("easystats", "https://en.wikipedia.org/wiki/Easystats", color = "5D5D5D"), " collection of R packages"),
Date = "2023",
Amount = "N/A",
Activity = NA
),tibble(
Name = link("Best Article Award (Psychonomic Society)", "https://www.psychonomic.org/page/2020BestArticleAwards", color = "333333") ,
Details = paste0("Obtained for ", link("Makowski et al. (2019)", "https://dominiquemakowski.github.io/publication/makowski2019phenomenal/")),
Date = "2020",
Amount = "\\$1,000",
Activity = NA
),tibble(
Name = link("Commendation (Society for the Improvement of Psychological Science - SIPS)", "https://improvingpsych.org/mission/awards/", color = "333333") ,
Details = paste0("Obtained for the bayestestR R package ", link("(Makowski et al., 2019)", "https://joss.theoj.org/papers/10.21105/joss.01541")),
Date = "2020",
Amount = "N/A",
Activity = NA
))
vitae::detailed_entries(data, Details, Date, Name, Amount, Activity, .protect = FALSE)
```
## Editorial Responsibilities
```{r EditorialResponsabilities}
data <- rbind(tibble(
Position = "Associate Editor",
Where = link("Frontiers in Psychology: \\textit{Quantitative Psychology and Measurement}", "https://www.frontiersin.org/journals/all/sections/quantitative-psychology-and-measurement", color = "333333"),
Date = "2020 - present",
Location = NA,
Activity = NA
),tibble(
Position = "Regular Reviewer",
Where = link("Journal of Open Source Software", "https://joss.theoj.org/", color = "333333"),
Date = "2018 - present",
Location = NA,
Activity = NA
),tibble(
Position = "Reviewer",
Where = "Biological Psychiatry, Personality and Individual Differences, Scientific Reports, Acta Psychologica, ...",
Date = "2017 - present",
Location = NA,
Activity = NA
))
# brief_entries(data, Where, Date, Position, .protect = FALSE)
vitae::detailed_entries(data, Where, Date, Position, Location, Activity, .protect = FALSE)
```
## Academic Responsibilities
```{r AcademicResponsabilities}
data <- rbind(tibble(
Position = "Elected Representative",
Details = "Representation of the PhD students at the university level",
Where = "ED261-3CH doctoral school",
Date = "2016 - 18",
Activity = NA
),tibble(
Position = "Community Manager",
Details = "Organization of seminars, local conferences and social events",
Where = "Memory \\& Cognition Lab",
Date = "2014 - 15",
Activity = NA
),tibble(
Position = "Active Member",
Details = "Organization of social events for students",
Where = "Student Association (BDE)",
Date = "2009 - 12",
Activity = NA
))
vitae::detailed_entries(data, Details, Date, Position, Where, Activity, .protect = FALSE)
```
# Teaching Record
## Academic
\small
I have given academic lectures (total hours since 2014: **424**) on the following topics:
- **Bayesian Statistics**
- Bayesian framework
- Bayesian models with the *brms* R package
- **Signal Processing**
- Bodily signals acquisition and preprocessing
- Heart rate
- Electrodermal activity
- **Psychophysiology and Interoception**
- Embodied Cognition
- Interoceptive Models
- Psychophysiology
- Heart rate variability
- **Neuropsychology** (*192 hours; 2nd year, 3rd year and master level*)
- Clinical Neuropsychology \scriptsize(Neuropsychological syndromes; Neuropsychological examination and diagnostic; Cognitive rehabilitation; Clinical practice supervision; Neuropsychology in psychiatry)\normalsize
- Cognitive Neuroscience \scriptsize(Neuroanatomy; Emotion Regulation; Mindfulness; Memory; Neuroimaging)\normalsize
- **Differential Psychology** (*144 hours; 1st year level*)
- Hands-on Lectures \scriptsize(Experimental Methodology; Scientific Reasoning; Psychometric properties of tests and questionnaires; Introductory Statistics)\normalsize
- Theory \scriptsize(Intelligence; Personality; Creativity)\normalsize
- **Cognitive Psychology** (*48 hours; 3rd year level*)
- Working memory
- Mental imagery and categorisation
- **Programming for Psychologists** (*24 hours*)
- Python Programming
- Experiment creation using Python
- **Other** (*16 hours*): Internet; Research Ethics; Digital Rights
\normalsize
<!-- ## Supervision -->
<!-- I have mentored more than 5 full-time research assistants. -->
<!-- I have also co-supervised bachelor and master students for their research projects. -->
# Publications
```{r, child=c('publications.Rmd')}
```
# References
\small
Do not hesitate to contact them of any inquiry.
- **Pr Annabel Chen** (Postdoc supervisor): AnnabelChen@ntu.edu.sg
- **Dr Marco Sperduti** (PhD mentor): marco.sperduti@parisdescartes.fr
- **Pr Pascale Piolino** (PhD cosupervisor): pascale.piolino@parisdescartes.fr
- **Pr Serge Nicolas** (PhD cosupervisor): serge.nicolas@parisdescartes.fr
\normalsize