← Back to Main Site

Howard Honors Housing Room Matching System

Automated priority-based room assignment for honors students

Students Loaded

0

Rooms Available

0

Students Matched

0

Students on Waitlist

0

Step 1: Upload Data

Instructions: Upload CSV files for students and rooms. The system will automatically prioritize students based on honors status, year, and account holds.

Student CSV Format

student_id,name,email,year,honors,has_hold HU001,John Doe,john.doe@howard.edu,freshman,yes,no HU002,Jane Smith,jane.smith@howard.edu,sophomore,yes,no

Required columns: student_id, name, email, year (freshman/sophomore/junior/senior), honors (yes/no), has_hold (yes/no)

Room CSV Format

building,room_number,capacity,floor,room_type Drew Hall,101,2,1,double Drew Hall,102,1,1,single

Required columns: building, room_number, capacity, floor, room_type

No file selected

No file selected

Run Matching Algorithm

Execute the priority-based matching algorithm to assign rooms to students based on honors status, year, and account status.

View Results

Review the matching results, see assigned rooms, and view the waitlist for students who couldn't be placed.

Export Results

Download the matching results as CSV files for use in other systems or for record keeping.