College of Education & Human Development

Graduate Advising

Graduate advising is a critical mentorship and administrative partnership designed to guide students from admission through degree completion, focusing on academic success, program requirements, and professional development. Advisors ensure adherence to policies, aid in navigating milestones, and support research goals while providing mentorship for career preparation.
Graduate students are advised by both the faculty within their graduate program and a professional academic advisor. Faculty advisors direct students in curricular studies and research advancement, while the professional advising staff assists students with enrollment, student administration and paperwork.

Graduate Advising by Department

Graduate advising acts as a liaison for graduate students navigating program requirements in the Department of Educational Psychology, from the admissions process to degree completion. Graduate advisors do not consult with students about specific coursework. Your faculty advisor should be consulted for questions about specific coursework.

Appointments are not required, but are encouraged if possible. Select the appropriate department to find your program’s advising contact information.

Educational Administration & Human Resource Development Educational Psychology Kinesiology & Sport Management Teaching, Learning & Culture

Educational Administration & Human Resource Development

Location: Harrington Tower, Room 434 | Phone: 979-862-8032

// Simple accessible switching document.getElementById('departmentDropdown').addEventListener('change', function() { var value = this.value; // Hide all document.querySelectorAll('.department-content').forEach(function(div) { div.classList.add('d-none'); }); // Show selected document.getElementById('dept-content-' + value).classList.remove('d-none'); });