Isabella Neel

Undergraduate Student

Computer Science

About Me

I am a student currently attending the University of Maryland, College Park. I am pursuing a degree in Computer Science with a particular interest in becoming a software programmer. I first took interest in code and programming in middle school when some high schoolers came to our class to teach us some basic python and I've been excited about programing ever since. Going forward in life I'd love to be able to help others in creating projects using the programming skills I'm currently learning.

Projects

Drone Deployment State Machine

During my internship at Platform Aerospace I programed the state machine for the cicada project. the cicada project involves deploying numerous mini drones from a pod. I programed the deployment sequence in C++ within two weeks The program gave functionality to a web GUI that deployed mini cicada drones from a larger drone. I also implemented extra web GUI functionality within two days.

Serial Reader

During my Platform Aerospace internship I also created a program in python that read information from two serial ports, translated them from bytes into ASCII, and printed out human-readable information onto a .csv file within two weeks. I implemented this project on a raspberry pi with a linux distribution operating system.

Chore Wars Website

Collaboratively created a website with one other person. The website allows users to sign up with their roomates and compete for points by completing household chores. Used HTML, CSS, JavaScript, and NodeJS. Github was used as well for collaborative work