I'm a student at the University of Chicago studying Computer Science and Data Science, and I'm an aspiring software engineer.
Hi! My name is Kaitlyn Li, and I'm a fourth year at the University of Chicago majoring in Computer Science and Data Science.
This past summer, I began working at the UChicago Human-Robot Interaction lab designing a study that tests the use of robots in social-emotional learning (SEL) lessons for children. I will continue working on this project throughout the school year. My work will involve developing lesson plans based on current SEL curriculum, implementing robot functionalities using Python, and performing data analysis.
Outside of academics, my hobbies include lifting, crocheting, and watching NHL games.
Download ResumeThis repository explores a dataset of all the 2023-2024 National Hockey League (NHL) regular season games. Various models to predict the outcome of NHL games are trained and tested in an attempt to find the best model.
The Sociome Data Commons is an open-source project that facilitates uploading, storing, and accessing datasets on a wide variety of topics for researchers to use. It aims to encourage the further study of wider ranges of social determinants of health rather than just one determinant or a set of related determinants in order to avoid potential loss of nuances and interactions between factors.
This project attempts to find the minimum spanning tree that satisfies bound constraints on nodes within a graph. It modifies known algorithms such as Kruskal’s algorithm and Prim’s algorithm and uses optimization techniques such as linear programming.
This project simulates a stock exchange market that takes limit buy and sell orders by reading orders from .txt files. It implements data structures such as linked lists and heaps.
This project traces the reverse path of light back to light sources to create photo-realistic images. In order to create interesting photos and textures, it implements several object types.