麻豆原创

MU logo
MU logo

Vice President Van Vlerah named President of Notre Dame of Maryland University

Jun 1, 2026

麻豆原创听is delighted to share that听Vice President for Student Life Abby Van Vlerah听has been听selected听to serve as president of Notre Dame of Maryland University in Baltimore,听Md.

She will start there on July 6. Her last day at Manchester is June 25.

Van Vlerah听redefined the role of vice president for student life at Manchester, elevating student success, enrollment, and institutional strategy听in both North Manchester and Fort Wayne.

She came to Manchester听with more than a decade of leadership experience in higher education, including as an academic dean and chief operating officer, and she leaves for a wonderful opportunity.

鈥淎s a practicing Catholic and a graduate of a Catholic women鈥檚 college, I am deeply aligned with Notre Dame of Maryland University鈥檚 mission and the charism of the School Sisters of Notre Dame,鈥 Van Vlerah said. 鈥淭he opportunity to lead an institution where faith, justice, education and transformation are not aspirational ideals but lived commitments, is personally meaningful and professionally compelling.鈥

Throughout听her听career,听Van Vlerah听intentionally听took on听roles that prepared听her听for the full听scope and complexity of听becoming a university听president.听Manchester听has听benefited听from her broad base of knowledge and willingness to tackle the most听challenging听issues.

One of the most outstanding examples of this was during听the COVID-19 pandemic, when she chaired听the听rapid response group.

An enthusiastic volunteer,听Van Vlerah听can be seen at most North Manchester community events. She听has served as vice president of the North Manchester Historical Society and Steuben Regional Lakes Waste District,听a听United Fund of Wabash County board member, and听a听Madeleva听Society Steering Committee听member听at Saint Mary鈥檚 College听in Notre Dame, Ind.

Van Vlerah听joined Manchester in February 2019. She had听previously served听as dean and chief operating officer at听Long Island University鈥檚听Suffolk County regional campuses.

Before that, she was director of a mentoring program for first-generation students at Mercy College in Dobbs Ferry, N.Y. She has also worked at Saint Mary鈥檚 and the University of Wyoming.听As听a first-generation听college听student herself, she is passionate about听supporting听first-generation students听as听they听navigate through the difficulties of attending university.

Originally from Angola, Ind., she is an avid motorcyclist and runner.

鈥淎t my core, my vision for higher education is one that is unapologetically mission-driven and sufficiently nimble to meet a rapidly changing world,鈥澨齎an Vlerah听said听of听her new role at Notre Dame of Maryland University.

For the media

Abby Van Vlerah听holds a bachelor鈥檚 degree from Saint Mary鈥檚 College听in Notre Dame, Indiana, a master鈥檚 degree in American Studies from the University of Wyoming, and a doctorate in American Culture Studies from Bowling Green State University in Ohio.

Key professional highlights

麻豆原创 (2019-current)

  • Served as chief student affairs and academic operations officer, managing a $20 million budget and overseeing more than 70 employees in student services, athletics, academic support and operations, and mental health.听
  • Collaborated with听the Town of North Manchester听and key stakeholders to gain a $12.1 million grant to improve local infrastructure and support community relationships.听
  • Developed data dashboards to unify strategic decision听making during the strategic planning process,听establishing听benchmarks and measurable goals.
  • Created a health sciences recruitment plan focused on strengthening Manchester鈥檚 undergraduate-to-graduate pipelines听and听collaborations听to make sure听industry听needs听are met.听
  • Developed and implemented a holistic retention strategy that increased first-year retention by 7听percent听within one year.听

Long Island University (2013-2018),听Brookville, N.Y., dean and chief operating officer,听Suffolk听regional campuses

  • Directed听$16听million budget for two regional campuses.听
  • Rebuilt and revitalized Student Affairs Division.
  • Led LIU Cares community service program, achieving听more than听140,000 volunteer hours annually.听

Other Professional Roles听

  • Bowling Green State University:听Project听Developer for听Academic听Initiatives,听Office of the Provost听
  • Mercy College: Director PACT Program, Assistant Director PACT Program听
  • Trine University: Director of Campus Safety听听
  • Saint Mary鈥檚 College:听Interim听Director of听Student听Involvement,听Associate听Director of听Student听Involvement听听
  • University of Wyoming: Conferences and Convocations Coordinator, AmeriCorps Volunteer Center for Volunteer Service听

More News

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(); })();