Posts

Code to automatically generate a search bar in JS from XML page content in Hugo

March 3, 2022 - 4 minutes
hugo js r

JS Code to Create and Format Comments in Static Websites like Hugo

March 3, 2022 - 3 minutes
hugo js

Recent Blogging on Statistical Concepts

June 30, 2021 - 2 minutes
Teaching things you've learned can be a rewarding challenge
stats r

Permutation Test for F-score Differences in Python

April 22, 2021 - 3 minutes
Permutation tests can be applied in very diverse scenarios...
code-snippet python stats

Notes on Downloading Conversations through Twitter's V2 API

March 23, 2021 - 10 minutes
Twitter conversations might be a fruitful avenue for SNA, but documentation is still sparse
twitterapi bash

Using Bash to Query the New Twitter API 2.0

February 15, 2021 - 9 minutes
Twitter recently gave researchers access to a generous monthly amount of data for free
tutorial twitterapi bash

Code Snippet: How to Embed a Jupyter Notebook in Your Hugo Static Website

January 22, 2021 - 2 minutes
Sure you could use a fancy render script, but you could also keep it simple...
code-snippet hugo python

Code Snippet: Including Shiny Apps in Your Static Website with Hugo

January 9, 2021 - 2 minutes
Adjust the iframe accordingly through shortcode argument parsing
code-snippet hugo shiny R

How to Display Your CV in a User-Friendly Reader Format on (Almost) Every Browser with Hugo

January 3, 2021 - 3 minutes
Minimizing the chance a visitor downloads your CV without intending to is not too difficult
hugo html

Using Bash to Query the CrowdTangle API and Parsing Outputs to CSV with R

December 19, 2020 - 8 minutes
Once again, understanding your API yields unexpected advantages and flexibility
tutorial crowdtangle bash R