<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Portfolio on Domonation</title><link>https://www.domonation.dev/portfolio/</link><description>Recent content in Portfolio on Domonation</description><generator>Hugo -- 0.152.0</generator><language>en-us</language><lastBuildDate>Fri, 15 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.domonation.dev/portfolio/index.xml" rel="self" type="application/rss+xml"/><item><title>Resume Generator</title><link>https://www.domonation.dev/portfolio/resume_generator/</link><pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/resume_generator/</guid><description>&lt;p&gt;For my convenience as I apply for jobs, I developed my own &lt;a href="https://github.com/DominickRobinson/Resume-Generator"&gt;resume generator&lt;/a&gt;. It requires a JSON containing the resume information, and renders a nicely formatted PDF resume in the format I previously worked with in Google Docs.&lt;/p&gt;</description></item><item><title>Investigating Effect of Early Morning Courses on Academic Performance</title><link>https://www.domonation.dev/portfolio/experimental_design_sleep/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/experimental_design_sleep/</guid><description>&lt;p&gt;The goal of the project was to investigate whether the time of a course affected student performance. I designing a blocking experiment to isolate the effect of course time on performance by designing the experiment to optimally control for instructor, student year, race, gender, and prior GPA. This project consisted of the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Designing the experiment&lt;/li&gt;
&lt;li&gt;Writing the &lt;a href="https://www.domonation.dev/pdf/S26/627_proposal.pdf"&gt;proposal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Performing the analysis&lt;/li&gt;
&lt;li&gt;Writing the &lt;a href="https://www.domonation.dev/pdf/S26/627_report.pdf"&gt;report&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Predicting Average Electricity Prices from Data Center Investments and the AI Boom in the US</title><link>https://www.domonation.dev/portfolio/electricity_prices_from_ai/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/electricity_prices_from_ai/</guid><description>&lt;p&gt;I completed this project alongside for classmates from my graduate program cohort. We sought to predict electricity prices from historical electricity price data, AI investment data, and Google Trend results for AI. Ultimately, we found that a SARIMA model was sufficient for accurately predicting electricity prices, and the AI data was not particularly useful for predictions, although certain limitations in our analysis exist.&lt;/p&gt;
&lt;p&gt;Together, we delivered a &lt;a href="https://www.domonation.dev/pdf/S26/671_presentation.pdf"&gt;presentation&lt;/a&gt; and submitted a &lt;a href="https://www.domonation.dev/pdf/S26/671_report.pdf"&gt;report&lt;/a&gt; showcasing our results.&lt;/p&gt;</description></item><item><title>Predicting Flight Delays</title><link>https://www.domonation.dev/portfolio/predicting_flight_delay/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/predicting_flight_delay/</guid><description>&lt;p&gt;This final project, which I completed alongside my classmate and good friend Pramit, consisted of two parts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Predicting flight delays to and from Pittsburgh using past flight data&lt;/li&gt;
&lt;li&gt;Writing up results in a &lt;a href="https://www.domonation.dev/pdf/S26/StatMLFinalReport.pdf"&gt;report&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Besides the flight data we were given, I gathered and tried to utilize other data, namely list of major American Federal holidays, historical weather rain and wind data, but none of these methods improved predictive accuracy by much. I expect that the weather data could have been more useful if I had historical forecasts, not just observed weather, but I could not find any.&lt;/p&gt;</description></item><item><title>USTA Capstone Project: Predicting Junior Player Performance Pathways</title><link>https://www.domonation.dev/portfolio/usta_capstone/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/usta_capstone/</guid><description>&lt;p&gt;I worked alonside two classmates and good friends, Pramit Vyas and Tyler Quinn, to deliver a data solution to the United States Tennis Association (USTA) to help them identify and predict the performance of promising American junior tennis talent.&lt;/p&gt;
&lt;p&gt;As a massive fan of tennis for 10 years at the time of writing this, I was obviously extremely excited to work on this project. My expertise in professional tennis certainly helped us tremendously as we worked on this project to understand the direction of the project as well as the data and other resources at our disposal.&lt;/p&gt;</description></item><item><title>College Scorecard and IPEDS Data Pipeline and Dashboard</title><link>https://www.domonation.dev/portfolio/college_scorecard_ipeds_pipeline_dashboard/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/college_scorecard_ipeds_pipeline_dashboard/</guid><description>&lt;p&gt;I completed this project alongside four classmates from my graduate program cohort. We built an end-to-end data pipeline and interactive dashboard to process and visualize large-scale public higher education datasets from the U.S. Department of Education&amp;rsquo;s College Scorecard and IPEDS.&lt;/p&gt;
&lt;p&gt;We designed a custom PostgreSQL schema and ETL upsert pipeline to handle multi-year institutional metrics, financial aid data, and enrollment figures. Ultimately, we integrated this database into a dashboard that updates given the data (must be run locally).&lt;/p&gt;</description></item><item><title>HIV Treatment Report</title><link>https://www.domonation.dev/portfolio/hiv_treatment_report/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/hiv_treatment_report/</guid><description>&lt;p&gt;Data analysis report investigating causal claims about the effectiveness of various types of HIV treatment on post-treatment outcomes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.domonation.dev/pdf/F25/617_hiv_treatment_report.pdf"&gt;Read here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Dominance of the Big 3/4 in Men's Professional Tennis</title><link>https://www.domonation.dev/portfolio/big_3_4_dominance/</link><pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/big_3_4_dominance/</guid><description>&lt;p&gt;Infographic depicting the unprecendented domination of the Big 3/4 in Men&amp;rsquo;s professional tennis through various key statistics and records.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Big 3/4 Dominance Infographic" loading="lazy" src="https://www.domonation.dev/pdf/F25/atp_dominance_visualization.png"&gt;&lt;/p&gt;</description></item><item><title>Evaluating the Effect of Rail Trail Proximity on Residential Property Values</title><link>https://www.domonation.dev/portfolio/rail_trail_report/</link><pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/rail_trail_report/</guid><description>&lt;p&gt;Data analysis report investigating whether proximity to rail trails affects home value.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.domonation.dev/pdf/F25/617_rail_trail_report.pdf"&gt;Read here&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Feeding CMU Orientation Using Optimization</title><link>https://www.domonation.dev/portfolio/feeding_cmu_orientation/</link><pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/feeding_cmu_orientation/</guid><description>&lt;p&gt;Optimization project for managing CMU Orientation food logistics.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.domonation.dev/pdf/or2_final_project.pdf"&gt;View PDF&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Is Gen Alpha “Cooked?”</title><link>https://www.domonation.dev/portfolio/generational_slang/</link><pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/generational_slang/</guid><description>&lt;p&gt;Reddit linguistic analysis across generations. I particularly loved setting up the data pipeline.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.domonation.dev/pdf/Text%20Analysis%20Final%20Project.pdf"&gt;View PDF&lt;/a&gt;&lt;/p&gt;</description></item><item><title>CMU Pickleball Club Website</title><link>https://www.domonation.dev/portfolio/cmu_pickleball_website/</link><pubDate>Thu, 01 Jun 2023 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/cmu_pickleball_website/</guid><description>&lt;p&gt;I created a website for the CMU Pickleball club which I founded. To be quite honest, it was mostly vibe coded in pure HTML, CSS, and JS. It is hosted on GitHub Pages.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cmupickleball.net"&gt;Website&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Gamification in the Classroom</title><link>https://www.domonation.dev/portfolio/gamification/</link><pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate><guid>https://www.domonation.dev/portfolio/gamification/</guid><description>&lt;p&gt;AP Research paper on using various gamification and types of leaderboards to enhance learning/performance in a novel cognitive task.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.domonation.dev/pdf/AP_Research_Paper.pdf"&gt;View PDF&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>