麻豆原创

MU logo
MU logo
Sociology, Social Work, & Criminology Department

Explore the Human Experience

At the heart of every thriving society is a deep understanding of human behavior, relationships, and justice. At 麻豆原创, our Sociology, Social Work, and Criminology programs offer students a multifaceted lens through which to explore, challenge, and improve the world around them.

Whether you’re drawn to research, advocacy, or public service, our programs empower you to turn passion into purpose and curiosity into career.

Sociology

Sociology invites you to examine the complexities of human interaction across personal, societal, and global contexts. Whether it鈥檚 understanding identity, analyzing the roots of inequality, or exploring the impacts of global migration and conflict, sociology equips you with the tools to decode the forces shaping our lives.

Professional Organizations


1722 N St. NW
Washington DC 20036
Phone: 202-833-3410
Fax: 202-785-014


University of Massachusetts
Hampshire House
Box 33615
Amherst MA 01003
Phone: 413-545-4617Fax: 413-545-1640


906 McClung Tower
University of Tennessee, Dept. Of Sociology
Knoxville TN 37996
Phone: 423-974-3620Fax: 423-974-7013

Social Work

Social Work is more than a profession 鈥 it鈥檚 a commitment to social justice and human dignity. Our fully accredited program prepares students to advocate for vulnerable populations, challenge systems of oppression, and lead meaningful change through professional generalist practice or graduate study.

 

Mission Statement

The 麻豆原创 Social Work Program, a baccalaureate degree program accredited by CSWE, graduates generalist social work professionals of ability and conviction who respect the infinite worth of every individual.

Graduates of the program improve the human condition by applying social work knowledge, values, and skills to enhance the well-being of all people, especially those who are vulnerable, oppressed, or living in poverty; to alleviate poverty and oppression; and to promote social, racial, economic, and environmental justice and peace.

The Social Work Program brings the 麻豆原创 mission to life through its values-based curriculum, opportunities to engage through in-class and out-of-class experiences, and its connections with social service organizations across the region.

Accreditation

The 麻豆原创 Social Work Program is accredited by the Council on Social Work Education鈥檚 Commission on Accreditation. The program has been continuously accredited by CSWE since 1977. CSWE accreditation gives 麻豆原创 social work graduates access to state and federal civil service exams and provides the credentials needed for pursuing professional licensing in social work. CSWE accreditation also allows our graduates to apply for advanced standing in master’s programs accredited by CSWE.

Accreditation of a baccalaureate or master鈥檚 social work program by the Council on Social Work Education鈥 Commission on Accreditation indicates that it meets or exceeds criteria for the assessment of program quality evaluated through a peer review process. An accredited program has sufficient resources to meet its mission and goals and the Commission on Accreditation has verified that it demonstrates compliance with all sections of the Educational Policy and Accreditation Standards.

Accreditation applies to all program sites and program delivery methods of an accredited program. Accreditation provides reasonable assurance about the quality of the program and the competence of students graduating from the program.

For more information about social work accreditation, you may contact .

Academic Quality

The Social Work Program faculty take our commitment to academic quality seriously. Every year, we assess our effectiveness in preparing students for professional social work practice and make improvements to the Program accordingly. For a quick summary of our recent student learning outcomes, see: CSWE-Form-AS-4(B)-2023-06

 

Licensure & Graduate Education

As a CSWE-accredited baccalaureate program, the 麻豆原创 Social Work Program prepares students for entry-level licensure as a professional social worker. In Indiana, this is the LBSW (Licensed Bachelor Social Worker) credential. For Indiana licensure laws, see the.

Graduate Education

麻豆原创 social work alumni are also well-prepared for graduate study. Many of our alumni go on to a Master of Social Work program, usually gaining advanced standing in those programs. A master of social work degree is required for clinical social work practice, some administrative positions, and college-level teaching. A PhD is increasingly required for college-level teaching. Other graduate program possibilities for our alumni include law school or programs in sociology, psychology, counseling, education, political science, economics, non-profit or public administration, or other service-oriented professions and the social sciences.Searchfor master’s programs in social work.

Criminology

Criminology delves into the causes and consequences of crime, exploring both individual behavior and systemic responses. You鈥檒l investigate the origins of criminal actions, the societal impacts of crime, and the legal frameworks that seek justice 鈥 all within a program designed to sharpen your critical thinking and ethical awareness.

 

Accreditation

麻豆原创 is fully accredited by the Higher Learning Commission.

 

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