Domestic Manufacturing Conversion Grant Program (2024)

', searchFilter: '', clear: '', noProgramResults: '

No Search Results Found.

' }, fundingSources: { 'BIL': 'Bipartisan Infrastructure Law', 'DPA': 'Defense Production Act', 'IRA': 'Inflation Reduction Act' }, iconText: { 'Fast Facts': 'chart-column', 'Manufacturing Capacity': 'city', 'Strategic Investment': 'chart-pie-simple-circle-dollar', 'Workforce Deployment': 'user-helmet-safety' }};window.jQuery().ready( function() { window.jQuery('.accordion table td a:contains("Apply")') .parents('.accordion') .children('.accordion-title') .children('.accordion-title-wrapper') .children('button') .trigger('click') .append('Open'); /* window.jQuery('.fa-unlock').parent('.accordion-title').trigger('click'); */ window.jQuery('.accordion table td a:contains("Application Portal")').addClass('fai').addClass('application'); window.jQuery('.accordion table td a:contains("Program Overview")').addClass('fai').addClass('overview'); window.jQuery('.accordion table td a:contains("Selections")').addClass('fai').addClass('usercheck'); window.jQuery('.accordion table td a:contains("Selectees")').addClass('fai').addClass('usercheck'); window.jQuery('.accordion table td a:contains("Assessors")').addClass('fai').addClass('usercheck'); window.jQuery('.accordion table td a:contains("Funding Opportunity")').addClass('fai').addClass('funding'); window.jQuery('.accordion table td a:contains("RFI")').addClass('fai').addClass('funding'); window.jQuery('.accordion table td a:contains("Download")').addClass('fai').addClass('download'); window.jQuery('.accordion table td a:contains("Press Release")').addClass('fai').addClass('newspaper'); window.jQuery('.accordion table td a:contains("Webinar")').addClass('fai').addClass('desktop'); window.jQuery('.accordion table td a:contains("Apply")').addClass('btn-apply'); window.jQuery('.accordion table td a[href *= "youtube"]').addClass('fai').addClass('desktop'); window.jQuery('.accordion table td a[href *= "sites/default/files"]').addClass('fai').addClass('download'); window.jQuery('#program-overview-paragraphs h5:contains("Eligible Uses")').append(mesc_get_icon('pen-to-square')); window.jQuery('#program-overview-paragraphs h5:contains("Recipients")').append(mesc_get_icon('users')); window.jQuery('#program-overview-paragraphs h5:contains("Period of Availability")').append(mesc_get_icon('calendar-days')); window.jQuery('#program-overview-paragraphs h5:contains("Funding Source")').append(mesc_get_icon('money-bill-1')); window.jQuery('#program-overview-paragraphs h5:contains("Third Party Assessors")').append(mesc_get_icon('check-to-slot')); window.jQuery('#awards-top ul li a').append(mesc_get_icon('circle-arrow-right')); window.jQuery('#program-overview-columns > .container > .row > .col').each( function() { var iconKey = ''; var iconFill = 'solid'; var iconWeight = ''; window.jQuery(this).find('.grey-box').removeClass('grey-box'); window.jQuery(this).children('div').first().addClass('grey-container'); window.jQuery(this).find('img').parent('p').remove(); window.jQuery(this).find('img').remove(); if (window.jQuery(this).find('p:contains("Funding Amount")').length) { iconKey = 'money-bills'; iconWeight = 'sharp'; } else if (window.jQuery(this).find('p:contains("Funding Type")').length) { iconKey = 'file-pen'; } else if (window.jQuery(this).find('p:contains("Program Area")').length) { if (window.jQuery(this).find('p:contains("Manufacturing")').length) { iconKey = 'city'; } else if (window.jQuery(this).find('p:contains("Workforce")').length) { iconKey = 'user-helmet-safety'; } else if (window.jQuery(this).find('p:contains("Analysis")').length) { iconKey = 'chart-pie-simple-circle-dollar'; } } if (iconKey.length) { var iconHtml = mesc_get_icon(iconKey, iconFill, iconWeight); window.jQuery(this).find('.grey-container').prepend(iconHtml); } }); window.jQuery('#about-us-columns > .container > .row > .col').each( function() { var iconKey = ''; var iconFill = 'solid'; var iconWeight = ''; if (window.jQuery(this).find('h4:contains("Manufacturing")').length) { iconKey = 'city'; } else if (window.jQuery(this).find('h4:contains("Workforce")').length) { iconKey = 'user-helmet-safety'; } else if (window.jQuery(this).find('h4:contains("Analysis")').length) { iconKey = 'chart-pie-simple-circle-dollar'; } if (iconKey.length) { var iconHtml = mesc_get_icon(iconKey, iconFill, iconWeight); window.jQuery(this).find('h4').before(iconHtml); } }); window.jQuery('section#program-right-awards').on('click', function () { self.location.href = '/mesc/mesc-portfolio'; }); window.jQuery('section#program-right-reports').on('click', function () { self.location.href = '/mesc/reports'; }); window.jQuery('article div section[id^=program-left-]').addClass('float-left-66'); window.jQuery('article div section[id^=program-right-]').addClass('float-right-33'); window.jQuery('.float-left-66').wrapAll(''); window.jQuery('.float-right-33').wrapAll(''); window.jQuery('#program-left-program-search h3.block') .append(mesc.html.searchCounter) .after(mesc_get_funding_source_facet()) .after(mesc.html.searchFilter); window.jQuery('#program-search-input').on('blur', function() { mesc_filter_programs(); }).on('keyup', function() { mesc_filter_programs(); }).on('keydown', function() { mesc_filter_programs(); }).on('keypress', function() { mesc_filter_programs(); }); window.jQuery('input[name="funding-source"]').on('change', function() { mesc_filter_programs(); }); window.jQuery(document).ready( function() { mesc_set_programs_height(); mesc_filter_programs(); mesc_set_page_title_icon(); mesc_set_program_nav_icons(); mesc_set_program_sidebar_icons(); });});function mesc_get_text_icon(text) { var icons = { 'Fast Facts': 'square-poll-vertical', 'Manufacturing Capacity': 'buildings', 'Strategic Investment': 'chart-pie-simple-circle-dollar', 'Workforce Deployment': 'user-helmet-safety' };}function mesc_set_page_title_icon() { var pageTitle = window.jQuery('h1.page-title'); var iconKey = ''; var iconFill = 'solid'; var iconWeight = ''; var icons = mesc.iconText; if (pageTitle.length > 0) { window.jQuery.each(icons, function(title, key) { if (window.jQuery('h1.page-title:contains("' + title + '")').length) { iconKey = key; } }); if (iconKey.length) { var iconHtml = mesc_get_icon(iconKey, iconFill, iconWeight); window.jQuery('h1.page-title').append(iconHtml); } }}function mesc_set_programs_height() { if (window.jQuery('#program-left-program-search').length) { var pH = window.jQuery('#program-left-program-search').height(); window.jQuery('#program-left-program-search').css('height', pH); }}function mesc_filter_programs() { if (window.jQuery('#program-search-input').length) { var filterText = window.jQuery('#program-search-input').val().toLowerCase(); var filterTextLen = filterText.length; var counterText; var isVisible = false; var totalPrograms = window.jQuery('#program-left-program-search blockquote p').length; var visiblePrograms = totalPrograms; var groupVisiblePrograms = 0; var thisBlock; var fundingSourceSelections = mesc_get_facet_values('funding-source'); var fundingSourceSelectionsLen = fundingSourceSelections.length; var thisHtml; var thisVal; if (filterTextLen > 0 || fundingSourceSelectionsLen > 0) { visiblePrograms = 0; window.jQuery('#program-left-program-search blockquote').each( function() { groupVisiblePrograms = 0; window.jQuery(this).children('p').each( function() { isVisible = false; thisHtml = window.jQuery(this).html().toLowerCase(); if (fundingSourceSelectionsLen) { window.jQuery(fundingSourceSelections).each( function(idx, val) { thisVal = val.toLowerCase(); if (thisHtml.indexOf(thisVal) !== -1) { isVisible = true; } }); } if (filterTextLen && thisHtml.indexOf(filterText) !== -1) { isVisible = true; } if (isVisible) { window.jQuery(this).removeClass('hidden'); visiblePrograms++; groupVisiblePrograms++; } else { window.jQuery(this).addClass('hidden'); } }); window.jQuery(this).find('div').remove(); if (groupVisiblePrograms == 0) { window.jQuery(this).prepend(mesc.html.noProgramResults); } }); } else { window.jQuery('#program-left-program-search blockquote p').removeClass('hidden'); } counterText = 'Showing ' + visiblePrograms + ' of ' + totalPrograms + ' results'; window.jQuery('#program-search-counter').html(counterText); }}function mesc_get_icon(key, fill='regular', weight='', title='') { var classes = []; if (title.length == 0) { title = key; } if (weight.length > 0) { classes.push('fa-' + weight); } classes.push('fa-' + fill); classes.push('fa-' + key); var classList = classes.join(" "); return '';}function mesc_get_facet_values(name) { var values = []; window.jQuery('input[name="' + name + '"]:checked').each( function() { values.push( window.jQuery(this).val() ); }); return values;}function mesc_get_funding_source_facet() { var sources = mesc.fundingSources; var html = ''; var label; html += '

'; html += '

Funding Source

'; html += '

'; html += '

'; html += ''; window.jQuery.each(sources, function(key, val) { label = 'funding-source-' + key; html += ''; html += ''; html += ''; html += ''; }); html += ''; html += '

'; html += '

'; html += '

'; return html;}function mesc_set_program_nav_icons() { var programNavSection = window.jQuery('section#program-navigation'); var iconKey = ''; var iconFill = 'solid'; var iconWeight = ''; var icons = mesc.iconText; var thisTitle; var iconHtml; if (programNavSection.length > 0) { window.jQuery.each(icons, function(title, key) { iconHtml = mesc_get_icon(key, iconFill, iconWeight); window.jQuery('section#program-navigation h3:contains("' + title + '")').prepend(iconHtml); }); window.jQuery('section#program-navigation a:contains("You Are Here")').attr('disabled', 'disabled').removeAttr('href'); }}function mesc_set_program_sidebar_icons() { var programFFSection = window.jQuery('section#program-right-fast-facts'); var iconKey = ''; var iconFill = 'solid'; var iconWeight = 'sharp'; var icons = mesc.iconText; var thisTitle; var iconHtml; if (programFFSection.length > 0) { window.jQuery.each(icons, function(title, key) { iconHtml = mesc_get_icon(key, iconFill, iconWeight); window.jQuery('section#program-right-fast-facts h3:contains("' + title + '")').prepend(iconHtml); }); }}

As part of President Biden’s Investing in America Agenda, DOE has announced $1.7 billion from the Inflation Reduction Act to support the conversion of 11 shuttered or at-risk auto manufacturing and assembly facilities across eight states—Michigan, Ohio, Pennsylvania, Georgia, Illinois, Indiana, Maryland, and Virginia—to manufacture electric vehicles and their supply chain.

The Domestic Manufacturing Auto Conversion Grants program helps ensure that the U.S. continues to lead the world in auto manufacturing, led by the communities and workers who know this business best. The selectees will negotiate for awards to enable them to manufacture vehicles and products covering a broad range of the automotive supply chain, including parts for electric motorcycles and school buses, hybrid powertrains, heavy-duty commercial truck batteries, and electric vehicles. This program also supports the Biden-Harris Administration’s efforts to strengthen domestic supply chains, support American workers, and bolster America’s global leadership in manufacturing.

The selection for award negotiations is not a commitment by DOE to issue an award or provide funding. Before funding is issued, DOE and the applicants will undergo a negotiation process, and DOE may cancel negotiations and rescind the selection for any reason during that time.

Domestic Manufacturing Conversion Grant Program (1)

Note: Selections from DE-FOA-0003106 - Inflation Reduction Act (IRA) Domestic Manufacturing Grants Funding Opportunity which was released on August 31, 2023.

Domestic Manufacturing Conversion Grant Program

State

Domestic Manufacturing Conversion Grant Program (2024)
Top Articles
USD/CAD extends upside as US Dollar recovers ahead of US Manufacturing PMI
Canadian Dollar roils on Tuesday after upswing in Canadian CPI inflation
Vons Credit Union Routing Number
The Phenomenon of the Breckie Hill Shower Video Understanding Its Impact and Implications - Business Scoop
OneFS Logfile Collection with isi-gather-info | Dell Technologies Info Hub
Jeff Liebler Wife
Osu Worday
Dbd Wesker Build
Jcpenney Associate Meevo
Stellaris Mid Game
8 Restaurant-Style Dumpling Dipping Sauces You Can Recreate At Home
Great Clips Coupons → 20% Off | Sep 2024
Practice Assist.conduit.optum
Blaire White's Transformation: Before And After Transition
Flappy Bird Cool Math Games
Job Skills That Start With Y
The latest on the Idaho student murders: Live Updates | CNN
Tryhard Guide Wordle Solver
Pear Shaped Rocsi
24 Hour Pharmacy St Louis Mo
Bootyandthebeast69 Swap
Julie Green Ministries International On Rumble
Dominion Post Obituaries Morgantown
Cherry Crush Webtoon Summary
Stellaris Resolutions
Closest Dollar Tree Store To My Location
Best Auto Upholstery Shops Near Me
Stuckey Furniture
Sams Gurnee Gas Price
They Cloned Tyrone Showtimes Near Showbiz Cinemas - Kingwood
Kostenlose Karneval Google Slides Themen & PowerPoint Vorlage
Cyberpunk 2077 braindance guide: Disasterpiece BD walkthrough
The Anthem Tonight
8 Best Bubble Braid Hairstyles For All Hair Types
15 Best Things to Do in Tulare, CA - Travel Lens
Hingham Police Scanner Wicked Local
Surface Area Formulas (video lessons, examples, step-by-step solutions)
Lake Erie Noaa Near Shore
Grupos De Cp Telegram
Pressconnects Obituaries Recent
Sam's Club Gas Price Mechanicsburg Pa
Lagoon Pontoons Reviews
Publix Coral Way And 147
8569 Marshall St, Merrillville, IN 46410 - MLS 809825 - Coldwell Banker
Sparkle Nails Phillipsburg
100.2华氏度是多少摄氏度
Netspar on LinkedIn: Netspar is pleased to announce the next Netspar Pension Day, which will…
'Selling Sunset' star Alanna Gold said she owned a California desert town. Now, she says she doesn't.
‘A Knights Tale’ Turns 20: Secrets Behind Heath Ledger’s Royal Rock Flick
Towne Pizza Carman Road
Lesbian Wicked Whims Animations
What Does Code 898 Mean On Irs Transcript
Latest Posts
Article information

Author: Frankie Dare

Last Updated:

Views: 6356

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Frankie Dare

Birthday: 2000-01-27

Address: Suite 313 45115 Caridad Freeway, Port Barabaraville, MS 66713

Phone: +3769542039359

Job: Sales Manager

Hobby: Baton twirling, Stand-up comedy, Leather crafting, Rugby, tabletop games, Jigsaw puzzles, Air sports

Introduction: My name is Frankie Dare, I am a funny, beautiful, proud, fair, pleasant, cheerful, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.