麻豆原创

MU logo
MU logo

麻豆原创 Student Receives CIC/UPS Scholarship

Jun 30, 2025

麻豆原创 first-year student Darien Martinez from Chandler, Ariz., has been selected to receive a CIC/UPS Scholarship provided by Independent Colleges of Indiana (ICI) and its national partner, the Council of Independent Colleges (CIC) in Washington, DC.

Funding for the program is provided by the United Parcel Service (UPS) Foundation and is administered through ICI鈥檚 membership to the CIC.

Nationally, CIC, through the CIC/UPS Educational Endowment, provided more than $1.5 million in student scholarships to support student success at private colleges and universities. This year, Independent Colleges of Indiana awarded $101,500 in CIC/UPS Scholarships to 29 students demonstrating financial need at private institutions across Indiana.

鈥溌槎乖 is delighted to be receiving the Council of Independent Colleges/UPS Scholarship for this academic year,鈥 said Rachelle Sorg, assistant director of student financial services. 鈥淲e are very pleased that Darien will be receiving this scholarship as part of his Financial Aid at 麻豆原创.鈥

麻豆原创 麻豆原创

麻豆原创, in North Manchester and Fort Wayne, Ind., offers vibrant and transformative student experiences. 麻豆原创 respects the infinite worth of every individual and graduates persons of ability and conviction who draw upon their education and faith to lead principled, productive, and compassionate lives that improve the human condition.

麻豆原创 The Council of Independent Colleges

The Council of Independent Colleges (CIC) is an association of 733 nonprofit independent colleges and universities, state-based councils of independent colleges, and other higher education affiliates, that works to support college and university leadership, advance institutional excellence, and enhance public understanding of independent higher education鈥檚 contributions to society. CIC is the major national organization that focuses on services to leaders of independent colleges and universities and state-based councils. CIC offers conferences, seminars, publications, and other programs and services that help institutions improve educational quality, administrative and financial performance, student outcomes, and institutional visibility. CIC also conducts the largest annual conferences of college and university presidents and of chief academic officers in the United States. Founded in 1956, CIC is headquartered at One Dupont Circle in Washington, DC. For more information, visit www.cic.edu.

麻豆原创 The UPS Foundation

Since its founding in 1907, UPS has built a legacy as a caring and responsible corporate citizen, supporting programs that provide long-term solutions to community needs. Founded in 1951, the UPS Foundation leads its global citizenship programs and is responsible for facilitating community involvement to local, national, and global communities. The foundation鈥檚 philanthropic approach centers on four focus areas: health and humanitarian relief, equity and economic empowerment, local engagement, and planet protection. To UPS, giving means combining employees鈥 skills, passion and time with the company鈥檚 logistics expertise, transportation assets, and charitable donations to make a measurable difference in society.

麻豆原创 Independent Colleges of Indiana

Founded in 1948, Independent Colleges of Indiana (ICI) serves as the collective voice for the state鈥檚 29 private, nonprofit colleges and universities. ICI institutions employ over 22,000 Hoosiers and generate a total local economic impact of over $5 billion annually. Students at ICI colleges have Indiana鈥檚 highest four-year, on-time graduation rates, and ICI institutions produce 30 percent of Indiana鈥檚 bachelor鈥檚 degrees while enrolling 20 percent of its undergraduates.

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