Skip to content

Commit

Permalink
cv
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Feb 6, 2025
1 parent 58a8ce0 commit 1edcbe3
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 4 deletions.
Binary file modified cv.pdf
Binary file not shown.
Binary file modified img/correlation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/correlation_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/easystats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/easystats_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/effectsize_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/lavaanExtra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/lavaanExtra_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/performance_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/rempsyc_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/report_monthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 44 additions & 2 deletions sections/awards.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ output: html_document
# Recognitions And Awards

```{r Awards}
library(tidyverse)
data <- rbind(
# tibble(
Expand All @@ -18,24 +20,27 @@ data <- rbind(
# Date = "2024-2026",
# Amount = 140000,
# Activity = NA,
# Program = "Postdoc",
# Declined = FALSE),
#
# tibble(
# Name = "Postdoctoral Fellowship (FRQSC)"
# Name = "Postdoctoral Fellowship (FRQSC)",
# URL = "",
# Details = "",
# Date = "2024-2026",
# Amount = 110000,
# Activity = NA,
# Program = "Postdoc",
# Declined = FALSE),
tibble(
Name = "SNC-Lavalin Award (UQAM)",
URL = "",
Details = "",
Date = "2024",
Amount = 2800,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -45,6 +50,7 @@ data <- rbind(
Date = "2024",
Amount = 200,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -54,6 +60,7 @@ data <- rbind(
Date = "2024",
Amount = 4000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -63,6 +70,7 @@ data <- rbind(
Date = "2024",
Amount = 5600,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -72,6 +80,7 @@ data <- rbind(
Date = "2023",
Amount = 750,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -81,6 +90,7 @@ data <- rbind(
Date = "2023",
Amount = 5600,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -90,6 +100,7 @@ data <- rbind(
Date = "2023",
Amount = 1500,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -99,6 +110,7 @@ data <- rbind(
Date = "2023",
Amount = 1000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -108,6 +120,7 @@ data <- rbind(
Date = "2023",
Amount = 0,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -117,6 +130,7 @@ data <- rbind(
Date = "2023",
Amount = 5500,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -126,6 +140,7 @@ data <- rbind(
Date = "2023",
Amount = 1000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -135,6 +150,7 @@ data <- rbind(
Date = "2023",
Amount = 4000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -144,6 +160,7 @@ data <- rbind(
Date = "2022",
Amount = 500,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -153,6 +170,7 @@ data <- rbind(
Date = "2022",
Amount = 100,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -162,6 +180,7 @@ data <- rbind(
Date = "2022",
Amount = 850,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -171,6 +190,7 @@ data <- rbind(
Date = "2022",
Amount = 1000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -180,6 +200,7 @@ data <- rbind(
Date = "2022",
Amount = 1000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -189,6 +210,7 @@ data <- rbind(
Date = "2021",
Amount = 2000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -198,6 +220,7 @@ data <- rbind(
Date = "2021",
Amount = 0,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -207,6 +230,7 @@ data <- rbind(
Date = "2021",
Amount = 2000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -216,6 +240,7 @@ data <- rbind(
Date = "2019",
Amount = 485,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -225,6 +250,7 @@ data <- rbind(
Date = "2019",
Amount = 3000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -234,6 +260,7 @@ data <- rbind(
Date = "2018-2021",
Amount = 105000,
Activity = NA,
Program = "PhD",
Declined = FALSE),
tibble(
Expand All @@ -243,6 +270,7 @@ data <- rbind(
Date = "2018-2021",
Amount = 84000,
Activity = NA,
Program = "PhD",
Declined = TRUE),
tibble(
Expand All @@ -252,6 +280,7 @@ data <- rbind(
Date = "2017-2018",
Amount = 17500,
Activity = NA,
Program = "Masters",
Declined = FALSE),
tibble(
Expand All @@ -261,6 +290,7 @@ data <- rbind(
Date = "2017-2018",
Amount = 15000,
Activity = NA,
Program = "Masters",
Declined = TRUE),
tibble(
Expand All @@ -270,6 +300,7 @@ data <- rbind(
Date = "2016-2017",
Amount = 10000,
Activity = NA,
Program = "Masters",
Declined = FALSE),
tibble(
Expand All @@ -279,6 +310,7 @@ data <- rbind(
Date = "2015",
Amount = 4000,
Activity = NA,
Program = "Bachelor",
Declined = FALSE),
tibble(
Expand All @@ -288,6 +320,7 @@ data <- rbind(
Date = "2013",
Amount = 1000,
Activity = NA,
Program = "Cegep",
Declined = FALSE),
tibble(
Expand All @@ -297,6 +330,7 @@ data <- rbind(
Date = "2013",
Amount = 2500,
Activity = NA,
Program = "Cegep",
Declined = FALSE),
tibble(
Expand All @@ -306,6 +340,7 @@ data <- rbind(
Date = "2012",
Amount = 750,
Activity = NA,
Program = "Cegep",
Declined = FALSE),
tibble(
Expand All @@ -315,10 +350,17 @@ data <- rbind(
Date = "2011",
Amount = 750,
Activity = NA,
Program = "Cegep",
Declined = FALSE)
)
# data %>%
# group_by(Program) %>%
# summarize(total = sum(Amount)) %>%
# add_row(Program = "Total",
# total = sum(data$Amount))
total <- data$Amount
last_year <- max(unlist(strsplit(data$Date, "-")))
Expand Down
4 changes: 2 additions & 2 deletions sections/publications.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cat(unlist(pubs), sep = "\\\n \\\n")

11\. **Thériault, R.**, Dion-Cliche, F., & Dandeneau, S. (2023). Unmet expectations: Social inclusion and the interaction between social anxiety and ambiguous or positive feedback. *Frontiers in Psychology*, 14, 1-10. https://doi.org/10.3389/fpsyg.2023.1271773

10\. **Thériault, R.** & Dandeneau, S. (2023). Implicitly activating mindfulness: Does trait self-control moderate its effect on aggressive behaviour? *Mindfulness*, 14(12), 2946–2962. https://doi.org/10.1007/s12671-023-02246-w (Preprint: https://doi.org/10.21203/rs.3.rs-3161372/v2)
10\. **Thériault, R.** & Dandeneau, S. (2023). Implicitly activating mindfulness: Does trait self-control moderate its effect on aggressive behaviour? *Mindfulness*, 14(12), 2946–2962. https://doi.org/10.1007/s12671-023-02246-w (Preprint: https://doi.org/10.21203/rs.3.rs-3161372/v2). Recipient of the 2024 UQAM *Best Student Paper Award* at the Department of Psychology.

9\. **Thériault**, R. (2023). lavaanExtra: Convenience functions for lavaan. *Journal of Open Source Software*, *8*(90), 5701. https://doi.org/10.21105/joss.05701

Expand All @@ -72,7 +72,7 @@ cat(unlist(pubs), sep = "\\\n \\\n")

6\. **Thériault, R.**, Landry, M., & Raz, A. (2022). The Rubber Hand Illusion: Top-down attention modulates embodiment. *Quarterly Journal of Experimental Psychology*, *75*(11), 2129-2148. https://doi.org/10.1177/17470218221078858

5\. **Thériault, R.**, Olson, J. A., Krol, S. A., & Raz, A. (2021). Body swapping with a black person boosts empathy: Using virtual reality to embody another. *Quarterly Journal of Experimental Psychology*, 74(12), 2057-2074. https://doi.org/10.1177/17470218211024826
5\. **Thériault, R.**, Olson, J. A., Krol, S. A., & Raz, A. (2021). Body swapping with a black person boosts empathy: Using virtual reality to embody another. *Quarterly Journal of Experimental Psychology*, 74(12), 2057-2074. https://doi.org/10.1177/17470218211024826. Recipient of the 2022 FRQSC *Best Student Paper Award*.

4\. Krol, S. A., **Thériault, R.**, Olson, J. A., Raz, A., & Bartz, J. (2020). Self-concept clarity and the bodily self: Malleability across modalities. *Personality and Social Psychology Bulletin*, *46*(5). https://doi.org/10.1177/0146167219879126

Expand Down

0 comments on commit 1edcbe3

Please sign in to comment.