Projects

Overview

Welcome to the projects section of my portfolio! Browsing around here, you can see some of the things that I’ve worked on over the years.

This page has turned into somewhat of a developer story and describes the journey I’ve taken from a chemical engineering student with a cursory interest in software development to a competent software developer (at least I would like to think so!).

If you would like to just browse my projects without the story, look to the menu bar to the left or the links at the bottom of the page.

Career Projects

These projects are ones that I’ve worked on during my career as a researcher.

The Kekenes-Huskey Lab

During my junior year at the University of Kentucky, I took Physical Chemistry for Engineers with Dr. Kekenes-Huskey. Dr. Huskey mentioned that his research was “entirely theoretical and based on computer modeling” which piqued my interest. I had a quick chat with him and within the week was working towards joining the lab.

MatchedMyo

Workflow for the MatchedMyo project

I started out working in the Kekenes-Huskey Lab at the University of Kentucky Department of Chemistry on some reaction-diffusion models of calcium in the heart but quickly moved on to my personal project, detecting remodeling in heart cells due to heart failure. This culminated in the MatchedMyo project that was published in the Biophysical Journal.

Calcium Spark Detection

Figure demonstrating difference in calcium spark location

While working on the MatchedMyo project, the lab was approached with a need for development of an algorithm that detected calcium release events in heart muscle. I designed, developed, and tested the calcium spark detection algorithm that was published in the Journal of Physiology.

The Campbell Muscle Lab

The Kekenes-Huskey lab moved to Loyola University in Chicago and I had personal ties to Lexington, Kentucky, so I decided to stay when offered a job with Ken Campbell at the Campbell Muscle Lab.

PyOpt

Numerical modeling framework.

FiberSim Blender Visualization

FiberSim Blender visualization pipeline.

Hobby Projects

These projects are all ones that I developed in my own time, either for fun, to scratch an intellectual itch, or to make my life easier in some way!

Ingreedyents

The idea for Ingreedyents hit me when I was walking through the aisles one day at Kroger. I thought wouldn’t it be great if we could combine a UPC scanner with recipe nutrient tracking (macro- and micro-nutrients) and potentially recipe-to-availabe-ingredient matching? I played around with this for some time and have since developed Ingreedyents.

uniTypes

When working on Ingreedyents, I needed a way to conveniently handle units and conversions between units of food, macronutrients, and micronutrients that I was handling for the nutrition information of the recipes. Out of this necessity, uniTypes was born.

uniTypes is a header only implementation of a unit library based initially on this writeup but eventually growing into its own library, owing mostly to the need for a string-to-unit type map. uniTypes is convenient to use thanks to the use of user-defined literals for type specification.


Table of contents