Tutorials
Psycholinguistics
-
Extract by-interval mean formants in Praat
27 June 2024On this page I present a Praat script that extracts by-interval mean formants.
-
Python program to present an array of pictures and their labels
20 February 2024In a visual world eye-tracking experiment, sometimes the researcher needs to familiarise participants with the pictures they will see before the eye-tracking procedure to allow the participants to associate each picture with a specific label. On this page I share a Python program for this familiarisation task, based on pygame.
-
Reducing breathing and room noise from speech samples
23 July 2023On this page I share my Python script that removes breathing and room noise from recordings of my participants’ responses in a speech production experiment.
More Posts >>
Markup and Markdown
-
How to show Jekyll posts from one category, sorted by tags
16 March 2023Here is my solution that allows your Jekyll page to show blog posts from one category, sorted by tags.
-
My workflow of creating PDF and docx files using Rmd and Markdown
15 March 2023On this page, I record my workflow of working with Markdown, RMarkdown, and Pandoc, to achieve a good writing and rendering experience, while allowing some room for collaboration.
-
How I got ready to make LaTeX files with RMarkdown
16 February 2023As an academic rooky I feel that I will eventually need to deal with LaTeX one way or another. However, I wonder whether I have to fully learn LaTeX if I’m already familiar with markdown, a way simpler formatting language. So I started searching the internet for solutions, and I think I found something useful for me.
More Posts >>