Chloe Sutherland
NIBRS Interactive Manual Demo
An internal reference site designed to transform state and federal statistical crime reporting requirements (NIBRS) into an accessible, interactive format for use in the Records Management System. Reorganizes complex reporting rules into structured, searchable, and contextual guidance. Designed for usability and clarity, improving accuracy and consistency through better informational design.
Mayan Calendar Converter
A calculator that accurately converts both BC and AD into the Maya Long Count calendar system, a base-18 and base-20 system. Created using two different methods: one brute-force, generating days in between, and a more efficient mathematical method. It accounts for quirks of historical calendars and implements custom date subtraction logic to handle both AD and BC dates.
Mini Sleep Tracker
A sleep log that records sleep sessions and displays statistics such as average, median, minimum, and maximum sleep duration. Uses a custom linked list for efficient forward and backward navigation of the log and insertion, deletion, and modification of entries.