Claire's Homepage


Home Projects
Hello, my name is Claire, and this is my current homepage. I use it to showcase the projects I've been working on and some information about myself.

I am currently a graduate student studying electrical engineering with a concentration in device physics.

Collection of personal engineering and math books

Research Interests


I have a number of personal research interests I like learning about including but not limited to:

Projects


Current Projects

This is a list of projects I am currently working on.

Java-based code scanning game Android application

Repository Not Available

An Android application built as a proof-of-concept for a physical game. The application will provide an interactable countdown clock alongside the game.

Plotly pie chart scatter plot overlay

Image file demonstrating the pie chart program
Repository

Combining two aspects of the Plotly library, this project attempts to plot unique pie charts over individual scatter plot points.

Completed Projects

This is a list of projects I have completed, either for my personal study or for clients.

Tavern Keeper

Image file demonstrating the commands for Tavern Keeper 1
Repository

Tavern Keeper was a request for a Discord bot that simulated a fantasy virtual marketplace. Users are able to sign up, purchase items, and are given usable currency based on attendance.

The bot was written in Python and originally originally stocked with a MongoDB instance, but was later rewritten to utilize a MySQL instance on Amazon's Relational Database Service.

Tavern Keeper 2.0
GIF demonstrating the capabilities of Tavern Keeper 2
Repository

Tavern Keeper 2.0 was rewritten from the ground up, using an SQL database in an Amazon relational database service. The speed of the bot's responses increased, in addition to adding a command function that automatically randomly restocks the marketplace from over 1500 possible items.

Gunbarrel Graphing Software

Image depicting the menu for the gunbarrel graphing program
Image depicting the results of the gunbarrel graphing program
Repository Not Available

The Gunbarrel Graphing software was a request for a piece of software that would take in a series of data points and could project them across a gunbarrel-style graph, alongside customizability options. I used Python and plotly to compose much of the logic behind the graph.

Lightning Rod

Image showing a quick result from the Lightning Rod program
Repository

Inspired by my playing of a Triton Storm Sorceror in a Dungeons and Dragons campaign, Lightning Rod was a Python program used to test basic logic. It was built on the concept of casting a Lightning Bolt spell, and finding the optimal shooting configuration. The program takes in an Excel sheet map of its surroundings, and runs through scoring each of the eight possible directions, retuning the direction with the largest score.

In the future, I aim to have this program account for the player's potential movement, as well as the introduction of Chain Lightning logic.