COSC2026NORWOOD63925 COSC
Type: Undergraduate
Author(s):
Ellion Norwood
Computer Science
Hebert Alvarez
Computer Science
Gabby Campos
Computer Science
Aqil Dhanani
Computer Science
Derek Le
Computer Science
Bereket Mezgebu
Computer Science
Stefan Saba
Computer Science
Advisor(s):
Xi Fitzgerald
Computer Science
View PresentationAgent-based models (ABMs) are widely used in computational biology to simulate complex processes such as infectious disease transmission. However, many research-grade models are implemented primarily as backend systems and lack graphical interfaces that allow researchers to efficiently configure simulations and interpret outputs. In collaboration with the Biophysics Department, this project focused on the development of a graphical user interface (GUI) for an existing viral agent-based simulation platform previously implemented without an interactive frontend.
The implemented interface integrates with the existing backend simulation environment deployed on laboratory systems, enabling structured parameter configuration, simulation execution, and visualization of model outputs. Development focused on frontend architecture, parameter validation mechanisms, backend connectivity, and data visualization components for simulation result analysis. Additional work included interface refactoring and codebase cleanup to improve maintainability and usability.
The resulting system provides a structured workflow for configuring and executing simulations while preventing invalid parameter configurations through input validation. By extending the existing modeling framework with a robust graphical interface and visualization capabilities, this work improves accessibility and operational efficiency for researchers conducting computational epidemiology experiments within the laboratory environment.
COSC2026OGLE21918 COSC
Type: Undergraduate
Author(s):
Brae Ogle
Computer Science
Tristan Gonzales
Computer Science
Alex Lee
Computer Science
Alexandre Morales
Computer Science
Sameep Shah
Computer Science
Madhavam Shahi
Computer Science
Advisor(s):
Bingyang Wei
Computer Science
View PresentationMachine Performance Check Plus (MPC+) is a software platform designed to improve quality assurance workflows for Varian TrueBeam linear accelerators used in radiation therapy. The system automatically collects and processes Machine Performance Check (MPC) data generated by clinical machines, including imaging files and measurement results, and converts them into structured, analyzable information. The platform provides a web-based dashboard that allows medical physicists and clinical staff to review machine performance metrics, visualize trends, and quickly identify values that fall outside acceptable tolerances. MPC+ also supports digital sign-off workflow and audit trails to ensure compliance with regulatory and clinical standards. By consolidating data from multiple machines and clinics into a single interface, the system reduces the time required for daily QA review while improving reliability and traceability. Overall, the project aims to make the quality assurance process more efficient, data-driven, and scalable for radiation oncology clinics operating Varian TrueBeam systems.
COSC2026OYAWOYE33508 COSC
Type: Undergraduate
Author(s):
Emmanuel Oyawoye
Computer Science
Zaid Alaqqad
Computer Science
Hayden Brigham
Computer Science
Michael Dugle
Computer Science
Tanner Hendrix
Computer Science
Arscene Rubayita
Computer Science
Merci Yohana
Computer Science
Advisor(s):
Shelly Fitzgerald
Computer Science
View PresentationThis senior design project centers on VANTAGE (Visual Autonomous Navigation and Task-driven Agentic Ground-to-air Engine), an AI-driven drone operations platform developed with MavenCode, a leading AI/ML solutions provider in the Dallas–Fort Worth area. VANTAGE enables users to command drones through natural language while integrating real-time perception tools such as speech-to-text, text-to-speech, object detection, semantic segmentation, and vision-language reasoning. The system combines a FastAPI backend, agent-based tool orchestration, and a web dashboard that supports both mission control and direct testing of AI tools through uploaded audio, image, and video inputs. Our team’s work spans full-stack development, model integration, and interface design to deliver a practical, user-centered platform for intelligent aerial autonomy. Together, these components demonstrate an end-to-end AI product approach that aligns with MavenCode’s mission of empowering organizations through training, product development, and consulting.
COSC2026PHAN45363 COSC
Type: Undergraduate
Author(s):
Riley Phan
Computer Science
Advisor(s):
Robin Chataut
Computer Science
View PresentationLarge language models (LLMs) such as ChatGPT, Claude, Gemini, and Llama are increasingly being deployed as search and decision-support tools for health-related inquiries. As users provide demographic context, including age, to obtain personalized guidance, these systems can differentially adjust tone, directive strength, or safety framework. Although age can be clinically relevant, unintended variation in the generated advice can introduce systematic safety disparities or representational bias. In this study, we analyze outputs from two major LLM families across 10,679 physical and mental health scenarios to examine how explicit age cues, including teen, young adult, middle-aged, and senior, influence the safety and linguistic properties of generated health advice. To quantify these effects, we introduce three task-specific evaluation metrics: Age Differential Safety Bias (ADSB) to measure relative safety shifts under demographic conditioning, Safety Risk Score (SRS) to capture cumulative weighted unsafe recommendations, and Tone Differential Index (TDI) to detect systematic changes in linguistic complexity and formality associated with representational harm. The results indicate that explicit age cues systematically alter the behavior of the model. Demographic conditioning consistently reduces safety quality relative to age-neutral baselines. Middle-aged cohorts exhibit a higher cumulative safety risk in directive responses, whereas senior cohorts demonstrate elevated tone shifts consistent with oversimplification and increased formality. These findings suggest that demographic sensitivity can introduce measurable allocative and representational disparities in healthcare-oriented LLM systems. This work establishes a reproducible audit framework for evaluating demographic safety sensitivity in health-focused LLM deployments and contributes to the development of standardized evaluation protocols for safer and more equitable integration of AI systems in clinical and consumer health environments.
COSC2026RAJAMONEY39952 COSC
Type: Undergraduate
Author(s):
Rachel Rajamoney
Computer Science
Zach Campbell
Computer Science
Mati Davis
Computer Science
Riley Phan
Computer Science
Ally Schmidt
Computer Science
Stryder Schossberger
Computer Science
Elijah Yoo
Computer Science
Advisor(s):
Bingyang Wei
Computer Science
View PresentationThe BatLab project aims to develop a machine learning based tool that assists researchers in identifying bat species from acoustic recordings. Bats rely on echolocation calls that vary in frequency, duration, and shape, allowing species to be distinguished through analysis of their recorded calls. Currently, researchers must manually review large volumes of acoustic recordings, which is a time consuming process that limits the scale of ecological studies. This project explores the use of supervised machine learning to automate the classification of bat echolocation calls using labeled training data. The system analyzes acoustic features within recorded calls and predicts the most likely species while flagging uncertain cases for further review. In addition, the project focuses on improving data organization and providing a user friendly interface that allows researchers to efficiently visualize and manage acoustic data. By reducing the manual workload involved in analyzing bat call recordings, the BatLab system aims to support ecological research and improve the efficiency of studying bat populations.