
Hey, I'm Meg!
I am a student at Cornell University majoring in Computer Science and minoring in Artificial Intelligence.

Welcome to my corner of the internet!
Experience
Autopilot Software Engineer

Cornell University Unmanned Air Systems
OCT 2023 - Present
Ithaca, NY
- Collaboratively develop a full-stack ground control station (GCS) to operate a semi-autonomous aircraft for competition.
- Optimize path planning for better accuracy using Bezier calculations between waypoints to determine flight path.
- Make frontend design and backend functionality adjustments to make the GCS more user friendly for effective use.
Python Course Consultant

Bowers College of Computing and Information Science
JUL 2024 - Present
Ithaca, NY
- Facilitate office hours, weekly labs, and one-on-one meetings for CS 1110: Intro CS Design & Development to enhance student understanding of Python, programming concepts, software development, and program design.
- Contribute to staff planning meetings, grade assignments and exams, and provide meaningful feedback.
Vice President of Corporate Relations

Women in Computing at Cornell
JAN 2024 - Present
Ithaca, NY
- Establish and maintain positive relationships with companies such as Capital One, Hudson River Trading, and Sandia National Laboratories by networking with recruiters, bringing in approximately $20,000 in sponsorships.
- Organize corporate events such as coffee chats, information sessions, and workshops for 400+ active members.
ASCEND Intern

Bowers College of Computing and Information Science
SEP 2023 - Present
Ithaca, NY
- Selected to participate in a highly selective two-year program to support students in academia and industry.
- Collaborating with peers to develop an entrepreneurial project, which will be pitched to LinkedIn, with guidance from industry mentors.
Portfolio

LMCC Alumni Portal
NOV 2024
The LMCC alumni portal is a full stack application created during the Code for Good hackathon for the Lower Manhattan Cultural Council, an organization supporting emerging artists. The portal was designed to connect LMCC alumni and thus features customizable user profiles, a social media feed, artist matching via a machine learning model, a job board, and an events directory. It was built with a Next.js and Tailwind CSS frontend, Node.js backend, and a Firebase database.
Next.js
Tailwind CSS
HTML/CSS
GitHub
Google Maps API
Machine Learning
Frontend
Backend
Full Stack
Node.js
Firebase
UI/UX Design
Authors: Shashank Raghuraj, Marko Gjurevski, Meg Isohata, Frank Kavanaugh, Isaac Robles, Kevin Frazier, Crystal Zhu

Etch-A-Sketch
OCT 2024
Etch-A-Sketch is a browser-based drawing program inspired by the classic toy. Users can adjust the canvas resolution with a slider; draw with a pen, shader, or eraser using customizable colors; and clear the canvas. It was developed with HTML, CSS, and JavaScript, leveraging event-driven programming to handle user input and game logic.
HTTML/CSS
JavaScript
GitHub
Responsive Design
UI/UX Design
Documentation
Author: Meg Isohata

Interactive Image Selector
MAY 2024
The Interactive Image Selector allows users to load an image from the device, use the “Point-to-point” tool to select straight lines of the image or use the “Intelligent scissors” tool to identify edges based on the brightness and color of pixels - similarly to Photoshop’s Magic Wand tool - and save the selected portion of the original image as a PNG file. The GUI was built using Java’s Swing framework, and Dijkstra’s algorithm was implemented with a min-heap queue.
Java
Swing Framework
GUI
Dijkstra's Algorithm
Data Structures
Unit Testing
Documentation
Author: Meg Isohata