Daniela Palleschi
  • Home
  • About me
  • CV
  • Publications
  • Presentations
  • Teaching
  • Resources
    • Reading
    • Workflow
  • Source Code

On this page

  • About me
    • Research interests
    • Outreach
    • Keywords
  • About this website
    • Session Info

About me

I am currently a scientific staff member at the Institute of German Language and Linguistics at the Humboldt-Universität zu Berlin. I recently completed my doctoral work in the Psycholinguistics group under the supervision of Prof. Pia Knoeferle, and was a doctoral fellow at the Einstein Center for Neurosciences at the Charité - Universitätsmediyin Berlin, and part of the doctoral program at the Berlin School of Mind and Brain.

After completing an Honours Specialist B.A. in Linguistics at the University of Toronto, I earned my TESOL certification and moved to Berlin to teach English at various companies and institutions, including the Humboldt-Universität zu Berlin. After some years I returned to academia by completing a joint Master’s of Science as part of the European Master’s in Clincal Linguistics (EMCL 2015-17 cohort) at the Univerisity of Eastern Finland, Univerisity of Potsdam (Germany), and Univerisity of Groningen (the Netherlands). I also hold a M.A. in Linguistics from the University of Eastern Finland, which was completed in tandem with my M.Sc.

Research interests

My current projects investigate the influence of high-level knowledge of the real world on the processing of language. I am specifically interested in how this knowledge interacts with temporal information, such as verb tense. I use eye-tracking during reading, self-paced reading, and electroencephalography (EEG) in order to investigate this interaction.

Outreach

I am a co-founder and co-organiser of the Friday Primes, a monthly Berlin/Potsdam meet-up for PhDs and postdocs working on language processing.

Keywords

psycholinguistics, language comprehension, eye-tracking during reading, self-paced reading, tense processing

About this website

This website was built with Quarto, and contains Quarto Books for courses I’ve taught/am teaching. The code used to produce this website is publicly available in a GitHub repo. I’ve also used the code-tools: true option in Quarto to make the code for each page available as a pop-up. Just look for the </> Code button at the top right of the page to see the relevant code in a pop-up.

Session Info

Below is the session info relevant for the rendering of this website.

sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: aarch64-apple-darwin20
Running under: macOS Sonoma 14.6

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: Europe/Berlin
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices datasets  utils     methods   base     

loaded via a namespace (and not attached):
 [1] htmlwidgets_1.6.4 compiler_4.4.1    fastmap_1.2.0     cli_3.6.3        
 [5] htmltools_0.5.8.1 tools_4.4.1       rstudioapi_0.17.1 yaml_2.3.10      
 [9] rmarkdown_2.28    knitr_1.48        jsonlite_1.8.9    xfun_0.48        
[13] digest_0.6.37     rlang_1.1.4       renv_1.0.11       evaluate_1.0.1   
Source Code
# About me

I am currently a scientific staff member at the Institute of German Language and Linguistics at the Humboldt-Universität zu Berlin. I recently completed my doctoral work in the Psycholinguistics group under the supervision of Prof. Pia Knoeferle, and was a doctoral fellow at the Einstein Center for Neurosciences at the Charité - Universitätsmediyin Berlin, and part of the doctoral program at the Berlin School of Mind and Brain.

After completing an Honours Specialist B.A. in Linguistics at the University of Toronto, I earned my TESOL certification and moved to Berlin to teach English at various companies and institutions, including the Humboldt-Universität zu Berlin. After some years I returned to academia by completing a joint Master's of Science as part of the European Master's in Clincal Linguistics (EMCL 2015-17 cohort) at the Univerisity of Eastern Finland, Univerisity of Potsdam (Germany), and Univerisity of Groningen (the Netherlands). I also hold a M.A. in Linguistics from the University of Eastern Finland, which was completed in tandem with my M.Sc.

## Research interests

My current projects investigate the influence of high-level knowledge of the real world on the processing of language. I am specifically interested in how this knowledge interacts with temporal information, such as verb tense. I use eye-tracking during reading, self-paced reading, and electroencephalography (EEG) in order to investigate this interaction.

## Outreach

I am a co-founder and co-organiser of the [Friday Primes](https://sites.google.com/view/thefridayprimes), a monthly Berlin/Potsdam meet-up for PhDs and postdocs working on language processing.

## Keywords

psycholinguistics, language comprehension, eye-tracking during reading, self-paced reading, tense processing

# About this website

This website was built with [Quarto](https://quarto.org/docs/websites/), and contains [Quarto Books](https://quarto.org/docs/books/) for courses I've taught/am teaching. The code used to produce this website is publicly available in a [GitHub repo](https://github.com/daniela-palleschi/daniela-palleschi.github.io). I've also used the `code-tools: true` option in Quarto to make the code for each page available as a pop-up. Just look for the `</> Code` button at the top right of the page to see the relevant code in a pop-up.

## Session Info

Below is the session info relevant for the rendering of this website.

```{r}
#| echo: true
sessionInfo()
```