Projects#

This page describes some of the major projects that I have worked on over the past and present.

Current projects#

2i2c logo

The International Interactive Computing Collaboration is a non-profit organization dedicated to developing and providing infrastructure for interactive computing in research and education. It is an attempt at providing sustainable, vendor-agnostic, and open infrastructure that maximizes flexibility, choice, and productivity for research and education.

Jupyter Book

Jupyter Book is an open source project for building beautiful, publication-quality books and documents from computational material.

It is stewarded by the Executable Books Project, an international collaboration to build open-source tools that facilitate publishing computational narratives using the Jupyter ecosystem.

The Binder Project

Binder allows you to create custom computing environments that can be shared and used by many remote users. It is powered by BinderHub, an open-source tool to deploy the Binder service in the cloud. One such deployment lives at mybinder.org, where it is run as a free service.

The goal of Binder is to enable people to share reproducible, interactive versions of their code with others as easily as possible. It is used by people across the scientific, education, and analytics communities.

JupyterHub logo

JupyterHub is a tool that lets an administrator serve many user sessions from a single machine. The Zero to JupyterHub guide is an instructional and opinionated guide to deploying a JupyterHub on Kubernetes, a framework for deploying / managing cloud resources.

The Zero to JupyterHub guide was originally written as an extension of the technical infrastructure for UC Berkeley’s Data 8 course, and since then has become the most popular method for running a JupyterHub at scale in the cloud.

Past projects#

The Docathon

Docathon logo

The Docathon is a week-long global sprint where we focus our efforts on improving the state of documentation in the open-source and open-science world. This means writing better documentation, building tools, and sharing skills.

The first Docathon was held in 2017, and had participants from across the globe.

More than 40 open-source projects contributed, and in total we put out a roughly ten-fold increase in contributions to documentation over the week!

MNE-Python logo

MNE-Python is open-source software for exploring, visualizing, and analyzing human neurophysiological data (MEG, EEG, sEEG, ECoG, etc).

After my PhD, I spent some time generalizing the code I had written for receptive field analysis of human ECoG data, which now exists in MNE-Python.