SELECT device_id, university
    FROM user_profile
    WHERE university = '北京大学';