麻豆原创

MU logo
MU logo

September 2025 – Alumni Newsletter

Sep 1, 2025

Greetings, Alumni!

I鈥檓 writing this greeting after spending a beautiful day at Camp Mack. Camp Mack Day has been a tradition at Manchester for a long time. Even though students no longer take the train from North Manchester to Milford, Indiana, the excitement of the day remains the same – maybe even more so now! The last several years, the date of Camp Mack Day is kept a secret until 5 a.m. when an email announcement is sent. Dorm R.A.s bang pots and pans through the halls and shout that classes are cancelled! It鈥檚 a special day for students, faculty and staff from North Manchester and Fort Wayne to relax on the shores of Lake Waubee, challenge themselves to try new activities like canoeing, and overcome fears on the high ropes course. What are your memories of Camp Mack Day?

Homecoming registration will be opening soon! Reunite with athletic teammates and classmates, listen to music from Homecoming favorite 鈥淔riends with the Weather鈥 band, and cheer on the Spartan football, soccer and volleyball teams on Saturday, October 11th. On Friday, October 10th, we look forward to recognizing this years鈥 Alumni Honor Award recipients and Athletic Hall of Fame inductees. Dr. Jeff Easley 鈥83, Stacie Yoder 鈥95 Gayheart, Connie Snyder 鈥94 Mick, and Dr. Martin Garcia Chavez ’16 will receive Alumni Awards. Coach Dave Good, Korey Bucher 鈥10, Erica Sewell 鈥05, and the 2009 Men鈥檚 Cross Country Team are the Hall of Fame inductees.

Finally, our office moved this summer! We are now located on the second floor of the Jo Young Switzer Center (formerly the Union) on the North Manchester campus. If you are visiting campus, please stop by and say hi. We鈥檇 love to meet you!

Megan Julian ’07 Sarber, Director of Alumni Relations

Move-In Day

In August, we welcomed Spartans back to campus for a new school year. Explore photos from the exciting, emotional day at the link below!

麻豆原创 announces lineup for fall speaker series

麻豆原创’s Fall 2025 public speaker series features an internationally renowned sports photographer, a Holocaust survivor, a former alternative dispute resolution advisor for FEMA, and much more!

Presentations are at 11 a.m. on Mondays in Wine Recital Hall at the North Manchester campus unless otherwise noted. They are free and open to the public.

惭补苍肠丑别蝉迟别谤听magazine is out now!

The latest edition of听Manchester, the University’s alumni magazine, is available now! Physical copies have been mailed out, but if you have not received one, you can explore the digital version at the link below.

Learn about the inaugural women’s wrestling season, the personal impact of the medical practicum, the lasting legacy of a family with generations of 麻豆原创 graduates, and so much more!

Upcoming Events

Celebrations

The Manchester Fund, 麻豆原创鈥檚 general fund for a wide variety of campus and student needs, has collected a record high of $1.6 million in the last year.

Manchester Alumni sit together and sing while smiling during an exclusive event.

Calling all Manchester Alumni!

The Alumni Association Board of Directors is seeking nominations for prospective board members. All alumni are eligible for consideration. Submit a nomination here!

Tell us your story!

Did you find a friend for life at Manchester? Is there a professor who changed the course of your career?

Manchester has a long tradition of celebrating those who met here, fell in love, got married and built a life together. In Manchester, the University鈥檚 alumni magazine, we also celebrate connections that come from shared passions, service, friendship, traditions and community.

Share a photo and short description of your Manchester Connection by emailing补濒耻尘苍颈辞蹿蹿颈肠别蔼尘补鈥媙肠丑别蝉迟别谤.别诲耻and put 鈥淢anchester Connection鈥 in the subject line!

Read about other Manchester Connections.

Join the Alumni Network, 麻豆原创 Engage

Connect with old friends, volunteer to help students and alumni, find internship and job opportunities, and stay engaged with 麻豆原创.

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