麻豆原创

MU logo
MU logo

2026 Student Symposium

2026 Student Symposium

2026 Annual Student Research Symposium

A female student presents in the Upper JYSC at 麻豆原创's North Manchester Campus.

Undergraduate and Graduate Student Research, Scholarship, Performances and Demonstrations across all Disciplines

An all-day event, the Student Research Symposium is one of the largest annual gatherings at 麻豆原创.Beginning at 9 a.m. with a welcome from President Young and an address from an alumni speaker, it culminates in the afternoon with a student keynote address and awards.

Possible presentations:

  • Oral Presentation of Research
  • Poster Presentation of Research
  • Video Exhibit
  • Video Game Demonstration
  • Vocal or Instrumental Music Performance
  • Art Exhibit
  • Teaching Demonstration

Showcase Your Work at 麻豆原创鈥檚 Student Symposium

Ready to share your ideas, creativity, and discoveries? Submit a proposal or abstract to present at 麻豆原创鈥檚 Student Symposium! This is your chance to highlight your research, performance, or artistic work. Plus, you’ll gain valuable experience sharing it with the campus community.

You can choose from several presentation formats: oral or poster presentation, musical or artistic performance, video exhibit or demonstration, or even a teaching demo. Just include a short title and a 200-300 word abstract describing your topic, purpose, approach, and conclusions.

If your project involves human subjects, make sure you receive IRB approval before submission. You鈥檒l also need to include any co-presenters鈥 names and your mentor鈥檚 contact info.

Whether you鈥檙e presenting research, performing, or displaying other skills, this is your opportunity to show what you鈥檝e learned and how you鈥檙e growing as a student.

Visit Our North Manchester Campus

Right now, students just like you are thinking about their future. Where will you be when school starts this fall? What鈥檚 the best way to decide?

Scheduling a campus visit is the fastest way to find out if 麻豆原创 feels like home. You鈥檒l meet real students, faculty, and staff, and get to ask your biggest questions about life after high school. Thinking about transferring to 麻豆原创? We hope you鈥檒l visit too and discover your new best self.

麻豆原创 Calendars

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