麻豆原创

MU logo
MU logo
Chemistry & Physics Department

Overview

The Department of Chemistry and Physics at 麻豆原创 strives to equip students with the conceptual knowledge, laboratory proficiency, data analysis skills, critical thinking ability, and scientific communication competency that enable them to use chemistry and physics to enrich their workplaces and communities in principled, productive, and compassionate ways.

Chemistry isn鈥檛 called 鈥渢he central science鈥 for nothing! In fact, because chemical concepts appear in many other fields, chemistry courses are required preparation for many careers, including laboratory work, research, nursing, physical therapy, pharmacy, medicine or dentistry. Manchester chemistry majors enjoy an outstanding placement rate for their post-graduate goals, including bachelor鈥檚 level jobs and professional schools.

Manchester chemistry faculty will guide you through a hands-on chemistry education that fuses with our outstanding liberal arts curriculum. We graduate students who are effective scientists, communicators and problem solvers, ready to build successful careers in a rapidly changing world.

Program Success

Excellent graduate success rates:

  • 92 percent of Chemistry majors graduating in 2011-2020 immediately went on to post-graduate positions.
  • 60 percent enrolled in PhD programs in chemistry or physics, pharmacy school, medical school, accelerated nursing programs or dental school
  • 32 percent began bachelor鈥檚-level jobs in laboratories or high school teaching
fpo-photo
Subtle_Texture

Hands-On Lab Experience

Manchester鈥檚 chemistry program emphasizes applied learning through advanced laboratory work. Students engage in chemical synthesis, analytical methods, and instrumentation in modern lab facilities that support their academic and professional development.

Undergraduate Research Opportunities

Chemistry majors collaborate with faculty on real-world research projects. These experiences deepen understanding of chemical principles and can lead to conference presentations, publications, or graduate school preparation.

Student Groups

The American Chemical Society (ACS)
ACS is a vibrant organization for students pursuing chemistry or biology-chemistry majors. Each year, ACS hosts monthly social events such as film nights, guest speakers, and science-themed field trips. The group also participates in student summer research programs, community outreach, and signature events like a fall picnic and holiday celebration. The chapter is well known for demonstrations at events like Walk Into My Future, where students inspire curiosity in visiting elementary school students through hands-on chemistry presentations.

Sigma Pi Sigma (Physics Honor Society)
While focused on physics, Sigma Pi Sigma welcomes students in related fields who demonstrate academic excellence. Manchester鈥檚 Beta chapter recognizes undergraduate and graduate students for outstanding achievement and scholarship in physics and closely aligned disciplines. Membership is a prestigious academic honor and provides leadership and networking opportunities in the broader scientific community.

Learn more about student organizations at .

January Sessions

Manchester鈥檚 distinctive 3-week study away January term in Chemistry offers intensive, experiential learning. Chemistry faculty lead specialized courses such as:

  • Development of Modern Scientific Thought in Great Britain, involving museum visits and historical tours
  • Making of the Modern Mind, a European trip exploring philosophical shifts in science and society
  • Forensic Science, a hands-on course held on campus that includes crime lab simulations like fingerprinting, DNA analysis, and arson investigation.
  • Medical Practicum, where students join U.S. healthcare teams serving rural communities in Central America More than a course, the Medical Practicum is a transformational journey that sends students to remote areas of Central America to deliver medical, dental, and veterinary care. Since its founding in 1981 by Dr. Ed Miller, this practicum has involved 468 students and served more than 50,000 patients across Nicaragua, Guatemala, Panama, and more. Students travel by bus, jeep, or canoe to reach villages without electricity or clean water, gaining an unfiltered view of global health needs. The experience often helps shape students鈥 career paths in medicine, pharmacy, dentistry, and public health.

Summer Research & Internships

Manchester encourages chemistry and biology-chemistry majors to explore summer research and internship opportunities. Students frequently participate in prestigious programs such as:


  • The largest program and with the most possibilities.
  • The National Institutes of Health
    The largest Biomedical research institution in the U.S.
  • The Department of Education
    A number of students have had positions in this program in recent years.
  • The National Science Foundation Centers for Technology
    An additional research program of the NSF
  • The Environmental Protection Agency
  • 麻豆原创 Office of Career and Professional Development
  • American Chemical Society Internship, Co-op, and Research Listings

Resources

Publications

Organizations

    Meet the Faculty

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