鶹ԭ

MU logo
MU logo

Funding Information for Faculty and Staff

Manchester subscribes to a database of funding opportunities called Foundation Directory. Contactthe Office of Institutional Effectivenessor visit the grants page on ChetNet for login information.

Grantmaker Name Opportunity/
Program/
Description
Expected deadline
for concept letter/ application
Approximate Funding Levels Website
Community Foundation of Greater Fort Wayne, Inc. Community Grantmaking FundandClarke Endowment Fund 9-Jan <$10,000 most common
National Science Foundation (NSF) Major Research Instrumentation Program (MRI) 11-Jan $100,000-$4 million
The Auer Foundation Charitable Grants 15-Jan $10,000-$25,000 https://www.auerfoundation.org/index.htm
Olin B. and Desta Schwab Foundation, Inc. Serves middle and high school students in Allen County 31-Jan $5,000-110,000
Foellinger Foundation, Inc. Community Interests 1-Feb $50,000
Ball Brothers Foundation BBF General Grants 15-Feb $20,000-$50,000
National Institutes of Health (NIH) Academic Research Enhancement Award (AREA) R15 25-Feb $300,000
McMillen Foundation, Inc. Capital support 1-Mar $5,000-$100,000
Wabash Center for Teaching and Learning in Theology and Religion General Project Grant 1-Mar $30,000
Indiana Arts Commission / Arts United Regional Initiative Grant, Arts Project Support 3-Mar $5,000
Lincoln Financial Foundation, Inc. Education 11-Mar $5,000-$50,000
Community Foundation of Wabash County (CFWC) Good Deeds Grant 15-Mar $5,000
Community Foundation of Greater Fort Wayne, Inc. Community Grantmaking FundandClarke Endowment Fund 28-Mar <$10,000 most common
The Auer Foundation Charitable Grants 15-Apr $10,000-$25,000 https://www.auerfoundation.org/index.htm
Ball Venture Fund through Independent Colleges Indiana (ICI) Innovative start-up program 22-Apr $25,000
Community Foundation of Greater Fort Wayne, Inc. Knight Foundation Fund 30-Apr $200-$250
Charles W. Kuhne Foundation Trust General 1-May $5,000-$25,000
McMillen Foundation, Inc. Capital support 1-Jun $5,000-$100,000
Lincoln Financial Foundation, Inc. Human services 17-Jun $5,000-$50,000
National Institutes of Health (NIH) Academic Research Enhancement Award (AREA) R15 25-Jun $300,000
Community Foundation of Greater Fort Wayne, Inc. Academic Research Enhancement Award (AREA) R15 27-Jun <$10,000 most common
Center for Contemplative Mind in Society Contemplative communities in higher education 1-Jul $4,000
Waterfield Foundation, Inc. Health and human services, education, arts and humanities and community development 1-Jul <$25,000
Ball Brothers BBF General Grants 15-Jul $20,000-$50,000
The Auer Foundation Charitable Grants 15-Jul $10,000-$25,000 https://www.auerfoundation.org/index.htm
Indiana Humanities Connections Humanities public programming 1-Aug $2,000
JustPax Fund Justice advocacy, research, implementation 1-Aug $20,000
Community Foundation of Wabash County (CFWC) Good Deeds Grant 15-Sep $5,000
Economic & workforce development 16-Sep $5,000-$50,000
McMillen Foundation, Inc. Capital support 1-Oct $5,000-$100,000
Community Grantmaking FundandClarke Endowment Fund 3-Oct <$10,000 most common
Wabash Center for Teaching and Learning in Theology and Religion General Project Grant 3-Oct $30,000
The Auer Foundation Charitable Grants 15-Oct $10,000-$25,000 https://www.auerfoundation.org/index.htm
National Institutes of Health (NIH) Academic Research Enhancement Award (AREA) R15 25-Oct $300,000
Lincoln Financial Foundation, Inc. Arts 3-Dec $5,000-$50,000
Barbara Burt Leadership Development Fund Anytime $500-$5,000
August Tomusk Foundation Fund research grant Anytime $5,000
Foellinger Foundation, Inc. Capactiy building Anytime $5,000-$50,000
Ian & Mimi Rolland Foundation Anytime <$10,000
Lincoln Financial Foundation, Inc. Empoyee matching program Anytime Match
The Steel Dynamics Foundation, Inc. Routine Request (sponsorship, etc…) Anytime <$10,000
The Steel Dynamics Foundation, Inc. Major Project Anytime $10,000-$50,000
Wabash Center for Teaching and Learning in Theology and Religion Small Project Grants Anytime $5,000
Ball Brothers BBF Rapid Grants Anytime between February 1 – November 30 $5,000
National Science Foundation (NSF) Research in Undergraduate Institutions (RUI) Program dependent Program dependent
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 “real” 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’re 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(); })();