Skip to content

BianLee/FlowFundHackDavis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FundFlow promotes financial transparency for the UC Davis community by providing intuitive and interactive visualizations of the university's budgeting, endowment, expenditures, and impact on demographic & diversity changes over time. Using time series forecasting method, it makes forecast of future fiscal year data based on historic (recent) trends, and also highlights the year-over-year (YoY) changes in endowments, etc. It allows users to easily identify trends and anomalies -- which are hard to find and interpret in the original table formatted dataset.

In addition, the platform encourages further analysis and forecasting by providing public API endpoints that queries specific values, returning them in JSON format. This eliminates the need for developers and analysts to parse data manually – a work that needed to be done to build FundFlow (given that the original dataset often contained data hard to extract through common formats).

Inspiration I got the inspiration after seeing how some of the datasets of UC Davis demographics were hard to access, read and interpret. I decided to make a central platform that provides both intuitive visualizations, insights and also created a public API around the data -- allowing other researchers and developers to easily query the data they want and eliminate the need to parse the original data manually.

What it does FlowFund is an interactive platform that shows analytical insights on UC Davis budgets, expenditures and YoY changes in these values, as well as impact on demographic /diversity and other variables. It pulls data from various sources to compare the endowment breakdown within each of the 4 colleges, how the per-student funding different and compares to UC average, and makes time-series analysis with forecast to give projections on average rate of fund increase and etc.

How we built it I built this platform buy first collecting the data from the dataset and parsing them into a readable format. Then, I merged some of the data that makes the representation logical and ran a time series analysis with Simple Exponential Smoothing technique, as well as regression model. I also created meaningful charts and graphs that show change in values over time and also show breakdown of fund allocation. I also wrote down insights which the user may find helpful. I added another page called "voting", where users are able to vote on ideas/questions surrounding fund use by the school.

Challenges we ran into I found it challenging at first to set up recharts correctly to be able to render the visualizations on screen from the javascript data source.

Accomplishments that we're proud of I am proud of the meaningful insights that I was able to make from the data and how I was able to communicate my findings in my demo video. I am proud of being able to use the techniques learned in economics class and apply them in a technical manner to combine skills in both Computer Science and Economics.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors