Explore >> Select a destination


You are here

austinrochford.com
| | www.karsdorp.io
8.4 parsecs away

Travel
| | I'm a researcher in Computational Humanities and Cultural Evolution at Amsterdam's [Meertens Institute](https://meertens.knaw.nl/index.php/en/), affiliated with the Royal Netherlands Academy of Arts and Sciences. I study aspects of cultural change and experiment with methods to quantify cultural diversity. A significant aspect of my recent work is understanding and accounting for biases in these quantifications. I like to use computational models from fields such as Machine Learning, Cultural Evolution, and Ecology to aid these investigations. Beyond research, I have a passion for teaching computer programming, especially within the Humanities context. Together with [Mike Kestemont](http://mikekestemont.github.io/) and [Allen Riddell](https://www.ariddell.org/), I published the book "Humanities Data Analysis" with Princeton University Press, which guides readers on leveraging Python for analyzing Humanities data. Check out the open access edition [here](https://www.humanitiesdataanalysis.org)!
| | simkovic.github.io
18.0 parsecs away

Travel
| |
| | isaacslavitt.com
9.7 parsecs away

Travel
| |
| | zevross.com
127.5 parsecs away

Travel
| Using the merge() function in R on big tables can be time consuming. Luckily the join functions in the new package dplyr are much faster. The package offers four different joins: inner_join (simila...