Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Designing Software Along Axes of Change

2 minute read

Published:

Software is tough to design - not because programming itself is difficult, but because the technical requirements and user input are subject to change. As someone who is not a software engineer by training, cutting through the decision paralysis to design programs to accommodate change is one of the most difficult parts of programming.

Setting up and Debugging Editable Python Packages

2 minute read

Published:

Editable installs in Python are kind of broken, at least in more recent versions of Python 3 (~3.7+ at least). The purpose of an editable installation is to allow the developer of a package to install and import it in the same fashion that any user would, and enable changes to be made to the installed package without needing to reinstall the package after every single change. Unfortunately, that functionality seems to be broken, at least using pip and venv.

The Eternal Search for a Good Graph Visualizer

2 minute read

Published:

Graphs (in the mathematical sense) underly many common problems, as they are an elegant way to manage “many to many” relationships. They have certainly captured my attention in the last few years as I attempt to build a workflow orchestration tool/data processing pipeline runner for use in my own research, which requires a graph (specifically, a DAG) to keep track of the dependencies of each step (see my current effort here).

Setting up the MATLAB engine for Python

1 minute read

Published:

You can run MATLAB commands in Python using the MATLAB Engine API for Python. This page documents what I’ve learned about the process of setting it up.

Setting up this website from template

2 minute read

Published:

Setting up this personal website from the template at academic pages involves several steps:

  1. Set up localhost using ruby so that the website can be served for development.
  2. Setting up the markdown generator .ipynb files to fill in Publications (from ORCID) and Talks (from a .csv file). Also manually add the corresponding PDF files for the Publications and Poster Talks.

publications

Healthy Older Adults Generate Transverse-Plane Momenta Required for 90$^circ$ Turns While Walking during the Same Phases of Gait as Used in Straight-Line Gait

Published in Journal of NeuroEngineering and Rehabilitation, 2024

Use Google Scholar for full citation

Recommended citation: Mitchell Tillman, Jun Liu, Zahava Hirsch, Janine Molino, Antonia Zaferiou, "Healthy Older Adults Generate Transverse-Plane Momenta Required for 90$^circ$ Turns While Walking during the Same Phases of Gait as Used in Straight-Line Gait." Journal of NeuroEngineering and Rehabilitation, 2024.
Download Paper

software

In Development

A list of my software projects that are in development and not ready for unsupervised public access.

talks

teaching

Teaching experience 1

Undergraduate course, University 1, Department, 2014

This is a description of a teaching experience. You can use markdown like any other post.

Teaching experience 2

Workshop, University 1, Department, 2015

This is a description of a teaching experience. You can use markdown like any other post.