麻豆原创

MU logo
MU logo

Success Advising

Success Advising is a unique branch of the Student Success Center that proactively works to assist students by maintaining a holistic view of student development.

The purpose of Success Advising is to knowledgably and empathetically support students while encouraging personal and educational growth. This development can range from academic to personal to social. The Success Advising team also implements strategies for students to use in order to explore their own goals while emphasizing the use of university resources.

Success advisors work directly with students to help acquaint them with on-campus resources (both academic and non-academic), assist students in navigating the personal stresses of college life, and are diligently active in Spartan Success early alerts. Success advising also assist students that are considering withdrawal or transferring from 麻豆原创 while working to assess the overall student satisfaction with advising and other support services.

Student inside talking on a visit tour

SERVICES PROVIDED BY SUCCESS ADVISORS

Pro-active outreach to at risk-student populations:

Success Advisors will provide deliberate, structured interventions to first year students at critical outreach points to enhance student motivation and success, as well as build strong and lasting relationships with them.

Through the use of proactive advising strategies, Success Advisors may be able to anticipate student challenges and implement plans to keep these challenges from becoming insurmountable.

Wrap-Around Support:

Through the use of 鈥榳hole student advising鈥, or taking all of the students鈥 actions and circumstances into consideration (academics, social behaviors, level of engagement with Manchester, interaction with peers, family relations, etc), Success Advisors are able to intervene early with students and help connect them to resources on campus, as well as others in their support network.

First Year Student Scheduling:

In an effort to make Orientation Day a more enjoyable experience and to reduce the hassles and complications of first semester scheduling for new first-year students, 麻豆原创 has adopted a pre-registration process.Success Advisors prepared first semester schedules for all incoming first year students.Moving forward, students will meet with their assigned academic advisor to enroll in courses for the following semesters.

Withdrawals / Exit Interviews:

Prior to students withdrawing from the institution, students are required to complete an experience survey and exit interview.Success Advisors meet with students who are intending to withdraw or transfer from Manchester.These interviews are meant to gather information about students鈥 experience while attending 麻豆原创, what they benefited from, what was missing, and what could be improved to enhance the student experience.

Subtle_Texture

Meet the Advisors

Mission

Success advisors support our students holistically with empathy and informed advice, while challenging them to explore their academic, personal, and professional goals.

exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();