Microbial Ecology
A chemostat is a laboratory apparatus that is used to culture bacteria and other microorganisms in order to study interactions and growth rates in a controlled setting. A chemostat consists of a growth chamber that contains a liquid medium in which the microbes grow, inflow and outflow tubes to input fresh nutrients and remove used media, and an agitator or some other method of keeping the medium in the growth chamber well mixed. The system can be described by a system of differential equations that track changes in microbial biomass $x$ and nutrient concentration $s$
\begin{align}\label{eq:chemostat}
\frac{ds}{dt} &= \frac{Q}{V}(s^{\rm{in}}-s) -f(s)x,\\
\frac{dx}{dt} &= \left(f(s)-\frac{Q}{V}-d\right)x.
\end{align}
Here $Q$ is the which is the flow rate through the growth chamber, $V$ is the volume of the chamber, $s^{\rm{in}}$ is the concentration of nutrient in the influent medium, and $d$ is the species-specific decay (or maintenance) rate. The function $f$ is known as a response function, and describe how the particular strain of microbes uptakes nutrients and grows.
This relatively simple model acts as the foundation for a wide range of mathematical models, including ones for bioreactors, wastewater treatment plants, river ecosystems, and microbial evolution. I am interested in questions about competition and coexistence, invasion, control, and optimization in these systems.
Epidemiology
The classic model for the spread of an infectious disease is the SIR compartmental model. The main assumptions of the model are that every individual in a population can be classified as susceptible $(S)$, infected $(I)$, or recovered $(R)$. The flow of individuals between compartments is often modeled as a system of differential equations,
\begin{align}
\frac{dS}{dt} &= \mu(1-S)-\beta S I,\\
\frac{dI}{dt} &= \beta S I - \delta I - \mu I,\\
\frac{dR}{dt} &= \delta I - \mu R.
\end{align}
Here $\mu$ is the intrinsic birth/death rate; $S,I,R$ are the proportions of the full population classified as susceptible, infected, and recovered, respectively; $\beta$ is the force of infection, and $\delta$ is the rate of recovery. In analogy with the chemostat, we can think of the susceptible population as a 'resource' for the infection. In line with this view, we can see that the first two equations of the SIR model are simply the chemostat model with mass-action response.
Despite the amount of data being collected, the COVID-19 pandemic was very difficult to control and accurately predict, partially because of the number of unreported cases due to people not showing symptoms or stigma associated with the disease. I am interested in developing better methods to use the data we can collect about infectious diseases, particularly indirect data collection methods such as wastewater surveillance data.
Transient Dynamics
Mathematical analyses of biological systems often focus on determining the long-term or asymptotic behavior of solutions to dynamical systems, under the assumption that this characterizes the system's important behavior. In many cases however, the asymptotic behaviour may only be observed on time-scales much greater than those relevant to the problem, making the long-term dynamics irrelevant. In these cases, short-term (transient) dynamics provide more meaningful insights, and can differ significantly from long-term behavior.
There are two popular approaches to studying transient behaviour. One approach is an attempt to categorize different qualitative types of long-lasting transient behaviour, similar to how we have categorized different types of $\omega$-limit sets (equilibria, periodic orbits, strange attractors, etc.). Another approach towards understanding transient dynamics is by studying the short-term response to perturbations from invariant sets, similar to how local stability is defined.
Both approaches are currently in their infancy. The mathematical community has started collecting a zoo of examples of long transience, but are still working towards a formal mathematical definition of 'long transience'. On the other hand, the developed theory for short transients only seems to be valid for linear systems and only for specific norms. I am working on developing theory in both cases, with a long-term goal of connecting the two sides of the coin, similar to how local stability is often used to characterize the full qualitative asymptotic behaviour of a system.