麻豆原创

MU logo
MU logo

Leadership

President’s Welcome

Dear Students,

Welcome to 麻豆原创! We are delighted that you chose Manchester to continue your education journey. This is a special place where you will grow, meet new friends, find your career path, develop as a person, and learn skills that you will carry with you for life.

Our faculty are leaders in their fields and will push you to be your best. At Manchester, we will know your name and connect with you.

You will also have opportunities beyond the classroom that will enhance your learning experiences and allow you to flourish and grow.

I encourage you to think with the end in mind. Consider your future r茅sum茅 and the careers you hope to pursue. Take advantage of campus organizations and activities that will enhance your classroom learning, strengthen your leadership skills and broaden your horizons.

As a part of the Manchester community, you are now part of our larger family. Our alumni are leaders in their fields and work to improve the human condition, and we change the world.

I cannot wait to see what you do while you are at Manchester, but I am even more excited to see where your 麻豆原创 degree takes you in life!

Welcome to 麻豆原创. I am excited to experience it with you!

Dr. Stacy H. Young ’96
President, 麻豆原创

 

University President Stacy Young posing in a black blazer with her arms crossed.

麻豆原创 Board of Trustees

Trustees-at-large

Donald R. Anderson
Middlebury, Indiana

Bradford Aquino 鈥98
Golden, Colorado

Alicia S. Baird 鈥01
Indianapolis, Indiana

Mark A. Baer 鈥91
Columbus, Ohio

Dustin S. Brown 鈥99
Washington, D.C.

D. Randall Brown 鈥87
Fort Wayne, Indiana

Christopher Caldwell 鈥87
Newport, Vermont

Jeffrey W. Carter
Richmond, Indiana

J. Christopher Craig 鈥82
Carmel, Indiana

Aaron L. Fetrow 鈥94
Oklahoma City, Oklahoma

Audrey N. Hahn 鈥76
Wabash, Ind.

Harriet Hamer 鈥80
South Bend, Indiana

Brian L. Harshberger 鈥90 鈥91 M.Acct.
South Bend, Indiana

Kevin R. Hochstedler 鈥83
Mishawaka, Indiana

Laurie Young 鈥88 Kenealy
Westminster, Colorado

Joshua Kline 鈥98
Fort Wayne, Indiana

Steve Knaus 鈥00
Indianapolis, Indiana

Linda M. Kroll 鈥93 鈥94 M.Acct.
Notre Dame, Indiana

Timothy Lake
Fort Wayne, Indiana

Thomas A. Lower ’81
Wabash, Indiana

Meghan Linvill 鈥06 McNab
Nashville, Tennessee

Deb Mishler
Phoenix, Arizona

Nadine S. Pence 鈥76
Crawfordsville, Indiana

Lily Qi 鈥91
Annapolis, Maryland

Isabel Santner 鈥98 鈥99 M.Acct.
Bloomington, Indiana

Noah Smith ’94
Fort Wayne, Indiana

Richard P. Teets, Jr.
Butler, Indiana

Stacy H. Young ’96
North Manchester, Indiana

Honorary Trustees

John W. Gilmore 鈥74
Princeton, New Jersey

David A. Haist ’73
Culver, IN

William N. Harper 鈥66
Scottsdale, Arizona

Marsha Palmer 鈥68 Link
Steamboat Springs, Colorado

J. Bentley Peters 鈥62
Glenwood, Minnesota

John Zeglis
Culver, Indiana

President’s Cabinet

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