Projects

Walkability and Well-Being - An Urban Analysis

Old Dominion University, Fall 2023

Collaborated with classmates on a project exploring the intricate relationship between community walkability and various facets of well-being in urban environments, focusing on New York City neighborhoods.

Objective:

Investigate correlations between walkability and well-being indicators, such as concentrated poverty rates and student obesity rates.

Methodology:

Collected data on New York City walkability, poverty, and obesity. Utilized Python, Pandas, Matplotlib, and Seaborn for preprocessing and visualization. Merged datasets for comprehensive analysis.

Results:

No significant correlation between walkability and poverty. Identified higher obesity rates in less walkable New York City neighborhoods. Visualization displaying the correlation between Poverty and Walkability in New York City neighborhoods. Visualization displaying the correlation between Obesity and Walkability in New York City neighborhoods.


CPU Scheduling & Process Synchronization

Old Dominion University, Fall 2023

Collaborated with a classmate on a comprehensive project addressing CPU scheduling algorithms and process synchronization.

CPU Scheduling Problem:

Process Synchronization Problem:

This project allowed us to delve into the intricacies of operating systems, applying theoretical concepts to practical problem-solving.