Transgenic Mosquito Sorter
In Collaboration with the CDC & Target Malaria
Before 2021, the CDC and the Bill Gates Foundation formed a partnership to achieve a common goal, the prevention and eradication of Malaria under the Target Malaria initiative. In their research, they discovered a genetic modifier that was able to alter mosquito larvae so that they are not able to carry Malaria. The idea was that releasing these transgenic mosquitoes into the ecosystem would allow these genetics to control the mosquito population and eventually lead to lower population sizes for the mosquito species that transmit Malaria with the highest frequency. More Details
However, there was a huge bottleneck blocking this initiative from taking off. The genetic modification was not 100% successful and releasing larvae with the failed mutation would only add to the spread of Malaria. This led to the need for scientists to look at the modified larvae individually under a microscope to see if they were suitable to be released into the ecosystem, marked by the presence of flourescent protein markers in successful mutations. As you can imagine this was a time-intensive process prone to human error. Additionally, to truely impact an ecosystem the larvae would have to be released in large amounts and over time, making this manual approach largely unrealistic. The team and I were approached and challenged to reinvent this process and enable the initiative to take flight.
Defining the Problem
With the goal of creating a system that is low-cost and easy to repair to enable its use in countries with limited access to resources, we strived to keep things simple. Additional needs of the project were defined as requiring a continuous flow of mosquitoes through the system for constant sorting and higher throughput while not damaging the larvae. This was achieved using a pump to move the larvae through transparent, water-filled tubing at a steady rate. The previous manual task could be broken down into two stages: sensing and sorting.
Sensing
For the sensing side of things we first had to find a laser with a wavelength that would optimally excite the flourescent protein markers. Through research and successful lab testing, we decided to proceed with a 532 nm line laser. A line laser was chosen over a point laser allowing for protein marker activation over a larger length of tubing. This helped to ensure that our sensor would catch a positive flourescent case even if not constantly taking measurements as sampling rate varies amongst sensors. For the sensor, we experimented with RGB sensors and vision systems before realizing that the best way to isolate the emitted flourescence was to use a lux sensor encased in red acetate to filter out the laser light and any ambient light. Once we established a baseline reading for the sensor, we were able to flow flourescent samples through our device and observe spikes in the lux readings as the samples passed through. The major challenge here was finding the right combination of laser wavelength and sensor sensitivity to be able to observe the flourescence from the protein markers. The final sensing system is what is shown above.
Sorting
Once sensing was tuned and considered reliable, the team turned its attention to the sorting mechanism. The physical system for sorting consisted of a stepper motor with a 3D printed coupling to hold the tubing and control the direction of flow at the exit of our system into one of two containers.

The communication between the sensor and the sorter was where the software came in. Given the nature of the problem, the default positioning of the flow was into the Waste Bin. Ideally, only failed mutations would end up here but if errors occurred there would be successful mutations here as well. This was preferred over the case where failed mutations were wrongly sorted and prepared for release into the wild, let's call this the Positive Bin. Programming the microcontroller (Arduino w/ i2c comms), I was able to create a binary queue system that would tell the sorter when to divert the larvae to the Positive Bin. Using additional sensors to detect any passing larvae, the queue added a 0 entry to the end of the queue by default when a larvae was detected entering the sensing portion of the system. If the flourescence was detected, this value was changed to a 1. Towards the end of the system right before sorting, another sensor popped values off of the queue, diverting the flow temporarily if the popped value was a 1. As long as the larvae were evenly and predictably spaced out along the stream, this method proved effective.
Final System

The final system achieved throughput of greater than 1 larvae per second with less than 2 percent sorting error. More crucially, there were no instances of false positives! The total system cost $100 to make compared to the current market sorting solution, COPAS, which costs $400,000. The device is also easily transportable to allow distribution amongst labs. Meeting all target specifications, this project was deemed a success, earning semi-finalist recognition for the InVenture Prize. Unfortunately, the team was not available to compete deeper into the competition due to job related relocation. The full white papers can be found here.
Impact
What makes this project one of my favorite is that I was able to see my efforts lead to real-world results. When scrolling on Twitter one day, I came across a video of a plane releasing transgenic mosquitoes into the wild as part of a project funded by the Bill Gates Foundation, Target Malaria. My team's efforts had contributed to the successful launch of the initiative.
