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
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
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
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).
How to upload Python packages to PyPI
Published:
Instructions for uploading a Python package to PyPI or Test PyPI, taken from the Python docs. Note that first you need to have a properly formatted pyproject.toml
or setup.py
Setting up the MATLAB engine for Python
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
Published:
Setting up this personal website from the template at academic pages involves several steps:
- Set up localhost using ruby so that the website can be served for development.
- 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
Cue-Induced Changes in the Stability of Finger Force-Production Tasks Revealed by the Uncontrolled Manifold Analysis
Published in Journal of Neurophysiology, 2018
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Satyajit Ambike, "Cue-Induced Changes in the Stability of Finger Force-Production Tasks Revealed by the Uncontrolled Manifold Analysis." Journal of Neurophysiology, 2018.
Download Paper
Expectation of Movement Generates Contrasting Changes in Multifinger Synergies in Young and Older Adults
Published in Experimental Brain Research, 2018
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Satyajit Ambike, "Expectation of Movement Generates Contrasting Changes in Multifinger Synergies in Young and Older Adults." Experimental Brain Research, 2018.
Download Paper
Real-Time Optical Motion Capture Balance Sonification System
Published in ACM International Conference Proceeding Series, 2020
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Luke Dahl, Christopher Knowlton, Antonia Zaferiou, "Real-Time Optical Motion Capture Balance Sonification System." ACM International Conference Proceeding Series, 2020.
Download Paper
The Influence of Recent Actions and Anticipated Actions on the Stability of Finger Forces during a Tracking Task
Published in Motor Control, 2020
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Satyajit Ambike, "The Influence of Recent Actions and Anticipated Actions on the Stability of Finger Forces during a Tracking Task." Motor Control, 2020.
Download Paper
Frontal Plane Balance during Pre-Planned and Late-Cued 90 Degree Turns While Walking
Published in Journal of Biomechanics, 2022
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Janine Molino, Antonia Zaferiou, "Frontal Plane Balance during Pre-Planned and Late-Cued 90 Degree Turns While Walking." Journal of Biomechanics, 2022.
Download Paper
Gait-Phase Specific Transverse-Plane Momenta Generation during Pre-Planned and Late-Cued 90 Degree Turns While Walking
Published in Scientific Reports, 2023
Use Google Scholar for full citation
Recommended citation: Mitchell Tillman, Janine Molino, Antonia Zaferiou, "Gait-Phase Specific Transverse-Plane Momenta Generation during Pre-Planned and Late-Cued 90 Degree Turns While Walking." Scientific Reports, 2023.
Download Paper
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.
Circle in Convex Hull
Determine the largest circle in a 2D convex hull. MATLAB File Exchange
MATLAB Virtual Environment Manager
Emulate the functionality of a Python virtual environment to isolate folders. MATLAB File Exchange
Zotero Utils
Analyze your Zotero library. GitHub
Data Science Project ZSH Template
zsh file to create new data science projects. GitHub
Zotero Plugin for Open Alex Work ID
Zotero plugin to query the OpenAlex web API for a work ID. GitHub
talks
Uncertain motor plans lower stability of current prehensile behaviour
Published:
Podium presentation by Mitchell Tillman
Reduction in stability of manual behavior in uncertain conditions
Published:
Poster presentation by Mitchell Tillman
Effects of Past and Future Motor Actions on Present Multifinger Pressing Behavior
Published:
Podium presentation by Mitchell Tillman
Interactions between fingers during rapid force pulse production
Published:
Poster presentation by Marissa Munoz-Ruiz
Frontal-Plane Whole-Body Angular Momentum During Pre-Planned and Late-Cued Turns
Published:
Podium presentation by Mitchell Tillman
The Biomechanics of Frontal Plane Balance
Published:
Oral presentation by Mitchell Tillman
User-Centered Design of Sonified Balance Biofeedback
Published:
Podium presentation by Dr. Zaferiou
The Role of Each Leg In Turn Performance
Published:
Oral presentation by Mitchell Tillman
sciOS a ”science operating system”: Developing A Software Platform to Facilitate Scientific Analysis
Published:
Oral presentation by Mitchell Tillman
Gait Phase-Specific Generation of Transverse Plane Momenta during Pre-planned and Late-cued Turns
Published:
Podium presentation by Dr. Zaferiou
Lateral Distance as a Measure of Balance During 90 Degree Pre-Planned and Late-Cued Turns
Published:
Podium presentation by Dr. Antonia Zaferiou. Student competition finalist.
Generation of Transverse Plane Linear and Angular Momenta During 90 Degree Turns
Published:
Podium presentation by Mitchell Tillman
Evaluating the Understandability of Real-Time Sonified Biofeedback Prototypes for Balance Training
Published:
Poster presentation by Vibha Iyer
Frontal Plane Balance Patterns of Older Adults During Pre-planned and Late-cued Turns
Published:
Poster presentation by Zahava Hirsch
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.