SELECT `device_id`,`gender`,`age`,`university`,`gpa` FROM `user_profile` WHERE (`university` = '北京大学') OR (`gpa` > 3.7)