Ben Potter

My Projects

An overview of my programming and software design projects.

ChemFAST

The Chemistry Formative Assessment Study Tool is a website built using the Concerto Platform and Computerized Adaptive Testing (CAT) in order to deliver high-quality practice questions to first-year chemistry students at McMaster.

Visit ChemFAST

ML SET

Machine Learning analysis of Student Evaluations of Teaching aims to provide professors with a concise and helpful overview of midterm and end-of-term course feedback from students. A Python script utilizes the spaCy library to generate a document-term matrix (DTM) from Microsoft Form response data. R code then computes a topic model from the DTM using RStan's Latent Dirichlet allocation model, from which we can group comments and output trends.

PMM Portal

The Pathology and Molecular Medicine Portal is a SharePoint site built to serve as a homepage to the faculty, staff, and students that are members of the PMM department at McMaster. It also allows faculty to submit reimbursement requests using custom PowerAutomate flows.

Shalin

Shalin was a JavaScript Chrome browser extension to allow for quick insertion of mathematics symbols into any webpage using a keyword and hotkey combination. Newer versions of Chrome no longer support the chrome.input.ime API on non-ChromeOS systems, so the extension sadly no longer functions.

View Repo

Urine Organic Acid Python Reporting

A Python script to print PDF reports from a liquid chromatograph-gas chromatograph mass spectrometer.

NFLpredict

A Python and Kivy app that implements "melo", a margin-dependant ELO system, in order to predict the spread lines of NFL games.

View Repo

Inventory Software

A school project in C++ to recreate the inventory management software from Shoppers Drug Mart. Included save and load functionality in our own file format, searching, and adding, removing, and modifying products.

View Repo

Monopoly in C

A local multiplayer Monopoly game programmed in C with colour graphics in the Windows command prompt. Included save and load functionality in a custom file format, buying properties, collecting rent, building houses, and more.

View Repo