Skip to content
View thomaswilburn's full-sized avatar
🦝
🦝

Organizations

@Chalkbeat
Block or Report

Block or report thomaswilburn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thomaswilburn/README.md

Hi.

banner

I'm Thomas Wilburn, and this is my profile.

I'm a data journalist with over a decade of experience in building rich, interactive storytelling. Currently, I'm the Senior Data Editor for Chalkbeat. Before that, I was the senior news apps developer for NPR Visuals, and created cutting-edge stories and tools on the Interactives team at The Seattle Times.

I've also been a guest lecturer at The University of Washington, worked at ArenaNet (makers of Guild Wars 2) and Big Fish Games, ran the Multimedia Team at Congressional Quarterly, and produced educational audio and video for the World Bank Institute.

In my spare time, I'm a bassist, a b-boy, and a blogger. I like sandwiches, dogs, and lists with three items in them.

Work I'm proud of

  • The interactive project template: A static site generator specifically designed for building data journalism projects, this sets up a scaffolding that pulls data from Google Docs and Sheets, as well as local JSON, CSV, and text files, and publishes to Amazon S3. I started this in 2014 at the Seattle Times, and have brought it with me ever since (including an iteration at NPR that powered the 2020 election rig and the new Books We Love experience). Why I like it: I'm biased, but I think it's the perfect balance between refined scope and accessible power.
  • Dailygraphics Next: Where the interactive template provides a high ceiling, the Dailygraphics rig is intended for a tightly-defined scope - small, embedded graphics that are often (but not always) built in D3. This project was a successor to the original Dailygraphics project, providing a web-based UI and live reloads while editing. Why I like it: One of the largest projects I've built solo, with a clean architecture that's been easy to extend or refine.
  • Betty: A parser for ArchieML, a lightweight document format that's often used in news projects. Why I like it: Where the original parser from the New York Times is built on regex, this implements a real three-stage parsing and assembly process, adding new hooks for key/value parsing and new syntax for multiline strings. See this post on how it works, and how it improves on the original.
  • Tarot: By many standards a toy application, this social card image generator was a chance to put a new twist on an old challenge. You can read more about Tarot's architecture on the Chalkbeat Dataviz blog. Why I like it: I've long been a fan of custom elements, and Tarot ended up being a succinct encapsulation of how they can create a more expressive, almost whimsical design for web apps.
  • Web Components in Practice and The Elegant Selection: Two digital books I wrote in an effort to distill some of my lessons-learned from a decade in visual journalism for the web. Why I like it: Like me, these books are messy, personal, and (I hope) helpful for those finding their way in newsrooms that are still struggling with digital publishing.

Pinned

  1. nprapps/interactive-template nprapps/interactive-template Public

    A Node-based template for starting news apps and interactive pages

    JavaScript 57 19

  2. nprapps/sidechain nprapps/sidechain Public

    Modern responsive iframes

    JavaScript 33 4

  3. nprapps/dailygraphics-next nprapps/dailygraphics-next Public

    NPR's daily graphics rig, 2.0

    JavaScript 62 17

  4. Caret Caret Public archive

    A sublime text editor for Chrome OS

    JavaScript 1.8k 212

  5. viz-book viz-book Public

    An open textbook on news graphics for the web

    HTML 9

  6. radio-v2 radio-v2 Public

    Web-first podcast client built in custom elements

    JavaScript