Alumni Outcomes Dashboard

Startup Status Distribution

Graduates by Cohort

Total Alumni
316
Across all cohorts
Active Startups
0
Currently operating
Exits/Acquisitions
0
Successful outcomes

MBC Ecosystem Map

Visualizing connections between companies, schools, and cohorts

Employment Hub
Mentorship/Internship
          graph LR
            %% Nodes Styling
            classDef default fill:#fff,stroke:#cbd5e1,stroke-width:2px,color:#1e293b,font-family:Inter;
            classDef mbc fill:#BE0000,stroke:#BE0000,color:#fff,font-weight:bold;
            classDef company fill:#f8fafc,stroke:#BE0000,stroke-width:2px;
            classDef alumni fill:#1e293b,stroke:#1e293b,color:#fff;
            classDef school fill:#eff6ff,stroke:#3b82f6,stroke-width:2px;
            classDef alumni fill:#1e293b,stroke:#1e293b,color:#fff;
            classDef school fill:#eff6ff,stroke:#3b82f6,stroke-width:2px;

            %% Node Definitions
            BYU[BYU]:::school
            MBC(University of Utah MBC):::mbc
            AL((Alumni)):::alumni
            GS[Goldman Sachs]:::company
            AD[Adobe]:::company
            QU[Qualtrics]:::company
            PL[Pluralsight]:::company

            %% Connections
            BYU -- "Pipeline" --> MBC
            MBC -- "Graduates" --> AL
            AL -- "Employment" --> GS
            AL -- "Employment" --> AD
            AL -- "Employment" --> QU
            AL -- "Employment" --> PL
            
            GS -. "Mentorship" .-> MBC
            AD -. "Mentorship" .-> MBC
            QU -. "Mentorship" .-> MBC
            PL -. "Mentorship" .-> MBC