Social ScienceQuarto

Væl Space

Home PageRSS Feed
language
Social Science
Published

I’m currently running a D&D campaign, and in a recent session we ended with the plan for the party to interrogate a character they’d captured. We play every other week, which meant I had two whole weeks to figure out what exactly this character knew. I was worried about a few things though.

Social Science
Published

Following on from my post about darkmode in ggplot2 4.0, I wanted to also mess around with the new stat_manual() that’s available. And folks, it’s good! source(here::here("_defaults.R")) library(tidyverse) library(tidynorm) library(scales) The announcement blog post says Let’s put it to the test! Plotting sine waves I’m teaching Phonetics this semester, so I’ve got sine waves on the mind.

Social Science
Published

Back in April, Quarto v1.7 introduced the ability to display multiple outputs from a single code chunk depending on whether or not the side is in dark mode. This was really exciting for me, because even though I prefer to keep sites in dark mode for personal use, I’ve found that in some presentation and teaching settings, the projector and lighting conditions make dark mode illegible.

Social Science
Published

Note This is a version of the AI course policy I’m introducing this semester. 🚫 When in doubt: No. There is no aspect of this course for which it is recommended, appropriate, or acceptable to turn to a Large Language Model (more commonly called an AI) such as ChatGPT. This includes: Working on graded assignments, quizzes, or discussion prompts. As a supplement to the readings or course notes.

Social Science
Published

I just saw a really interesting paper by Scott Nelson and Jeffrey Heinz (Nelson and Heinz 2025) that proposes a model of phonology and phonetics as complex function application that maintains a discrete phonology while also alowing for things like incomplete neutralization. I myself am always sort of able to follow formal notation, but get a better understanding if I try rewriting it in a programming language of some sort.

Social Science
Published

I’m not sure when I first came across his stuff, but I’ve really admired Andrew Heiss’ public scholarship, including his blog, which is full of handy stuff. At some point I noticed he had post-level DOIs minted. I knew you could mint repository-level DOIs with GitHub and Zenodo, but maintaining each post as a repository and adding them as submodules to a blog is… a lot.

Social Science
Published

I had a lot of fun working with the XKCD color survey data, and I think I’ll keep messing around with it here and there in the future. But I also think I’ll want access to the full data. The tidytuesday data set was necessarily boiled down. The answers data frame contained just one hex code associated with one color label, not every color label given to every hex code in the survey.

Social Science
Published

So now I can finally get to visualizing the effect of “light” and other modifiers on colors! When I eventually get to the plotly code, there’s nothing tidy going on, so I’ll be code-folding most of this stuff.

Social Science
Published

This tidytuesday dataset of colors labels is like the perfect confluence of interests for me! I’ve started learning how to do digital art to illustrate characters for a D&D campaign: Which means I’ve been looking a lot at a color picker that uses Hue, Saturation and Lightness sliders (even though they’re not labelled that way). But I’ve had an interest in colors and color theory for a while.

Social Science
Published

When I saw that the TidyTuesday dataset was the the XKCD color survey this week, I had to jump in! source(here::here("_defaults.R")) library(tidyverse) library(tidytuesdayR) library(tinytable) library(mgcv) library(marginaleffects) library(ggdist) library(ggdensity) library(geomtextpath) set.seed(2025-07-08) # eval: false # downloading &