fn select_best_candidate(
    now: NaiveDateTime,
    c: Vec<OpenUniversityInfo>
) -> Option<OpenUniversityInfo>