CINXE.COM
Insights & News
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>Insights & News</title> <link rel="shortcut icon" href="https://www.burnsmcd.com/hs-fs/hub/477837/file-2599216070-ico/favicon.ico"> <meta name="description" content="Stay in touch with the things that matter most — in your industry or on your projects."> <link type="text/css" rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/65197088648/1738348438060/template_main.min.css"> <link type="text/css" rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/65197090230/1740679771431/template_theme-overrides.min.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="/hs/hsstatic/jquery-libs/static-1.4/jquery/jquery-1.11.2.js"></script> <script>hsjQuery = window['jQuery'];</script> <meta property="og:description" content="Stay in touch with the things that matter most — in your industry or on your projects."> <meta property="og:title" content="Insights & News"> <meta name="twitter:description" content="Stay in touch with the things that matter most — in your industry or on your projects."> <meta name="twitter:title" content="Insights & News"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/78377508895/1740296819469/module_BMcD_Section_Hero.min.css"> <link rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/70223532547/1740679776406/template_main_stylesheet.css"> <link rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/78913683871/1740296830239/module_BMCD_Insights_Display.min.css"> <link rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/72651524129/1740296803676/module_BMcD_Text_Features.min.css"> <style> @font-face { font-family: "Roboto"; font-weight: 600; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Roboto/600.woff2") format("woff2"), url("/_hcms/googlefonts/Roboto/600.woff") format("woff"); } @font-face { font-family: "Roboto"; font-weight: 400; font-style: normal; font-display: swap; src: url("/_hcms/googlefonts/Roboto/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Roboto/regular.woff") format("woff"); } </style> <link rel="canonical" href="https://www.burnsmcd.com/insightsnews"> <!-- Global site tag (gtag.js) - Google Analytics --> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/70223532547/1740679776406/template_main_stylesheet.css"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script type="text/javascript" src="https://www.burnsmcd.com/hs-fs/hub/477837/hub_generated/template_assets/49728305267/1624906975994/Digital_Transformation/CSS/ellipsify.min.js"></script> <link rel="stylesheet" href="https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/aeonik-font/css/stylesheet-family-support.css"> <link rel="stylesheet" href="https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/aeonik-font/css/stylesheet-individual-weights.css"> <script> $(function() { AOS.init(); }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-BBKN4GMEVG"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-BBKN4GMEVG'); </script> <!-- Multiview Pixel --> <script src="//assets.adobedtm.com/175f7caa2b90/c50e2b4aec59/launch-9efbd7c253c9.min.js" async></script> <!-- Clearbit --> <script src="https://tag.clearbitscripts.com/v1/pk_75cc575f304b4baf8ec3686ab4c2d922/tags.js" referrerpolicy="strict-origin-when-cross-origin"></script> <script> function getAllUrlParamsz(url) { // get query string from url (optional) or window var queryString = url ? url.split('?')[1] : window.location.search.slice(1); // we'll store the parameters here var obj = {}; // if query string exists if (queryString) { // stuff after # is not part of query string, so get rid of it queryString = queryString.split('#')[0]; // split our query string into its component parts var arr = queryString.split('&'); for (var i = 0; i < arr.length; i++) { // separate the keys and the values var a = arr[i].split('='); // set parameter name and value (use 'true' if empty) var paramName = a[0]; var paramValue = typeof (a[1]) === 'undefined' ? true : a[1]; // (optional) keep case consistent paramName = paramName.toLowerCase(); if (typeof paramValue === 'string') paramValue = paramValue.toLowerCase(); // if the paramName ends with square brackets, e.g. colors[] or colors[2] if (paramName.match(/\[(\d+)?\]$/)) { // create key if it doesn't exist var key = paramName.replace(/\[(\d+)?\]/, ''); if (!obj[key]) obj[key] = []; // if it's an indexed array e.g. colors[2] if (paramName.match(/\[\d+\]$/)) { // get the index value and add the entry at the appropriate position var index = /\[(\d+)\]/.exec(paramName)[1]; obj[key][index] = paramValue; } else { // otherwise add the value to the end of the array obj[key].push(paramValue); } } else { // we're dealing with a string if (!obj[paramName]) { // if it doesn't exist, create property obj[paramName] = paramValue; } else if (obj[paramName] && typeof obj[paramName] === 'string'){ // if property does exist and it's a string, convert it to an array obj[paramName] = [obj[paramName]]; obj[paramName].push(paramValue); } else { // otherwise add the property obj[paramName].push(paramValue); } } } } return obj; } function getScroll() { var section = getAllUrlParamsz().section if(section === undefined || section == "false"){ return } if(section.length) { console.log('word: ', section) $('html,body').animate({ scrollTop: $('.' + section).offset().top -150}, 'slow'); } } window.addEventListener('load', function () { getScroll() }); </script> <!-- Hotjar Tracking Code for https://www.burnsmcd.com --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:2611682,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <style> p, span, li, ul, a, div { font-family: "Roboto", sans-serif' } body, body p, body div, body section { font-family: "Roboto", sans-serif; } </style> <meta property="og:image" content="https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/insightnews-hero.jpg"> <meta property="og:image:width" content="1400"> <meta property="og:image:height" content="933"> <meta property="og:image:alt" content="Insights & News"> <meta name="twitter:image" content="https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/insightnews-hero.jpg"> <meta name="twitter:image:alt" content="Insights & News"> <meta property="og:url" content="https://www.burnsmcd.com/insightsnews"> <meta name="twitter:card" content="summary_large_image"> <style> .detail-hero-angle .skew-container .background-image { background-image: center !important } .form__office-contact-image img { border-radius: 50% } </style> <meta name="generator" content="HubSpot"></head> <body> <div class="body-wrapper hs-content-id-80133506181 hs-site-page page hs-content-path-insightsnews hs-content-name-insights-news "> <div data-global-resource-path="Burns_McDonnell_February_2022/templates/partials/header.html"> <header class="header updated-header"> <meta name="theme-color" content="#051B38"> <script src="https://unpkg.com/@lottiefiles/lottie-interactivity@latest/dist/lottie-interactivity.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-player/2.0.4/lottie-player.js"></script> <style> a:has(> span.menu-link-adjust){ border-bottom: 1px solid #cacaca; padding: 2rem 0px !important; text-decoration: none } .menu-link-adjust { font-size: 1.5rem !important; } .updated-header .navigation .menu-item a{ font-weight: 500 !important } .text-spotlight-module-wrap { width:100%; position:relative; } .activated .hoverEffects img.pre-scroll { display: none; } .hoverEffects img.pre-scroll { display: block; width: 300px !important; height: auto; } lottie-player { display:none } .activated lottie-player { display:block } .navigation .search-input-container { top: calc(0% + 2em + 2px) !important; } @media screen and (max-width: 1200px) { #hs_cos_wrapper_main_menu { display: none; } } @media(max-width: 767px){ .header.updated-header .navigation .nav-container { padding: 1.5em 1rem !important; } lottie-player, .activated lottie-player { max-width:200px; display: none } .mobile-logo { width:100%; max-width:200px; display: block !important } .pre-scroll { display: none !important } } .side-nav.updated-hamburger .menu-item { text-transform: none !important } .mobile-logo { display: none } .side-nav.updated-hamburger .submenu.level-2.active-panel > .no-submenu, .side-nav.updated-hamburger .submenu.level-3.active-panel > .no-submenu{ margin-top: 1rem } .side-nav.updated-hamburger .submenu.level-2.active-panel > .no-submenu ~ .no-submenu, .side-nav.updated-hamburger .submenu.level-3.active-panel > .no-submenu ~ .no-submenu { margin-top: 0px } .side-nav.updated-hamburger ul.submenu:not(.mega-menu) { overflow-y: hidden; } .side-nav.updated-hamburger .mega-menu>li:nth-child(4) { margin-bottom: 1rem !important } .side-nav.updated-hamburger .submenu li.no-submenu>a { color: black; display: block; padding: 1rem 0px; text-transform: unset; font-family: "Aeonik", Arial; font-weight:500; font-size: 1.125rem; line-height: normal; letter-spacing: .05em; leading-trim: both; text-edge: cap alphabetic; } .side-nav.updated-hamburger .mega-menu li.has-submenu.remove-arrow>a:after { display: none } .side-nav.updated-hamburger .mega-menu li.has-submenu>a:after, .side-nav.updated-hamburger ul.submenu:not(.mega-menu) li.has-submenu>a:after{ content: ""; font-family: fontawesome; right: unset; -webkit-transform: translateY(0%) translateX(0%); -ms-transform: translateY(0%) translateX(0%); transform: translateY(0%) translateX(0%); padding-left: 8px; position: relative; top: 1px; color: #0057b8; } #hs_cos_wrapper_slide-primary, .side-nav.updated-hamburger .submenu.level-2.active-panel, .side-nav.updated-hamburger .submenu.level-3.active-panel { padding: 0px 2rem 2rem 2rem; width:100%; box-sizing: border-box; } .side-nav.updated-hamburger .mega-menu li.has-submenu>a, .side-nav.updated-hamburger .dl-back>a, .side-nav.updated-hamburger ul.submenu:not(.mega-menu) li.has-submenu>a { color: black; padding: 2rem 0px; background-color: transparent; text-transform: none; font-family: "Aeonik", Arial; font-weight:500; font-size: 1.5rem; line-height: normal; letter-spacing: .05em; leading-trim: both; text-edge: cap alphabetic; margin-bottom: 0px } .side-nav.updated-hamburger .dl-back>a:after { display: none; color: inherit; content: ""; font-family: fontawesome; position: absolute; right: 1.33333em; top: 50%; -webkit-transform: translateY(-50%) translateX(50%); -ms-transform: translateY(-50%) translateX(50%); transform: translateY(-50%) translateX(50%); } .side-nav.updated-hamburger .dl-back>a:before{ content: ""; font-family: fontawesome; right: unset; -webkit-transform: translateY(0%) translateX(0%); -ms-transform: translateY(0%) translateX(0%); transform: translateY(0%) translateX(0%); padding-right: 8px; text-decoration: unset; position: relative; top: 1px; color: #0057b8; } .side-nav.updated-hamburger .menu-item:hover a { color: #0066ff !important } .side-nav.mobile_navigation.updated-hamburger{ width: 340px } header.updated-header .input-wrap { border: 1.5px solid #0066ff; } header.updated-header .CoveoSearchButton { padding-right:2.2rem; background-color: #0066ff } header.updated-header .input-wrap svg { fill: white } header.updated-header .navigation .button-menu-hamburger { padding: 0px; margin-left: 1rem } header.updated-header .navigation .button-menu-search:before { left:4px; } header.updated-header .navigation .button-menu-search { border-right: 1px solid #0066ff } .updated-header .navigation .menu-item { text-transform: unset; margin-right: 2rem; font-family: "Aeonik", Arial; font-weight:500; font-size: 1.25rem; line-height: 1.25em; letter-spacing: .05em; leading-trim: both; text-edge: cap alphabetic; } .updated-header .navigation .menu-item:hover a { text-decoration: none; border-bottom: 2px solid #e6f001; } header.header.updated-header { position: fixed; top:0; left:0; z-index: 1000; } header.header.updated-header .navigation { background-color: #051B38; } .header.updated-header .navigation .nav-container { background-color: #051B38; transition: all 500ms ease-in; padding: 1.5em 3rem; } .click-to-close { display: none; cursor: pointer } .header.updated-header.activated .navigation .nav-container { background-color: #051B38; } .navigation-overlay .click-to-close{ background-color: rgba(0,0,0,0); display: inline-block; height: 100vh; position: fixed; right: 0; top: 0; width: 100vw; z-index: 6; } #inputSearch {width:80%; padding: 1em 20px;} .navbar__search-open { width: 27px; height: 27px; background: url(https://www.burnsmcd.com/hubfs/Collateral-1898/assets/search-icon.svg) no-repeat left center; } .navbar__search--open .navbar__search-open { display: none; } .navbar__search-close { display: none; width: 27px; height: 27px; background: url(https://www.burnsmcd.com/hubfs/Collateral-1898/assets/close-icon.svg) no-repeat center center; -webkit-background-size: 20px 20px; background-size: 20px;; border:0px; margin-right: 2em; } .navbar__search--open .navbar__search-close { display: block; } .input-wrap { display: flex; background-color: #fff; border-radius: 2em; padding: 0px 0em 0em 1em; overflow: hidden } .input-wrap svg { width:1.15em; fill:#0057b8 } .input-wrap { border: 2px solid black } .input-wrap input { border:0px !important } .CoveoSearchButton { display: flex; align-items: center; padding-right: 1em; padding-left: 1em; cursor: pointer } .CoveoSearchButton:hover{ background-color: #0057b8 } .CoveoSearchButton:hover svg { fill: #fff } .mobile-icon { display: flex !important; align-items: center; } .navbar__search-input-container { max-width:350px } input:focus, select:focus, textarea:focus, button:focus { outline: none; } @media(max-width: 500px){ .header.updated-header .navigation .nav-container { padding: 1.5em 1rem !important; padding-left: 1rem !important; padding-right: 1rem !important } .nav-container { padding: 1.5em 1rem !important; padding-left: 1rem !important; padding-right: 1rem !important } .side-nav.mobile_navigation.updated-hamburger{ width: 300px } } </style> <nav class="navigation special-deal"> <div class="nav-container"> <div class="logo"> <div class="hoverEffects"> <a href="https://www.burnsmcd.com"> <lottie-player src="https://477837.fs1.hubspotusercontent-na1.net/hubfs/477837/BMcD_Web_Assets/icons/AmpersandAnimation2.json" style="width: 300px;"></lottie-player> <img class="mobile-logo" src="https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/icons/logo-BurnsMcDonnell-white.svg"> <img class="pre-scroll" src="https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/icons/logo-BurnsMcDonnell-white.svg"> </a> </div> </div> <div class="menu"> <div id="hs_cos_wrapper_main_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <ul class="submenu level-1" aria-hidden="false"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are" class="menu-link">Who We Are</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/what-we-do" class="menu-link">What We Do</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/insightsnews" class="menu-link active-item" aria-current="page">Insights & News</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers" class="menu-link">Careers</a> </li> </ul> </div> <div class="search"> <div class="search-input-container"> <div class="search-hamburger-wrap"> <div class="navbar__search"> <div class="navbar__search-button"> <button class="navbar__search-close"></button></div> <div class="navbar__search-input-container"> <div class="input-wrap"> <input id="inputSearch" autocomplete="off" type="text" title="Insert a query. Press enter to send" aria-label="Search"> <a class="CoveoSearchButton coveo-accessible-button"> <svg alt="Search" focusable="false" enable-background="new 0 0 20 20" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="coveo-search-button-svg"><g> <path class="coveo-magnifier-circle-svg" d="m8.368 16.736c-4.614 0-8.368-3.754-8.368-8.368s3.754-8.368 8.368-8.368 8.368 3.754 8.368 8.368-3.754 8.368-8.368 8.368m0-14.161c-3.195 0-5.793 2.599-5.793 5.793s2.599 5.793 5.793 5.793 5.793-2.599 5.793-5.793-2.599-5.793-5.793-5.793"></path> <path d="m18.713 20c-.329 0-.659-.126-.91-.377l-4.552-4.551c-.503-.503-.503-1.318 0-1.82.503-.503 1.318-.503 1.82 0l4.552 4.551c.503.503.503 1.318 0 1.82-.252.251-.581.377-.91.377"></path></g></svg> </a> </div> </div></div> </div> </div> <div class="button-menu-search"></div> </div> <div class="button-menu-hamburger jonesay"></div> </div> </div> <div class="click-to-close super-close"> </div> </nav> </header> <div class="side-nav mobile_navigation updated-hamburger"> <div id="hs_cos_wrapper_slide-primary" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <ul class="submenu level-1" aria-hidden="false"> <li class="has-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are" class="menu-link">Who We Are</a> <ul class="submenu level-2" aria-hidden="true"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are" class="menu-link">Who We Are</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/what-drives-us" class="menu-link">What Drives Us</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/meet-our-people" class="menu-link">Meet Our People</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/employee-ownership" class="menu-link">Employee Ownership</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/social-responsibility" class="menu-link">Social Responsibility</a> </li> </ul> </li> <li class="has-submenu menu-item"> <a href="https://www.burnsmcd.com/what-we-do" class="menu-link">What We Do</a> <ul class="submenu level-2" aria-hidden="true"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/what-we-do" class="menu-link"><span class="menu-link-adjust">What We Do</span></a> </li> <li class="has-submenu menu-item"> <a href="https://www.burnsmcd.com/industries" class="menu-link">Industries</a> <ul class="submenu level-3" aria-hidden="true"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/aviation" class="menu-link">Aviation</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/commercial-retail-institutional" class="menu-link">Commercial, Retail & Institutional</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/environmental" class="menu-link">Environmental</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/government-military" class="menu-link">Government & Military</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/manufacturing-industrial" class="menu-link">Manufacturing & Industrial</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/mining-minerals" class="menu-link">Mining & Minerals</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/industries/oilgas" class="menu-link">Oil, Gas & Chemicals</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/industries/power" class="menu-link">Power</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/industries/telecommunications" class="menu-link">Telecommunications</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/industries/transportation" class="menu-link">Transportation</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/industries/water" class="menu-link">Water</a> </li> </ul> </li> <li class="has-submenu menu-item"> <a href="https://www.burnsmcd.com/services" class="menu-link">Services</a> <ul class="submenu level-3" aria-hidden="true"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/services" class="menu-link">Services</a> </li> <li class="no-submenu menu-item"> <a href="https://1898andco.burnsmcd.com/" class="menu-link" target="_blank">1898 & Co: Business, Technology & Security Consulting</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/services/architecture" class="menu-link">Architecture</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/services/commissioning" class="menu-link">Commissioning</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/services/construction" class="menu-link">Construction</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/services/engineering" class="menu-link">Engineering</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/services/operations-maintenance" class="menu-link">Operations & Maintenance</a> </li> <li class="no-submenu menu-item"> <a href="//www.burnsmcd.com/services/program-management" class="menu-link">Program Management</a> </li> </ul> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/projects" class="menu-link"><span class="menu-link-adjust">Projects</span></a> </li> </ul> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/insightsnews" class="menu-link active-item" aria-current="page">Insights & News</a> </li> <li class="has-submenu menu-item"> <a href="https://www.burnsmcd.com/careers" class="menu-link">Careers</a> <ul class="submenu level-2" aria-hidden="true"> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers" class="menu-link">Careers</a> </li> <li class="no-submenu menu-item"> <a href="https://hubs.ly/H09WhLJ0" class="menu-link">Search Jobs</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers/find-your-career" class="menu-link">Find Your Career</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers/benefits-rewards" class="menu-link">Benefits & Rewards</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers/applying-interviewing" class="menu-link">Applying & Interviewing</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers/training-development" class="menu-link">Training & Development</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/careers/faqs" class="menu-link">Careers FAQ</a> </li> </ul> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/honors" class="menu-link">Honors</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/who-we-are/industry-rankings" class="menu-link">Industry Rankings</a> </li> <li class="no-submenu menu-item"> <a href="https://blog.burnsmcd.com/" class="menu-link">Blog</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/locations" class="menu-link">Locations</a> </li> <li class="no-submenu menu-item"> <a href="https://www.burnsmcd.com/suppliers" class="menu-link">Suppliers</a> </li> <li class="no-submenu menu-item"> <a href="https://info.burnsmcd.com/contact-us" class="menu-link">Contact Us</a> </li> </ul> </div> <div class="button-close-side-nav closey"></div> </div> <div class="text-spotlight-module-wrap"> </div> <script> function resizeHeightNav() { let heightNav = ($('.special-deal').outerHeight()) -5 $('.text-spotlight-module-wrap').css('height',heightNav ); } $( document ).ready(function() { resizeHeightNav() }); $(window).resize(function(){ resizeHeightNav() }); $('.jonesay').click(function(event) { console.log("trigger click") $('body').toggleClass('mobile-open prevent-scroll'); $('.navigation').toggleClass('navigation-overlay'); $('.side-nav').toggleClass('show-side-nav'); $('.side-nav ul').removeClass('child-open after-child-open'); }); $('.button-close-side-nav.closey').click(function(){ $('.side-nav').removeClass('show-side-nav'); $('body').removeClass('mobile-open prevent-scroll'); $('.navigation').removeClass('navigation-overlay'); }); $('.super-close').click(function(){ $('.side-nav').removeClass('show-side-nav'); $('body').removeClass('mobile-open prevent-scroll'); $('.navigation').removeClass('navigation-overlay'); }); var hasFocus = $('#inputSearch').is(':focus'); $('.navbar__search-button').click(function(){ $('.navbar__search').toggleClass('navbar__search--open'); }) $('.coveo-accessible-button').click(function(){ let searchUrl = 'https://www.burnsmcd.com/search#q=' let searchValue = document.getElementById('inputSearch').value let searchHack = encodeURIComponent(searchValue) window.location.assign(searchUrl + searchHack, '_self') }) $('#inputSearch').keypress(function(event){ var keycode = (event.keyCode ? event.keyCode : event.which); if(keycode == '13'){ let searchUrl = 'https://www.burnsmcd.com/search#q=' let searchValue = document.getElementById('inputSearch').value let searchHack = encodeURIComponent(searchValue) window.location.assign(searchUrl + searchHack, '_self') } }); $(function(){ var btn = $('.text-spotlight-module-wrap'); var btnPosTop = btn.offset().top -250; var win = $(window); win.scroll(function(e){ var scrollTop = win.scrollTop(); if(scrollTop >= btnPosTop){ //we've reached the button //$('.updated-header').addClass('activated'); }else if(scrollTop <= btnPosTop){ //if we scroll back up past the button's original position, and the button had previously been changed to its fixed position, we change it back //$('.updated-header').removeClass('activated'); } }); }); const playerContainers = document.querySelectorAll(".hoverEffects"); playerContainers.forEach(container => { container.addEventListener("mouseover", () => { const player = container.querySelector("lottie-player"); player.setDirection(1); player.play(); }); container.addEventListener("mouseleave", () => { const player = container.querySelector("lottie-player"); player.setDirection(-1); player.play(); }); }); $(function(){ $('.side-nav > ul').addClass('parent-wrapper'); $('.button-menu-hamburger').click(function(event) { console.log("trigger click") $('body').toggleClass('mobile-open prevent-scroll'); $('.navigation').toggleClass('navigation-overlay'); $('.side-nav').toggleClass('show-side-nav'); $('.side-nav ul').removeClass('child-open after-child-open'); }); $('.parent-wrapper').after('<div class="dropdown-wrapper"></div>'); $('.side-nav > ul > li > ul').addClass('first-dropdown'); $('.closey').click(function(){ $('.side-nav').removeClass('show-side-nav'); $('body').removeClass('mobile-open prevent-scroll'); $('.navigation').removeClass('navigation-overlay'); }); $('.click-to-close').click(function(){ $('.side-nav').removeClass('show-side-nav'); $('body').removeClass('mobile-open prevent-scroll'); $('.navigation').removeClass('navigation-overlay'); }); }); </script></div> <script type="text/javascript" src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/49728305267/1739390997527/template_ellipsify.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@3.0.0/dist/js/splide.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css"> <script> function handleLoadMore(per, targ){ var per_page = parseInt(per); event.preventDefault(); let targetValue = targ let limits = jQuery('.' + targetValue + ' ' + '>.related-item:visible').length console.log("this is the limit", limits) limits += per_page; jQuery('.' + targetValue + ' ' + '>.related-item:lt('+(limits)+')').show(); if (jQuery('.' + targetValue + ' ' + '>.related-item').length <= limits) { jQuery(this).hide(); jQuery('.' + targetValue + '-button').hide(); } } </script> <span id="hs_cos_wrapper_module_1621269511296305" class="hs_cos_wrapper hs_cos_wrapper_widget_container hs_cos_wrapper_type_widget_container" style="" data-hs-cos-general-type="widget_container" data-hs-cos-type="widget_container"><div id="hs_cos_wrapper_widget_1658944138536" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <style> .content-wrapper--vertical-spacing, .dnd-section { padding: 0px !important } .bmcd-module.section-hero-my-hero { margin-top: 0px; } .section-hero-cta-wrap { max-width:320px; width:100%; position: relative; background-color: #0066ff; min-height:300px; align-self: flex-end; box-sizing: border-box; background-position: center; background-size: cover } .section-hero-hero-video { height:0px; padding-top:46.25%; width:100%; max-width:1400px; background-color:black; overflow: hidden; position:relative; } .section-hero-background-image { height:600px; background-color:#051B38; width:100%; position: absolute; top:0; left:0; } .section-hero-cta-wrap { padding: 2rem; margin-bottom: 8rem; margin-left: -4rem; margin-top: 2rem; } .section-hero-content-wrap { padding: 0 2rem 0 2rem; box-sizing: border-box; } @media(max-width:737px){ .section-hero-content-wrap h1{ padding-left: 1rem; padding-right:1rem; } .section-hero-hero-video { width: calc(100% - 2rem); margin: 0 auto } } </style> <aside class="banner" style="height: 0rem; padding:0px"> </aside> <section class="bmcd-module outline reversed section-hero-my-hero" style=" margin-top:0px; "> <section class="section-hero-wrap"> <section alt="" class="section-hero-background-image" style="background-image:url('');background-position: center; background-size: cover"> </section> <section class="section-hero-content-wrap"> <h1> Insights & News </h1> <section class="section-hero-hero-wrap"> <section class="section-hero-hero-video" style="background-image:url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/insightnews-hero.jpg');background-position: center; background-size: cover"> <!-- content for image here if video --> </section> <section class="section-hero-cta-wrap" style="background-image:url('')" alt=""> <h4 style="z-index:1; position: relative"> Stay in touch with the things that matter most — in your industry or on your projects. </h4> <div class="buttonContainer" style="z-index:1; position: relative"> <a class="buttonBurns pill" href="https://www.burnsmcd.com/subscribe"> Subscribe <i class="fa fa-arrow-right "></i> </a> </div> </section> </section> </section> </section> </section> <section class="space-creator" style="background-color:#fff; position: relative; "> </section></div> <div id="hs_cos_wrapper_widget_80133506191" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <style> .projects-insights .results-show-more { background-color: #ffffff; color: #0066ff; transition: all .5s; border: 1px solid #0066ff; } .projects-insights .results-show-more:hover{ background-color: #0066ff; color: #fff; } select option { background-color: #ffffff; color: #0066ff } select.filter-item:not(:checked) { background-color: #ffffff; color: #0066ff } .azco-project-filters .filter-item { background-color: #ffffff; color: #0066ff; transition: all .5s; border: 1px solid #0066ff; } .azco-project-filters .filter-item:hover { background-color: #0066ff; color: #fff; } .filter-item.buttonBurns.pill.is-selected{ background-color: #0066ff; color: #fff !important } </style> <script> function handleLoadMores(per, targ){ var per_page = parseInt(per); event.preventDefault(); let targetValue = targ let limits = jQuery('.' + targetValue + ' ' + '>.project-item-filt:visible').length console.log("this is the limit", limits) limits += per_page; jQuery('.' + targetValue + ' ' + '>.project-item-filt:lt('+(limits)+')').show(); if (jQuery('.' + targetValue + ' ' + '>.project-item-filt').length <= limits) { jQuery(this).hide(); jQuery('.' + targetValue + '-button').hide(); } } </script> <!--type render --> <!-- type end --> <section class="bmcd-module projects-insights" style=" "> <section class="azco-project-filters"> <select class="filter-item buttonBurns pill " name="type" id="types"> <option data-id="default" value="" selected>SELECT TYPE</option> <option class="" value="Article">Article</option> <option class="" value="Blog">Blog</option> <option class="" value="Case-Study">Case Study</option> <option class="" value="Guide">Guide</option> <option class="" value="News">News</option> <option class="" value="Podcast">Podcast</option> <option class="" value="Product-Feature">Product Feature</option> <option class="" value="Project-Profile">Project Profile</option> <option class="" value="Project-Spotlight">Project Spotlight</option> <option class="" value="Service-Feature">Service Feature</option> <option class="" value="Video">Video</option> <option class="" value="Webinar">Webinar</option> <option class="" value="White-Paper">White Paper</option> </select> <select class="filter-item buttonBurns pill " name="industry" id="industrys"> <option data-id="default" value="" selected>SELECT INDUSTRY</option> <option class="" value="Aviation">Aviation</option> <option class="" value="Commercial-Retail-Institutional">Commercial, Retail & Institutional</option> <option class="" value="Environmental">Environmental</option> <option class="" value="Government-Military">Government & Military</option> <option class="" value="Manufacturing-Industrial">Manufacturing & Industrial</option> <option class="" value="Mining-Minerals">Mining & Minerals</option> <option class="" value="Oil-Gas-Chemicals">Oil, Gas & Chemicals</option> <option class="" value="Ports-Maritime">Ports & Maritime</option> <option class="" value="Power">Power</option> <option class="" value="Pulp-Paper">Pulp & Paper</option> <option class="" value="Telecommunications">Telecommunications</option> <option class="" value="Transportation">Transportation</option> <option class="" value="Water">Water</option> </select> <select class="filter-item buttonBurns pill " name="brand" id="brands"> <option data-id="default" value="" selected>SELECT BRAND</option> <option class="" value="Burns-McDonnell">Burns & McDonnell</option> <option class="" value="1898-Co.">1898 & Co.</option> <option class="" value="AZCO">AZCO</option> </select> <select class="filter-item buttonBurns pill " name="service" id="services"> <option data-id="default" value="" selected>SELECT SERVICE</option> <option class="" value="Advanced-Water-Wastewater-Treatment">Advanced Water & Wastewater Treatment</option> <option class="" value="Aerospace-Space">Aerospace & Space</option> <option class="" value="Agencies-Military-Branches">Agencies & Military Branches</option> <option class="" value="Air-Force-Air-Force-Reserve">Air Force & Air Force Reserve</option> <option class="" value="Air-Quality-Compliance">Air Quality & Compliance</option> <option class="" value="Air-Quality-Noise">Air Quality & Noise</option> <option class="" value="Airfield-Lighting-NAVAIDS">Airfield Lighting & NAVAIDS</option> <option class="" value="Airfield-Paving-Airside-Services">Airfield Paving & Airside Services</option> <option class="" value="Airport-Design">Airport Design</option> <option class="" value="Airport-Electrification">Airport Electrification</option> <option class="" value="Alternative-Delivery-for-Transportation">Alternative Delivery for Transportation</option> <option class="" value="Architecture">Architecture</option> <option class="" value="Automated-Distribution-Fulfillment">Automated Distribution & Fulfillment</option> <option class="" value="Automotive">Automotive</option> <option class="" value="Aviation">Aviation</option> <option class="" value="Aviation-Infrastructure">Aviation Infrastructure</option> <option class="" value="Aviation-Master-Planning">Aviation Master Planning</option> <option class="" value="Aviation-Support-Facilities">Aviation Support Facilities</option> <option class="" value="Aviation-Technology-Security-Systems">Aviation Technology & Security Systems</option> <option class="" value="Baggage-Handling">Baggage Handling</option> <option class="" value="Biomass">Biomass</option> <option class="" value="Black-Start">Black Start</option> <option class="" value="Bridges">Bridges</option> <option class="" value="Broadband">Broadband</option> <option class="" value="Building-Solutions">Building Solutions</option> <option class="" value="Buildings">Buildings</option> <option class="" value="Campus-Energy">Campus Energy</option> <option class="" value="Carbon-Capture-Utilization-Storage-(CCUS)">Carbon Capture, Utilization & Storage (CCUS)</option> <option class="" value="Chemicals">Chemicals</option> <option class="" value="CHP/Cogeneration">CHP/Cogeneration</option> <option class="" value="Coal-Combustion-Residuals-Management">Coal Combustion Residuals Management</option> <option class="" value="Commercial-Buildings">Commercial Buildings</option> <option class="" value="Commercial-Construction">Commercial Construction</option> <option class="" value="Commissioning-(Cx)">Commissioning (Cx)</option> <option class="" value="Communication-Site-Infrastructure">Communication Site Infrastructure</option> <option class="" value="Competitive-Transmission-Development">Competitive Transmission Development</option> <option class="" value="Complex-Site-Remediation">Complex Site Remediation</option> <option class="" value="Constructed-Wetland-Treatment-Systems">Constructed Wetland Treatment Systems</option> <option class="" value="Construction">Construction</option> <option class="" value="Construction-Environmental-Monitoring">Construction & Environmental Monitoring</option> <option class="" value="Construction-Technology">Construction Technology</option> <option class="" value="Consumer-Products">Consumer Products</option> <option class="" value="Critical-Power">Critical Power</option> <option class="" value="Cultural-Resources">Cultural Resources</option> <option class="" value="Custom-Pumping-Systems-CSO-Flow-Conveyance">Custom Pumping Systems & CSO Flow Conveyance</option> <option class="" value="Data-Centers-Switch-Centers">Data Centers & Switch Centers</option> <option class="" value="Decommissioning-Demolition">Decommissioning & Demolition</option> <option class="" value="Deicing-Glycol-Recycling">Deicing & Glycol Recycling</option> <option class="" value="Department-of-Defense">Department of Defense</option> <option class="" value="Department-of-Energy">Department of Energy</option> <option class="" value="Design-Build-for-Water-Wastewater-Infrastructure">Design-Build for Water & Wastewater Infrastructure</option> <option class="" value="Distributed-Energy-Resources">Distributed Energy Resources</option> <option class="" value="Distribution-Automation">Distribution Automation</option> <option class="" value="District-Energy">District Energy</option> <option class="" value="Durable-Goods">Durable Goods</option> <option class="" value="Ecological-Studies-Protected-Species">Ecological Studies & Protected Species</option> <option class="" value="Electric-Aviation">Electric Aviation</option> <option class="" value="Electric-Power-Generation">Electric Power Generation</option> <option class="" value="Electric-Utility-Compliance">Electric Utility Compliance</option> <option class="" value="Electric-Utility-Cybersecurity">Electric Utility Cybersecurity</option> <option class="" value="Electric-Utility-Governance">Electric Utility Governance</option> <option class="" value="Electric-Utility-Risk-Management">Electric Utility Risk Management</option> <option class="" value="Electrical-Distribution">Electrical Distribution</option> <option class="" value="Electrical-System-Design-Upgrades">Electrical System Design & Upgrades</option> <option class="" value="Electrical-Transmission">Electrical Transmission</option> <option class="" value="Electrical-Transmission-Distribution">Electrical Transmission & Distribution</option> <option class="" value="Electrical-Upgrades">Electrical Upgrades</option> <option class="" value="Emerging-Contaminants-PFAS">Emerging Contaminants & PFAS</option> <option class="" value="Emerging-Technologies">Emerging Technologies</option> <option class="" value="Emission-Reduction-Solutions">Emission Reduction Solutions</option> <option class="" value="Emissions-Controls">Emissions Controls</option> <option class="" value="Energy-Resiliency">Energy Resiliency</option> <option class="" value="Energy-Storage">Energy Storage</option> <option class="" value="Engineer-Procure-Construct">Engineer-Procure-Construct</option> <option class="" value="Environmental">Environmental</option> <option class="" value="Environmental-Compliance-for-Power-Generation">Environmental Compliance for Power Generation</option> <option class="" value="Environmental-Emergency-Response">Environmental Emergency Response</option> <option class="" value="Environmental-Engineering">Environmental Engineering</option> <option class="" value="Environmental-Health-Safety-(EHS)-Compliance">Environmental Health & Safety (EHS) Compliance</option> <option class="" value="Environmental-Services-for-Military-Facilities">Environmental Services for Military Facilities</option> <option class="" value="Environmental-Studies-Permitting">Environmental Studies & Permitting</option> <option class="" value="Erosion-Sediment-Control">Erosion & Sediment Control</option> <option class="" value="Estimating-Services">Estimating Services</option> <option class="" value="Existing-Building-Commissioning">Existing Building Commissioning</option> <option class="" value="Exploration-Production">Exploration & Production</option> <option class="" value="Facility-Engineering-Services">Facility Engineering Services</option> <option class="" value="Federal">Federal</option> <option class="" value="Federal-Military">Federal & Military</option> <option class="" value="Federal-Civilian-Agencies">Federal Civilian Agencies</option> <option class="" value="Fiber-Optic-Infrastructure">Fiber-Optic Infrastructure</option> <option class="" value="Fire-Protection-Code-Consulting">Fire Protection & Code Consulting</option> <option class="" value="Flow-Monitoring">Flow Monitoring</option> <option class="" value="Food-Beverage">Food & Beverage</option> <option class="" value="Foreign-Military-Sales">Foreign Military Sales</option> <option class="" value="Freight-Logistics">Freight & Logistics</option> <option class="" value="Freight-Rail">Freight Rail</option> <option class="" value="Fuel-Storage-Tanks-Distribution">Fuel Storage Tanks & Distribution</option> <option class="" value="Fuel-Supply-Chain-Studies">Fuel Supply Chain Studies</option> <option class="" value="Fuel-Truck-Loading-Unloading">Fuel Truck Loading & Unloading</option> <option class="" value="Fueling-Ramp-Services">Fueling & Ramp Services</option> <option class="" value="Gas-Transmission-Distribution">Gas Transmission & Distribution</option> <option class="" value="Gas-Turbines">Gas Turbines</option> <option class="" value="General-Aviation">General Aviation</option> <option class="" value="Green-Buildings">Green Buildings</option> <option class="" value="Green-Infrastructure">Green Infrastructure</option> <option class="" value="Grid-Modernization">Grid Modernization</option> <option class="" value="Hangars">Hangars</option> <option class="" value="Healthcare">Healthcare</option> <option class="" value="Healthcare-Research-Facilities">Healthcare & Research Facilities</option> <option class="" value="High-Performance-Buildings">High-Performance Buildings</option> <option class="" value="Higher-Education">Higher Education</option> <option class="" value="Higher-Education-Facilities">Higher Education Facilities</option> <option class="" value="Highway-Bridges">Highway Bridges</option> <option class="" value="Highways">Highways</option> <option class="" value="Hydrant-Fueling">Hydrant Fueling</option> <option class="" value="Hydroelectric">Hydroelectric</option> <option class="" value="Hydrogen-Production-Distribution">Hydrogen Production & Distribution</option> <option class="" value="Hydrogen-Use-Storage">Hydrogen Use & Storage</option> <option class="" value="Industrial-Cogeneration">Industrial Cogeneration</option> <option class="" value="Industrial-Power">Industrial Power</option> <option class="" value="Industrial-Water-Wastewater">Industrial Water & Wastewater</option> <option class="" value="Industrial-Manufacturing-Optimization">Industrial, Manufacturing & Optimization</option> <option class="" value="Inflow-Infiltration-Reduction">Inflow & Infiltration Reduction</option> <option class="" value="Instrumentation-Control">Instrumentation & Control</option> <option class="" value="Integrated-Comprehensive-Modeling">Integrated Comprehensive Modeling</option> <option class="" value="Interconnection-Facilities">Interconnection Facilities</option> <option class="" value="Land-Right-of-Way-Management">Land & Right-of-Way Management</option> <option class="" value="Landside-Services">Landside Services</option> <option class="" value="Life-Sciences-Technology">Life Sciences & Technology</option> <option class="" value="Liquefied-Natural-Gas-(LNG)">Liquefied Natural Gas (LNG)</option> <option class="" value="Liquefied-Natural-Gas-(LNG)-Peak-Shaving">Liquefied Natural Gas (LNG) Peak Shaving</option> <option class="" value="Long-Term-Evolution-(LTE)">Long-Term Evolution (LTE)</option> <option class="" value="Major-River-Crossings">Major River Crossings</option> <option class="" value="Manufactured-Gas-Plant-(MGP)-Site-Remediation">Manufactured Gas Plant (MGP) Site Remediation</option> <option class="" value="Manufacturing-Industrial">Manufacturing & Industrial</option> <option class="" value="Manufacturing-Industrial-Facilities">Manufacturing & Industrial Facilities</option> <option class="" value="Master-Planning-for-Water-Wastewater-Utilities">Master Planning for Water & Wastewater Utilities</option> <option class="" value="Mechanical-Plant-Upgrades">Mechanical Plant Upgrades</option> <option class="" value="Microgrids">Microgrids</option> <option class="" value="Midstream">Midstream</option> <option class="" value="Military-Fueling">Military Fueling</option> <option class="" value="Military-Master-Planning">Military Master Planning</option> <option class="" value="Mineral-Processing">Mineral Processing</option> <option class="" value="Mining-Infrastructure">Mining Infrastructure</option> <option class="" value="Mission-Critical-Buildings">Mission-Critical Buildings</option> <option class="" value="Mission-Critical-Networks">Mission-Critical Networks</option> <option class="" value="Mitigation-Banking">Mitigation Banking</option> <option class="" value="Mixed-Use-Development">Mixed-Use Development</option> <option class="" value="Mixed-Use-Facilities">Mixed-Use Facilities</option> <option class="" value="Mobility">Mobility</option> <option class="" value="Movable-Bridges">Movable Bridges</option> <option class="" value="Multimedia-Compliance-Audits">Multimedia Compliance Audits</option> <option class="" value="Municipal-Bridges">Municipal Bridges</option> <option class="" value="Municipal-Water-Wastewater">Municipal Water & Wastewater</option> <option class="" value="National-Environmental-Policy-Act-(NEPA)">National Environmental Policy Act (NEPA)</option> <option class="" value="National-Guard">National Guard</option> <option class="" value="National-Nuclear-Security-Administration">National Nuclear Security Administration</option> <option class="" value="Natural-Cultural-Resources">Natural & Cultural Resources</option> <option class="" value="Natural-Gas-Generation">Natural Gas Generation</option> <option class="" value="Navy-Marine-Corps">Navy & Marine Corps</option> <option class="" value="New-Nuclear-Projects-Advanced-Reactors">New Nuclear Projects & Advanced Reactors</option> <option class="" value="Noise-Studies">Noise Studies</option> <option class="" value="Nuclear">Nuclear</option> <option class="" value="Nuclear-Plant-Upgrades">Nuclear Plant Upgrades</option> <option class="" value="Office-Buildings">Office Buildings</option> <option class="" value="Office-of-Environmental-Management">Office of Environmental Management</option> <option class="" value="Office-of-Science">Office of Science</option> <option class="" value="Offshore-Wind">Offshore Wind</option> <option class="" value="Oil-Gas-Chemicals">Oil, Gas & Chemicals</option> <option class="" value="Ongoing-Commissioning">Ongoing Commissioning</option> <option class="" value="Operational-Support-for-Water-Wastewater-Facilities">Operational Support for Water & Wastewater Facilities</option> <option class="" value="Overhead-Distribution">Overhead Distribution</option> <option class="" value="Overhead-Transmission">Overhead Transmission</option> <option class="" value="Owner's-Engineer">Owner's Engineer</option> <option class="" value="Passenger-Terminals">Passenger Terminals</option> <option class="" value="Permitting">Permitting</option> <option class="" value="Physical-Security">Physical Security</option> <option class="" value="Pipeline-Automation">Pipeline Automation</option> <option class="" value="Pipeline-Facilities">Pipeline Facilities</option> <option class="" value="Pipeline-Services">Pipeline Services</option> <option class="" value="Plant-Decommissioning">Plant Decommissioning</option> <option class="" value="Plant-Services">Plant Services</option> <option class="" value="Ports-Maritime">Ports & Maritime</option> <option class="" value="Power-Generation-Project-Delivery">Power Generation Project Delivery</option> <option class="" value="Power-Water-Wastewater-Solutions">Power Water & Wastewater Solutions</option> <option class="" value="Pre-Capital-Consulting">Pre-Capital Consulting</option> <option class="" value="Preconstruction">Preconstruction</option> <option class="" value="Prefabrication">Prefabrication</option> <option class="" value="Process-Optimization">Process Optimization</option> <option class="" value="Procurement-Execution-Plan">Procurement Execution Plan</option> <option class="" value="Program-Management">Program Management</option> <option class="" value="Project-Management-Office-(PMO)">Project Management Office (PMO)</option> <option class="" value="Protection-Applications">Protection Applications</option> <option class="" value="Public-Involvement">Public Involvement</option> <option class="" value="Pump-Stations">Pump Stations</option> <option class="" value="Rail">Rail</option> <option class="" value="Rail-Bridges">Rail Bridges</option> <option class="" value="Ramp-Services">Ramp Services</option> <option class="" value="Reciprocating-Engines">Reciprocating Engines</option> <option class="" value="Recommissioning">Recommissioning</option> <option class="" value="Refining">Refining</option> <option class="" value="Remediation">Remediation</option> <option class="" value="Renewable-Fuels-Chemicals">Renewable Fuels & Chemicals</option> <option class="" value="Renewable-Natural-Gas-(RNG)">Renewable Natural Gas (RNG)</option> <option class="" value="Renewables">Renewables</option> <option class="" value="Renewables-Permitting">Renewables Permitting</option> <option class="" value="Renewables:-Drive-Predictable-Results-With-an-Integrated-EPC-Team">Renewables: Drive Predictable Results With an Integrated EPC Team</option> <option class="" value="Risk-Transfer-Strategies">Risk Transfer Strategies</option> <option class="" value="Robotics-Automation">Robotics & Automation</option> <option class="" value="Routing-Siting-Studies">Routing & Siting Studies</option> <option class="" value="Routing-Siting-Permitting">Routing, Siting & Permitting</option> <option class="" value="Safety">Safety</option> <option class="" value="SCADA-Systems">SCADA Systems</option> <option class="" value="Schedule-Cost-Controls">Schedule & Cost Controls</option> <option class="" value="Section-316">Section 316</option> <option class="" value="Sediment-Investigation-Remediation">Sediment Investigation & Remediation</option> <option class="" value="Sewer-Separation">Sewer Separation</option> <option class="" value="Smart-Airports">Smart Airports</option> <option class="" value="Smart-Energy">Smart Energy</option> <option class="" value="Smart-Governance">Smart Governance</option> <option class="" value="Smart-Infrastructure">Smart Infrastructure</option> <option class="" value="Solar">Solar</option> <option class="" value="Solid-Waste-Resource-Recovery">Solid Waste & Resource Recovery</option> <option class="" value="Source-Development-Groundwater-Supply">Source Development & Groundwater Supply</option> <option class="" value="Sport-Performance-Entertainment">Sport, Performance & Entertainment</option> <option class="" value="Sport-Performance-Entertainment-Venues">Sport, Performance & Entertainment Venues</option> <option class="" value="Stakeholder-Management">Stakeholder Management</option> <option class="" value="Steel">Steel</option> <option class="" value="Storage-Logistics">Storage & Logistics</option> <option class="" value="Stormwater-Management">Stormwater Management</option> <option class="" value="Streets">Streets</option> <option class="" value="Structural-Security">Structural Security</option> <option class="" value="Structural-Upgrades">Structural Upgrades</option> <option class="" value="Substations">Substations</option> <option class="" value="Supporting-a-Sustainable-Future">Supporting a Sustainable Future</option> <option class="" value="Sustainability">Sustainability</option> <option class="" value="Telecommunications">Telecommunications</option> <option class="" value="Traffic-Engineering">Traffic Engineering</option> <option class="" value="Trails-Pathways">Trails & Pathways</option> <option class="" value="Transit-Rail">Transit Rail</option> <option class="" value="Transportation">Transportation</option> <option class="" value="Transportation-Electrification">Transportation Electrification</option> <option class="" value="Transportation-Planning-Policy">Transportation Planning & Policy</option> <option class="" value="Trenchless-Technologies">Trenchless Technologies</option> <option class="" value="U.S.-Army/U.S.-Army-Corps-of-Engineers">U.S. Army/U.S. Army Corps of Engineers</option> <option class="" value="Underground-Submarine-Cables">Underground & Submarine Cables</option> <option class="" value="Underground-Distribution">Underground Distribution</option> <option class="" value="Underground-Transmission">Underground Transmission</option> <option class="" value="Utility-Analytics">Utility Analytics</option> <option class="" value="Utility-Automation">Utility Automation</option> <option class="" value="Vapor-Intrusion-Assessment-Mitigation">Vapor Intrusion Assessment & Mitigation</option> <option class="" value="Wastewater-Stormwater-Collection">Wastewater & Stormwater Collection</option> <option class="" value="Water">Water</option> <option class="" value="Water-Wastewater-Program-Management">Water & Wastewater Program Management</option> <option class="" value="Water-Pipelines-Conveyance">Water Pipelines & Conveyance</option> <option class="" value="Water-Reuse-Reclamation">Water Reuse & Reclamation</option> <option class="" value="Water-Storage">Water Storage</option> <option class="" value="Water-Supply-Distribution">Water Supply & Distribution</option> <option class="" value="Wetland-Permitting-Design">Wetland Permitting & Design</option> <option class="" value="Wind">Wind</option> <option class="" value="Wireless-Communications">Wireless Communications</option> <option class="" value="Workplace">Workplace</option> </select> <p id="search"> </p> </section> <section class="projects-wrap"> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="infrastructure-modernization, grid-modernization-planning, enterprise-technology, geospatial, analytics-business-intelligence, smart-grid-analytics"> <section class="project-image"> <section aria-label="Empowering Utility Grid Modernization With Schneider Electric Smart Grid Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_SchneiderElectricEcoXpert_8322417421/E98_WHQ_KCM_SchneiderElectricEcoXpertBlog_8322417421-featured.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Empowering Utility Grid Modernization With Schneider Electric Smart Grid Certification </h4> <p> Utilities are increasingly looking to implement grid modernization solutions that lead to more efficient project execution, reduce risks and optimize long-term performance.... </p> </section> <a href="https://1898andco.burnsmcd.com/article/empowers-utility-grid-modernization-with-schneider-electric-smart-grid-certification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electric-power-generation, construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Mike Roush to Power Group Manager for Midwest Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Mike Roush to Power Group Manager for Midwest Region </h4> <p> </p><p>ST. LOUIS, Missouri — <a href="https://www.burnsmcd.com">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has promoted <a href="https://www.linkedin.com/in/roushmichael/" rel="noopener" target="_blank">Mike Roush, PE,</a> to lead the <a href="https://www.burnsmcd.com/industries/power">Power Group</a> in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mike-roush-midwest-region-power-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, manufacturing-industrial"> <section class="project-image"> <section aria-label="How Front-End Planning Cuts Costs and Speeds Up Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_WHQ_KCM_FrontEndPlanningPharmaFacilitiesBlog_8290329947-blogimage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Front-End Planning Cuts Costs and Speeds Up Project Delivery </h4> <p> Strategic front-end planning (FEP) and the engineer-procure-construct (EPC) project delivery approach can balance costs and timelines, while driving innovation and efficiency... </p> </section> <a href="https://blog.burnsmcd.com/how-front-end-planning-cuts-costs-and-speeds-up-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="burns-mcdonnell" data-service="construction, program-management, project-management-office-(pmo)"> <section class="project-image"> <section aria-label="Successful Delivery of Capital Projects: A Checklist for Construction Owners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HOU_CapitalDeliveryChecklist_8089422593_AR/TND_HOU_ProgramGovernanceControls_810852-header-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Successful Delivery of Capital Projects: A Checklist for Construction Owners </h4> <p> A programmatic approach to capital projects enhances efficiency and mitigates risks. By implementing a 10-part checklist — covering investment and delivery plans, governance... </p> </section> <a href="https://info.burnsmcd.com/article/successful-capital-project-delivery-a-checklist-for-construction-owners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="telecommunications, power" data-brand="burns-mcdonnell" data-service="telecommunications, utility-automation, distribution-automation"> <section class="project-image"> <section aria-label="Enhancing Grid Resilience With FLISR: A Guide" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/TND_KCM_ArticleBMCD1898FLISR_8445548489_AR/TND_WHQ_KCM_ArticleBMCD_1898_FLISR_8445548489-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhancing Grid Resilience With FLISR: A Guide </h4> <p> Utilities striving to optimize the performance of the grid are increasingly looking to advanced automation solutions. One such solution — fault location, isolation and... </p> </section> <a href="https://info.burnsmcd.com/article/enhancing-grid-resilience-with-flisr-a-guide" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Honors Partners of the Year at Business Diversity Symposium" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/Burns-McDonnell-Honors-Partners-of-Year-at-Business-Diversity-Symposium-8170964187-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honors Partners of the Year at Business Diversity Symposium </h4> <p> </p><p>KANSAS CITY, Missouri — The Burns & McDonnell <a href="https://www.burnsmcd.com/suppliers/business-diversity">Business Diversity</a> Program hosted its fourth annual Empowering Diverse Partnerships Symposium, bringing together suppliers,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2025-empowering-diverse-partnerships-symposium" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="solar, renewables, energy-storage"> <section class="project-image"> <section aria-label="PVTech: The future of solar with battery storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/Solar-Plus-Storage-project-from-Burns-McDonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PVTech: The future of solar with battery storage </h4> <p> Integrating battery energy storage systems (BESS) with solar projects is continuing to be a key strategy for strengthening grid resilience and optimising power dispatch. </p> </section> <a href="https://www.pv-tech.org/the-future-of-solar-with-battery-storage/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, environmental" data-brand="burns-mcdonnell" data-service="electrical-transmission, overhead-transmission, grid-modernization, solar, wind"> <section class="project-image"> <section aria-label="Modernizing the Grid in New York to Unlock Renewable Energy Potential" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_NYES_8333987494_CS_Modernizing%20the%20Grid%20in%20New%20York%20to%20Unlock%20Renewable%20Energy%20Potential/TND_WHQ_KCM_CaseStudy_NYES_8333987494-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modernizing the Grid in New York to Unlock Renewable Energy Potential </h4> <p> Transmission bottlenecks restricted renewable energy flow while increasing costs in New York. A 55-mile transmission upgrade boosted capacity and reliability, reducing... </p> </section> <a href="https://info.burnsmcd.com/case-study/modernizing-the-grid-in-new-york-to-unlock-renewable-energy-potential" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="process-performance-management, project-portfolio-management-systems"> <section class="project-image"> <section aria-label="Transforming Operations With Technology-Driven Program Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Other/E98-Industry-Solutions-Program-Management-8195804836.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transforming Operations With Technology-Driven Program Management </h4> <p> Adapt to new challenges, innovate around technology solutions and turn your vision into reality with a program management strategy customized to your unique business needs.... </p> </section> <a href="https://1898andco.burnsmcd.com/video/transforming-operations-with-technology-driven-program-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Pledges to Invest Another $1.5 Million in STEM Education Through Project Lead The Way" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/PLTW-2025-8155620803-hero-1.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Pledges to Invest Another $1.5 Million in STEM Education Through Project Lead The Way </h4> <p> </p><p>KANSAS CITY, Missouri — Science, technology, engineering and math (STEM) skills are essential for tackling challenges like advancing renewable energy, improving...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/stem-investment-through-pltw" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, coal-combustion-residuals-management, mitigation-banking, air-quality-noise, air-quality-compliance, environmental-engineering, environmental-health-safety-(ehs)-compliance, construction-environmental-monitoring, environmental-studies-permitting, permitting, routing-siting-studies, remediation, construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Honored With Four 2024 Business Achievement Awards for Environmental Contributions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honored With Four 2024 Business Achievement Awards for Environmental Contributions </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has been recognized with four 2024 Business Achievement...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2024-business-achievement-awards-environmental-contributions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="1898-co." data-service="project-portfolio-management-systems, enterprise-technology"> <section class="project-image"> <section aria-label="A Sound Understanding of Alternatives Is Essential When Selecting Project Management Information Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_UsinganITSMasaPMIS_8303345553_WP/Using%20an%20ITSM%20as%20a%20PMIS_White%20Paper_878667-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Sound Understanding of Alternatives Is Essential When Selecting Project Management Information Systems </h4> <p> Organizations considering new technology systems — particularly those that must peacefully exist with other systems — may draw some lessons from popular TV shows exploring... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/a-sound-understanding-of-alternatives-is-essential-when-selecting-project-management-information-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Appoints New U.K. Leader to Drive Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Appoints New U.K. Leader to Drive Growth </h4> <p> </p><p>BIRMINGHAM, England — Global engineering and construction firm <a href="https://www.burnsmcd.com/">Burns & McDonnell</a> has appointed Kyle Roberts as the new Executive Managing Director for the U.K., as it looks...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kyle-roberts-new-leader-for-uk-offices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Opens Construction Academy to Train Hard Hat-Ready Workforce of the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/construction-academy-burns-mcdonnell-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Opens Construction Academy to Train Hard Hat-Ready Workforce of the Future </h4> <p> </p><p>HOUSTON, Texas — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a> cut the ribbon today on its <a href="https://www.burnsmcd.com/careers/find-your-career/skilled-craft?section=academy">Construction Academy</a> in Houston, Texas. The Academy provides online knowledge assessments and hands-on craft...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-opens-construction-academy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="hydrogen-use-storage, hydrogen-production-distribution, renewables"> <section class="project-image"> <section aria-label="Power Engineering: Hydrogen’s future - Power generation and beyond" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Hydrogen’s future - Power generation and beyond </h4> <p> Hydrogen has a role in decarbonization, but it is unlikely to be a major player in large-scale power generation. That was mainly the sentiment at POWERGEN International this... </p> </section> <a href="https://www.power-eng.com/hydrogen/hydrogens-future-power-generation-and-beyond/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, data-analytics" data-brand="1898-co." data-service="water, data-analytics"> <section class="project-image"> <section aria-label="Accelerating the Use of Artificial Intelligence in Water Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/E98_WHQ_KCM_AccelerateWaterAIBlog_8371658561-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accelerating the Use of Artificial Intelligence in Water Utilities </h4> <p> Smarter data fuels automation driven by artificial intelligence, transforming water utilities for the future. Utilities can boost efficiency and drive lasting value. </p> </section> <a href="https://1898blog.burnsmcd.com/accelerating-the-use-of-artificial-intelligence-in-water-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="energy-storage"> <section class="project-image"> <section aria-label="Turbo Machinery International: Navigating Long-Duration Energy Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turbo Machinery International: Navigating Long-Duration Energy Storage </h4> <p> The current landscape of non-lithium long-duration storage technologies continues to grow and change. Megan Reusser, technology manager at Burns & McDonnell, sheds light on... </p> </section> <a href="https://www.turbomachinerymag.com/view/navigating-long-duration-energy-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Los Angeles Times: Burns & McDonnell Moves to Larger Space in Downtown Los Angeles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/Burns-McDonnell-Los-Angeles-Office-Interior.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Los Angeles Times: Burns & McDonnell Moves to Larger Space in Downtown Los Angeles </h4> <p> Burns & McDonnell, an engineering, architecture and construction firm, has announced the relocation and expansion of its Los Angeles office. </p> </section> <a href="https://www.latimes.com/b2b/commercial-real-estate/story/2025-02-12/burns-mcdonnell-moves-larger-space-downtown-los-angeles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial"> <section class="project-image"> <section aria-label="Start Preparing Now for the New PFAS Reporting Deadline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Start-Preparing-Now-for-The-Toxic-Substances-C0ntrol-Act--PFAS-8%28a%29%287%29-Reporting-Deadline.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Start Preparing Now for the New PFAS Reporting Deadline </h4> <p> Manufacturers, importers and processors should begin preparing now for compliance with revised TSCA PFAS reporting requirements issued by the EPA. </p> </section> <a href="https://blog.burnsmcd.com/start-preparing-now-for-the-new-pfas-reporting-deadline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, overhead-transmission, utility-automation"> <section class="project-image"> <section aria-label="Streamline the Utility Facility Rating Process With FaciliRate" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/TND_DEN_FaciliRateProductOverview_8251663208_AR/TND_MTN_DEN_BlogFaciliRateProductOverview_8251663208-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamline the Utility Facility Rating Process With FaciliRate </h4> <p> New regulations from FERC Order 881 will require utilities to incorporate real-time weather conditions into ambient adjusted rating calculations. FaciliRate is a tailored... </p> </section> <a href="https://info.burnsmcd.com/article/streamline-the-utility-facility-rating-process-with-facilirate" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, overhead-transmission, electrical-transmission"> <section class="project-image"> <section aria-label="Burns & McDonnell Launches FaciliRate to Streamline the Utility Facility Rating Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches FaciliRate to Streamline the Utility Facility Rating Process </h4> <p> </p><p>DENVER, Colorado — <a href="https://www.burnsmcd.com">Burns & McDonnell</a>, a 100% employee-owned engineering, construction and architecture firm, has launched <a href="https://www.burnsmcd.com/facilirate" rel="noopener" target="_blank">FaciliRate</a>, an application designed to assist...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/facilirate-streamlines-ferc-order-881-compliance-utility-ratings-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to Larger Space in Downtown Los Angeles " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-02/new-los-angeles-office-8262758401.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to Larger Space in Downtown Los Angeles </h4> <p> </p><p>LOS ANGELES — <a href="https://www.burnsmcd.com/locations/orange-county-calif">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, is excited to announce the relocation and expansion of its <a href="https://www.burnsmcd.com/locations/los-angeles">Los Angeles...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/move-to-larger-los-angeles-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Streamlining Capital Projects with Real-Time Insights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Other/Golden-State-Water-Video-hero-8401311767-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamlining Capital Projects with Real-Time Insights </h4> <p> Asset resource allocation matters. Learn how Golden State Water Company partnered with 1898 & Co. to enhance its capital program delivery to provide efficient and reliable... </p> </section> <a href="https://1898andco.burnsmcd.com/video/streamlining-capital-projects-with-real-time-insights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, natural-gas-generation, plant-services, instrumentation-control, mechanical-plant-upgrades"> <section class="project-image"> <section aria-label="Optimizing Utility Operations: Portfolio Management for Engineering Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/PWR_ORL_OptimizingUtilityOperationsPortfolioManagementforEngineeringServices_951519_WP/Engineering%20Services%20%E2%80%93%20Portfolio%20Management%20White%20Paper_951519-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Utility Operations: Portfolio Management for Engineering Services </h4> <p> Discover how an investor-owned utility in Florida partnered with an engineering services provider to transform its approach to managing and executing capital projects across... </p> </section> <a href="https://info.burnsmcd.com/white-paper/optimizing-utility-operations-portfolio-management-for-engineering-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell, 1898-co., azco" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Executive Promotions as Firm Strengthens Structure for Future Growth and Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Executive Promotions as Firm Strengthens Structure for Future Growth and Success </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com">Burns & McDonnell</a>, a 100% employee-owned engineering, construction and architecture firm, announces key leadership promotions to executive vice...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2025-executive-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="consumer-products, robotics-automation, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Pet Food Processing: Automating Pet Food" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pet Food Processing: Automating Pet Food </h4> <p> Automation and robotics equipment can help manufacturers keep up with growing demand. </p> </section> <a href="https://www.nxtbook.com/sosland/pfp/pet-food-processing-january-2025/index.php#/p/48" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="power, manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="nuclear, new-nuclear-projects-advanced-reactors, district-energy, distributed-energy-resources, campus-energy"> <section class="project-image"> <section aria-label="Advanced Nuclear for District Energy Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_AdvancedNuclearforDistrictEnergyOn-DemandWebinarEmailSend_1277137/Landing%20Page/GFS_WHQ_KCM_AdvancedNuclearforDistrictEnergyOnDemandWebinarEmailSend_1277137-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advanced Nuclear for District Energy Webinar </h4> <p> Watch this on-demand webinar to explore how amid the changes and uncertainty present in utility markets, the development of advanced nuclear technologies holds great promise... </p> </section> <a href="https://info.burnsmcd.com/webinar/advanced-nuclear-for-district-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, water, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, water, oil-gas-chemicals"> <section class="project-image"> <section aria-label="EPA Compliance: Tips for a Smoother Inspection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Preparing-for-EPA-Inspections-Blog-Post-2024-1235991-blog-featured.jpg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPA Compliance: Tips for a Smoother Inspection </h4> <p> Staying updated on regulations, conducting regular internal audits and maintaining accurate documentation are key for a seamless environmental inspection. </p> </section> <a href="https://blog.burnsmcd.com/epa-compliance-tips-for-a-smoother-inspection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation, environmental, government-military" data-brand="burns-mcdonnell" data-service="hangars, emerging-contaminants-pfas, remediation, fire-protection-code-consulting, environmental, environmental-services-for-military-facilities"> <section class="project-image"> <section aria-label="Navigating AFFF Conversions and PFAS Cleanup at Airports" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_UMW_NavigatingAFFFConversionsandPFASCleanupatAirports_WP_8263096303/Navigating-AFFF-Conversions-and-PFAS-Cleanup-at-Airports-white-paper-978296-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating AFFF Conversions and PFAS Cleanup at Airports </h4> <p> New regulations are present in some jurisdictions that would restrict or bar the use of aqueous film-forming foam (AFFF) containing intentionally added per- and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/navigating-afff-conversions-and-pfas-cleanup-at-airports" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="data-centers-switch-centers, mission-critical-buildings, electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected for EPC Services to Support Santee Cooper’s Transmission Expansion in South Carolina" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected for EPC Services to Support Santee Cooper’s Transmission Expansion in South Carolina </h4> <p> </p><p>AIKEN, South Carolina — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has been selected by Santee Cooper to provide...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/santee-cooper-transmission-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="solar"> <section class="project-image"> <section aria-label="Solar Power World: Employee-owned PV contractors are reshaping company dynamics" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Power World: Employee-owned PV contractors are reshaping company dynamics </h4> <p> Solar installation is a mission-driven business, and certain solar contractors take that notion a step further by also making their business operations mission-driven through... </p> </section> <a href="https://www.solarpowerworldonline.com/2025/01/employee-owned-pv-contractors-are-reshaping-company-dynamics/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Jason Hetherington Leader of Oil, Gas & Chemical Group in Houston" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Jason Hetherington Leader of Oil, Gas & Chemical Group in Houston </h4> <p> </p><p>HOUSTON, Texas — <a href="https://www.burnsmcd.com">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has selected Vice President Jason Hetherington to lead its Oil, Gas...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jason-hetherington-oil-gas-chemical-group-houston" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, automated-distribution-fulfillment"> <section class="project-image"> <section aria-label="Supply Chain Management Review: Embracing the EPC model for automated distribution and fulfillment projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Supply Chain Management Review: Embracing the EPC model for automated distribution and fulfillment projects </h4> <p> In automated distribution and fulfillment, efficient project delivery is crucial. The engineer-procure-construct (EPC) model is gaining traction as a powerful solution. </p> </section> <a href="https://www.scmr.com/article/embracing-the-epc-model-for-automated-distribution-and-fulfillment-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, water, government-military" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, water, government-military"> <section class="project-image"> <section aria-label="Decoding EPA’s Compliance Changes for PFAS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/PFAS%20EPA%20List%20of%20Lists%20-%20Blog%20Post%202024%20-%201237161-social-2.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Decoding EPA’s Compliance Changes for PFAS </h4> <p> PFAS, PFOS and their salts are now on the EPA’s “List of Lists”. This change impacts state/local regulations including reporting requirements. </p> </section> <a href="https://blog.burnsmcd.com/decoding-epas-compliance-changes-for-pfas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, renewable-fuels-chemicals, chemicals"> <section class="project-image"> <section aria-label="Guidance for Developing First-of-a-Kind Projects and Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_ThingstoconsiderwhencommercializingaFirstofaKindProject_1103616/OGC_WHQ_KCM_GuidanceforDevelopingFirstofaKindProjects_1103616-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Guidance for Developing First-of-a-Kind Projects and Processes </h4> <p> New products and processes, such as critical mineral processing, alcohol-to-jet fuel, advanced plastic recycling, and battery recycling, have the potential to drive new value... </p> </section> <a href="https://info.burnsmcd.com/white-paper/guidance-for-developing-first-of-a-kind-projects-and-processes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="industrial-cybersecurity, cyber-program-services, cybersecurity-training-services, cybersecurity-assessment-services, cybersecurity-executive-advisory-services, emerging-policy-advisory, energy-policy-advisory, nerc-cip-compliance-services"> <section class="project-image"> <section aria-label="Understanding FERC's Incentives for Advanced Cybersecurity Investment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/E98_KCM_1898andFERCCybersecurity_1284000_AR/E98_WHQ_KCM_FERCCybersecurityArticle_1284000-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding FERC's Incentives for Advanced Cybersecurity Investment </h4> <p> As cyberattacks on the electric grid continue to increase, electric utilities and regulators are more aware than ever of the importance of robust cybersecurity. One notable... </p> </section> <a href="https://1898andco.burnsmcd.com/article/understanding-fercs-incentives-for-advanced-cybersecurity-investment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="mining-minerals" data-brand="burns-mcdonnell" data-service="mineral-processing, mining-infrastructure, remediation, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Critical Minerals Rush: Get Ready for a Mining and Remining Bonanza 2.0" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/CORP_KCM_BenchMarkFeatureMiningCriticalMineralsForaDecarbonizedWorld_1110002/-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Critical Minerals Rush: Get Ready for a Mining and Remining Bonanza 2.0 </h4> <p> The historic gold and silver rushes of America’s past created a bonanza of new wealth. Images of weathered wooden derricks, massive mining timbers and rusting metal equipment... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/critical-minerals-rush-get-ready-for-a-mining-and-remining-bonanza-2-0" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="telecommunications, power" data-brand="burns-mcdonnell" data-service="data-centers-switch-centers, mission-critical-buildings, renewables, interconnection-facilities"> <section class="project-image"> <section aria-label="Hyperscale Data Centers and How to Power Them" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_BenchMark_Datacentertrendsandkeycapabilitiesservicesrequiredthroughouttheproject_1175923/MKT_WHQ_KCM_No4_BenchMark_HyperscaleDataCentersAndHowToPowerThem_1175923-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hyperscale Data Centers and How to Power Them </h4> <p> The artificial intelligence revolution is poised to reshape both the data and power industries for decades to come. Building the data centers to fuel this advanced technology... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/hyperscale-data-centers-and-how-to-power-them" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, energy-storage"> <section class="project-image"> <section aria-label="Energy Storage News: Year in Review - EPC Burns & McDonnell on energy storage innovation, workforce and Trump" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Storage News: Year in Review - EPC Burns & McDonnell on energy storage innovation, workforce and Trump </h4> <p> Our energy storage team has worked on some of the biggest grid-scale battery energy storage system (BESS) projects in the U.S. in states including California, Arizona and... </p> </section> <a href="https://www.energy-storage.news/year-in-review-epc-burns-mcdonnell-on-energy-storage-innovation-workforce-and-trump/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, food-beverage, industrial-power, pre-capital-consulting"> <section class="project-image"> <section aria-label="Baking Business: Getting utilities right in a new bakery is crucial" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking Business: Getting utilities right in a new bakery is crucial </h4> <p> </p><p>Bakers must make sure electricity, water, natural gas and other utilities are adequate for needs now and in the future when they’re building a new bakery.</p> <p></p> </section> <a href="https://www.bakingbusiness.com/articles/63053-getting-utilities-right-in-a-new-bakery-is-crucial" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, water" data-brand="burns-mcdonnell" data-service="preconstruction, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="ENR Midwest - City Scoop - Chicago: City Grill" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest - City Scoop - Chicago: City Grill </h4> <p> Construction is faring well in Chicago, says Tim Faber, vice president of transmission and distribution in the Great Lakes Region of Burns & McDonnell, with large regional... </p> </section> <a href="https://www.enr.com/articles/60148-city-scoop-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="life-sciences-technology, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Pharmaceutical Engineering: Strategic Planning for Measurable Outcomes in Pharmaceutical Manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pharmaceutical Engineering: Strategic Planning for Measurable Outcomes in Pharmaceutical Manufacturing </h4> <p> In the fast-paced and ever-evolving world of pharmaceutical manufacturing, companies must respond to and navigate complex challenges to minimize risks and assure their... </p> </section> <a href="https://ispe.org/pharmaceutical-engineering/ispeak/strategic-planning-measurable-outcomes-pharmaceutical" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="5 Ways Utilities Are Balancing Investment, Load Growth and Customer Priorities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/5-Ways-Utilities-Are-BalancingInvestment-Load-Growth-CustomerPriorities-1246850-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Ways Utilities Are Balancing Investment, Load Growth and Customer Priorities </h4> <p> Utilities are finding shared challenges as they seek to balance investment, regulation and customer priorities while charting their industry’s future. </p> </section> <a href="https://blog.burnsmcd.com/5-ways-utilities-are-balancing-investment-load-growth-and-customer-priorities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="1898-co." data-service="geospatial, enterprise-technology"> <section class="project-image"> <section aria-label="1898 & Co. Achieves Schneider Electric’s Smart Grid EcoXpert Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Achieves Schneider Electric’s Smart Grid EcoXpert Certification </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://1898andco.burnsmcd.com/">1898 & Co.</a>, part of Burns & McDonnell, has officially received Schneider Electric’s Smart Grid EcoXpert certification. This recognition highlights our...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/schneider-electric-smart-grid-ecoxpert-certification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water" data-brand="burns-mcdonnell" data-service="municipal-water-wastewater, design-build-for-water-wastewater-infrastructure, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Transforming Wichita’s Water Future With New Water Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_WichitasNorthwestWaterFacility_1195786_CS/WTR_WHQ_Wichitas%20Northwest%20Water%20Facility%20Case%20Study_1195786-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transforming Wichita’s Water Future With New Water Facility </h4> <p> The Northwest Water Facility in Wichita, Kansas, showcases how a collaborative, progressive design-build approach can deliver clean water efficiently and cost-effectively,... </p> </section> <a href="https://info.burnsmcd.com/case-study/transforming-wichitas-water-future-with-new-water-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="department-of-defense, air-force-air-force-reserve, national-guard"> <section class="project-image"> <section aria-label="Burns & McDonnell Receives 3 U.S. Air Force Design Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2025-01/USAF-Design-Awards-Travis-AFB-1285587-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives 3 U.S. Air Force Design Awards </h4> <p> </p><p>KANSAS CITY, Missouri — A testament to the firm’s dedication to project quality, Burns & McDonnell has received three of the five United States Air Force (USAF) Design...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/usaf-design-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Maximizing Grid Efficiency: What FERC 881 Means for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Maximizing-Grid-Efficiency-What-FERC-881-Means-for-Utilities-1243000-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing Grid Efficiency: What FERC 881 Means for Utilities </h4> <p> FERC 881 will require utilities to change how they calculate operational capacity on their infrastructure, seeking to postpone costly future expansions. </p> </section> <a href="https://blog.burnsmcd.com/maximizing-grid-efficiency-what-ferc-881-means-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation"> <section class="project-image"> <section aria-label="Power Engineering: A gas boom, new nuclear opportunities and more: Power Engineering’s top articles of 2024" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: A gas boom, new nuclear opportunities and more: Power Engineering’s top articles of 2024 </h4> <p> The year 2024 was again one of change for the power generation industry. Increasing electricity demand projections have brought with them concerns about grid reliability and... </p> </section> <a href="https://www.power-eng.com/news/a-gas-boom-new-nuclear-opportunities-and-more-power-engineerings-top-articles-of-2024/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="facility-cybersecurity, cybersecurity-architecture-design"> <section class="project-image"> <section aria-label="Integrating OT and IT for Security Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/767901_CyberSummitPartnershipVideos_OGC_V2-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrating OT and IT for Security Success </h4> <p> Powerful cybersecurity measures are essential for the oil, gas, and chemicals industry. Success hinges on integrating engineering and cybersecurity, with OT and IT solutions... </p> </section> <a href="https://1898andco.burnsmcd.com/video/integrating-ot-and-it-for-security-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission, overhead-transmission, grid-modernization, routing-siting-permitting, permitting, natural-cultural-resources, ecological-studies-protected-species"> <section class="project-image"> <section aria-label="Strategic Solutions Drive Enhanced Power Reliability at Mississippi River Crossing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_SLO_LimestoneRidgeEPCforWVPA_1031167_CS/2024_Cable_Pull_Over_Mississippi_River_003_high_header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strategic Solutions Drive Enhanced Power Reliability at Mississippi River Crossing </h4> <p> To boost power supply reliability for one of its utility co-ops in Missouri, Wabash Valley Power Alliance constructed several substations and transmission lines, including a... </p> </section> <a href="https://info.burnsmcd.com/case-study/strategic-solutions-drive-enhanced-power-reliability-at-mississippi-river-crossing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, government-military" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, government-military"> <section class="project-image"> <section aria-label="Navigating Design Complexities of Explosives Manufacturing Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Design-Complexities-of-Explosives-Manufacturing-Facilities-V2-970820-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Design Complexities of Explosives Manufacturing Facilities </h4> <p> Design and construction of facilities that manufacture, test or store explosives and other types of energetic materials demand a rigorous focus on safety. </p> </section> <a href="https://blog.burnsmcd.com/navigating-design-complexities-of-explosives-manufacturing-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, solar, renewables, electric-power-generation"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Construction of Two Solar Energy Sites in Iowa" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-12/RELEASE-Burns-McDonnell-Completes-Construction-of-Two-Solar-Energy-Sites-in-Iowa-1265500-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Construction of Two Solar Energy Sites in Iowa </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has completed construction of two solar energy projects for Alliant Energy in Iowa. The 150-MW Wever solar project and the 50-MW...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-complete-on-solar-energy-sites-in-iowa" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, construction"> <section class="project-image"> <section aria-label="SaskPower: Great Plains Power Station Now Online" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> SaskPower: Great Plains Power Station Now Online </h4> <p> SaskPower’s 370-megawatt Great Plains Power Station is officially online. Burns & McDonnell was SaskPower’s engineering, procurement and construction (EPC) partner for the... </p> </section> <a href="https://www.saskpower.com/about-us/media-information/news-releases/2024/great-plains-power-station-now-online" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, solar"> <section class="project-image"> <section aria-label="Solar Power World: Burns & McDonnell complete 200-MW solar portfolio for Alliant Energy in Iowa" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-12/Aerial-View-of-Trackers-Being-Installed-1265500.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Power World: Burns & McDonnell complete 200-MW solar portfolio for Alliant Energy in Iowa </h4> <p> Burns & McDonnell has completed construction of two solar energy projects for Alliant Energy in Iowa — the 150-MW Wever solar project and the 50-MW Creston solar project. </p> </section> <a href="https://www.solarpowerworldonline.com/2024/12/burns-mcdonnell-complete-200-mw-solar-portfolio-for-alliant-energy-in-iowa/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="aviation, power, environmental, transportation, water" data-brand="burns-mcdonnell" data-service="construction, program-management"> <section class="project-image"> <section aria-label="Capital Program Readiness Assessment: Know Before It's Too Late" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/CDB_KCM_PortfolioReadinessAssessments_1248200_SF_The%20Capital%20Program%20Readiness%20Gap/CDB_WHQ_KCM_ServiceFeaturePortfolioReadinessAssessments_1248200-header-01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Capital Program Readiness Assessment: Know Before It's Too Late </h4> <p> Utility, industrial and infrastructure owners often lack the systems, processes and/or staffing for large-scale capital improvement projects and/or programs. A program... </p> </section> <a href="https://info.burnsmcd.com/service-feature/capital-program-readiness-assessment-know-before-its-too-late" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell India Announces Principal Class of 2024" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Announces Principal Class of 2024 </h4> <p> </p><p>MUMBAI, India — <a href="https://www.burnsmcd.com/locations/mumbai">Burns & McDonnell India (BMI)</a>, a part of Burns & McDonnell, has promoted three team members to the Principal Group, a senior leadership level within the firm.</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-india-principals-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="food-beverage"> <section class="project-image"> <section aria-label="Baking Business: Building a greenfield bakery takes careful planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking Business: Building a greenfield bakery takes careful planning </h4> <p> Building a new bakery is a rare opportunity for many bakers, so getting it done correctly takes a lot of thought and planning. Projects that come in on time and on budget are... </p> </section> <a href="https://www.bakingbusiness.com/articles/62918-building-a-greenfield-bakery-takes-careful-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="business-strategy-transformation, people-culture-change, change-management, organizational-culture-assessment-shift"> <section class="project-image"> <section aria-label="Embedding ESG Into Business Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_Embedding%20ESG%20Business%20Processes_1251840_AR/E98_WHQ_KCM_EmbeddingESGBusinessProcesses_1251840-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Embedding ESG Into Business Processes </h4> <p> Integrating environmental, social and governance (ESG) best practices into a business’s operating processes can be a significant change management challenge. It is often the... </p> </section> <a href="https://1898andco.burnsmcd.com/article/embedding-esg-into-business-processes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional, telecommunications, power" data-brand="burns-mcdonnell" data-service="data-centers-switch-centers, mission-critical-buildings"> <section class="project-image"> <section aria-label="Data Center Dynamics: Edged launches 26MW Kansas City data center in Missouri" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Data Center Dynamics: Edged launches 26MW Kansas City data center in Missouri </h4> <p> </p><p>Construction of the 26-MW data center was completed by Burns & McDonnell. It was built in collaboration with utility providers Evergy and Spire.</p> <p></p> </section> <a href="https://www.datacenterdynamics.com/en/news/edged-launches-26mw-kansas-city-data-center-in-missouri/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="water, manufacturing-industrial, power" data-brand="1898-co." data-service="industrial-cybersecurity, business-outcome-solutions, managed-security-services, managed-threat-protection-response, response-recovery"> <section class="project-image"> <section aria-label="Operational Disruption in OT Security: How Security Incidents Lead to Downtime and Operational Inefficiencies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_OperationalDisruptioninOTSecurity_1250750_AR/E98_WHQ_Article-OperationalDisruption%20inOTSecurityHowSecurityIncidentsLeadtoDowntimeandOperationalInefficiencies_1250750-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Operational Disruption in OT Security: How Security Incidents Lead to Downtime and Operational Inefficiencies </h4> <p> Operational technology (OT) environments are the backbone of critical infrastructure systems like the electric grid, water treatment facilities, and industrial manufacturing.... </p> </section> <a href="https://1898andco.burnsmcd.com/article/how-security-incidents-lead-to-downtime-and-operational-inefficiencies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="industrial-power, oil-gas-chemicals, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Electrification of Oil and Gas Wellfields Is Go-To Solution for Long-Standing Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_OilfieldElectrificationinWestTexas_1213504_WP/TND_SCR_HOU_OilfieldElectrificationinWestTexas_2024_WhitePaper_1213504-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrification of Oil and Gas Wellfields Is Go-To Solution for Long-Standing Challenges </h4> <p> The race is on to electrify oil and gas wellfields in West Texas and other oil and gas production regions throughout the U.S. Exploration and production (E&P) companies are... </p> </section> <a href="https://info.burnsmcd.com/white-paper/electrification-of-oil-and-gas-wellfields-is-go-to-solution-for-long-standing-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="power, water, oil-gas-chemicals" data-brand="1898-co." data-service="gis-centric-enterprise-asset-management, enterprise-technology, enterprise-gis-consulting, technology-strategy"> <section class="project-image"> <section aria-label="Enterprise Asset Management Systems Jump-Start Operational Efficiency for Asset-Intensive Organizations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_1898EnterpriseAssetManagement%28EAM%29_1230334_SF/E98_KCM_EnterpriseAssetManagementServiceFeature_1230334-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enterprise Asset Management Systems Jump-Start Operational Efficiency for Asset-Intensive Organizations </h4> <p> Assets are the backbone of any utility operations, driving performance, safety and efficiency. Optimizing asset performance, extending asset life, and improving return on... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/enterprise-asset-management-systems-jump-start-operational-efficiency-for-asset-intensive-organizations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="water, oil-gas-chemicals, power" data-brand="1898-co." data-service="enterprise-technology, gis-centric-enterprise-asset-management, geospatial"> <section class="project-image"> <section aria-label="Enhancing Utility Operations With GIS-Centric Enterprise Asset Management Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_1898Spatial-basedEAM_1241032_SF/1E98_KMC_SpatialBasedEAMServiceFeature_1241032-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhancing Utility Operations With GIS-Centric Enterprise Asset Management Systems </h4> <p> Geographic information system (GIS)-centric enterprise asset management (EAM) systems are increasingly being adopted by utilities to enhance decision-making, improve... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/enhancing-utility-operations-with-gis-centric-enterprise-asset-management-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Opens Innovation Center Featuring the World’s Only 360 LED Immersive Cave" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-12/Burns-McDonnell-Innovation-Center-Immersive-Cave-1263100-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Opens Innovation Center Featuring the World’s Only 360 LED Immersive Cave </h4> <p> </p><p>HOUSTON, Texas — Burns & McDonnell, a 100% employee-owned engineering, architecture, and construction firm, recently opened an Innovation Center in Houston. Designed to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/innovation-center-immersive-cave" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, commercial-retail-institutional"> <section class="project-image"> <section aria-label="Q&A: Charles Clinton and Joe Williams on Enhancing Industrial Facility Amenities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/GFS_WHQ_KCM_EmployeeRetentionThroughImprovedAmenities_1156672-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Charles Clinton and Joe Williams on Enhancing Industrial Facility Amenities </h4> <p> Focusing on employee well-being through intentional amenities increases engagement in industrial facilities. Modern designs attract talent and improve work environments. </p> </section> <a href="https://blog.burnsmcd.com/qa-charles-clinton-and-joe-williams-on-enhancing-industrial-facility-amenities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, commercial-retail-institutional, telecommunications" data-brand="burns-mcdonnell" data-service="power, commercial-retail-institutional, telecommunications"> <section class="project-image"> <section aria-label="Meet Growing Data Center Power Demands With Reciprocating Engines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Meet-Growing-Data-Center-Power-Demands-With-Reciprocating-Engines-1221335.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meet Growing Data Center Power Demands With Reciprocating Engines </h4> <p> As more data centers come online, reciprocating engine power units offer a potential solution to rapidly scaling the power demand. </p> </section> <a href="https://blog.burnsmcd.com/meet-growing-data-center-power-demands-with-reciprocating-engines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="AZCO Announces Appointment of First Labor Relations Director" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Insights-News/PR/2024/RELEASE-AZCO-Announces-Appointment-of-First-Labor-Relations-Director-1239033-header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO Announces Appointment of First Labor Relations Director </h4> <p> Trevor Martin’s role reflects industrial construction and prefabrication services provider’s commitment to union relationships and support for craft workers. </p> </section> <a href="https://azco.burnsmcd.com/trevor-martin-azco-labor-relations-director" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation, alternative-delivery-for-transportation, bridges, highways, traffic-engineering, construction"> <section class="project-image"> <section aria-label="Project Wraps Up on One of Arkansas’ Most Frequently Used Highways" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-12/Project-Wraps-Up-on-One-of-Arkansas-Most-Frequently-Used-Highways-1256326-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Project Wraps Up on One of Arkansas’ Most Frequently Used Highways </h4> <p> </p><p>LITTLE ROCK, Arkansas — One of the busiest highways in Arkansas has been upgraded, enhancing access into the downtowns of Little Rock and North Little Rock. The project,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/interstate-30-improvements-arkansas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="What the Renewed MS4 Permit Means for Texas Municipalities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/What-the-Renewed-MS4-Permit-Means-for-Texas-Municipalities-1097701-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What the Renewed MS4 Permit Means for Texas Municipalities </h4> <p> Texas municipalities face new responsibilities under an updated MS4 permit, including expanded stormwater management requirements and public outreach. </p> </section> <a href="https://blog.burnsmcd.com/what-the-renewed-ms4-permit-means-for-texas-municipalities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, life-sciences-technology"> <section class="project-image"> <section aria-label="Pharmaceutical Engineering: Process Considerations When Designing mAbs Production Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pharmaceutical Engineering: Process Considerations When Designing mAbs Production Facilities </h4> <p> Designing a monoclonal antibody (mAbs) production facility presents a series of unique challenges, balancing regulatory compliance, efficiency, sustainability and... </p> </section> <a href="https://ispe.org/pharmaceutical-engineering/ispeak/process-considerations-when-designing-mabs-production-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Gaining Horsepower From the Grid to Transform Oilfield Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_OmarUrquidez_NewTechSolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gaining Horsepower From the Grid to Transform Oilfield Operations </h4> <p> Collaboration between oilfield producers and utilities is first step toward electrification win-win solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/gaining-horsepower-from-the-grid-to-transform-oilfield-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="nuclear, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="Power Engineering: Nuclear microreactors offer promising future for district energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Nuclear microreactors offer promising future for district energy </h4> <p> Microreactors offer a scalable, zero-carbon solution to transform fossil-dependent systems into resilient, sustainable power networks, Kevin Fox of Burns & McDonnell says. </p> </section> <a href="https://www.power-eng.com/nuclear/nuclear-microreactors-offer-promising-future-for-district-energy/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell" data-service="natural-gas-generation, emerging-technologies, carbon-capture-utilization-storage-(ccus)"> <section class="project-image"> <section aria-label="Choosing Between Simple Cycle and Combined Cycle Under New Emissions Standards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/PWR_KCM_SimpleCycleCombinedCycle_1213500_AR/PWR_WHQ_KCM_SimpleCyclevsCombinedCycle_Article_1213500-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing Between Simple Cycle and Combined Cycle Under New Emissions Standards </h4> <p> The evolving regulatory landscape has presented power generation utilities with a complex choice as they consider large-scale gas generation projects and whether to build... </p> </section> <a href="https://info.burnsmcd.com/article/choosing-between-simple-cycle-and-combined-cycle-under-new-emissions-standards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="commercial-buildings"> <section class="project-image"> <section aria-label="Kansas City Business Journal: KC Current representatives unbox retail, restaurant plans for $1B riverfront district" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: KC Current representatives unbox retail, restaurant plans for $1B riverfront district </h4> <p> </p><p>Here's how the Kansas City Current and Palmer Square Capital Management plan to cultivate a mix of local and national commercial tenants as mixed-use construction approaches...</p> <p></p> </section> <a href="https://www.bizjournals.com/kansascity/news/2024/11/25/kc-current-palmer-square-berkley-riverfront.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, water, transportation, oil-gas-chemicals" data-brand="burns-mcdonnell, 1898-co." data-service="cyber-program-services, cybersecurity-assessment-services, cybersecurity-training-services, industrial-cybersecurity, cybersecurity-executive-advisory-services"> <section class="project-image"> <section aria-label="Control in the Face of Cybersecurity Chaos" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_Benchmark2024-Increasingimportanceandroleofcybersecuritymeasures_1177316/MKT_WHQ_KCM_No4_BenchMark_Increasingimportanceandroleofcybersecuritymeasures_1177316_Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Control in the Face of Cybersecurity Chaos </h4> <p> Implementing a holistic cybersecurity plan is crucial to maintaining services in critical infrastructure. Consistent monitoring and staff education help to maintain reliable... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/control-in-the-face-of-cybersecurity-chaos" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, life-sciences-technology, food-beverage"> <section class="project-image"> <section aria-label="Joe Bauer Named Burns & McDonnell Construction Practice Manager for Upper Midwest Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Joe Bauer Named Burns & McDonnell Construction Practice Manager for Upper Midwest Region </h4> <p> </p><p>BLOOMINGTON, Minnesota — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced that Joe Bauer will lead the <a href="https://www.burnsmcd.com/services/construction">Construction Group</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/joe-bauer-upper-midwest-construction-practice-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, construction, life-sciences-technology"> <section class="project-image"> <section aria-label="ISPE: Overcoming Fear of the Engineer-Procure-Construct (EPC) Model to Recognize Project Execution Benefits" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ISPE: Overcoming Fear of the Engineer-Procure-Construct (EPC) Model to Recognize Project Execution Benefits </h4> <p> In an increasingly complex world, where the reliable delivery of power from point A to point B often depends on substantial construction and upgrade activities, the need for... </p> </section> <a href="https://ispe.org/pharmaceutical-engineering/ispeak/overcoming-fear-engineer-procure-construct-epc-model-recognize" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, oil-gas-chemicals, mining-minerals" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, transportation, oil-gas-chemicals, mining-minerals"> <section class="project-image"> <section aria-label="The Shift Toward Safer and More Sustainable Mining Practices" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Amplified%20Perspectives%20Images/PWR_WHQ_KCM_TheShiftTowardsSaferandMoreSustainableMiningPractices_Blog_1226712-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Shift Toward Safer and More Sustainable Mining Practices </h4> <p> The mining industry shifts to sustainability with automation, electrification and advanced methods, focusing on efficiency and overcoming emerging challenges. </p> </section> <a href="https://blog.burnsmcd.com/the-shift-toward-safer-and-more-sustainable-mining-practices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Nuclear Microreactors Offer Promising Future for District Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Its-Time-to-Consider-Nuclear-Microreactors-for-District-Energy-Systems-1218458-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Nuclear Microreactors Offer Promising Future for District Energy </h4> <p> Nuclear microreactors are gaining attention as an always-on source of power and process steam for large district energy systems moving away from fossil energy. </p> </section> <a href="https://blog.burnsmcd.com/its-time-to-consider-nuclear-microreactors-for-district-energy-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to Larger Space in Orange County to Support Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-11/Burns-McDonnell-Moves-to-Larger-Space-in-Orange-County-to-Support-Growth-1241951-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to Larger Space in Orange County to Support Growth </h4> <p> </p><p>BREA, California — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, is excited to announce the relocation and expansion of its <a href="https://www.burnsmcd.com/locations/orange-county-calif">Orange...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/larger-space-in-orange-county-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, water, telecommunications" data-brand="burns-mcdonnell" data-service="power, transportation, water, telecommunications"> <section class="project-image"> <section aria-label="Unlocking Funding Opportunities With the Build Kansas Fund" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/TRN_WHQ_KCM_UtilizingGrantFundingBlogPost_1189990-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlocking Funding Opportunities With the Build Kansas Fund </h4> <p> Kansas has approved $200 million through 2027 for critical infrastructure projects supporting water, transportation, energy and broadband projects. </p> </section> <a href="https://blog.burnsmcd.com/unlocking-funding-opportunities-with-the-build-kansas-fund" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation, trails-pathways"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Offerings With New Pickleball Courts at Beloved Arkansas Park" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-11/Photo-2-Burns-McDonnell-Expands-Offerings-With-New-Pickleball-Courts-at-Beloved-Arkansas-Park-1237375-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Offerings With New Pickleball Courts at Beloved Arkansas Park </h4> <p> </p><p>FARMINGTON, Ark. — Burns & McDonnell partnered with the City of Farmington to add pickleball courts to an already robust variety of activities within Creekside Park, located...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-pickleball-courts-in-arkansas-park" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="food-beverage"> <section class="project-image"> <section aria-label="Sioux Falls Business: CJ Schwan’s breaks ground on first phase of massive Sioux Falls project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Sioux Falls Business: CJ Schwan’s breaks ground on first phase of massive Sioux Falls project </h4> <p> </p><p>CJ Schwan’s, also known as Schwan’s Co., officially has started work on a 142-acre project to bring an Asian food production facility to Sioux Falls, while acknowledging that...</p> <p></p> </section> <a href="https://siouxfalls.business/cj-schwans-breaks-ground-on-first-phase-of-massive-sioux-falls-project/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, food-beverage"> <section class="project-image"> <section aria-label="Food Logistics: Why the Future of Manufacturing Depends on a New Kind of Workforce" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Logistics: Why the Future of Manufacturing Depends on a New Kind of Workforce </h4> <p> By investing in technology and workforce development, the manufacturing industry can better navigate the unpredictable labor market and supply chain with confidence and... </p> </section> <a href="https://www.foodlogistics.com/professional-development/hiring/article/22924766/burns-mcdonnell-why-the-future-of-manufacturing-depends-on-a-new-kind-of-workforce" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Karen Bray General Manager of South Central Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Karen Bray General Manager of South Central Region </h4> <p> </p><p>HOUSTON — Karen Bray has been promoted to general manager for the South Central Region of <a href="https://www.burnsmcd.com/">Burns & McDonnell</a> in Houston, Texas, effective Jan 1, 2025. In this role, Bray will...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/karen-bray-general-manager-south-central-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="telecommunications, power, aviation, manufacturing-industrial, water, environmental" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Promotions in the Mountain Region to Support Design and Construction of Critical Infrastructure Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Promotions in the Mountain Region to Support Design and Construction of Critical Infrastructure Projects </h4> <p> </p><p>DENVER, Colorado — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced the promotions of Jason Mayyak and Janson Ferrera to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/promotions-in-mountain-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, department-of-defense, national-guard"> <section class="project-image"> <section aria-label="Minnesota National Guard Awards Burns & McDonnell Five-Year IDIQ Contract to Support the 133rd Airlift Wing’s Mission" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Minnesota National Guard Awards Burns & McDonnell Five-Year IDIQ Contract to Support the 133rd Airlift Wing’s Mission </h4> <p> </p><p>BLOOMINGTON, Minnesota — The Minnesota National Guard has selected <a href="https://www.burnsmcd.com">Burns & McDonnell</a> to provide comprehensive architect-engineer (A-E) services for the Air National Guard’s <a href="https://www.133aw.ang.af.mil/" rel="noopener" target="_blank">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/minnesota-national-guard-idiq-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Building Lasting Partnerships With Rick Mena’s Client-First Strategy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Other/404722_MeetTheTeamRickMena_E98_UKO_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Lasting Partnerships With Rick Mena’s Client-First Strategy </h4> <p> Rick Mena highlights how 1898 & Co. combines consulting and engineering acumen to help clients build trust and achieve impactful results. </p> </section> <a href="https://1898andco.burnsmcd.com/video/building-lasting-partnerships-with-rick-menas-client-first-strategy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, response-recovery"> <section class="project-image"> <section aria-label="Asset Inventory: The First Step to Network Security" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_PresleyKay_V1_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Asset Inventory: The First Step to Network Security </h4> <p> Creating an asset inventory program to track network assets, how they function and their vulnerabilities is an essential part of the cybersecurity process. This helps... </p> </section> <a href="https://1898andco.burnsmcd.com/video/asset-inventory-the-first-step-to-network-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Possibilities Powered by Experience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/262504_1898&CoHypeVideo_V6_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Possibilities Powered by Experience </h4> <p> 1898 & Co. delivers strategic solutions for critical infrastructure industries, leveraging deep industry experience to navigate challenges and enhance operational resilience... </p> </section> <a href="https://1898andco.burnsmcd.com/video/possibilities-powered-by-experience" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, offshore-wind, renewables, interconnection-facilities, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Provide EPC Services for Critical Substation Project for New Jersey Offshore Wind Energy Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Provide EPC Services for Critical Substation Project for New Jersey Offshore Wind Energy Development </h4> <p> </p><p>MORRISTOWN, New Jersey — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a> has been selected by <a href="https://www.midatlantic-offshore.com/" rel="noopener" target="_blank">Mid-Atlantic Offshore Development</a> (MAOD), a joint venture partnership between Shell New Energies U.S., LLC and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-services-for-new-jersey-offshore-wind-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, robotics-automation, automated-distribution-fulfillment"> <section class="project-image"> <section aria-label="Area Development: How Automation Is Actually Closing the Labor Gap" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: How Automation Is Actually Closing the Labor Gap </h4> <p> Robotics and automation offer solutions to the critical labor shortage in the U.S., enhancing efficiency and worker safety and preparing the workforce for the future. </p> </section> <a href="https://www.areadevelopment.com/advanced-manufacturing/q4-2024/how-automation-is-actually-closing-the-labor-gap.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="power" data-brand="1898-co." data-service="facility-cybersecurity, cybersecurity-architecture-design"> <section class="project-image"> <section aria-label="Securing Power Infrastructure at Every Stage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/767901_CyberSummitPartnershipVideos_PWR_V2-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Securing Power Infrastructure at Every Stage </h4> <p> To protect critical power infrastructure from evolving cyber threats, it's imperative to integrate comprehensive cybersecurity solutions from the earliest stages of project... </p> </section> <a href="https://1898andco.burnsmcd.com/video/securing-power-infrastructure-at-every-stage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation, power, aviation, environmental" data-brand="burns-mcdonnell" data-service="deicing-glycol-recycling, hangars, campus-energy, electrical-distribution, passenger-terminals, offshore-wind, highways, solar, environmental, energy-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Projects Across the U.S. Win Engineering News-Record Best Project Honors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/1186033-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Projects Across the U.S. Win Engineering News-Record Best Project Honors </h4> <p> </p><p>KANSAS CITY, Missouri — Five Burns & McDonnell projects have received Best Project Awards from <em>Engineering News-Record</em> (<em>ENR</em>) in the publication’s respective regions, and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/enr-best-projects-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Forbes: Kansas City Taking The AEC Game Higher" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: Kansas City Taking The AEC Game Higher </h4> <p> Straddling the Missouri River, the burgs called Kansas City are known for a lot of things. For starters, they’re acclaimed for Kansas City barbecue, the tandem of Mahomes and... </p> </section> <a href="https://www.forbes.com/sites/jeffsteele/2024/10/30/kansas-city-taking-the-aec-game-higher/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Unlocking the Benefits of Natural Gas Conversion for Coal-Fired Power Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Unlocking-the-Benefits-of-Natural-Gas-Conversion-for-Coal-Fired-Power-Plants-1179825-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlocking the Benefits of Natural Gas Conversion for Coal-Fired Power Plants </h4> <p> Converting coal-fired plants to natural gas uses existing infrastructure, boosts efficiency, facilitates regulatory compliance and supports energy demand. </p> </section> <a href="https://blog.burnsmcd.com/unlocking-the-benefits-of-natural-gas-conversion-for-coal-fired-power-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, oil-gas-chemicals, electric-power-generation, environmental, food-beverage, consumer-products"> <section class="project-image"> <section aria-label="Burns & McDonnell India Appoints Chief Operating Officer " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Appoints Chief Operating Officer </h4> <p> </p><p>MUMBAI, India — <a href="https://www.burnsmcd.com/locations/mumbai" rel="noopener">Burns & McDonnell India,</a> a part of the U.S.-based architecture, engineering, procurement and construction firm Burns & McDonnell, is proud to announce the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/joe-diab-coo-burns-mcdonnell-india" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Bloomberg Businessweek Podcast: The Value of Chemistry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/9475_matt_olson_2024_ENV_portrait_01_medium.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bloomberg Businessweek Podcast: The Value of Chemistry </h4> <p> Burns & McDonnell Chief Innovation Officer Matt Olson shares his thoughts on how businesses can build enterprise AI to increase productivity. </p> </section> <a href="https://www.bloomberg.com/news/audio/2024-10-29/bloomberg-businessweek-the-value-of-chemistry-podcast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, power, transportation, government-military, diversity, stem" data-brand="burns-mcdonnell" data-service="aviation, power, transportation, government-military, diversity, stem"> <section class="project-image"> <section aria-label="Mentorship and the Art of Connection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Mentorship-And-The-Art-of-Connection-1169301-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mentorship and the Art of Connection </h4> <p> Our Accelerate program improves success odds by sharing best practices that can help small businesses progress to the next level. Read about one such business, CERM. </p> </section> <a href="https://blog.burnsmcd.com/mentorship-and-the-art-of-connection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: The secret sauce of employee ownership - Kansas City’s leading firms share the key ingredients" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: The secret sauce of employee ownership - Kansas City’s leading firms share the key ingredients </h4> <p> Kansas City has emerged as a thriving hub for employee-owned companies, particularly in architecture, engineering and construction. Many people find it no coincidence that... </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2024/10/25/kansas-city-employee-ownership.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="FEED Studies: Optimizing Project Execution in a Shifting Power Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Optimizing-Project-Execution-in-a-Shifting-Power-Generation-Market-With-FEED-Studies-1135336.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> FEED Studies: Optimizing Project Execution in a Shifting Power Market </h4> <p> For large energy projects, FEED studies offer realistic pricing, timeline clarity, risk identification and insights to navigate market challenges. </p> </section> <a href="https://blog.burnsmcd.com/feed-studies-optimizing-project-execution-in-a-shifting-power-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, commercial-retail-institutional, aviation, power" data-brand="burns-mcdonnell" data-service="federal-military, electrical-transmission-distribution, commercial-buildings, aviation"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Over a Decade of Excellence in the Pacific Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Burns-McDonnell-Celebrates-Over-Decade-of-Excellence-in-Pacific-Region-1206180-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Over a Decade of Excellence in the Pacific Region </h4> <p> </p><p>HONOLULU, Hawaii — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, celebrated its 10-year anniversary in the Pacific region. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/celebrating-decade-in-pacific-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, response-recovery"> <section class="project-image"> <section aria-label="Four Phases of Response Life Cycle for Cyber Breaches" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_GabrielSanchez_V1_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Four Phases of Response Life Cycle for Cyber Breaches </h4> <p> Preparation; detection and analysis; containment, eradication and recovery; and, finally, a robust lessons learned session are prudent steps for recovery from cybersecurity... </p> </section> <a href="https://1898andco.burnsmcd.com/video/four-phases-of-response-life-cycle-for-cyber-breaches" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power, transportation, water, government-military, diversity" data-brand="burns-mcdonnell" data-service="construction, environmental, power, transportation, water, government-military, diversity"> <section class="project-image"> <section aria-label="Q&A: Strategic Relationships Play a Crucial Role in Business Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/qa-strategic-relationships-play-a-crucial-role-in-business-growth-1168630.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Strategic Relationships Play a Crucial Role in Business Growth </h4> <p> The Accelerate program, focused on economic viability and diverse spending, helped MJC Strategic Consulting LLC refine services and establish partnerships. </p> </section> <a href="https://blog.burnsmcd.com/qa-strategic-relationships-play-a-crucial-role-in-business-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial"> <section class="project-image"> <section aria-label="Why the Future of Manufacturing Depends on a New Kind of Workforce — And How to Build It" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/GFS-WHQ-KCM-LaborShortagesinManufacturingStrategiesforaSustainableWorkforce-1167325-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why the Future of Manufacturing Depends on a New Kind of Workforce — And How to Build It </h4> <p> Automation, reskilling and robotics are key strategies to bridge the labor gap in manufacturing. </p> </section> <a href="https://blog.burnsmcd.com/why-the-future-of-manufacturing-depends-on-a-new-kind-of-workforce-and-how-to-build-it" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="geospatial, field-data-collection-reporting, enterprise-gis-consulting"> <section class="project-image"> <section aria-label="Accurate Data Is Essential for Natural Gas Pipeline Safety" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/E98_KCM_GISGasArticle1898_1198986_AR/E98_WHQ_KCM_GISGasDataArticle_1198986-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accurate Data Is Essential for Natural Gas Pipeline Safety </h4> <p> Regulatory frameworks are an essential foundation for the safe operation and management of natural gas pipelines. Among these regulations, none are more important than Part... </p> </section> <a href="https://1898andco.burnsmcd.com/article/accurate-data-is-essential-for-natural-gas-pipeline-safety" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="New Water Treatment Plant in Tishomingo Enhances Reliability, Capacity and Quality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Tishomingo-Water-Plant-Ribbon-Cutting-1203705-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Water Treatment Plant in Tishomingo Enhances Reliability, Capacity and Quality </h4> <p> </p><p>TISHOMINGO, Oklahoma — A <a href="https://www.burnsmcd.com/projects/water-treatment-plant-redevelopment">new water treatment plant</a> is up and running in Tishomingo, Oklahoma, with completion of the project designed by Burns & McDonnell beginning a new era...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tishomingo-water-treatment-plant-enhances-reliability" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, environmental-studies-permitting, natural-cultural-resources, air-quality-noise, air-quality-compliance, cultural-resources, remediation"> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens Environmental Services Team in Texas With Key Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens Environmental Services Team in Texas With Key Promotions </h4> <p> </p><p>AUSTIN, Texas — Burns & McDonnell, a global engineering, architecture and construction firm, has expanded and reorganized its regional <a href="https://www.burnsmcd.com/industries/environmental" rel="noopener">Environmental Services Group</a> in Texas...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/texas-environmental-team-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, distributed-energy-resources, campus-energy, buildings, building-solutions, green-buildings, sustainability"> <section class="project-image"> <section aria-label="Integrating Embodied Carbon in Energy Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/GFS_KCM_EmbodiedCarboninEnergyPlanning_970191_WP/Updated%20images/Embedded%20Carbon%20in%20Energy%20Planning%20White%20Paper_970191-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrating Embodied Carbon in Energy Planning </h4> <p> Addressing the challenge of embodied carbon requires a multifaceted approach that combines planning, design and construction. By prioritizing sustainability from the outset,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/integrating-embodied-carbon-in-energy-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental" data-brand="burns-mcdonnell" data-service="construction, remediation, complex-site-remediation, manufactured-gas-plant-(mgp)-site-remediation, sediment-investigation-remediation, safety, stakeholder-management, public-involvement"> <section class="project-image"> <section aria-label="Multifaceted Treatment Approach Speeds Site Cleanup for Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENS_KCM_ConfidentialMGP2024_1169303_CS/ENS_KCM_ConfidentialMGP2024_1169303-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Multifaceted Treatment Approach Speeds Site Cleanup for Community </h4> <p> Investigation and evaluation were already underway at the site of a former manufactured gas plant in central Illinois when the utility that owned the property learned of a... </p> </section> <a href="https://info.burnsmcd.com/case-study/multifaceted-treatment-approach-speeds-site-cleanup-for-community" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, managed-threat-protection-response"> <section class="project-image"> <section aria-label="What Are the Benefits of Managed Security Services?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_MicahMartin_V2_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are the Benefits of Managed Security Services? </h4> <p> Managed security services (MSS) improve cybersecurity by providing comprehensive visibility into your environment, proactive threat hunting and 24/7 monitoring, which, when... </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-the-benefits-of-managed-security-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Chris Baxter and Jamey Bertram to Board of Directors to Further Strengthen Service for Critical Infrastructure Clients" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Chris Baxter and Jamey Bertram to Board of Directors to Further Strengthen Service for Critical Infrastructure Clients </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell Chair and CEO Leslie M. Duke announces two new board members for the 100% employee-owned engineering, construction and architecture...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/baxter-bertram-named-to-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation, streets"> <section class="project-image"> <section aria-label="Innovative Street Project Enhances Safety and Accessibility for Cyclists and Pedestrians" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Innovative-Street-Project-Enhances-Safety-Accessibility-for-Cyclists-Pedestrians-1206050-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovative Street Project Enhances Safety and Accessibility for Cyclists and Pedestrians </h4> <p> </p><p>BENTONVILLE, Arkansas — Cyclists, pedestrians and vehicles can now navigate a safer and more efficient 1.5-mile stretch of Eighth Street, from Southwest I-Street to Southeast...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/innovative-street-project-in-bentonville" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, underground-transmission, underground-distribution, electrical-transmission, electrical-distribution"> <section class="project-image"> <section aria-label="Power Systems Technology: Amanda Olson & Bob Hobson from Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Systems Technology: Amanda Olson & Bob Hobson from Burns & McDonnell </h4> <p> </p><p>During the CIGRE Paris Session 2024, two Burns & McDonnell professionals sat down with Power Systems Technology to discuss insights shaping the electric power landscape.</p> <p></p> </section> <a href="https://www.youtube.com/watch?v=bjOXvMqyAEk" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water, environmental" data-brand="burns-mcdonnell" data-service="public-involvement, sustainability, green-infrastructure, municipal-water-wastewater, wastewater-stormwater-collection, stormwater-management, smart-infrastructure, inflow-infiltration-reduction"> <section class="project-image"> <section aria-label="Technology, Resident Collaboration Enable Removal of Rainwater From Sewer System" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_UpdatetoKeepOuttheRain_656806_WP/GIS%20Technology%20and%20Resident%20Support%20Transform%20Kansas%20Citys%20Water%20Management%2c%20Removing%20Rainwater%20From%20Sewer%20System-Case-Study-959806-inset1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Technology, Resident Collaboration Enable Removal of Rainwater From Sewer System </h4> <p> Through the combined efforts of GIS technology and resident support, the City of Kansas City, Missouri, and our team are finding new ways to improve overall water and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/technology-resident-collaboration-enable-removal-of-rainwater-from-sewer-system" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="solar, construction"> <section class="project-image"> <section aria-label="Solar Builder: Tax credit transfer rules shift solar development strategies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Builder: Tax credit transfer rules shift solar development strategies </h4> <p> </p><p>Solar Builder recently polled several industry experts to understand how tax credit transfer rules are impacting their business, as well as other permitting concerns. Here’s...</p> <p></p> </section> <a href="https://solarbuildermag.com/projects/tax-credit-transfer-rules-shift-solar-development-strategies/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="power, transportation"> <section class="project-image"> <section aria-label="Creating Resilient EV Infrastructure and Reducing Impacts to Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Creating-Resilient-EV-Infrastructure-and-Reducing-Impacts-to-Operations-1157113.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Resilient EV Infrastructure and Reducing Impacts to Operations </h4> <p> As electric vehicle usage increases, the need for reliable charging infrastructure grows. Resilient charging infrastructure is crucial to dependable operations. </p> </section> <a href="https://blog.burnsmcd.com/creating-resilient-ev-infrastructure-and-reducing-impacts-to-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="water, power, environmental" data-brand="burns-mcdonnell" data-service="emerging-technologies, carbon-capture-utilization-storage-(ccus), environmental-compliance-for-power-generation, power-water-wastewater-solutions, natural-gas-generation, air-quality-compliance, emission-reduction-solutions"> <section class="project-image"> <section aria-label="Carbon Capture System Design for Natural Gas Power Generation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/PWR_KCM_CCSforCombinedCycles_1053651_WP/Carbon-Capture-System-Design-for-Natural-Gas-Power-Generation-White-Paper-1053651-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carbon Capture System Design for Natural Gas Power Generation </h4> <p> While select coal power generation units have begun the process of adopting carbon capture, utilization and storage (CCUS) technologies, new regulations like the New Source... </p> </section> <a href="https://info.burnsmcd.com/white-paper/carbon-capture-system-design-for-natural-gas-power-generation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, grid-modernization, construction, preconstruction, routing-siting-permitting, program-management"> <section class="project-image"> <section aria-label="Mastering Project Development to Achieve Energy Transition Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_ProjectDevelopment_1108292_WP/Mastering-Project-Development-to-Achieve-Energy-Transition-Goals-White-paper-1108292-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mastering Project Development to Achieve Energy Transition Goals </h4> <p> As utilities invest in grid modernization, they face significant challenges to complete increasingly complex projects. To navigate these challenges, it is essential to focus... </p> </section> <a href="https://info.burnsmcd.com/white-paper/mastering-project-development-to-achieve-energy-transition-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Breck Washam Elected to Lead National Society of Professional Engineers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Breck-Washam-Elected-to-Lead-National-Society-of-Professional-Engineers-1071761.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Breck Washam Elected to Lead National Society of Professional Engineers </h4> <p> </p><p>ST. LOUIS, MISSOURI — Breck Washam, PE, F.NSPE, has been elected Vice President of the National Society of Professional Engineers (NSPE). Washam is senior vice president and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/breck-washam-elected-to-lead-nspe" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="data-analytics, architecture-infrastructure, data-analytics-strategy, data-infrastructure-platforms, analytics-business-intelligence, data-visualizations-insights"> <section class="project-image"> <section aria-label="Stop Creating Dashboards and Start Creating Action" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/Articles/E98_KCM_UtilityAnalyticsUAWeekConference_1143310_AR/E98_WHQ_KCM_UtilityAnalyticsWeekConferenceArticle_1143310-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stop Creating Dashboards and Start Creating Action </h4> <p> A common request heard across organizations of all types, shapes, and sizes, is: “Build me a dashboard.” Dashboards are often seen as a quick, go-to solution for addressing... </p> </section> <a href="https://1898andco.burnsmcd.com/article/stop-creating-dashboards-and-start-creating-action" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Unifying the Mission to Protect What Matters Most" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_MattMorris_1898ProtectsWhatMatters_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unifying the Mission to Protect What Matters Most </h4> <p> With a team of former military, asset owners, IT and safety specialists, 1898 & Co. keeps its cybersecurity mission focused on protecting what matters most. </p> </section> <a href="https://1898andco.burnsmcd.com/video/unifying-the-mission-to-protect-what-matters-most" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell, azco" data-service="construction"> <section class="project-image"> <section aria-label="Midwest Contractor: Burns & McDonnell Tackles Pair of Solar Projects for Alliant Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Alliant-Energy-Midwest-Contractor.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Midwest Contractor: Burns & McDonnell Tackles Pair of Solar Projects for Alliant Energy </h4> <p> When executives at Burns & McDonnell signed on to handle construction for a pair of Alliant Energy solar projects in Iowa, they knew they would have to overcome some unique... </p> </section> <a href="https://midwestcontractor.news/MWC/article/AAA30C3D-burns-mcdonnell-tackles-pair-of-solar-projects-for-alliant-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="mining-minerals" data-brand="burns-mcdonnell" data-service="mining-infrastructure, industrial-power"> <section class="project-image"> <section aria-label="Upgrading Mine Electrical Infrastructure to 995 Volts Is an Idea That Will Power the Future of Underground Mines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/PWR_PHX_995VoltFeedersTheFutureforUndergroundMines_1132981_AR/New%20Header/PWR_WHQ_KCM_995VoltFeedersTheFutureforUndergroundMines_1132981-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrading Mine Electrical Infrastructure to 995 Volts Is an Idea That Will Power the Future of Underground Mines </h4> <p> Whether it’s for gold, copper, nickel, zinc, lithium or any other minerals, mining operations require enormous amounts of power. Ongoing expenses for electricity can total... </p> </section> <a href="https://info.burnsmcd.com/article/upgrading-mine-electrical-infrastructure-to-995-volts-is-an-idea-that-will-power-the-future-of-underground-mines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="water, advanced-water-wastewater-treatment, municipal-water-wastewater, source-development-groundwater-supply, design-build-for-water-wastewater-infrastructure, construction"> <section class="project-image"> <section aria-label="Ribbon Cut for Wichita Water Project, a Treatment Plant to Serve the Region for Generations to Come" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-10/Wichita-Water-Project-Treatment-Plant-to-Serve-Region-for-Generations-to-Come-1193034-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ribbon Cut for Wichita Water Project, a Treatment Plant to Serve the Region for Generations to Come </h4> <p> </p><p>WICHITA, Kansas — The joint venture team of Alberici and Burns & McDonnell welcomed city, state and federal officials for a ribbon-cutting Friday to celebrate the completion...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ribbon-cut-for-wichita-northwest-water-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Navigating Challenges Through Teamwork and Experience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_TapsiPuri_QC_DiversityMakes1898Great_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Challenges Through Teamwork and Experience </h4> <p> Our knowledge, experience and collaborative teams solve the industry’s toughest challenges, earning client trust with reliable, innovative solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/navigating-challenges-through-teamwork-and-experience" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Embracing Diversity and Growth at 1898 & Co. " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_TapsiPuri_QC_DiversityMakes1898Great_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Embracing Diversity and Growth at 1898 & Co. </h4> <p> At 1898 & Co., diversity drives innovation across industries and global teams. Each day offers new opportunities to learn and contribute to client success. </p> </section> <a href="https://1898andco.burnsmcd.com/video/embracing-diversity-and-growth-at-1898-co" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, water" data-brand="burns-mcdonnell" data-service="construction, water"> <section class="project-image"> <section aria-label="Transparency and Collaboration Deliver Millions in Cost Savings for Wichita Water Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Transparency-and-Collaboration-Deliver-Millions-in-Cost-Savings-for-Wichita-Water-Treatment-Facility-838703-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transparency and Collaboration Deliver Millions in Cost Savings for Wichita Water Facility </h4> <p> A new water treatment facility is being delivered with millions in cost savings, thanks to a unique and collaborative project delivery approach. </p> </section> <a href="https://blog.burnsmcd.com/transparency-and-collaboration-deliver-millions-in-cost-savings-for-wichita-water-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="fleet-electrification-advisory, change-management"> <section class="project-image"> <section aria-label="Prepare for Fleet Electrification Through Change Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/1898-Co-Helps-Fleet-Prepare-for-Electrification-Through-Change-Management.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Prepare for Fleet Electrification Through Change Management </h4> <p> To electrify your operations efficiently, factor in massive organizational change, infrastructure planning and engagement with business stakeholders. </p> </section> <a href="https://1898andco.burnsmcd.com/video/charging-ahead-while-preparing-for-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="security-consulting-services, cybersecurity-strategy-risk"> <section class="project-image"> <section aria-label="Maximizing Client Value Through Cyber-Informed Engineering" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/767901_CyberSummitPartnershipVideos_GFS_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing Client Value Through Cyber-Informed Engineering </h4> <p> Engaging with cyber-informed engineers during the design phase plays a vital role in identifying potential risks and mitigating them early on. </p> </section> <a href="https://1898andco.burnsmcd.com/video/maximizing-client-value-through-cyber-informed-engineering" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Global Talent and Constant Support Drives Client Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_TapsiPuri_QC_DiversityMakes1898Great_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Global Talent and Constant Support Drives Client Success </h4> <p> 1898 & Co. values global presence, hiring top talent across the world to deliver seamless and successful 24/7 consulting services. </p> </section> <a href="https://1898andco.burnsmcd.com/video/global-talent-and-constant-support-drives-client-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="analytics-business-intelligence"> <section class="project-image"> <section aria-label="Solving Industry Challenges with Predictive Insights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_MarkIbarra_DataAnalytics_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solving Industry Challenges with Predictive Insights </h4> <p> Our solutions leverage data analytics and predictive maintenance to detect any faults or future failures for efficiency and operational reliability. </p> </section> <a href="https://1898andco.burnsmcd.com/video/solving-industry-challenges-with-predictive-insights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, response-recovery"> <section class="project-image"> <section aria-label="Considerations for OT Sensor Placement to Optimize Security" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_TylerJansen_V1_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for OT Sensor Placement to Optimize Security </h4> <p> There are three key factors to consider for sensor placement in OT environments to enhance security. </p> </section> <a href="https://1898andco.burnsmcd.com/video/considerations-for-ot-sensor-placement-to-optimize-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Maria Tice Named Burns & McDonnell Construction Practice Manager for Southeast Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maria Tice Named Burns & McDonnell Construction Practice Manager for Southeast Region </h4> <p> </p><p>ATLANTA, Georgia — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced Maria Tice to lead the <a href="https://www.burnsmcd.com/services/construction">Construction Group</a> in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/maria-tice-construction-group-southeast-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="water, advanced-water-wastewater-treatment, design-build-for-water-wastewater-infrastructure, municipal-water-wastewater"> <section class="project-image"> <section aria-label="The City of Bonner Springs Unveils Legacy Water Treatment Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-09/City-of-Bonner-Springs-Unveils-Legacy-Water-Treatment-Plant-1159412-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The City of Bonner Springs Unveils Legacy Water Treatment Plant </h4> <p> </p><p>BONNER SPRINGS, Kansas — Construction is complete for a <a href="https://www.burnsmcd.com/projects/design-build-water-treatment-plant">new water treatment plant</a> serving Bonner Springs, with the joint venture design-build team of Burns & McDonnell and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bonner-springs-unveils-water-treatment-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service="project-portfolio-management-systems, asset-planning-management, investment-plan-development, investment-road-mapping"> <section class="project-image"> <section aria-label="1898 & Co. Now Offering Trimble Unity Construct Software for Digital Project Delivery as Part of Trimble Partner Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Now Offering Trimble Unity Construct Software for Digital Project Delivery as Part of Trimble Partner Network </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://1898andco.burnsmcd.com/">1898 & Co.</a>, part of Burns & McDonnell, is now offering <a href="https://assetlifecycle.trimble.com/en/products/software/unity-construct" rel="noopener" target="_blank">Trimble Unity Construct™</a>, powered by e-Builder. Trimble Unity Construct is an advanced digital...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/offering-trimble-unity-construct-technology-platform" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="nuclear, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="Nuclear Newswire: BWXT advanced nuclear reactor agreement signed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Nuclear Newswire: BWXT advanced nuclear reactor agreement signed </h4> <p> Burns & McDonnell has entered into an agreement with BWX Technologies to further advance the design and development of the BWXT BANR microreactor, which has a “passively safe... </p> </section> <a href="https://www.ans.org/news/article-6331/from-the-pages-of-inuclear-newsi-industry-update-september-2024/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="midstream, oil-gas-chemicals, storage-logistics"> <section class="project-image"> <section aria-label="Design Considerations to Optimize Export Terminals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/OGC_KCM_ExportTerminalDesignConsiderations_1158648_AR/OGC_WHQ_KCM_ExportTerminalDesignConsiderations_1158648-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design Considerations to Optimize Export Terminals </h4> <p> Amid an increased demand for light hydrocarbons internationally, the United States has ample domestic supply because of increased natural gas production activities. There are... </p> </section> <a href="https://info.burnsmcd.com/article/design-considerations-to-optimize-export-terminals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water" data-brand="burns-mcdonnell" data-service="municipal-water-wastewater, water-supply-distribution, source-development-groundwater-supply, design-build-for-water-wastewater-infrastructure, construction"> <section class="project-image"> <section aria-label="Horizontal Water Well Provides Additional Clean Water for Midwest Metropolis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_SLO_JeffersonCountyHorizontalCollectorWell_1075551_CS/WTR_KCM_JeffersonCountyHorizontalCollectorWellCaseStudy_1075551-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Horizontal Water Well Provides Additional Clean Water for Midwest Metropolis </h4> <p> Jefferson County, Missouri, benefits from the adoption of a specialized well water system that helps produce a cleaner, more reliable and environmentally friendly water... </p> </section> <a href="https://info.burnsmcd.com/case-study/horizontal-water-well-provides-additional-clean-water-for-midwest-metropolis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental"> <section class="project-image"> <section aria-label="Environmental DNA Is an Emerging Tool for Surveys and Monitoring of Aquatic Species" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Environmental-DNA-is-an-Emerging-Tool-for-Surveys-and-Monitoring-of-Aquatic-Species-1098923-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental DNA Is an Emerging Tool for Surveys and Monitoring of Aquatic Species </h4> <p> Environmental DNA sampling is transforming how scientists monitor and understand threats to aquatic ecosystems. </p> </section> <a href="https://blog.burnsmcd.com/environmental-dna-is-an-emerging-tool-for-surveys-and-monitoring-of-aquatic-species" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, water, government-military, commercial-retail-institutional, mining-minerals, oil-gas-chemicals, telecommunications, manufacturing-industrial, transportation, power, aviation" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Civil+Structural Engineer: Beyond Blueprints - How Empathy Shapes Successful Design-Build Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-09/Blueprint.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Civil+Structural Engineer: Beyond Blueprints - How Empathy Shapes Successful Design-Build Projects </h4> <p> The architecture, engineering and construction sector is notorious for its challenges, from tight deadlines to unexpected planning, permitting, design and construction... </p> </section> <a href="https://csengineermag.com/beyond-blueprints-how-empathy-shapes-successful-design-build-projects/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="transportation" data-brand="1898-co." data-service="facility-cybersecurity, facility-cyber-design"> <section class="project-image"> <section aria-label="Cyber-Informed Engineering Provides Proactive Protection from Day One" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/767901_CyberSummitPartnershipVideos_ANF_V2-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cyber-Informed Engineering Provides Proactive Protection from Day One </h4> <p> Our brands seamlessly integrate cybersecurity and engineering from the outset, providing proactive, comprehensive protection throughout the entire project lifecycle. </p> </section> <a href="https://1898andco.burnsmcd.com/video/cyber-informed-engineering-provides-proactive-protection-from-day-one" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="fleet-electrification-advisory"> <section class="project-image"> <section aria-label="Embracing a Joint Brand Approach to Fleet Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Other/769210_1898TNDPartnershipVideo_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Embracing a Joint Brand Approach to Fleet Electrification </h4> <p> 1898 & Co. and Burns & McDonnell provide comprehensive fleet electrification services delivering seamless solutions for this future-forward mode of transportation. </p> </section> <a href="https://1898andco.burnsmcd.com/video/embracing-a-joint-brand-approach-to-fleet-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="water, municipal-water-wastewater, master-planning-for-water-wastewater-utilities"> <section class="project-image"> <section aria-label="KVOE: Evaluation and master plan development expected to begin next month" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KVOE: Evaluation and master plan development expected to begin next month </h4> <p> </p><p>Evaluations and long-term planning for Emporia’s Water Treatment Plant will begin soon. Burns & McDonnell will handle the evaluation and master plan development and will look...</p> <p></p> </section> <a href="https://kvoe.com/2024/09/20/evaluation-and-master-plan-development-expected-to-begin-next-month/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial"> <section class="project-image"> <section aria-label="Q&A: Brent Perdue on the Effective Circular Economy and Zero Waste Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/ENS-ATX-RecyclingEffortsatPrivateCompanies-1088786-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Brent Perdue on the Effective Circular Economy and Zero Waste Solutions </h4> <p> Strategically managing recycling waste can be complex. Brent Perdue explains how implementing zero waste solutions and promoting a circular economy can help. </p> </section> <a href="https://blog.burnsmcd.com/qa-brent-perdue-on-the-effective-circular-economy-and-zero-waste-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="enterprise-technology, geospatial, enterprise-gis-consulting, data-analytics, architecture-infrastructure, data-infrastructure-platforms"> <section class="project-image"> <section aria-label="GIS Enables New Efficiencies for Transmission Mapping Group at Major Utility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_GISTransmissionLineDesignProcessImprovement_1115752_AR/E98_WHQ_KCM_GISTransmissionLineDesignProcessImprovementArticle_1115752-header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> GIS Enables New Efficiencies for Transmission Mapping Group at Major Utility </h4> <p> A collaborative approach on an ArcGIS data conversion project achieves step-change efficiencies for a major transmission grid rebuild program at a large Midwestern utility. </p> </section> <a href="https://1898andco.burnsmcd.com/article/gis-enables-new-efficiencies-for-transmission-mapping-group-at-major-utility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, construction"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell, South Korea electricity provider partner on mega-scale projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell, South Korea electricity provider partner on mega-scale projects </h4> <p> </p><p data-type="paragraph">Burns & McDonnell expects to see multibillion-dollar and mega-scale projects crop up in the coming years to efficiently provide more electricity, and the Kansas City firm is...</p> <p></p> </section> <a href="https://www.bizjournals.com/kansascity/news/2024/09/18/burns-mcdonnell-korea-electric-power-corp.html?b=1726688610^22453715" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="power" data-brand="1898-co." data-service="security-consulting-services, nerc-cip-compliance-services"> <section class="project-image"> <section aria-label="Streamlining Cybersecurity: The Power of Integrated Teams" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/767901_CyberSummitPartnershipVideos_TND_V2-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamlining Cybersecurity: The Power of Integrated Teams </h4> <p> Integrated teams can streamline cybersecurity compliance when developing communications systems for mission-critical assets. </p> </section> <a href="https://1898andco.burnsmcd.com/video/streamlining-cybersecurity-the-power-of-integrated-teams" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="natural-gas-generation"> <section class="project-image"> <section aria-label="CarbonCredits.com: U.S. Natural Gas Prices to Jump 44%: What’s Driving the Surge?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> CarbonCredits.com: U.S. Natural Gas Prices to Jump 44%: What’s Driving the Surge? </h4> <p> As the northern hemisphere summer winds down, U.S. natural gas markets are already preparing for the upcoming winter and looking ahead to 2025. The markets are forecasting a... </p> </section> <a href="https://carboncredits.com/u-s-natural-gas-prices-to-jump-44-whats-driving-the-surge/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Celebrating Engineers’ Day: Khanjari Kumbhar Receives the SWE Prism Award for FY 2024 " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Celebrating Engineers’ Day: Khanjari Kumbhar Receives the SWE Prism Award for FY 2024 </h4> <p> </p><p>MUMBAI, India — On Engineers’ Day 2024, <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> India proudly celebrates Khanjari Kumbhar, a distinguished woman engineer with 25 years of significant contributions...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/khanjari-kumbhar-receives-swe-prism-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications"> <section class="project-image"> <section aria-label="The Digital Evolution of Materials Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Digital-Evolution-of-Materials-Management-99828-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Digital Evolution of Materials Management </h4> <p> Digitalization of materials management is shaping the future of construction, improving supply chain visibility, reducing waste and raising labor productivity. </p> </section> <a href="https://blog.burnsmcd.com/the-digital-evolution-of-materials-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental" data-brand="1898-co." data-service="business-strategy-transformation, esg-transaction-advisory, people-culture-change, change-management, organizational-culture-assessment-shift"> <section class="project-image"> <section aria-label="Navigating Environmental, Social and Governance Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_LON_WhyisESGsohard_1075727_AR/E98_UKO_LON_UK1898ArticleWhyisESGsohard_1075727-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Environmental, Social and Governance Challenges </h4> <p> In the contemporary business landscape, environmental, social and governance (ESG) factors are increasingly recognised as essential components of a company’s long-term... </p> </section> <a href="https://1898andco.burnsmcd.com/article/navigating-environmental-social-and-governance-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="campus-energy, district-energy, distributed-energy-resources, electric-power-generation"> <section class="project-image"> <section aria-label="Thermal Energy Corporation Unveils New Gas Turbine Generator " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-09/TECO-Gas-Turbine-1166488-hero4.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Thermal Energy Corporation Unveils New Gas Turbine Generator </h4> <p> </p><p>HOUSTON, Texas — Thermal Energy Corporation (TECO) proudly announces the addition of a GE LM6000 aeroderivative gas turbine generator to its Central Plant in Houston. The new...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/teco-gas-turbine-generator" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="solar, renewables"> <section class="project-image"> <section aria-label="Solar Builder Magazine: Solar developers provide 12-month outlook for large-scale projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Builder Magazine: Solar developers provide 12-month outlook for large-scale projects </h4> <p> <span>Large-scale solar developers have myriad market factors to consider while deploying new projects, from supply chain concerns to permitting issues and to interconnection...</span> </p> </section> <a href="https://solarbuildermag.com/projects/solar-developers-provide-12-month-outlook-for-large-scale-projects/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Passion and Teamwork Thrive at 1898 & Co." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BryanHawthorne_UnderstandingClientNeeds_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Passion and Teamwork Thrive at 1898 & Co. </h4> <p> The supportive community at 1898 & Co. fosters a workplace where employees are eager to collaborate and thrive. </p> </section> <a href="https://1898andco.burnsmcd.com/video/passion-and-teamwork-thrive-at-1898-co" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="KCTV5: Reaching 1 in 3 Kansas Citians annually: United Way works to give back" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCTV5: Reaching 1 in 3 Kansas Citians annually: United Way works to give back </h4> <p> <span>The United Way of Greater Kansas City and Burns & McDonnell partnership is highlighted by creating more than 1,000 Impact Kids for area nonprofits on its Day of Service.</span> </p> </section> <a href="https://www.kctv5.com/2024/09/11/reaching-1-3-kansas-citians-annually-united-way-works-give-back/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Focusing on Client-Centered Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BryanHawthorne_UnderstandingClientNeeds_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Focusing on Client-Centered Success </h4> <p> At 1898 & Co., success is driven by understanding client needs, delivering impactful projects and helping clients achieve their goals. It's all about collaboration and... </p> </section> <a href="https://1898andco.burnsmcd.com/video/focusing-on-client-centered-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, construction"> <section class="project-image"> <section aria-label="Burns & McDonnell and KEPCO Announce Alliance to Support 765-kV Transmission Projects in the U.S. During Time of Electricity Demand Surge" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-09/Burns-McDonnell-KEPCO-Alliance-1145790-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and KEPCO Announce Alliance to Support 765-kV Transmission Projects in the U.S. During Time of Electricity Demand Surge </h4> <p> </p><p>KANSAS CITY, Missouri — To help the U.S. continue to provide reliable electricity amid a time of unprecedented expansion in renewable generation and expected nationwide load...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kepco-alliance-supporting-765-kv-transmission" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, food-beverage, consumer-products"> <section class="project-image"> <section aria-label="The Manufacturing Executive Podcast: How to Prepare for a Manufacturing Facility Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Manufacturing Executive Podcast: How to Prepare for a Manufacturing Facility Expansion </h4> <p> When you're leading a manufacturing organization that's growing, you're likely to run into a problem you can't ignore. And that is: We're out of space. In this conversation,... </p> </section> <a href="https://podcasts.apple.com/us/podcast/how-to-prepare-for-a-manufacturing-facility/id1520127087?i=1000668993394" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, commercial-retail-institutional, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, transportation, water, commercial-retail-institutional, government-military, telecommunications"> <section class="project-image"> <section aria-label="Importance of the ISO 19650 Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Importance-of-the-ISO-19650-Certification-1123067-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Importance of the ISO 19650 Certification </h4> <p> ISO 19650 certification demonstrates a commitment to top-tier building information modeling standards, while facilitating efficient project delivery. </p> </section> <a href="https://blog.burnsmcd.com/importance-of-the-iso-19650-certification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Empowering Client Success with Industry Knowledge " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BryanHawthorne_UnderstandingClientNeeds_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Empowering Client Success with Industry Knowledge </h4> <p> With a focus on creating successful outcomes, 1898 & Co. draws from years of experience to deliver tailored solutions for clients. This deep knowledge enhances every project. </p> </section> <a href="https://1898andco.burnsmcd.com/video/empowering-client-success-with-industry-knowledge" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Cybersecurity for Critical Infrastructure Has Never Mattered More" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_MattMorris_1898ProtectsWhatMatters_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cybersecurity for Critical Infrastructure Has Never Mattered More </h4> <p> Different strategies for securing operational technology systems must be deployed to protect critical infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/cybersecurity-for-critical-infrastructure-has-never-mattered-more" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="food-beverage, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Plant Engineering: 2024 Engineering Leader Under 40: Alex Garland, 36" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Plant Engineering: 2024 Engineering Leader Under 40: Alex Garland, 36 </h4> <p> <span>As the Global Facilities leader for Burns & McDonnell in the Southeast, Alex has significantly advanced the company’s presence within the manufacturing industry, particularly...</span> </p> </section> <a href="https://www.plantengineering.com/articles/2024-engineering-leader-under-40-alex-garland-36/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="natural-gas-generation"> <section class="project-image"> <section aria-label="Forbes: Natural Gas Is Critical To Achieving Global Climate Goals. Here’s Why" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: Natural Gas Is Critical To Achieving Global Climate Goals. Here’s Why </h4> <p> Natural gas is often seen as the cleanest burning fossil fuel, commonly replacing coal, which emits twice the amount of CO<sub>2</sub>. Additionally, natural gas complements renewable... </p> </section> <a href="https://www.forbes.com/sites/kensilverstein/2024/09/09/natural-gas-is-critical-to-achieving-global-climate-goal-heres-why/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="power, transportation"> <section class="project-image"> <section aria-label="Navigating the Challenges of Deploying Hydrogen Fueling Stations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-the-Challenges-of-Hydrogen-Fueling-Stations-1108012-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Challenges of Deploying Hydrogen Fueling Stations </h4> <p> Explore the hydrogen fueling station adoption journey — to address siting, funding and engineering issues, and to overcome market and regulatory challenges. </p> </section> <a href="https://blog.burnsmcd.com/navigating-the-challenges-of-deploying-hydrogen-fueling-stations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="people-culture-change"> <section class="project-image"> <section aria-label="Telling Great Stories Can Deliver Better Business Outcomes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LeeOrrison_QA_CreativeConsulting_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Telling Great Stories Can Deliver Better Business Outcomes </h4> <p> Creative consulting is a unique 1898 & Co. process that helps clients use data to tell compelling stories and deliver better business outcomes. </p> </section> <a href="https://1898andco.burnsmcd.com/video/telling-great-stories-can-deliver-better-business-outcomes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="Investing in a Dynamic Space for EVs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98-CAL-BRE_BlogAdoptionofEVandTransactionAdvisoryServices-1120731-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investing in a Dynamic Space for EVs </h4> <p> Making capital investments in dynamic spaces like the EV sector requires careful technical due diligence to mitigate risks and maximize returns. </p> </section> <a href="https://1898blog.burnsmcd.com/investing-in-a-dynamic-space-for-evs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="The Rise of Plant Services: Enhancing Efficiency and Reliability in Power Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Plant%20Services%20Blog_1111979_BlogImage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Rise of Plant Services: Enhancing Efficiency and Reliability in Power Plants </h4> <p> Plant upgrade services for gas and nuclear generation plants have emerged as a key strategy for reliable, efficient and safe dispatchable energy. </p> </section> <a href="https://blog.burnsmcd.com/the-rise-of-plant-services-enhancing-efficiency-reliability-and-safety-in-power-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="power" data-brand="1898-co." data-service="asset-planning-management, capital-asset-planning, investment-road-mapping"> <section class="project-image"> <section aria-label="Forecasting Power Market Trends: Making Data-Backed Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_WholesalePowerMarketAssessments_1139152_SF/AdobeStock_563641517-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forecasting Power Market Trends: Making Data-Backed Decisions </h4> <p> Significant uncertainty in wholesale power markets makes it challenging to navigate risks associated with large capital project developments and energy market strategies. The... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/forecasting-power-market-trends-making-data-backed-decisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="aerospace-space, federal-military, navy-marine-corps"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes the Design of New Ground Testing Facility in Titusville" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-08/Draper-Centrifuge-1125612-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes the Design of New Ground Testing Facility in Titusville </h4> <p> </p><p>TITUSVILLE, Florida — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has completed the design of Draper’s Strategic Enhanced Ground...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-of-draper-ground-testing-facility-in-titusville" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="load-forecasting, business-case-assessment, emerging-energy-advisory"> <section class="project-image"> <section aria-label="What Are Important Considerations for Clients Interested in Installing Behind-the-Meter Renewables?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SowmyaRagothaman_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are Important Considerations for Clients Interested in Installing Behind-the-Meter Renewables? </h4> <p> Behind-the-meter renewable installation depends on energy use, site conditions, local incentives and electric rates to deliver cost-effective solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-important-considerations-for-clients-interested-in-installing-behind-the-meter-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="analytics-business-intelligence"> <section class="project-image"> <section aria-label="Is a Dashboard All I Need to Make My Water Utility Smart?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SethJohnstone_Dashboard_V1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Is a Dashboard All I Need to Make My Water Utility Smart? </h4> <p> The first step to a smarter utility is to ask the right questions and understand the metrics of your data to make better-informed decisions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/is-a-dashboard-all-i-need-to-make-my-water-utility-smart" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, managed-threat-protection-response"> <section class="project-image"> <section aria-label="Shaping the Future of Cyber Defense" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/280604_BYSGabrielSanchez_V6-4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shaping the Future of Cyber Defense </h4> <p> Gabriel Sanchez, always prepared for the unexpected, protects critical infrastructure across all sectors, understanding that evolving cybersecurity threats demand adaptive... </p> </section> <a href="https://1898andco.burnsmcd.com/video/shaping-the-future-of-cyber-defense" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation, construction, stormwater-management, sustainability, alternative-delivery-for-transportation, transportation-planning-policy"> <section class="project-image"> <section aria-label="Maximizing Value for Transportation Projects: Key Considerations for Effective Transportation Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/TRN_KCM_MaximizingProjectValueforTransportationProjectsArticle_980716_AR/TRN_WHQ_KCM_MaximizingProjectValueforTransportationProjectsBlogPost_980716-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing Value for Transportation Projects: Key Considerations for Effective Transportation Projects </h4> <p> With rising infrastructure costs and the continued need to maintain and modernize safe, equitable and resilient transportation systems, many project owners are turning to... </p> </section> <a href="https://info.burnsmcd.com/article/maximizing-value-for-transportation-projects-key-considerations-for-effective-transportation-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, water" data-brand="burns-mcdonnell" data-service="environmental, power, water"> <section class="project-image"> <section aria-label="6 Strategies for Improving Power Plant Water Treatment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/6-Strategies-for-Improving-Power-Plant-Water-Treatment-1056644-social.png.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 6 Strategies for Improving Power Plant Water Treatment </h4> <p> Power plant owner-operators can navigate the regulatory landscape by implementing strategies that dovetail with plant optimization. </p> </section> <a href="https://blog.burnsmcd.com/6-strategies-for-improving-power-plant-water-treatment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="power, transportation"> <section class="project-image"> <section aria-label="What California’s Zero-Emission Moves Could Mean for Fleet Operators" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/What-Californias-Zero-Emission-Moves-Could-Mean-for-Fleet-Operators-118095-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What California’s Zero-Emission Moves Could Mean for Fleet Operators </h4> <p> The California Air Resources Board (CARB) mandated a phased transition to zero-emission vehicles, with consequences for fleet operators of all sizes. </p> </section> <a href="https://blog.burnsmcd.com/what-californias-zero-emission-moves-could-mean-for-fleet-operators" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="How to Improve the Accuracy of Transportation Project Cost Estimates" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-to-Improve-the-Accuracy-of-Transportation-Project-Cost-Estimates-1065900-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How to Improve the Accuracy of Transportation Project Cost Estimates </h4> <p> Traditional cost estimation methods are becoming less effective for transportation projects. A contractor approach to estimating can improve accuracy. </p> </section> <a href="https://blog.burnsmcd.com/how-to-improve-the-accuracy-of-transportation-project-cost-estimates" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, renewables, energy-storage"> <section class="project-image"> <section aria-label="Unlocking the Benefits of Battery Energy Storage Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/PWR_KCM_MakingaGoodBusinessCaseforBESS_1068151_AR/PWR_WHQ_KCM_MakingaGoodBusinessCaseforBESS_1068151-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlocking the Benefits of Battery Energy Storage Systems </h4> <p> Battery energy storage systems (BESS) have emerged as a powerful technology, transforming the energy landscape by enhancing grid reliability, supporting renewable energy... </p> </section> <a href="https://info.burnsmcd.com/article/unlocking-the-benefits-of-battery-energy-storage-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="fiber-optic-infrastructure, mission-critical-networks"> <section class="project-image"> <section aria-label="Navigating the Data Highway: The Role of DWDM in Utility Communication Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_DEN_TheUtilityUseCaseforDWDM_946808_WP/TND_MTN_DEN_TheUtilityUseCaseforDWDM_WhitePaper_946808-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Data Highway: The Role of DWDM in Utility Communication Networks </h4> <p> DWDM technology allows utilities to upgrade their fiber-optic networks with a fast and efficient networking solution that can handle more data and enable better communication... </p> </section> <a href="https://info.burnsmcd.com/white-paper/navigating-the-data-highway-the-role-of-dwdm-in-utility-communication-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="financing-forecasting"> <section class="project-image"> <section aria-label="Is Green Ammonia a Viable Investment?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_RickMena_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Is Green Ammonia a Viable Investment? </h4> <p> Discussing the scale, process technology and market proximity that form the critical framework for green ammonia investment decisions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/is-green-ammonia-a-viable-investment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, power, oil-gas-chemicals, mining-minerals" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, power, oil-gas-chemicals, mining-minerals"> <section class="project-image"> <section aria-label="Abandoned Mines Are Strategic Sources of Critical Minerals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Abandoned-Mines-Are-Strategic-Sources-of-Critical-Minerals-1027206_social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Abandoned Mines Are Strategic Sources of Critical Minerals </h4> <p> Legislation is needed to limit environmental liabilities for companies ready to mine critical minerals from abandoned and inactive mines. </p> </section> <a href="https://blog.burnsmcd.com/abandoned-mines-are-strategic-sources-of-critical-minerals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, industrial-manufacturing-optimization, life-sciences-technology"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Global player plans $130M investment, 70 jobs in KC Animal Health Corridor" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Global player plans $130M investment, 70 jobs in KC Animal Health Corridor </h4> <p> The global animal health company's $130 million investment will go toward adding jobs and growing its manufacturing operations and capabilities in the region. </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2024/08/21/elanco-animal-health-kansas-city-facility.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial, life-sciences-technology"> <section class="project-image"> <section aria-label="KCLY: Elanco Invests $130 Million in Expansion to Boost Monoclonal Antibody Production and Develop New Pet Health Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCLY: Elanco Invests $130 Million in Expansion to Boost Monoclonal Antibody Production and Develop New Pet Health Solutions </h4> <p> Elanco Animal Health announced a $130 million, 25,000-square-foot expansion of its biologics manufacturing facility in Elwood, Kansas, expected to be completed by 2026. The... </p> </section> <a href="https://kclyradio.com/blog/elanco-invests-130-million-in-expansion-to-boost-monoclonal-antibody-production-and-develop-new-pet-health-solutions/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell, azco" data-service="construction, preconstruction, substations"> <section class="project-image"> <section aria-label="Old But Gold Solutions for New and Reliable Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/TND_RAL_No32024_BenchMark_SpotlightonPembrokeSubstation_944900_BM/New_header/BenchmarkSpotlightOnPembrokeSubstation_944900-Article-Header2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Old But Gold Solutions for New and Reliable Energy </h4> <p> The Pembroke Creek Substation project tackled the challenges of building on swampy, waterlogged soil by utilizing helical piles, a reliable foundation method. This approach... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/spotlight/old-but-gold-solutions-for-new-and-reliable-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Choosing a Coating for External Pipeline Protection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_ATL_ExternalPipelineCoatingSelection_920151_WP/External%20Pipeline%20Coating%20Selection%20White%20Paper_920151-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing a Coating for External Pipeline Protection </h4> <p> Underground environments place harsh demands on buried metal pipes, making them vulnerable to corrosion and other forms of damage. Choosing the appropriate external coating... </p> </section> <a href="https://info.burnsmcd.com/white-paper/choosing-a-coating-for-external-pipeline-protection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, industrial-manufacturing-optimization, life-sciences-technology"> <section class="project-image"> <section aria-label="KCTV5: $130M investment from Elanco to bring jobs to northeast Kansas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCTV5: $130M investment from Elanco to bring jobs to northeast Kansas </h4> <p> One of the global leaders in animal health is investing $130 million to expand and renovate its manufacturing facility in northeast Kansas. </p> </section> <a href="https://www.kctv5.com/2024/08/20/130m-investment-elanco-bring-jobs-northeast-kansas/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Kansas Commerce: Governor Kelly Announces Elanco to Invest $130M, Create 70 Jobs in Elwood" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas Commerce: Governor Kelly Announces Elanco to Invest $130M, Create 70 Jobs in Elwood </h4> <p> Governor Laura Kelly announced today that Elanco Animal Health Inc., a global leader in animal health, is investing $130 million to expand and renovate its manufacturing... </p> </section> <a href="https://www.kansascommerce.gov/2024/08/governor-kelly-elanco-to-invest-130-million-create-70-jobs-in-elwood/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, industrial-manufacturing-optimization, life-sciences-technology"> <section class="project-image"> <section aria-label="KCAnimalHealth.com: Elanco Animal Health Inc. to Expand Operations in Kansas City Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCAnimalHealth.com: Elanco Animal Health Inc. to Expand Operations in Kansas City Region </h4> <p> Global leader in animal health announced today it plans a $130 million investment through the end of 2026 to expand and renovate its existing manufacturing facility in... </p> </section> <a href="https://kcanimalhealth.thinkkc.com/news/news-releases/2024/08/20/elanco-animal-health-inc.-to-expand-operations-in-kansas-city-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Meeting Unprecedented Disruption With Data-Centric Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BenFrerichs_BridgingtheGap_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meeting Unprecedented Disruption With Data-Centric Solutions </h4> <p> Multidisciplinary consultants are urgently needed to assist asset-intensive organizations in deploying data-centric solutions for today’s challenges. </p> </section> <a href="https://1898andco.burnsmcd.com/video/meeting-unprecedented-disruption-with-data-centric-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Leveraging Technology to Turn Challenges Into Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BenFrerichs_BridgingtheGap_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Technology to Turn Challenges Into Opportunities </h4> <p> Chief operating officers of asset-intense organizations find solutions to rapidly changing demands by bridging the gap between engineering and technology. </p> </section> <a href="https://1898andco.burnsmcd.com/video/leveraging-technology-to-turn-challenges-into-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Q&A: Tim O’Mara and Kameryn Furman on the Ethanol Market Outlook" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Q&A-Tim-OMara-and-Kamerym-Furman-on-the-Ethanol-Market-Outlook-1080781-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Tim O’Mara and Kameryn Furman on the Ethanol Market Outlook </h4> <p> The renewable diesel and sustainable aviation fuel markets are increasingly focused on ethanol as an essential feedstock as the market for biofuels evolves. </p> </section> <a href="https://blog.burnsmcd.com/qa-tim-omara-and-kameryn-furman-on-the-ethanol-market-outlook" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="strategic-asset-management, enterprise-architecture, technology-strategy"> <section class="project-image"> <section aria-label="Benefits of Incorporating Renewables Into an Integrated EAM " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_IncorporatingRenewableResourcesintoEAM_896050_WP/E98_KCM_BenefitsofIncorporatingRenewablesIntoEAM_896050_header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Benefits of Incorporating Renewables Into an Integrated EAM </h4> <p> With the rapid expansion of renewable energy resources, utilities are navigating an increasingly complex asset landscape. Traditionally, renewable energy resources have not... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/benefits-of-incorporating-renewables-into-an-integrated-eam" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="substations, scada-systems, utility-automation"> <section class="project-image"> <section aria-label="Monitoring and Detection of Anomalies on Power Network Equipment Via SNMP and Syslog Can Pay Dividends" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_SNMPandNetworkMonitoring_1004350_WP/TND_WHQ_KCM_MonitoringandDetectionofAnomaliesonPowerNetworkEquipment_White%20Paper_1004350_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Monitoring and Detection of Anomalies on Power Network Equipment Via SNMP and Syslog Can Pay Dividends </h4> <p> Electrical distribution system equipment can be at risk of failure without the monitoring, detection and notification properties offered by simple network management protocol... </p> </section> <a href="https://info.burnsmcd.com/white-paper/monitoring-and-detection-of-anomalies-on-power-network-equipment-via-snmp-and-syslog-can-pay-dividends" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Maintaining Affordability and Reliability Is Paramount for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_BenFrerichs_BridgingtheGap_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maintaining Affordability and Reliability Is Paramount for Utilities </h4> <p> Utilities face growing operational realities centered around delivering affordable and reliable service to customers. </p> </section> <a href="https://1898andco.burnsmcd.com/video/maintaining-affordability-and-reliability-is-paramount-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Beat the Clock: GIS Substations Are Your Ally for Tight Deadlines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Beat-the-clock-GIS-substations-are-your-ally-for-tight-deadlines-1002203-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beat the Clock: GIS Substations Are Your Ally for Tight Deadlines </h4> <p> Gas-insulated substations offer advantages for utilities needing to quickly address evolving load patterns that could impair grid resilience and reliability. </p> </section> <a href="https://blog.burnsmcd.com/beat-the-clock-gis-substations-are-your-ally-for-tight-deadlines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Navigating the Market for Best Options for Oilfield Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_OmarUrquidez_NewTechSolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Market for Best Options for Oilfield Electrification </h4> <p> Electrifying production assets in the oilfield takes understanding of fit-to-market strategies for sourcing green power from utilities, public or independent power providers. </p> </section> <a href="https://1898andco.burnsmcd.com/video/navigating-the-market-for-best-options-for-oilfield-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Technology Implementation That Focuses on Best Serving Client Needs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_OmarUrquidez_OilfieldElectrification_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Technology Implementation That Focuses on Best Serving Client Needs </h4> <p> 1898 & Co. delivers end-to-end asset support for a new century with technology implementation and innovation to fend off quickly evolving risks. </p> </section> <a href="https://1898andco.burnsmcd.com/video/technology-implementation-that-focuses-on-best-serving-client-needs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="transmission-distribution-planning"> <section class="project-image"> <section aria-label="New Loads on Distribution Grid Require New Thinking" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_PreetyMathema_QA_MitigatingImpactsfromNewLoadTypes_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Loads on Distribution Grid Require New Thinking </h4> <p> From crypto and data centers to electric vehicle charging stations, new loads on the distribution grid requires a range of new solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/new-loads-on-distribution-grid-require-new-thinking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="6 Telecom Trends in Utility Infrastructure for 2024" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_WHQ_KCM_EPCTrends_AdvantagesintheUtilitySpace_1065676-BlogImage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 6 Telecom Trends in Utility Infrastructure for 2024 </h4> <p> Explore six telecom trends for utility infrastructure in 2024, from supply chain resilience to enhancing energy storage and integrating renewables. </p> </section> <a href="https://blog.burnsmcd.com/6-telecom-trends-in-utility-infrastructure-for-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, solar, renewables, sustainability"> <section class="project-image"> <section aria-label="Terrain-Following Trackers Get Their Day in the Sun" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/PWR_KCM_TerrainFollowingTrackers_1017333/-header%201.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Terrain-Following Trackers Get Their Day in the Sun </h4> <p> The solar industry is nearing a tipping point with terrain-following trackers, a technology that transforms solar installation by significantly reducing grading requirements.... </p> </section> <a href="https://info.burnsmcd.com/article/terrain-following-trackers-get-their-day-in-the-sun" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="analytics-business-intelligence, data-science-services"> <section class="project-image"> <section aria-label="Data Solutions Bridge Gap for Operational Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_CarolBogacz_HelpingClientSucceedwithData.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Data Solutions Bridge Gap for Operational Success </h4> <p> Conversations about operational challenges are first step in developing effective data solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/data-solutions-bridge-gap-for-operational-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="grid-modernization-planning, transmission-distribution-planning"> <section class="project-image"> <section aria-label="Mitigating Impacts From New Load Types" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_PreetyMathema_QA_MitigatingImpactsfromNewLoadTypes_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating Impacts From New Load Types </h4> <p> Distributed energy resources, vehicle electrification and many other new loads are creating unprecedented impacts on today’s distribution grids. </p> </section> <a href="https://1898andco.burnsmcd.com/video/mitigating-impacts-from-new-load-types" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, natural-gas-generation, reciprocating-engines"> <section class="project-image"> <section aria-label="First Large-Scale RICE Project in Wisconsin Provides On-Demand Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/PWR_KCM_Weston_968955/First-Large-Scale-RICE-Project-in-Wisconsin-Provides-On-Demand-Energy-case-study-968955-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> First Large-Scale RICE Project in Wisconsin Provides On-Demand Energy </h4> <p> Following the successful execution of the A.J. Mihm and F.D. Kuester Generating Stations, Burns & McDonnell was hired by Wisconsin Public Service to provide... </p> </section> <a href="https://info.burnsmcd.com/case-study/first-large-scale-rice-project-in-wisconsin-provides-on-demand-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Small and Diverse-Owned Businesses at Accelerate Program Graduation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-08/Burns-McDonnell-Celebrates-Small-Diverse-Owned-Businesses-at-Accelerate-Program-Graduation-1038697-header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Small and Diverse-Owned Businesses at Accelerate Program Graduation </h4> <p> </p><p>KANSAS CITY, Missouri — In partnership with <a href="https://www.evergy.com/" rel="noopener" target="_blank">Evergy</a> and <a href="https://rgma.com/" rel="noopener" target="_blank">Ralph G. Moore & Associates (RGMA)</a>, <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> held its Accelerate program graduation. Accelerate is a supplier...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/accelerate-program-graduation-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial, food-beverage"> <section class="project-image"> <section aria-label="Food Engineering: 47th Annual Plant Construction Survey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: 47th Annual Plant Construction Survey </h4> <p> Construction in the food and beverage industry is continuing, but there’s a bit of “wait and see” happening due to the presidential election occurring later this year. </p> </section> <a href="https://www.foodengineeringmag.com/articles/102366-food-engineerings-47th-annual-plant-construction-survey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, power, oil-gas-chemicals, mining-minerals" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, power, oil-gas-chemicals, mining-minerals"> <section class="project-image"> <section aria-label="Boosting Energy Security Requires Investing in the Entire Minerals Supply Chain" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Boosting-Energy-Security-Requires-Investing-in-the-Entire-Minerals-Supply-Chain-1027242-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Boosting Energy Security Requires Investing in the Entire Minerals Supply Chain </h4> <p> Moving toward a minerals-based economy requires investment in the processing sector along with sourcing minerals from countries committed to responsible mining. </p> </section> <a href="https://blog.burnsmcd.com/boosting-energy-security-requires-investing-in-the-entire-minerals-supply-chain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-technology-security-systems"> <section class="project-image"> <section aria-label="What’s an MSI and Why Should I Care?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/ANF_KCM_ASR2024TheCrucialRoleofMasterSystemsIntegrationinAviationEnhancingEfficiency_923467_AR/ASR-Header-WhatsAnMSI_923467.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What’s an MSI and Why Should I Care? </h4> <p> A study isn’t needed to confirm that air travel can induce anxiety if anything goes awry. Even one tiny surprise can trigger some worries. </p> </section> <a href="https://info.burnsmcd.com/article/whats-an-msi-and-why-should-i-care" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, environmental, government-military" data-brand="burns-mcdonnell" data-service="aviation, fire-protection-code-consulting, hangars, emerging-contaminants-pfas, remediation, fueling-ramp-services"> <section class="project-image"> <section aria-label="Clear Skies Ahead? Aviation Industry Tackles PFAS Puzzle" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/ANF_KCM_ASR2024ImportanceofPFASatairportsSFOUnited%20program_923469_AR/ASR-Header-ClearSkiesAhead_923469.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Clear Skies Ahead? Aviation Industry Tackles PFAS Puzzle </h4> <p> As the aviation industry continues to soar to new heights, it’s faced with a pressing concern — the environmental impacts of fire suppression systems containing PFAS (per-... </p> </section> <a href="https://info.burnsmcd.com/article/clear-skies-ahead-aviation-industry-tackles-pfas-puzzle" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, aviation-infrastructure, aviation-technology-security-systems"> <section class="project-image"> <section aria-label=" ORAT: Whose Job Is It Anyway?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR2024ORATOperationa%20ReadinessandAirportTransition_924609_AR/ASR-Header-ORAT_924609_924519.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ORAT: Whose Job Is It Anyway? </h4> <p> In a perfect world, the launch of any airport construction project would be seamless. On day one, every light switch would have the functionality intended. HVAC and building... </p> </section> <a href="https://info.burnsmcd.com/article/orat-whose-job-is-it-anyway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces New T&D Practice Manager for Southeast Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/social-suggested-images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces New T&D Practice Manager for Southeast Region </h4> <p> </p><p>ATLANTA, Georgia — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced <a href="https://www.linkedin.com/in/justinkanitz/" rel="noopener" target="_blank">Justin Kanitz</a> to lead the Transmission & Distribution...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/transmission-distribution-manager-southeast-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Blending Deep Technical Resources With Strategic Insights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_RyanLane_UniqueValue_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Blending Deep Technical Resources With Strategic Insights </h4> <p> Strategic services from 1898 & Co., combined with a technical powerhouse in Burns & McDonnell, is the core of unique value proposition for utilities. </p> </section> <a href="https://1898andco.burnsmcd.com/video/blending-deep-technical-resources-with-strategic-insights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Keeping Critical Infrastructure Safe on Day-to-Day Basis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_MattMorris_KeepsCriticalInfrastructureSecure_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Critical Infrastructure Safe on Day-to-Day Basis </h4> <p> Solving big challenges for a brighter future means maintaining cybersecurity for safety and resilience of critical infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/keeping-critical-infrastructure-safe-on-day-to-day-basis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, airport-design, aviation-infrastructure, general-aviation, hangars, passenger-terminals"> <section class="project-image"> <section aria-label="Embracing the Alternatives in Aviation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/ANF_KCM_ASR2024Alternativefundingcouldleadtoalternativedeliveryoptions_923463_AR/ASR-Header-EmbracingAlternatives_923463.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Embracing the Alternatives in Aviation </h4> <p> New horizons are opening for airports to address the pressures of growth. The option to use alternative funding models and project delivery methods is poised to lift many... </p> </section> <a href="https://info.burnsmcd.com/article/embracing-the-alternatives-in-aviation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="fueling-ramp-services, aviation, sustainability, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="The Challenges of Scaling Sustainable Aviation Fuel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/ANF_KCM_ASR2024TheChallengeofScalingSustainableAviationFuel%28SAF%29_923465_AR/ASR-Header-ScalingSAF_923465.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Challenges of Scaling Sustainable Aviation Fuel </h4> <p> The aviation industry is under increasing pressure to reduce its carbon footprint and sustainable aviation fuel (SAF) has emerged as a promising solution, offering a cleaner... </p> </section> <a href="https://info.burnsmcd.com/article/the-challenges-of-scaling-sustainable-aviation-fuel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, construction-environmental-monitoring, aviation-infrastructure, program-management, aviation-support-facilities, general-aviation, passenger-terminals, hangars"> <section class="project-image"> <section aria-label="Scoping Out a Better Blueprint for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/ANF_KCM_ASR2024Therealitiesofscopescheduleandsoaringprices_924519_AR/ASR-Header-ScopingBetterBluePrint_924519.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Scoping Out a Better Blueprint for Success </h4> <p> Strategic collaboration in project scope discussions gives everyone the insights to better define expectations and minimize costly changes and delays. </p> </section> <a href="https://info.burnsmcd.com/article/scoping-out-a-better-blueprint-for-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="utility-network-model-advisory"> <section class="project-image"> <section aria-label="What Are the Important Steps for Utilities Exploring the ArcGIS Utility Network?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/1898%20Cos%20Quick%20Question%20Important%20Steps%20for%20Exploring%20ArcGIS.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are the Important Steps for Utilities Exploring the ArcGIS Utility Network? </h4> <p> Change can be overwhelming, but early planning, tackling small chunks of operations, and change management and user training will set you up for success. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-the-important-steps-for-utilities-exploring-the-arcgis-utility-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Thriving Through Purpose-Driven Work With Jennifer Willenbrock" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Other/262250_MeetTheTeam-JenniferWillenbrock_E98_UKO_V4_Part2.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Thriving Through Purpose-Driven Work With Jennifer Willenbrock </h4> <p> Explore how Jennifer Willenbrock brings passion and purpose to designing, planning and creating solutions for a sustainable future. </p> </section> <a href="https://1898andco.burnsmcd.com/video/thriving-through-purpose-driven-work-with-jennifer-willenbrock" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial, aerospace-space"> <section class="project-image"> <section aria-label="Area Development: Burns & McDonnell’s Role in Intuitive Machines' Lunar Production and Operations Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: Burns & McDonnell’s Role in Intuitive Machines' Lunar Production and Operations Center </h4> <p> The partnership highlights how collaboration and visionary facility design are reshaping the future of space exploration. </p> </section> <a href="https://www.areadevelopment.com/Aerospace/q3-2024/burns-mcdonnells-role-in-intuitive-machines-lunar-production-and-operations-center.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="electric-power-generation, new-nuclear-projects-advanced-reactors, nuclear, district-energy, distributed-energy-resources"> <section class="project-image"> <section aria-label="International District Energy Association: Nuclear Microreactors Could Be Zero-Carbon Solution for Campus District Energy Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> International District Energy Association: Nuclear Microreactors Could Be Zero-Carbon Solution for Campus District Energy Systems </h4> <p> Nuclear energy is emerging as a promising solution to the challenge of decarbonizing fossil fuel-based district energy systems, while preserving the reliability and... </p> </section> <a href="https://www.districtenergy.org/blogs/district-energy/2024/08/01/nuclear-microreactors-could-be-zero-carbon-solutio" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water" data-brand="burns-mcdonnell" data-service="construction, water, program-management, water-wastewater-program-management, water-supply-distribution, pump-stations, water-pipelines-conveyance"> <section class="project-image"> <section aria-label="The City of Gillette Builds the Largest, State-Funded Water Project to Secure the City’s Supply" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_DEN_GilletteRegionalWaterSupplyProgram_822697_CS/Gillette%20Regional%20Water%20Supply%20Program%20Case%20Study_822697-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The City of Gillette Builds the Largest, State-Funded Water Project to Secure the City’s Supply </h4> <p> The City of Gillette, Wyoming, and Burns & McDonnell took on the largest, state-funded project to secure the city’s water beginning from 2009 through 2025. Burns & McDonnell... </p> </section> <a href="https://info.burnsmcd.com/case-study/the-city-of-gillette-builds-the-largest-state-funded-water-project-to-secure-the-citys-supply" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, advanced-threat-protection-center-for-critical-infrastructure, security-platform-deployment-integration"> <section class="project-image"> <section aria-label="Protecting What Matters Most" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_MattMorris_1898ProtectsWhatMatters_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protecting What Matters Most </h4> <p> With a team of former military, asset owners, IT and safety specialists, 1898 & Co. keeps its cybersecurity mission focused on protecting critical infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/protecting-what-matters-most" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="energy-policy-advisory, regulatory-support"> <section class="project-image"> <section aria-label="Maximizing Benefits Through IRA and IIJA Incentives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_HannahMorreyBrown_QB_CollaboratingCreatesaCleanerFutureForEveryone_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing Benefits Through IRA and IIJA Incentives </h4> <p> By understanding how to layer IRA and IIJA incentives, utilities can fund projects, improve operations and meet decarbonization goals. </p> </section> <a href="https://1898andco.burnsmcd.com/video/maximizing-benefits-through-ira-and-iija-incentives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="energy-policy-advisory, emerging-policy-advisory"> <section class="project-image"> <section aria-label="The Path to Progress for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_HannahMorreyBrown_QB_CollaboratingCreatesaCleanerFutureForEveryone_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Path to Progress for Utilities </h4> <p> By partnering with federal agencies, utilities enable smarter policies and better regulations, which helps build a cleaner future for the next generation. </p> </section> <a href="https://1898andco.burnsmcd.com/video/the-path-to-progress-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="strategic-asset-management, change-management"> <section class="project-image"> <section aria-label="Tenacious Problem-Solving Is a Core Strength" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LucasMcIntosh_QA_DevelopingActionablePlans.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tenacious Problem-Solving Is a Core Strength </h4> <p> The most important assets for 1898 & Co. are people who are tenacious problem solvers focused on clients biggest challenges. </p> </section> <a href="https://1898andco.burnsmcd.com/video/tenacious-problem-solving-is-a-core-strength" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Solving Clients’ Most Strategic and Challenging Objectives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LucasMcIntosh_QA_DevelopingActionablePlans.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solving Clients’ Most Strategic and Challenging Objectives </h4> <p> A deep bench of diverse industry professionals helps solve clients most strategic and challenging objectives. </p> </section> <a href="https://1898andco.burnsmcd.com/video/solving-clients-most-strategic-and-challenging-objectives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="Helping Utilities Develop Next Generation Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LucasMcIntosh_QA_DevelopingActionablePlans.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Helping Utilities Develop Next Generation Infrastructure </h4> <p> Developing prioritized investment plans and overhauling antiquated operations are essential for utilities in transforming to next generation infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/helping-utilities-develop-next-generation-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="Developing an Actionable Path Forward for Infrastructure and Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LucasMcIntosh_QA_DevelopingActionablePlans.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Developing an Actionable Path Forward for Infrastructure and Operations </h4> <p> With more than a century of experience utilities have come to rely on 1898 & Co. for assistance with planning actionable paths forward. </p> </section> <a href="https://1898andco.burnsmcd.com/video/developing-an-actionable-path-forward-for-infrastructure-and-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="new-nuclear-projects-advanced-reactors, nuclear"> <section class="project-image"> <section aria-label="Burns & McDonnell Enters into Agreement with BWX Technologies (BWXT) to Further the BANR Microreactor" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Enters into Agreement with BWX Technologies (BWXT) to Further the BANR Microreactor </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has entered into an agreement with <a href="https://www.bwxt.com/" rel="noopener" target="_blank">BWX Technologies Inc. (BWXT)</a> to further the design and development of microreactors that can...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bwx-technologies-banr-microreactor-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, government-military, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="architecture, federal, federal-military, industrial-manufacturing-optimization, commercial-buildings, aerospace-space, physical-security"> <section class="project-image"> <section aria-label="Keeping Espionage at Bay: Protecting Sensitive Info With SCIFs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_No32024_BenchMarkSCIFs_906365/No.%203%202024_BenchMark_SCIFs%20Feature_906365_Header-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Espionage at Bay: Protecting Sensitive Info With SCIFs </h4> <p> From a tent sitting amid intense warfare in a balmy desert to the middle of a brightly lit office room in a bustling downtown city, sensitive compartmented information... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/feature/keeping-espionage-at-bay-protecting-sensitive-info-with-scifs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="carbon-capture-utilization-storage-(ccus), renewable-fuels-chemicals, hydrogen-production-distribution"> <section class="project-image"> <section aria-label="Decarbonizing Ammonia Production Begins With CCUS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/OGC_KCM_DecarbonizingAmmoniaProductionArticle_983494/OGC_WHQ_KCM_DecarbonizingAmmoniaProductionArticle_983494-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Decarbonizing Ammonia Production Begins With CCUS </h4> <p> To forecasters of the world’s energy future, ammonia is looking more and more like “The Little Molecule That Could.” </p> </section> <a href="https://info.burnsmcd.com/article/decarbonizing-ammonia-production-begins-with-ccus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Firming Capacity in a Changing Energy Landscape" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Firming-Capacity-in-a-Changing-Energy-Landscape-984481-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Firming Capacity in a Changing Energy Landscape </h4> <p> Dispatchable power is crucial to meet the growing U.S. electricity demand. Utilities are looking to solutions to firm capacity and provide reliable power. </p> </section> <a href="https://blog.burnsmcd.com/firming-capacity-in-a-changing-energy-landscape" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management, business-strategy-transformation" data-brand="1898-co." data-service="power, asset-planning-management, business-strategy-transformation"> <section class="project-image"> <section aria-label="Repowering Breathes Fresh Life Into Older Wind Installations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Repowering-Breathes-Fresh-Life-Into-Older-Wind-Installations_1013868-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Repowering Breathes Fresh Life Into Older Wind Installations </h4> <p> Discover the benefits of repowering aging wind farms with advanced technologies and financial incentives, extending the life of renewable energy assets. </p> </section> <a href="https://1898blog.burnsmcd.com/repowering-breathes-fresh-life-into-older-wind-installations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, water, government-military, commercial-retail-institutional, oil-gas-chemicals, telecommunications, manufacturing-industrial, transportation, power, aviation" data-brand="burns-mcdonnell, 1898-co., azco" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces 2024 Principal Class" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces 2024 Principal Class </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell promoted 52 employee-owners to its Principal Group, a senior level of leadership recognizing outstanding performance and technical...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2024-principals-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals, mining-minerals" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals, mining-minerals"> <section class="project-image"> <section aria-label="Q&A: Danielle Woodring on the New Minerals Era" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Q&A-Danielle-Woodring-on-The-New-Minerals-Era-970168-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Danielle Woodring on the New Minerals Era </h4> <p> Bolstering critical mineral supply chains is becoming a priority for both national security and economic competitiveness. </p> </section> <a href="https://blog.burnsmcd.com/qa-danielle-woodring-on-the-new-minerals-era" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Deep Insights Are Foundational for Effective Industrial Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_MattMorris_CyberSecuritySolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Deep Insights Are Foundational for Effective Industrial Cybersecurity </h4> <p> Hands-on experience with key government agencies has been fundamental for developing effective industrial control cybersecurity solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/deep-insights-are-foundational-for-effective-industrial-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Combining Technical and Domain Knowledge for Unique Value" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ChrisUnderwood_KeepingCriticalInfrastructureSecure_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Combining Technical and Domain Knowledge for Unique Value </h4> <p> Delivering operational reality is the purpose of 1898 & Co. </p> </section> <a href="https://1898andco.burnsmcd.com/video/combining-technical-and-domain-knowledge-for-unique-value" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="burns-mcdonnell" data-service="traffic-engineering, alternative-delivery-for-transportation"> <section class="project-image"> <section aria-label="Meeting Traffic Goals for CPKC Stadium" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_KCM_KCCurrentWork_1039847_CS_Meeting%20Traffic%20Goals%20at%20KC%20Current%E2%80%99s%20Soccer%20Stadium/TRN_KCM_KCCurrentWorkCaseStudy_1039847-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meeting Traffic Goals for CPKC Stadium </h4> <p> The math doesn’t quite add up when a stadium that houses 11,500 roaring fans only has parking lots to accommodate 2,000 passenger vehicles. As a first-of-its-kind challenge... </p> </section> <a href="https://info.burnsmcd.com/case-study/meeting-traffic-goals-for-cpkc-stadium" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Making Tomorrow Better Than Today" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ChrisUnderwood_KeepingCriticalInfrastructureSecure_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Tomorrow Better Than Today </h4> <p> Focusing on collaboration and a passion for excellence is the key motivator for the people of 1898 & Co. </p> </section> <a href="https://1898andco.burnsmcd.com/video/making-tomorrow-better-than-today" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Client Success Is Always Top Priority" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ChrisUnderwood_KeepingCriticalInfrastructureSecure_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Client Success Is Always Top Priority </h4> <p> A focus on helping clients achieve success is the ultimate goal for 1898 & Co. </p> </section> <a href="https://1898andco.burnsmcd.com/video/client-success-is-always-top-priority" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="fleet-electrification-advisory, emerging-energy-advisory"> <section class="project-image"> <section aria-label="Better Planning for Grid Impacts From EV Adoption" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_JoshLoyd_EVImpacts_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Better Planning for Grid Impacts From EV Adoption </h4> <p> As charging infrastructure improves, the EV industry keeps ramping production, leading to a need by utilities for accurate forecasting on how much load will increase as EV... </p> </section> <a href="https://1898andco.burnsmcd.com/video/better-planning-for-grid-impacts-from-ev-adoption" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="infrastructure-modernization"> <section class="project-image"> <section aria-label="Your Partner in Experience-Driven Infrastructure Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ChrisUnderwood_KeepingCriticalInfrastructureSecure_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Your Partner in Experience-Driven Infrastructure Solutions </h4> <p> 1898 & Co. supports essential infrastructure operators and owners, delivering expert solutions that power daily life. </p> </section> <a href="https://1898andco.burnsmcd.com/video/your-partner-in-experience-driven-infrastructure-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="aerospace-space, architecture, buildings, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Area Development: Burns & McDonnell’s Role in Intuitive Machines' Lunar Production and Operations Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Projects/LunarOperationsCenter/Lunar-Operations-Center-870645-slide1-07.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: Burns & McDonnell’s Role in Intuitive Machines' Lunar Production and Operations Center </h4> <p> </p><p>The partnership highlights how collaboration and visionary facility design are reshaping the future of space exploration.</p> <p></p> </section> <a href="https://www.areadevelopment.com/aerospace/q3-2024/burns-mcdonnells-role-in-intuitive-machines-lunar-production-and-operations-center.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Business Diversity Symposium Provides Best-Practice Strategies for Supplier Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-06/EDP/Empowering-Diverse-Partnerships-Symposium-2024--907743-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Business Diversity Symposium Provides Best-Practice Strategies for Supplier Development </h4> <p> </p><p>KANSAS CITY, Missouri — The <a href="https://www.burnsmcd.com/suppliers/business-diversity" rel="noopener">business diversity program</a> at <a href="https://www.burnsmcd.com/" rel="noopener">Burns & McDonnell</a> held its third annual Empowering Diverse Partnerships symposium to support training,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/empowering-diverse-partnerships-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="data-science-services, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Empowering Smarter Electric Utilities With Data Science and Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ToddShutts_ForecastingCleanData_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Empowering Smarter Electric Utilities With Data Science and Technology </h4> <p> With grid analytics, data platforms and engineering knowledge, we help utilities predict EV adoption and build suitable solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/empowering-smarter-electric-utilities-with-data-science-and-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, transportation, water" data-brand="burns-mcdonnell" data-service="environmental, transportation, water"> <section class="project-image"> <section aria-label="The Role of Effective MS4 Erosion and Sediment Control Strategies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Erosion-Control-for-MS4-Compliance-870993.jpg-Social.png.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Role of Effective MS4 Erosion and Sediment Control Strategies </h4> <p> Managing runoff and adhering to erosion and sediment control measures not only protects the environment but also prevents harm to construction projects. </p> </section> <a href="https://blog.burnsmcd.com/the-role-of-effective-ms4-erosion-and-sediment-control-strategies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, telecommunications" data-brand="benchmark" data-service="long-term-evolution-(lte), wireless-communications, telecommunications, broadband"> <section class="project-image"> <section aria-label="How Telecommunications Drives the Future of Connectivity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/CORP_MKT_BenchMark_TrendingTopic_827926-Email-Tile-resized.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Telecommunications Drives the Future of Connectivity </h4> <p> The digitalization of industry requires advanced communications solutions that use LTE, which provides optimal operational control and security. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/issue-2/trending-topic/how-telecoms-are-driving-the-future-of-connectivity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="data-science-services, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Optimizing Utility Models with Clean Data" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_ToddShutts_ForecastingCleanData_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Utility Models with Clean Data </h4> <p> Using outage and operational data, we deliver clean models, making your outage and distribution systems more accurate and efficient. </p> </section> <a href="https://1898andco.burnsmcd.com/video/optimizing-utility-models-with-clean-data" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, energy-storage, construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Commissioning of Plus Power’s 1-GWh Stand-Alone Energy Storage Facility in Arizona" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-06/Sierra-Estrella-Plus-Power-Energy-Storage-Facility-1026478-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Commissioning of Plus Power’s 1-GWh Stand-Alone Energy Storage Facility in Arizona </h4> <p> </p><p>PHOENIX, Arizona — Burns & McDonnell has helped complete <a href="https://www.pluspower.com/" rel="noopener" target="_blank">Plus Power’s</a> new 250-megawatt (MW)/1,000-megawatt-hour (MWh) Sierra Estrella Energy Storage facility for Salt River...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/completion-sierria-estrella-energy-storage-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="emerging-energy-advisory"> <section class="project-image"> <section aria-label="What Options Are Available for Investor-Owned Utilities Who Want to Own Renewable Assets?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_AlexanderPope_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Options Are Available for Investor-Owned Utilities Who Want to Own Renewable Assets? </h4> <p> There are different ownership approaches for utilities interested in renewable assets, from development transfers to self-developed projects. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-options-are-available-for-investor-owned-utilities-who-want-to-own-renewable-assets" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, oil-gas-chemicals, government-military"> <section class="project-image"> <section aria-label="Advancing Nuclear Energy Initiatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Proposed-Regulations-Advancing-Nuclear-Energy-Forward-952424-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advancing Nuclear Energy Initiatives </h4> <p> The Advance Act aims to streamline permitting for nuclear energy projects. The bill may remove regulatory barriers for increased adoption of advanced nuclear technologies. </p> </section> <a href="https://blog.burnsmcd.com/advancing-nuclear-energy-initiatives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Mixing and Matching Solar Panels: The Benefits and Challenges of Module Blending" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Module-Blending-Blog-1017334.jpg.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mixing and Matching Solar Panels: The Benefits and Challenges of Module Blending </h4> <p> Module blending in solar projects is becoming more popular in order to balance cost and regulatory benefits, making it a viable option for developers. </p> </section> <a href="https://blog.burnsmcd.com/mixing-and-matching-solar-panels-the-benefits-and-challenges-of-module-blending" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="project-portfolio-management-systems"> <section class="project-image"> <section aria-label="Three Keys to Successful Integration of Primavera Platform" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LewisMcKenzie_QA_ClientSuccess_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Keys to Successful Integration of Primavera Platform </h4> <p> The three keys of planning, configuration assessment and organizational change management are essential for successful implementation of Oracle Primavera platform. </p> </section> <a href="https://1898andco.burnsmcd.com/video/three-keys-to-successful-integration-of-primavera-platform" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, oil-gas-chemicals, environmental, power, transportation" data-brand="benchmark" data-service="aviation, aviation-infrastructure, ports-maritime, smart-airports, airport-electrification, rail, transportation-electrification, traffic-engineering, aviation-technology-security-systems, sustainability"> <section class="project-image"> <section aria-label="Placing Humanity at the Heart of a Digitized and Electrified Global Transportation Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_BenchMarkNextGenfeature_837740/BenchMark_NextGen_TRN_Feature_837740_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Placing Humanity at the Heart of a Digitized and Electrified Global Transportation Network </h4> <p> Electrification and digitization are transforming aviation, rail, automotive and maritime sectors, promising efficiency and sustainability. However, issues like... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/placing-humanity-at-the-heart-of-a-digitized-and-electrified-global-transportation-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Starting With a Conversation Can Relieve Client Pain Points" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LewisMcKenzie_QA_ClientSuccess_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Starting With a Conversation Can Relieve Client Pain Points </h4> <p> Starting with a conversation can lead to discussions that identify and develop technical solutions that relieve client pain points. </p> </section> <a href="https://1898andco.burnsmcd.com/video/starting-with-a-conversation-can-relieve-client-pain-points" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Achieving Groundwater Compliance With Environmental Sequence Stratigraphy Methods" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/ENS_KCM_EnvironmentalSequenceStratigraphy_ESS_forCoalCombustionResiduals_CCR_Management_2024_BlogPost_883450-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieving Groundwater Compliance With Environmental Sequence Stratigraphy Methods </h4> <p> Environmental Sequence Stratigraphy (ESS) aids compliance by mapping groundwater flow and contaminant movement, helping to optimize monitoring systems. </p> </section> <a href="https://blog.burnsmcd.com/achieving-groundwater-compliance-with-environmental-sequence-stratigraphy-methods" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="How the RAPID Act Will Fast-Track Clean Energy Projects in New York" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-the-RAPID-Act-Will-Fast-Track-Clean%20Energy-in-New-York-1016533-Social.png.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How the RAPID Act Will Fast-Track Clean Energy Projects in New York </h4> <p> New York’s recently enacted RAPID Act is designed to speed up renewable energy development and simplify the permitting process for green energy projects. </p> </section> <a href="https://blog.burnsmcd.com/how-the-rapid-act-will-fast-track-clean-energy-projects-in-new-york" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electric-power-generation, food-beverage"> <section class="project-image"> <section aria-label="Burns & McDonnell Commemorates 80 Years of Service in Canada With New Toronto Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-06/Ribbon-Cutting-Toronto-Open-House-01-950774-hero2.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Commemorates 80 Years of Service in Canada With New Toronto Office </h4> <p> </p><p>TORONTO, Ontario — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has expanded upon its presence in Canada by relocating its office...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-office-in-toronto" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Here Comes the Gas Boom (Again)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/ENR-KCM-HereComestheGasBoom-844876-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Here Comes the Gas Boom (Again) </h4> <p> Despite renewables driving the power industry, energy-dense, dispatchable electricity is needed. Natural gas is crucial a resource to keep grid stability. </p> </section> <a href="https://blog.burnsmcd.com/here-comes-the-gas-boom-again" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, solar, renewables-permitting, electric-power-generation, renewables, interconnection-facilities, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Breaks Ground on Consumers Energy 297 MWdc/250 MWac Solar Site in Michigan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-06/Burns-McDonnell-Breaks-Ground-on-Consumers-Energy-Solar-Site-94-966391-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Breaks Ground on Consumers Energy 297 MWdc/250 MWac Solar Site in Michigan </h4> <p> </p><p>MOORELAND TOWNSHIP, Michigan — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has broken ground on a new 297 MWdc (250MWac) solar facility for Consumers Energy, the utility's first large-scale solar...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/consumers-energy-solar-site-michigan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="financing-forecasting, emerging-energy-advisory"> <section class="project-image"> <section aria-label="Financial Planning Helps Utilities Prepare for EVs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_AdamYoung_MaintainingAStrongFinancialPerformance_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Financial Planning Helps Utilities Prepare for EVs </h4> <p> Utilities benefit from planning for robust charging infrastructure in support of electric vehicle growth. </p> </section> <a href="https://1898andco.burnsmcd.com/video/financial-planning-helps-utilities-prepare-for-evs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water, power" data-brand="1898-co." data-service="infrastructure-modernization, emerging-energy-advisory, business-case-assessment, distributed-generation-feasibility-studies"> <section class="project-image"> <section aria-label="Exploring the Feasibility of Using Floating Solar for Innovative Ends" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_RenewablesAlexGoedeker_857650/E98_KCM_RenewablesAlexGoedekerCaseStudy_857650_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring the Feasibility of Using Floating Solar for Innovative Ends </h4> <p> A Colorado water district wanted to look into the cost-effectiveness of using floating solar panels for renewable energy, water conservation and other objectives. Alongside... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/exploring-the-feasibility-of-using-floating-solar-for-innovative-ends" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="load-forecasting, financing-forecasting"> <section class="project-image"> <section aria-label="Addressing Load Growth Challenges Through Data Analysis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_AliElNaamani_CybersecuritySolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Load Growth Challenges Through Data Analysis </h4> <p> Using algorithms and partnerships, we analyze data from EV makers and local governments to help clients tackle load growth challenges for the next decade. </p> </section> <a href="https://1898andco.burnsmcd.com/video/addressing-load-growth-challenges-through-data-analysis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="financial-forecasting, financing-forecasting"> <section class="project-image"> <section aria-label="Long-term Planning Helps Combat Inflation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_AdamYoung_MaintainingAStrongFinancialPerformance_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Long-term Planning Helps Combat Inflation </h4> <p> Financial modeling helps utilities cope with unique challenges due to inflation’s effect on capital projects. </p> </section> <a href="https://1898andco.burnsmcd.com/video/long-term-planning-helps-combat-inflation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial"> <section class="project-image"> <section aria-label="Building Facilities to Revolutionize Space Exploration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Building-Facilities-to-Revolutionize-Space-Exploration-908116-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Facilities to Revolutionize Space Exploration </h4> <p> Intuitive Machines partnered with Burns & McDonnell to create a cutting-edge headquarters and rocket testing facility, propelling private space exploration. </p> </section> <a href="https://blog.burnsmcd.com/building-facilities-to-revolutionize-space-exploration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="electric-power-generation, distributed-energy-resources, campus-energy, district-energy, nuclear, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="Nuclear Microreactors Could Be Zero-Carbon Solution for Campus District Energy Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/GFS_KCM_LeveragingMicroreactorsforSustainableDistrictEnergySystems_WP_942168/GFS_KCM_NuclearMicroreactorsCouldBeZeroCarbonSolutionforCampus_942168-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Nuclear Microreactors Could Be Zero-Carbon Solution for Campus District Energy Systems </h4> <p> Nuclear energy is emerging as a promising solution to the challenge of decarbonizing fossil fuel-based district energy systems, while preserving the reliability and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/nuclear-microreactors-could-be-zero-carbon-solution-for-campus-district-energy-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="financing-forecasting, financial-forecasting"> <section class="project-image"> <section aria-label="Strong Rate Structures Needed More Than Ever" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_AdamYoung_MaintainingAStrongFinancialPerformance_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strong Rate Structures Needed More Than Ever </h4> <p> Renewables and distributed generation place extra burden on utilities to maintain prudent rate structures. </p> </section> <a href="https://1898andco.burnsmcd.com/video/strong-rate-structures-needed-more-than-ever" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="new-technology-screening-selection, technology-assessments"> <section class="project-image"> <section aria-label="Strategies for Smarter Technology Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_AliElNaamani_CybersecuritySolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strategies for Smarter Technology Solutions </h4> <p> Amid digitalization and competing OEMs, our vendor-agnostic guidance and craft RFPs help our clients with effective and innovative technology solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/strategies-for-smarter-technology-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Pairing Business Perspective With Technical Excellence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_JeffKopp_BusinessPerspective_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pairing Business Perspective With Technical Excellence </h4> <p> Robust calculations delivered by 1898 & Co. reflect how utility assets will be owned and operated, resulting in defensible solutions. </p> </section> <a href="https://1898andco.burnsmcd.com/video/pairing-business-perspective-with-technical-excellence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Mitigating IoT Risks With Advanced OT Skills" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_AliElNaamani_CybersecuritySolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating IoT Risks With Advanced OT Skills </h4> <p> We secure your OT environments by combining deep knowledge, advanced software solutions and vendor partnerships to combat IoT surface attack risks. </p> </section> <a href="https://1898andco.burnsmcd.com/video/mitigating-iot-risks-with-advanced-ot-skills" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="chemicals, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Bulk Material Handling in Advanced Recycling: More Complicated Than You Knew" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_Benchmark2024-TechBrief_826750/CORP_MKT_BenchMark_TechBrief_MaterialHandling_826750-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bulk Material Handling in Advanced Recycling: More Complicated Than You Knew </h4> <p> When dealing with gas or liquids, the processes are well established for optimal efficiency. However, the game changes for bulk materials containing solid particles.... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/techbrief/bulk-material-handling-in-advanced-recycling-more-complicated-than-you-knew" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Developing Cradle-to-Grave Business Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_KarstonShepard_QA_CradletoGraveSolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Developing Cradle-to-Grave Business Solutions </h4> <p> Long-term business growth and technology strategies developed by 1898 & Co. for utilizes are transitioned to Burns & McDonnell for project execution. </p> </section> <a href="https://1898andco.burnsmcd.com/video/developing-cradle-to-grave-business-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, department-of-energy"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates New Office in Richland, Washington" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-05/Burns-McDonnell-Celebrates-New-Office-in-Richland-Washington-1008500-hero-02.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates New Office in Richland, Washington </h4> <p> </p><p>RICHLAND, Washington — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, construction and architecture firm, celebrated the opening of a new office in <a href="https://www.burnsmcd.com/locations/richland" rel="noopener">Richland, Washington</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-office-in-richland-washington" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces New Leaders in the Midwest Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces New Leaders in the Midwest Region </h4> <p> </p><p>ST. LOUIS — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces two promotions to help lead the firm’s Midwest offices in St....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-leaders-in-midwest-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, manufacturing-industrial, mining-minerals" data-brand="burns-mcdonnell" data-service="mining-infrastructure, industrial-manufacturing-optimization, solar, renewables"> <section class="project-image"> <section aria-label="Harnessing Renewable Energy to Drive Sustainability, Efficiency and Self-Sufficiency in the Mining Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PHX_SolarProjectsinth%20Minin%20Industry_946934/ENR-SWR-PHX-SolarProjectsintheMiningIndustry-946934-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Harnessing Renewable Energy to Drive Sustainability, Efficiency and Self-Sufficiency in the Mining Industry </h4> <p> The mining industry plays a crucial role in the energy transition. It is often overlooked that the mining industry supplies the critical minerals for green technologies, such... </p> </section> <a href="https://info.burnsmcd.com/article/harnessing-renewable-energy-to-drive-sustainability-efficiency-and-self-sufficiency-in-the-mining-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial"> <section class="project-image"> <section aria-label="Discontinued PFAS-Containing Heat Transfer Fluids Impact Pharmaceutical Manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Discontinued-PFAS-Containing-Heat-Transfer-Fluids-Impacts-Pharmaceutical-Manufacturing-403100.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Discontinued PFAS-Containing Heat Transfer Fluids Impact Pharmaceutical Manufacturing </h4> <p> With PFAS regulations finalized, the pharmaceutical industry is looking for solutions. Discontinued heat transfer fluids pose a challenge. </p> </section> <a href="https://blog.burnsmcd.com/discontinued-pfas-containing-heat-transfer-fluids-impact-pharmaceutical-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, ports-maritime, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, ports-maritime, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Protecting OT Systems Against Russian Hacktivist Threats" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Protecting-OT-Systems0Against-Russian-Hacktivist-Threats-994800-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protecting OT Systems Against Russian Hacktivist Threats </h4> <p> CISA and federal agencies have issued a joint fact sheet on cyberthreats targeting operational technology systems, urging proactive security measures. </p> </section> <a href="https://1898blog.burnsmcd.com/protecting-ot-systems-against-russian-hacktivist-threats" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial, food-beverage"> <section class="project-image"> <section aria-label="STEMblazers Podcast: Laura Mersman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> STEMblazers Podcast: Laura Mersman </h4> <p> In this episode, we meet Laura Mersmann, a Senior Electrical Engineer at Burns & McDonnell who supports their Food and Beverage Team. </p> </section> <a href="https://open.spotify.com/episode/58ErT7UwC2i8fOoX4TSlom?si=233e61235fb6443d&nd=1&dlsi=26ba9af169814f7b" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="A Data-Driven Solution to Increase Puerto Rico's Transmission Line Resiliency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/TND_PRT_HardeningonTransmissionLines_ADataDrivenandModelingApproach_TNDPRTBlog_891372-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Data-Driven Solution to Increase Puerto Rico's Transmission Line Resiliency </h4> <p> Puerto Rico’s infrastructure continues to face major damage due to atmospheric events, demanding a resilient, data-driven method to rebuild power lines. </p> </section> <a href="https://blog.burnsmcd.com/a-data-driven-solution-to-increase-puerto-ricos-transmission-line-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Forbes: 2024 America’s Best Employers for New Grads" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: 2024 America’s Best Employers for New Grads </h4> <p> </p> </section> <a href="https://www.forbes.com/lists/best-employers-for-new-grads/?sh=306497c9203a" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Power Industry Reliance on Potent Greenhouse Gas Likely to Sunset" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Power-Industry-Reliance-on-Potent-Greenhouse-Gas-Likely-to-Sunset-897630.jpg.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Industry Reliance on Potent Greenhouse Gas Likely to Sunset </h4> <p> SF6 is a potent greenhouse gas that has helped utilities protect critical high-voltage equipment for many decades. Learn what will replace it. </p> </section> <a href="https://blog.burnsmcd.com/power-industry-reliance-on-potent-greenhouse-gas-likely-to-sunset" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity"> <section class="project-image"> <section aria-label="Q&A: Advancing the Way We Empower Women in the Workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Advancing-Way-We-Empower-Women-in-Workplace-28503-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Advancing the Way We Empower Women in the Workplace </h4> <p> As companies emphasize hiring and promoting women, Kerrie Greenfelder and Karen Horting discuss how this leads to better-performing workplaces. </p> </section> <a href="https://blog.burnsmcd.com/qa-advancing-the-way-we-empower-women-in-the-workplace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial-facilities, aerospace-space, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="A Propulsion Test Facility for a Company Known for Blasting Through Precedents" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_IntuitiveMachinesFlameRange_157749/A-Propulsion-Test-Facility-for-a-Company-Known-for-Blasting-Through-Precedents-Case-Study-157749-.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Propulsion Test Facility for a Company Known for Blasting Through Precedents </h4> <p> When your business is lean and your goal is to be the first private company in history to land on the moon, your only choice is to pioneer something new. That philosophy... </p> </section> <a href="https://info.burnsmcd.com/case-study/a-propulsion-test-facility-for-a-company-known-for-blasting-through-precedents" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Navigating Battery Energy Storage Augmentation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR-KCM-ACvsDCAugmentation-Blog-878792-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Battery Energy Storage Augmentation </h4> <p> Battery energy storage augmentation provides a way to meet a growing energy demand. This solution is playing a crucial role in meeting grid resiliency. </p> </section> <a href="https://blog.burnsmcd.com/navigating-battery-energy-storage-augmentation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="substations, protection-applications, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Power Substation Safety With Arc-Flash Studies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_SubstationArcFlashStudy_917498/TND_WHQ_KCM_PowerSubstationSafetyWithArcFlashStudies_917498-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Substation Safety With Arc-Flash Studies </h4> <p> Conducting arc-flash studies in electrical substations is essential for worker safety in both low- and high-voltage working environments. Choosing the right approach helps... </p> </section> <a href="https://info.burnsmcd.com/white-paper/power-substation-safety-with-arc-flash-studies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="lead-copper-rule-support"> <section class="project-image"> <section aria-label="What Tools Can I Quickly Stand Up for Field Data Collection and Compliance of Lead and Copper?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27392_YTSeries_LCR2LeveragingtheArcGIS_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Tools Can I Quickly Stand Up for Field Data Collection and Compliance of Lead and Copper? </h4> <p> The ArcGIS Lead and Copper Solution is an example of a strong and configurable tool for capturing the relevant data and sharing it with the public. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-tools-can-i-quickly-stand-up-for-field-data-collection-and-compliance-of-lead-and-copper" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, power, transportation, manufacturing-industrial, telecommunications, oil-gas-chemicals, commercial-retail-institutional, government-military, water, environmental" data-brand="burns-mcdonnell" data-service="architecture, construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces New Operations Director for Southeast Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces New Operations Director for Southeast Region </h4> <p> </p><p>ATLANTA, Georgia — <a href="https://www.burnsmcd.com/services/environmental/stakeholder-management/public-involvement">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced <a href="https://www.linkedin.com/in/dfamakinwa/">Dotun Famakinwa</a> as the new operations director for the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/dotun-famakinwa-operations-atlanta-southeast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="geospatial, lead-copper-rule-support"> <section class="project-image"> <section aria-label="How Can I Coordinate Among Parties With My Lead and Copper Information?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27391_YTSeries_LCR1DemonstratingArcGIS_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Can I Coordinate Among Parties With My Lead and Copper Information? </h4> <p> A geospatial platform can act as a central database for collaboration and communications. </p> </section> <a href="https://1898andco.burnsmcd.com/video/how-can-i-use-a-data-platform-to-leverage-real-time-data-for-ev-forecasting-and-modeling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power, environmental" data-brand="burns-mcdonnell" data-service="emerging-technologies, carbon-capture-utilization-storage-(ccus), storage-logistics"> <section class="project-image"> <section aria-label="Power Surge: Preparing Electrical Infrastructure for Carbon Capture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/OGC_KCM_CCUSElectricalChallengesandStrategies_873350/CCUS%20Electrical%20Challenges%20and%20Strategies_873350-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Surge: Preparing Electrical Infrastructure for Carbon Capture </h4> <p> With substantial tax benefits available under 45Q and the Inflation Reduction Act (IRA), the use of carbon capture and storage can help oil, gas and chemical facilities reach... </p> </section> <a href="https://info.burnsmcd.com/white-paper/power-surge-preparing-electrical-infrastructure-for-carbon-capture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation, government-military" data-brand="burns-mcdonnell" data-service="construction, bridges, rail, highways, freight-rail, ports-maritime"> <section class="project-image"> <section aria-label="Millions in Cost Savings Delivered for North America’s Largest Intermodal Logistics Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_CHI_HouboltRoadExtension_674395_CS/Millions-in-Cost-Savings-Delivered-for-Intermodal-Logistics-Center-case-study-674395-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Millions in Cost Savings Delivered for North America’s Largest Intermodal Logistics Center </h4> <p> As the largest inland port in North America, the CenterPoint Intermodal Center in Joliet, Illinois, was experiencing unmanageable congestion due to inadequate road networks... </p> </section> <a href="https://info.burnsmcd.com/case-study/millions-in-cost-savings-delivered-for-north-americas-largest-intermodal-logistics-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Why Is the Gap So Wide in the Water Industry Between the Digital and Physical Sides of the Business?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SethJohnstone_Dashboard_V1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why Is the Gap So Wide in the Water Industry Between the Digital and Physical Sides of the Business? </h4> <p> Talking through the disconnect between physical and digital operations in water utilities that stems from specialized focus areas and incomplete life cycle planning. </p> </section> <a href="https://1898andco.burnsmcd.com/video/why-is-the-gap-so-wide-in-the-water-industry-between-the-digital-and-physical-sides-of-the-business" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="lead-copper-rule-support"> <section class="project-image"> <section aria-label="Where Should We Be Focusing Our Time to Prepare for the Lead and Copper Rule Revisions?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SethJohnstone_ModernWater_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Where Should We Be Focusing Our Time to Prepare for the Lead and Copper Rule Revisions? </h4> <p> State guidelines and comprehensive data collection are shaping the foundation for water utilities' lead service line inventories ahead of 2024 requirements. </p> </section> <a href="https://1898andco.burnsmcd.com/video/where-should-we-be-focusing-our-time-to-prepare-for-the-lead-and-copper-rule-revisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Why Long-Term Capital Planning Is Ripe for Digital Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_WebinarInviteMicrogridHydrogen_656546_LP_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why Long-Term Capital Planning Is Ripe for Digital Transformation </h4> <p> Consumer packaged goods manufacturers misallocate an estimated 5%-15% of capital dollars annually on infrastructure and production assets. This situation isn't improving amid... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/why-long-term-capital-planning-is-ripe-for-digital-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="A Testament to Safety Preparedness" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/CDB_WHQ_KCM_ATestamenttoSafetyPreparedness_Personalblog_942069-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Testament to Safety Preparedness </h4> <p> Construction Project Manager Josh Showalter saved a child at a pool party. This experience reaffirmed his dedication to safety training and protocols. </p> </section> <a href="https://blog.burnsmcd.com/a-testament-to-safety-preparedness" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="analytics-business-intelligence"> <section class="project-image"> <section aria-label="What New Technologies Could Have the Biggest Positive Impact on Our Water Utility?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SethJohnstone_Dashboard_V1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What New Technologies Could Have the Biggest Positive Impact on Our Water Utility? </h4> <p> Three groundbreaking technologies are transforming how water utilities operate, automate processes, and harness data across their networks. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-new-technologies-could-have-the-biggest-positive-impact-on-our-water-utility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Power Up: Considerations to Help Understand the Potential of Cogeneration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Power-Up-3-Considerations-to-Help-Understand-the-Potential-of-Cogeneration-917460-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Up: Considerations to Help Understand the Potential of Cogeneration </h4> <p> When contemplating the modification of a facility with cogeneration, key considerations include costs, incentives and sustainability. </p> </section> <a href="https://blog.burnsmcd.com/power-up-3-considerations-to-help-understand-the-potential-of-cogeneration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="geospatial"> <section class="project-image"> <section aria-label="What Types of Technology Projects Are You Seeing More of in the Water Industry?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_SethJohnstone_Dashboard_V1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Types of Technology Projects Are You Seeing More of in the Water Industry? </h4> <p> Three distinct modernization trends are transforming water utilities through technology roadmaps, network management and legacy asset systems. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-types-of-technology-projects-are-you-seeing-more-of-in-the-water-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, architecture, safety"> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized as a US Best Managed Company for Third Consecutive Year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized as a US Best Managed Company for Third Consecutive Year </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> is proud to announce it has been selected as a <a href="https://www2.deloitte.com/us/en/pages/deloitte-private/articles/best-managed-companies.html" rel="noopener" target="_blank">2024 US Best Managed company</a>. Now in its fifth year, the award, sponsored by Deloitte...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2024-us-best-managed-company" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="life-sciences-technology, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Pharma Manufacturing: Mitigating bioaerosol risks in pharma plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pharma Manufacturing: Mitigating bioaerosol risks in pharma plants </h4> <p> Amid limited guidance from regulators, facility designers can deliver significant safety advantages by tackling risks at the source. </p> </section> <a href="https://www.pharmamanufacturing.com/facilities/containment-cleanrooms/article/55037109/mitigating-bioaerosol-risks-in-pharma-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="people-culture-change"> <section class="project-image"> <section aria-label="We Hear a Lot About Workforce Challenges. What Advice Do You Have?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_JulieLorenz_WorkforceChallenges_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> We Hear a Lot About Workforce Challenges. What Advice Do You Have? </h4> <p> We must look at how public-private partnerships can deliver the critical infrastructure that America needs right now. </p> </section> <a href="https://1898andco.burnsmcd.com/video/we-hear-a-lot-about-workforce-challenges-what-advice-do-you-have" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power, transportation, water, government-military, diversity" data-brand="burns-mcdonnell" data-service="construction, environmental, power, transportation, water, government-military, diversity"> <section class="project-image"> <section aria-label="Q&A: How Employee Resource Groups Drive Business Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_DIV_TBDERGsasanExtensionofBD_Blog_878789-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: How Employee Resource Groups Drive Business Development </h4> <p> Employee resource groups can promote inclusivity and business development through partnerships with local chambers of commerce and community outreach. </p> </section> <a href="https://blog.burnsmcd.com/qa-how-employee-resource-groups-drive-business-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="What Approaches to Leading Through Change Aren't Being Discussed Enough?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_JulieLorenz_LeadingThruChange_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Approaches to Leading Through Change Aren't Being Discussed Enough? </h4> <p> Change requires more than technical analysis; it's essential to engage with stakeholders to develop lasting solutions that improve quality of life. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-approaches-to-leading-through-change-arent-being-discussed-enough" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="diversity" data-brand="burns-mcdonnell" data-service="diversity"> <section class="project-image"> <section aria-label="Promoting a Culture of Learning, Collaboration and Growth Through Knowledge Sharing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Promoting-a-Culture-of-Learning-Collaboration-and-Growth-Through-Knowledge-Sharing_869043_Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Promoting a Culture of Learning, Collaboration and Growth Through Knowledge Sharing </h4> <p> A key way to help small and diverse businesses thrive is through the exchange of valuable knowledge, training and networking. </p> </section> <a href="https://blog.burnsmcd.com/promoting-a-culture-of-learning-collaboration-and-growth-through-knowledge-sharing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="enterprise-technology, enterprise-gis-consulting, geospatial"> <section class="project-image"> <section aria-label="The GISt of Utility Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/E98_KCM_ArticleGISBasedDesign_824121_AR/E98_KCM_Article_GISBasedDesign_82412_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The GISt of Utility Design </h4> <p> Geographic information systems are revolutionizing industries by allowing designers to better select sites, and to visualize and plan infrastructure and facilities based on... </p> </section> <a href="https://1898andco.burnsmcd.com/article/the-gist-of-utility-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="What Drives Passion for Infrastructure Work?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_JulieLorenz_InfrastructurePassion_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Drives Passion for Infrastructure Work? </h4> <p> Building bridges across America connects communities, boosts the economy and enhances safety. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-drives-passion-for-infrastructure-work" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="diversity" data-brand="burns-mcdonnell" data-service="diversity"> <section class="project-image"> <section aria-label="Ayana Parsons: Venture Capitalist, Inclusive Leader and Change-Maker" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Ayana-Parsons-Venture-Capitalist-Inclusive-Leader-Change-Maker-735431-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ayana Parsons: Venture Capitalist, Inclusive Leader and Change-Maker </h4> <p> Ayana Parsons, entrepreneur and general partner/co-founder of the Fearless Fund, a venture capital fund that supports diverse women-led businesses, is a trailblazer in... </p> </section> <a href="https://blog.burnsmcd.com/ayana-parsons-venture-capitalist-inclusive-leader-and-change-maker" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="infrastructure-modernization"> <section class="project-image"> <section aria-label="Now Is a Crucial Time for Infrastructure: How Can You Best Leverage These Opportunities?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_JulieLorenz.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Now Is a Crucial Time for Infrastructure: How Can You Best Leverage These Opportunities? </h4> <p> Convergence and collaboration between public and private sectors are critical to the role of infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/now-is-a-crucial-time-for-infrastructu-how-can-you-best-leverage-these-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, proactive-threat-hunting-compromise-assessment, response-recovery"> <section class="project-image"> <section aria-label="Industry-Leading Cybersecurity Solutions for Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/262504_1898&COHypeVideo_Content_MattMorris_CyberSecuritySolutions_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industry-Leading Cybersecurity Solutions for Critical Infrastructure </h4> <p> With roots in designing and building infrastructure, we provide practical solutions to safeguard industrial systems from cybersecurity threats. </p> </section> <a href="https://1898andco.burnsmcd.com/video/industry-leading-cybersecurity-solutions-for-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution, wireless-communications, long-term-evolution-(lte), utility-automation"> <section class="project-image"> <section aria-label="SIM Technology and Large-Scale Deployments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/TND_KCM_eSIMFoundations_859043_AR/TND_KCM_eSIMFoundationsArticle_859043-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> SIM Technology and Large-Scale Deployments </h4> <p> Over the next decade, utilities are planning to deploy hundreds of thousands of devices on their private long-term evolution networks (PLTE). These estimates will quickly... </p> </section> <a href="https://info.burnsmcd.com/article/sim-technologies-and-large-scale-deployments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="asset-planning-management, capital-asset-planning"> <section class="project-image"> <section aria-label="Strategic Utility Planning With Future-Focused Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_TTSmarterCapitalPlanningTheresabetterwaytospendyourmoney_291800/E98_KCM_TTSmarterCapitalPlanning_291800-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strategic Utility Planning With Future-Focused Solutions </h4> <p> Historically, a utility’s spending decisions were largely made on a reactional, situational basis. Smart capital planning has the capability to help utilities accurately... </p> </section> <a href="https://1898andco.burnsmcd.com/article/strategic-utility-planning-with-future-focused-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water, environmental, oil-gas-chemicals, telecommunications, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks No. 7 on Annual Industry List of Top 500 Design Firms as Massive Investment in Infrastructure Propels Firm’s Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks No. 7 on Annual Industry List of Top 500 Design Firms as Massive Investment in Infrastructure Propels Firm’s Growth </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> secured the No. 7 spot on the 2024 Top 500 Design Firms list by Engineering News-Record (ENR), after another record-breaking year...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/7th-on-2024-top-500-design-firms-enr" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="enterprise-technology, geospatial, enterprise-gis-consulting, spatial-analytics"> <section class="project-image"> <section aria-label="GIS Backlog Is Rising at Utilities Thanks to New Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/Articles/E98_KCM_GISBacklogSupport_888002_AR/E98_WHQ_KCM_GISBackloSupportArticle_888002-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> GIS Backlog Is Rising at Utilities Thanks to New Demands </h4> <p> The basic challenge for utilities today is they can’t keep up. Whether the service territory is urban or rural, utilities are experiencing unprecedented load growth. From new... </p> </section> <a href="https://1898andco.burnsmcd.com/article/gis-backlog-is-rising-at-utilities-thanks-to-new-demands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation, government-military" data-brand="burns-mcdonnell" data-service="construction, transportation, government-military"> <section class="project-image"> <section aria-label="Beyond Blueprints: How Empathy Shapes Successful Design-Build Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Beyond-Blueprints-How-Empathy-Shapes-Successful-Design-Build-Projects-658618-Social.png.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beyond Blueprints: How Empathy Shapes Successful Design-Build Projects </h4> <p> Empathy in construction fosters trust, reduces stress and enhances productivity on design-build projects. Explore five strategies for a more empathetic work site. </p> </section> <a href="https://blog.burnsmcd.com/beyond-blueprints-how-empathy-shapes-successful-design-build-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, transportation" data-brand="1898-co." data-service="infrastructure-modernization, emerging-energy-advisory, fleet-electrification-advisory, strategic-asset-management"> <section class="project-image"> <section aria-label="Reducing Greenhouse Gas Emissions With Electric Vehicles in Maricopa County" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_MaricopaEV_836515/Reducing-Greenhouse-Gas-Emissions-With-Electric-Vehicles-in-Maricopa-County-Case-Study-836515-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reducing Greenhouse Gas Emissions With Electric Vehicles in Maricopa County </h4> <p> Maricopa County, Arizona, recently took steps to begin electrifying its county vehicle fleet to reduce greenhouse gas emissions and ozone-producing air pollutants. To prepare... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/reducing-greenhouse-gas-emissions-with-electric-vehicles-in-maricopa-county" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="environmental, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="construction, plant-decommissioning, environmental-compliance-for-power-generation, remediation, decommissioning-demolition, permitting"> <section class="project-image"> <section aria-label="Successful Decommissioning and Demolition of Obsolete Facilities and Structures Requires Disciplined Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/ENS_KCM_DecommissioningDemolition_251478/ENS_KCM_SuccessfulDecommissioningandDemolitionofObsoleteFacilities_251478_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Successful Decommissioning and Demolition of Obsolete Facilities and Structures Requires Disciplined Approach </h4> <p> Decommissioning and demolishing any facility is a complex process requiring careful planning, uncompromising safety procedures and a commitment to quality processes. It takes... </p> </section> <a href="https://info.burnsmcd.com/service-feature/successful-decommissioning-and-demolition-of-obsolete-facilities-and-structures-requires-disciplined-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="AZCO Earns National Zero Injury Safety Award for 2023 Solar Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Insights-News/PR/2024/AZCO-Earns-National-Zero-Injury-Safety-Award-for-2023-Solar-Projects-902150.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO Earns National Zero Injury Safety Award for 2023 Solar Projects </h4> <p> </p><p>APPLETON, Wisconsin — AZCO has received the Bronze Star Award / Zero Injury Safety Award from the Association of Union Contractors (TAUC) for 2023 for the combined 403,005...</p> <p></p> </section> <a href="https://azco.burnsmcd.com/safety-award-for-2023-solar-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="water, municipal-water-wastewater, water-wastewater-program-management"> <section class="project-image"> <section aria-label="Industry Leader Sarah Isbell Joins Burns & McDonnell to Head Water Services in Texas, Oklahoma, Arkansas and Louisiana " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industry Leader Sarah Isbell Joins Burns & McDonnell to Head Water Services in Texas, Oklahoma, Arkansas and Louisiana </h4> <p> </p><p>DALLAS, Texas — With nearly two decades of engineering, project management and <a href="https://www.burnsmcd.com/services/water/water-program-management" rel="noopener">program management</a> experience in the water market, Sarah Isbell joins Burns & McDonnell in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/sarah-isbell-water-services-tx-ok-ar-la" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="analytics-business-intelligence, load-forecasting"> <section class="project-image"> <section aria-label="How Can I Use a Data Platform to Leverage Real-Time Data for EV Forecasting and Modeling?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27390_YTSeries_OpAn3EVForecasting_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Can I Use a Data Platform to Leverage Real-Time Data for EV Forecasting and Modeling? </h4> <p> Knowing where EVs are and how they're charging is key to effective forecasting of a less predictable demand curve. </p> </section> <a href="https://1898andco.burnsmcd.com/video/how-can-i-use-a-data-platform-to-leverage-real-time-data-for-ev-forecasting-and-modeling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="architecture-infrastructure, emerging-energy-advisory"> <section class="project-image"> <section aria-label="How Can I Use a Data Platform to Leverage Real-Time Data for Distribution Planning?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27389_YTSeries_OpAn2DistribPlan_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Can I Use a Data Platform to Leverage Real-Time Data for Distribution Planning? </h4> <p> Metering data helps us understand usage at the customer level, enabling high-resolution distribution models that support planning for future trends. </p> </section> <a href="https://1898andco.burnsmcd.com/video/how-can-i-use-a-data-platform-to-leverage-real-time-data-for-distribution-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="water, power" data-brand="1898-co." data-service="enterprise-technology, geospatial, enterprise-gis-consulting, field-data-collection-reporting"> <section class="project-image"> <section aria-label="Digitizing Historical Records Is a Challenge Worth Addressing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/Articles/E98_KCM_DigitizingthePastHowOneUtilityModernizedHistoricData_888724/E98_KCM_DigitizingthePastHowOneUtilityModernizedHistoricData_Article_888724_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digitizing Historical Records Is a Challenge Worth Addressing </h4> <p> Success in today’s business landscape hinges on timely access to actionable information. With the myriad of challenges facing utilities and other sectors, access to... </p> </section> <a href="https://1898andco.burnsmcd.com/article/digitizing-historical-records-is-a-challenge-worth-addressing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Honors Diverse Suppliers at Community of Inclusion and Equity Symposium" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Southeast-Community-of-Inclusion-Equity-Symposium-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honors Diverse Suppliers at Community of Inclusion and Equity Symposium </h4> <p> </p><p>ATLANTA, Georgia — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, hosted its first Community of Inclusion and Equity Symposium in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/southeast-community-of-inclusion-equity-symposium" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="analytics-business-intelligence, data-visualizations-insights"> <section class="project-image"> <section aria-label="What Are the Best Practices for Building an Analytics-Focused Data Platform?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27388_YTSeries_OpAn1UseCases_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are the Best Practices for Building an Analytics-Focused Data Platform? </h4> <p> Build your data platform using layers, reducing your risk and decreasing your time to value. Adjacent data also can be critical to analytics outcomes. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-the-best-practices-for-building-an-analytics-focused-data-platform" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Contracted to Build 200 MW of Solar Projects in Southern Iowa" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/Burns-McDonnell-Contracted-to-Build-200-MW-of-Solar-Projects-in-Southern-Iowa-854259-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Contracted to Build 200 MW of Solar Projects in Southern Iowa </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is the engineer-procure-construct (EPC) contractor and will be self-performing construction for two Alliant Energy solar projects in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/solar-projects-southern-iowa-alliant-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="water" data-brand="1898-co." data-service="utility-network-model-advisory"> <section class="project-image"> <section aria-label="What Are the Benefits of the Utility Network for Water Utilities and Municipalities?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/27386_YTSeries_UN2BenefitsforWater_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are the Benefits of the Utility Network for Water Utilities and Municipalities? </h4> <p> There are digital network solutions for water utilities facing aging infrastructure and workforce transitions through enhanced data management. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-the-benefits-of-the-utility-network-for-water-utilities-and-municipalities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="security-consulting-services, cybersecurity-deployment-integration"> <section class="project-image"> <section aria-label="Security Starts with a Culture of Awareness" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_VinodhKumararajan_V1_1080.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security Starts with a Culture of Awareness </h4> <p> All individuals play a role in defending against security threats, and incorporating cybersecurity into the culture through training and awareness programs can reduce the... </p> </section> <a href="https://1898andco.burnsmcd.com/video/security-starts-with-a-culture-of-awareness" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation"> <section class="project-image"> <section aria-label="SaskPower Names Burns & McDonnell as EPC Contractor for Aspen Power Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/SaskPower-Names-Burns-McDonnell-as-EPC-Contractor-for-Aspen-Power-Station-937370-hero-02.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> SaskPower Names Burns & McDonnell as EPC Contractor for Aspen Power Station </h4> <p> </p><p>CALGARY, Alberta — SaskPower has selected Burns & McDonnell as the engineer-procure-construct (EPC) contractor for its new Aspen Power Station. The new natural gas power...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-saskpower-aspen-power-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="PFAS Technology Options Provide Water Treatment Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/PFAS-Technology-Options-Provide-Water-Treatment-Solutions-75885-social%20.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PFAS Technology Options Provide Water Treatment Solutions </h4> <p> Water treatment solutions to address per- and polyfluoroalkyl substances are available to help protect community health and promote safety. </p> </section> <a href="https://blog.burnsmcd.com/pfas-technology-options-provide-water-treatment-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="Improving Work Zone Safety With Strategic Traffic Control Plans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Improving-Work-Zone-Safety-With-Strategic-Traffic-Control-Plans-874638-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Work Zone Safety With Strategic Traffic Control Plans </h4> <p> Safety measures are critical to protect both drivers and construction workers in work zones. Developing a strategic traffic control plan is an important first step. </p> </section> <a href="https://blog.burnsmcd.com/improving-work-zone-safety-with-strategic-traffic-control-plans" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="technology-assessments, enterprise-technology, systems-platforms, technology-strategy"> <section class="project-image"> <section aria-label="Planning Is Essential as New, Sophisticated Operational Technology Is Deployed for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/E98_KCM_ArticleSmartTechinFieldSystems_823877_AR/E98_KCM_Article_SmartTechinFieldSystems_823877-header-option2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Planning Is Essential as New, Sophisticated Operational Technology Is Deployed for Utilities </h4> <p> Use whatever analogy you want to describe the future of electric utilities, and it still will probably not capture the full scope of the dramatic changes currently underway. </p> </section> <a href="https://1898andco.burnsmcd.com/article/planning-is-essential-as-new-sophisticated-operational-technology-is-deployed-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="business-strategy-transformation, grid-modernization-planning, capital-asset-planning"> <section class="project-image"> <section aria-label="Transforming Grid Investment Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_GeofencingAdArticle_838266_AR_Transforming%20Grid%20Investment%20Planning/Header_E98_KCM_EdisonCongressGeofencingAdArticle_838266.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transforming Grid Investment Planning </h4> <p> Utilities face a historic challenge in maintaining an affordable and reliable grid while enabling electrification, distributed energy and renewables. The unprecedented level... </p> </section> <a href="https://1898andco.burnsmcd.com/article/transforming-grid-investment-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="transportation" data-brand="burns-mcdonnell" data-service="construction, safety, highways, streets, transportation-planning-policy, transportation, traffic-engineering"> <section class="project-image"> <section aria-label="Better Transportation Management Plans Steer Transportation Project Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TRN_KCM_TransportationManagementPlans_103478_WP/Steering-Transportation-Project-Safety-Success-with-Transportation-Management-Plans-white-paper-103478-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Better Transportation Management Plans Steer Transportation Project Success </h4> <p> A highly customized transportation management plan can help enhance safety and mobility in and around work zones during the construction of complex projects. </p> </section> <a href="https://info.burnsmcd.com/white-paper/better-transportation-management-plans-steer-transportation-project-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water" data-brand="burns-mcdonnell" data-service="water"> <section class="project-image"> <section aria-label="Demystifying the Validation Period in Progressive Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Demystifying-the-Validation-Period-in-Progressive-Design-Build-887748.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Demystifying the Validation Period in Progressive Design-Build </h4> <p> Progressive design-build with a validation period is popular for industrial operations and municipal water/wastewater utilities focused on speed and cost control. </p> </section> <a href="https://blog.burnsmcd.com/demystifying-the-validation-period-in-progressive-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="power" data-brand="1898-co." data-service="utility-network-model-advisory"> <section class="project-image"> <section aria-label="What Are the Benefits of a Utility Network for Electric Utilities?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/1898&Co.s%20Quick%20Question%20-%20Utility%20Network%20for%20Electric%20Utilities.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Are the Benefits of a Utility Network for Electric Utilities? </h4> <p> There are modern utility network systems for electric utilities with detailed modeling capabilities and integrated grid modernization features. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-are-the-benefits-of-a-utility-network-for-electric-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Rock the Parkway Runners Fill Kansas City Streets to Support Children’s Mercy Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-04/2024-Rock-the-Parkway-835736-hero3.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rock the Parkway Runners Fill Kansas City Streets to Support Children’s Mercy Kansas City </h4> <p> </p><p>KANSAS CITY, Missouri — Five thousand runners took advantage of Saturday’s nice weather to participate in the 15th annual <a href="https://www.rocktheparkway.com/" rel="noopener" target="_blank">Burns & McDonnell Rock the Parkway</a> half-marathon and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/rock-the-parkway-childrens-mercy-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial"> <section class="project-image"> <section aria-label="Q&A: Jason Schmid on Mitigating Inflation in the Confectionery Supply Chain" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Q-A-Jason-Schmid-on-Mitigating-Inflation-in-the-Confectionery-Supply-Chain_922750-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Jason Schmid on Mitigating Inflation in the Confectionery Supply Chain </h4> <p> The cost of cocoa beans has more than doubled in recent months. Confectionery manufacturers can consider many options to manage rising costs. </p> </section> <a href="https://blog.burnsmcd.com/qa-jason-schmid-on-mitigating-inflation-in-the-confectionery-supply-chain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, government-military, manufacturing-industrial" data-brand="1898-co." data-service="new-technology-screening-selection, policy-regulatory, energy-policy-advisory, emerging-energy-advisory, emerging-policy-advisory"> <section class="project-image"> <section aria-label="Seven Key Takeaways From Guidance for Claiming Clean Hydrogen Tax Credits Under the IRA" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_KeyTakeawaysfrom45V_860679_AR_Seven%20Key%20Takeaways/Key%20Takeaways%20from%2045V_Article_860679-header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Seven Key Takeaways From Guidance for Claiming Clean Hydrogen Tax Credits Under the IRA </h4> <p> Late in 2023, the U.S. Department of the Treasury, and the Internal Revenue Service (IRS) issued much-anticipated draft guidance for claiming tax credits and other incentives... </p> </section> <a href="https://1898andco.burnsmcd.com/article/seven-key-takeaways-from-guidance-for-claiming-clean-hydrogen-tax-credits-under-the-ira" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="Addressing the PFAS Challenges in Waste Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/ENS_MPS_PFASinLandfillLeachate_2024_BlogPost_814298-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing the PFAS Challenges in Waste Management </h4> <p> New EPA rules targeting PFAS leachate in waste management could require feasibility studies and innovative treatment solutions amid evolving regulations. </p> </section> <a href="https://blog.burnsmcd.com/addressing-the-pfas-challenges-in-waste-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="fire-protection-code-consulting"> <section class="project-image"> <section aria-label="Burns & McDonnell Wins $150 Million IDIQ Contract for Fire Protection Services at U.S. National Guard Bureau Facilities Across the Country" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-04/IDIQ-Contract-for-Fire-Protection-Services-at-US-National-Guard-Bureau-Facilities-484000-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins $150 Million IDIQ Contract for Fire Protection Services at U.S. National Guard Bureau Facilities Across the Country </h4> <p> </p><p>MINNEAPOLIS — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has been selected to provide comprehensive <a href="https://www.burnsmcd.com/services/buildings/building-solutions/fire-protection-code-consulting" rel="noopener">fire protection services</a> nationwide for National Guard Bureau (NGB) facilities. The 100%...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/idiq-contract-for-fire-protection-national-guard" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military, water" data-brand="burns-mcdonnell" data-service="emerging-contaminants-pfas, source-development-groundwater-supply, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="Flexible Design Allows Castle Rock Water to be Ahead of the Curve in Changing PFAS Regulations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_DEN_FlexibleDesignAllowsCastleRockWatertobeAheadoftheCurveinChangingPFASRegulations_747713/Flexible-Design-Allows-Castle-Rock-Water-to-be-Ahead-of-the-Curve-in-Changing-PFAS-Regulations-Case-Study-783107-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flexible Design Allows Castle Rock Water to be Ahead of the Curve in Changing PFAS Regulations </h4> <p> Maintaining clean drinking water is critical to keeping the health and safety of a community a top priority. Leaders in the Town of Castle Rock, Colorado, took this... </p> </section> <a href="https://info.burnsmcd.com/case-study/flexible-design-allows-castle-rock-water-to-be-ahead-of-the-curve-in-changing-pfas-regulations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="emerging-energy-advisory, energy-policy-advisory"> <section class="project-image"> <section aria-label="What Should Clients Interested in Renewable Energy Development Consider in Initial Siting Efforts?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Quick%20Question/375595_QuickQuestions_KelseyNagel_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Should Clients Interested in Renewable Energy Development Consider in Initial Siting Efforts? </h4> <p> Multiple factors beyond renewable resources influence successful site selection, from infrastructure access to environmental considerations. </p> </section> <a href="https://1898andco.burnsmcd.com/video/what-should-clients-interested-in-renewable-energy-development-consider-in-initial-siting-efforts" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water" data-brand="1898-co." data-service="rate-design, cost-of-service-rate-design, financing-forecasting, financial-forecasting, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Redesigned Water Rates for Joliet Illinois Pave Way for New Water Supply Resource" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_WaterJoliet_826455_CS/E98_KCM_RedesignedWaterRatesforJoliet_826455-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Redesigned Water Rates for Joliet Illinois Pave Way for New Water Supply Resource </h4> <p> With a longtime water resource going dry, the city of Joliet embarked on a feasibility evaluation of new water supply options. After a due diligence period spanning several... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/redesigned-water-rates-for-joliet-illinois-pave-way-for-new-water-supply-resource" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Growth and New Office Space in Fort Worth " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-03/Fort-Worth-Open-House-Burns-McDonnell-881100-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Growth and New Office Space in Fort Worth </h4> <p> </p><p>FORT WORTH, Texas — Fort Worth Mayor Mattie Parker and members of the Fort Worth Chamber of Commerce joined <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> leadership at a ribbon-cutting and open house to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/growth-new-space-in-fort-worth-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="construction, program-management, water-wastewater-program-management"> <section class="project-image"> <section aria-label="Effective Program Management Can Be a Billion-Dollar Stress Reliever" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_KCM_ThecaseforaProgramExecutionPlan_844253/CDB_KCM_ThecaseforaProgramExecutionPlan_844253_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Effective Program Management Can Be a Billion-Dollar Stress Reliever </h4> <p> Construction of facilities, industrial plants and infrastructure of all types is growing more complex. This complexity becomes even more pronounced when success depends on... </p> </section> <a href="https://info.burnsmcd.com/article/effective-program-management-can-be-a-billion-dollar-stress-reliever" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water, pulp-paper" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="AZCO Expands Prefabrication Service Offerings in Canada" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Insights-News/PR/2024/AZCO-Expands-Prefabrication-Service-Offerings-in-Canada-860155-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO Expands Prefabrication Service Offerings in Canada </h4> <p> </p><p>APPLETON, Wisconsin — In a strategic move that underscores a commitment to serving international markets, <a href="https://azco.burnsmcd.com" rel="noopener">AZCO, a Burns & McDonnell company</a>, is now certified to perform <a href="https://azco.burnsmcd.com/prefabrication" rel="noopener">...</a></p> <p></p> </section> <a href="https://azco.burnsmcd.com/expands-prefabrication-services-in-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Energy Vectors Will Become Integrated as Carbon Emissions Roll Back" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Energy-Vectors-Will-Become-Increasingly-Integrated-as-Carbon-Emissions-Are-Rolled-Back-764437-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Vectors Will Become Integrated as Carbon Emissions Roll Back </h4> <p> Energy vectors, or the carriers of energy, must be optimised as we move into a lower-carbon future. </p> </section> <a href="https://1898blog.burnsmcd.com/energy-vectors-will-become-integrated-as-carbon-emissions-roll-back" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell, azco" data-service="construction, electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes 866-MW Alliant Energy Solar Program in Wisconsin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-03/Burns-McDonnell-Completes-764-MW-Alliant-Energy-Solar-Program-in-Wisconsin-855752-hero.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes 866-MW Alliant Energy Solar Program in Wisconsin </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com/">Burns & McDonnell</a> has completed engineer-procure-construct (EPC) and self-perform construction services for nine solar projects across Wisconsin. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/alliant-energy-solar-program-completion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="A Whole Systems Approach to Power System Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/A-Whole-Systems-Approach-to-Power-System-Planning-764363-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Whole Systems Approach to Power System Planning </h4> <p> A whole systems approach to power system planning is needed to account for the evolution of power production, delivery and consumption. </p> </section> <a href="https://1898blog.burnsmcd.com/a-whole-systems-approach-to-power-system-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, water" data-brand="burns-mcdonnell" data-service="construction, water"> <section class="project-image"> <section aria-label="The Importance of Preconstruction Services to the Water Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/The-Importance-Of-Preconstruction-To-The-Water-Industry_795459.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Importance of Preconstruction Services to the Water Industry </h4> <p> When thinking about enhancing the delivery of water projects, consider a preconstruction team for early feedback on constructability, costs and risks. </p> </section> <a href="https://blog.burnsmcd.com/the-importance-of-preconstruction-services-to-the-water-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="azco, burns-mcdonnell" data-service="buildings, robotics-automation, manufacturing-industrial-facilities, automated-distribution-fulfillment"> <section class="project-image"> <section aria-label="Analyzing Today’s Data for Tomorrow’s Distribution and Fulfillment Center Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/OptimizingAutomatedDistributionandFulfillmentFacilitiesthroughData-DrivenLogistics_765087_WP/OPTIMI~1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Analyzing Today’s Data for Tomorrow’s Distribution and Fulfillment Center Success </h4> <p> Merging advanced analytics and technologies is essential to stay competitive in supply chain management. By clearly understanding the specific industry requirements in which... </p> </section> <a href="https://info.burnsmcd.com/white-paper/analyzing-todays-data-for-tomorrows-distribution-and-fulfillment-center-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, environmental, government-military, power, transportation, water" data-brand="burns-mcdonnell" data-service="construction, consumer-products, food-beverage, oil-gas-chemicals, electric-power-generation, ports-maritime, electrical-transmission-distribution, water"> <section class="project-image"> <section aria-label="Kevin Sepulveda Named Burns & McDonnell Construction Director for Commercial Projects in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kevin Sepulveda Named Burns & McDonnell Construction Director for Commercial Projects in California </h4> <p> </p><p>BREA, California — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced <a href="https://www.linkedin.com/in/kevin-sepulveda-69b575236/" rel="noopener" target="_blank">Kevin Sepulveda</a> as director of commercial construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kevin-sepulveda-construction-director-commercial-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="renewables, solar, air-quality-noise, environmental-emergency-response, sustainability"> <section class="project-image"> <section aria-label="Burns & McDonnell Environmental Work Honored With 2023 Business Achievement Awards " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Environmental Work Honored With 2023 Business Achievement Awards </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> was recently distinguished with four 2023 EBJ Business Achievement Awards by the Environmental Business Journal and a 2023 CCBJ...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-business-achievement-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial, aerospace-space, construction"> <section class="project-image"> <section aria-label="Ex Terra Podcast: From Earthbound to Space-Ready" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ex Terra Podcast: From Earthbound to Space-Ready </h4> <p> On this edition of The Ex Terra Podcast, Tom Patton talks with Matt George and Josh Foerschler of Burns & McDonnell, a design/build company with expertise constructing... </p> </section> <a href="https://podcasts.apple.com/dk/podcast/from-earthbound-to-space-ready-the-ex-terra-podcast/id1528620350?i=1000648336916" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, transportation, water" data-brand="burns-mcdonnell" data-service="environmental, transportation, water"> <section class="project-image"> <section aria-label="Using Drones for Stormwater MS4 Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/UtilizingDronesForStormwaterCompliance-797550-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Drones for Stormwater MS4 Compliance </h4> <p> Drone technology plays a critical role in environmental management and compliance by providing an innovative and safe solution to long-standing stormwater monitoring... </p> </section> <a href="https://blog.burnsmcd.com/using-drones-for-stormwater-ms4-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals, environmental, water" data-brand="burns-mcdonnell" data-service="construction, environmental, environmental-health-safety-(ehs)-compliance, natural-cultural-resources, ecological-studies-protected-species, sediment-investigation-remediation, construction-environmental-monitoring, remediation, advanced-water-wastewater-treatment, environmental-emergency-response"> <section class="project-image"> <section aria-label="TC Energy and Burns & McDonnell Collaborate on Response to Milepost 14 Incident in Washington County, Kansas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENS_KCM_TCEnergyMilepost14Incident_760731/TC%20Energy%20Milepost%2014%20Incident_CaseStudy_760731_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> TC Energy and Burns & McDonnell Collaborate on Response to Milepost 14 Incident in Washington County, Kansas </h4> <p> On Dec. 7, 2022, TC Energy engaged Burns & McDonnell in an emergency response to an oil release (Milepost 14 incident) from the Keystone Pipeline System in rural Washington... </p> </section> <a href="https://info.burnsmcd.com/case-study/tc-energy-and-burns-mcdonnell-collaborate-on-response-to-milepost-14-incident-in-washington-county-kansas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Value Engineering Delivers Key Benefits on EPC Substation Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Value-Engineering-Delivers-Key-Benefits-on-EPC-Substation-Projects-811128-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Value Engineering Delivers Key Benefits on EPC Substation Projects </h4> <p> Value engineering provides an increased focus on future-focused solutions. EPC substation projects benefit from taking this cost-effective approach. </p> </section> <a href="https://blog.burnsmcd.com/value-engineering-delivers-key-benefits-on-epc-substation-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="infrastructure-modernization"> <section class="project-image"> <section aria-label="Critical Infrastructure Evolves to Sustain Quality of Life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_SarahCisper_CriticalInfrastructureEvolution_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Critical Infrastructure Evolves to Sustain Quality of Life </h4> <p> Massive capital investments are required for resources needed to sustain the evolving needs of critical infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/critical-infrastructure-evolves-to-sustain-quality-of-life" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="1898-co., burns-mcdonnell, benchmark" data-service="architecture, commissioning-(cx), construction, program-management, commissioning-(cx)"> <section class="project-image"> <section aria-label="Building Smarter and Safer for What Lies Ahead" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/CORP_KCM_BenchMarkOnePerspectivevideowithLeslieDuke_639964/Leslie_Benchmark_Header_R2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Smarter and Safer for What Lies Ahead </h4> <p> Constraints on resources, combined with the growing need to expand our infrastructure, are making the road to success rough. New Burns & McDonnell Chair and CEO Leslie M.... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/building-smarter-and-safer-for-what-lies-ahead" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution, hydrant-fueling"> <section class="project-image"> <section aria-label="Fueling the Future at George Bush Intercontinental Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-02/fueling-future-at-george-bush-intercontinental-airport-867309.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fueling the Future at George Bush Intercontinental Airport </h4> <p> </p><p>HOUSTON, Texas — Leaders from IAH Fuel, the fuel consortium of airline partners at George Bush Intercontinental Airport (IAH), joined airport leaders this week to celebrate...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fuel-facility-george-bush-intercontinental-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, safety, electrical-distribution, underground-distribution"> <section class="project-image"> <section aria-label="Duquesne Light Company Prepares for the Future in Pittsburgh’s Urban Core" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_CHI_BRTUndergroundDistribution_788346/BRT%20Underground%20Distribution%20-%20Case%20Study_788346-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Duquesne Light Company Prepares for the Future in Pittsburgh’s Urban Core </h4> <p> Keeping utility and transportation disruptions to a minimum thanks to a high level of coordination has been critical to the success of Pittsburgh’s underground electricity... </p> </section> <a href="https://info.burnsmcd.com/case-study/duquesne-light-company-prepares-for-the-future-in-pittsburghs-urban-core" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co., burns-mcdonnell" data-service="renewables, offshore-wind, wind, distributed-energy-resources, interconnection-facilities, distributed-energy-resource-interconnection-studies, transmission-generator-interconnects"> <section class="project-image"> <section aria-label="Adjusting the Sails to Advance Wind Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark%20feature%20on%20wind%20energy_639981/updated/UPDATED_Offshore_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Adjusting the Sails to Advance Wind Energy </h4> <p> Amid temporary market turbulence, the wind industry focuses on building resilient infrastructure and a sustainable supply chain. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2024/adjusting-the-sails-to-advance-wind-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution, hydrogen-production-distribution, hydrogen-use-storage"> <section class="project-image"> <section aria-label="Restoring Energy Capacity of Natural Gas Following Hydrogen Blending" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_EffectofHydrogenBlendingonEnergyCapacityofNaturalGas_748781_WP/Effect%20of%20Hydrogen%20Blending%20on%20Energy%20Capacity%20of%20Natural%20Gas_748781_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoring Energy Capacity of Natural Gas Following Hydrogen Blending </h4> <p> When hydrogen is injected into natural gas, the blended fuel can generate energy with lower CO<sub>2</sub> emissions than natural gas. This could be good news for natural gas... </p> </section> <a href="https://info.burnsmcd.com/white-paper/restoring-energy-capacity-of-natural-gas-following-hydrogen-blending" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="What We’ve Learned From Louisiana’s Successful Primacy Application" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/What-Weve-Learned-From-Louisianas-Successful-Primacy-Application-844758-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What We’ve Learned From Louisiana’s Successful Primacy Application </h4> <p> The EPA made Louisiana the third state awarded primacy for Class VI underground injection wells. There is much to learn from its successful application. </p> </section> <a href="https://blog.burnsmcd.com/what-weve-learned-from-louisianas-successful-primacy-application" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="Creating Safer Communities With PFAS Water and Wastewater Treatment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_PFASinDrinkingWaterRegulationBlog_758650_BlogImage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Safer Communities With PFAS Water and Wastewater Treatment </h4> <p> As PFAS treatment regulations finalize, now is the time to prepare. Water municipalities can act today to determine what treatment solutions are optimal. </p> </section> <a href="https://blog.burnsmcd.com/creating-safer-communities-with-pfas-water-and-wastewater-treatment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="liquefied-natural-gas-(lng), electric-power-generation, physical-security, electrical-transmission, substations, liquefied-natural-gas-(lng)-peak-shaving"> <section class="project-image"> <section aria-label="Safeguarding Critical Infrastructure: Defense Against Unmanned Aerial Systems (UAS)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ProtectingUtilitiesFromtheThreatofDroneAttack_791152_WP/ANF_KCM_ProtectingUtilitiesFromDroneAttack_791152-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Safeguarding Critical Infrastructure: Defense Against Unmanned Aerial Systems (UAS) </h4> <p> Security leaders at both public and private utilities are grappling with soaring risks posed by drones or unmanned aerial systems (UAS). Specifically, they are focused on... </p> </section> <a href="https://info.burnsmcd.com/white-paper/safeguarding-critical-infrastructure-defense-against-unmanned-aerial-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial"> <section class="project-image"> <section aria-label="Trends Advancing Life Sciences Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Trends-Advancing-Life-Sciences-Development-27586-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Trends Advancing Life Sciences Development </h4> <p> There are key trends shaping the future of the life sciences industry: flexible manufacturing, speed to market, and advanced technology, including artificial intelligence. </p> </section> <a href="https://blog.burnsmcd.com/trends-advancing-life-sciences-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water, ports-maritime" data-brand="burns-mcdonnell, 1898-co." data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Leadership Promotions to Help Guide and Shape Firm for Long-Term Future " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Leadership Promotions to Help Guide and Shape Firm for Long-Term Future </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell, a 100% employee-owned engineering, construction and architecture firm, is announcing key leadership promotions to senior vice...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2024-leadership-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Chair and CEO Leslie Duke Expands Leadership to Further Support Critical Infrastructure Clients " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Chair and CEO Leslie Duke Expands Leadership to Further Support Critical Infrastructure Clients </h4> <p> </p><p>KANSAS CITY, Missouri — To inspire future growth and further strengthen service for critical infrastructure clients, <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> Chair and CEO <a href="https://www.linkedin.com/in/dukeleslie/" rel="noopener" target="_blank">Leslie Duke</a> is expanding...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leadership-expansion-to-support-critical-infrastructure-clients" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, decommissioning-demolition, plant-decommissioning"> <section class="project-image"> <section aria-label="Staffing, Site Constraints Can’t Slow Plant’s Decommissioning, Removal" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_CHI_DemoLowmanCoalPlant_522815_CS/Images/ENS_CHI_DemoLowmanCoalPlantCaseStudy_522815-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Staffing, Site Constraints Can’t Slow Plant’s Decommissioning, Removal </h4> <p> PowerSouth Energy Cooperative needed to decommission and demolish its coal-fired plant, while its new natural gas plant was under construction directly north of its former... </p> </section> <a href="https://info.burnsmcd.com/case-study/staffing-site-constraints-cant-slow-plants-decommissioning-removal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission"> <section class="project-image"> <section aria-label="Burns & McDonnell India Selects Leaders for Bengaluru Office, Transmission & Distribution Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Selects Leaders for Bengaluru Office, Transmission & Distribution Group </h4> <p> </p><p>BENGALURU, India — Burns & McDonnell India, part of Burns & McDonnell, has named Breck McGary as regional office manager for the firm’s new office in Bengaluru. Nikesh Regmi...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/india-leaders-for-bengaluru-transmission-distribution-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, utility-automation, smart-energy, utility-analytics"> <section class="project-image"> <section aria-label="Leveraging Virtualization to Optimize Electric Utility Network Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_LeveragingVirtualizationtoOptimizeNetworkPlanningfortheElectricUtilityOTWAN_783739_WP/LEVERA~1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Virtualization to Optimize Electric Utility Network Planning </h4> <p> As data needs escalate within electric utility operational technology (OT) networks, virtualization technologies offer efficient, scalable simulations of those environments... </p> </section> <a href="https://info.burnsmcd.com/white-paper/leveraging-virtualization-to-optimize-electric-utility-network-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, construction, program-management, aerospace-space, food-beverage, federal-military, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Four Leaders in Growing Southeast Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Four Leaders in Growing Southeast Region </h4> <p> </p><p>ATLANTA — Burns & McDonnell announces key promotions to lead its growing team of engineering, construction and consulting professionals in the Southeast.Burns & McDonnell, a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/four-promotions-in-southeast-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service="industrial-cybersecurity, design-protect-optimize, design-deployment-integration"> <section class="project-image"> <section aria-label="1898 & Co. Achieves Fortinet’s Operational Technology Partner Specialization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Achieves Fortinet’s Operational Technology Partner Specialization </h4> <p> </p><p>KANSAS CITY, Missouri — 1898 & Co., a business, technology and security consultancy that is a part of the Burns & McDonnell family of companies, today announced that it has...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/achieves-fortinets-operational-technology-partner-specialization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="permitting, transportation, bridges"> <section class="project-image"> <section aria-label="Restoring a Crucial Connection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_OzarkCountyHammondBridge_773907/Restoring%20a%20Crucial%20Connection%20Hammond%20Bridge%20Redesign_Case_Study_773907-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoring a Crucial Connection </h4> <p> In early May 2017, Ozark County, Missouri, experienced a 200-year storm, damaging or destroying several bridges in the area. The Hammond Bridge on Route CC was washed away.... </p> </section> <a href="https://info.burnsmcd.com/case-study/restoring-a-crucial-connection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, manufacturing-industrial"> <section class="project-image"> <section aria-label="Area Development: Navigating the Digital Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/BrandPattern-Navy.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: Navigating the Digital Transformation </h4> <p> Courtney Dunbar, site selection lead at Burns & McDonnell, recently asked Matt Olson, Burns & McDonnell’s chief innovation officer, about how companies are navigating the... </p> </section> <a href="https://www.areadevelopment.com/sustainable-development/q1-2024/navigating-the-digital-transformation.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation, water" data-brand="burns-mcdonnell" data-service="transportation-electrification, stormwater-management"> <section class="project-image"> <section aria-label="Burns & McDonnell Projects Supporting Electric Vehicle Infrastructure and Stormwater Control Measures Win ACEC Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Projects Supporting Electric Vehicle Infrastructure and Stormwater Control Measures Win ACEC Awards </h4> <p> </p><p>KANSAS CITY, Missouri — The American Council of Engineering Companies of Kansas has awarded Burns & McDonnell two engineering excellence awards.</p> <p>Kansas Department of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/acec-awards-for-ev-stormwater-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, proactive-threat-hunting-compromise-assessment, managed-attack-surface-protection-response"> <section class="project-image"> <section aria-label="Leveraging Cybersecurity to Safeguard Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_MattMorris_StrategicalllySecuring_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Cybersecurity to Safeguard Critical Infrastructure </h4> <p> Strategic cybersecurity solutions designed to handle the complexities of operational technology and industrial systems. </p> </section> <a href="https://1898andco.burnsmcd.com/video/leveraging-cybersecurity-to-safeguard-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="transportation, water" data-brand="burns-mcdonnell" data-service="transportation, water"> <section class="project-image"> <section aria-label="A Planner’s Essential Role in MS4 Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/A-Planners-Key-Role-in-MS4-Compliance-765568-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Planner’s Essential Role in MS4 Compliance </h4> <p> For a holistic solution benefitting public health, safety and welfare, cities can gain from the perspective of a planner who specializes in stormwater management. </p> </section> <a href="https://blog.burnsmcd.com/a-planners-essential-role-in-ms4-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Proposal Shines Light on Electromagnetic Waves and Wins Grand Prize in the Burns & McDonnell Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-01/2024-Battle-of-the-Brains-award-ceremony-765589-hero-3.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Proposal Shines Light on Electromagnetic Waves and Wins Grand Prize in the Burns & McDonnell Battle of the Brains </h4> <p> </p><p>KANSAS CITY, Missouri — Waves within the electromagnetic spectrum are used for all sorts of things, from listening to music to taking X-ray pictures and more. These invisible...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2024-battle-of-the-brains-winner" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals, government-military"> <section class="project-image"> <section aria-label="Navigating Challenges and Opportunities for the Hydrogen Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Challenges-and-Opportunities-for-the-Hydrogen-Industry-689631-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Challenges and Opportunities for the Hydrogen Industry </h4> <p> Seven sites were selected to establish hydrogen hubs across the U.S., but the modest 15% cost share and adverse market realities could hinder deployment. </p> </section> <a href="https://blog.burnsmcd.com/navigating-challenges-and-opportunities-for-the-hydrogen-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Q&A: Tushar Chitre on Ammonia’s Role in a Clean Energy Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Tushar-Chitre-Ammonia-733433-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Tushar Chitre on Ammonia’s Role in a Clean Energy Future </h4> <p> Ammonia is gaining interest as a potential carrier for hydrogen that could eliminate storage and cost concerns or even be used directly as a carbon-free fuel. </p> </section> <a href="https://blog.burnsmcd.com/qa-tushar-chitre-on-ammonias-role-in-a-clean-energy-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="OSIsoft Services Unleash Operational Intelligence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_OSIsoftServices_17946/OSIsoft-services-provide-data-organization-service-feature-1898andCo-17946.-hero-2500wide.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> OSIsoft Services Unleash Operational Intelligence </h4> <p> Across all industries, data and a constant demand for more information are central components of daily decisions to reduce costs, increase maintenance efficiency, improve... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/osisoft-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional, power, telecommunications" data-brand="burns-mcdonnell" data-service="mission-critical-buildings, critical-power, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Fluid Dynamics: Liquid Cooling’s Role in the Future of Data Centers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_LiquidCoolingforDataCenters_673770_WP/Liquid%20Cooling%20for%20Data%20Centers%20White%20Paper_673770-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fluid Dynamics: Liquid Cooling’s Role in the Future of Data Centers </h4> <p> The demand for data is higher than ever and driving the need for more efficient data centers. Liquid cooling technology is helping to transform data centers by... </p> </section> <a href="https://info.burnsmcd.com/white-paper/fluid-dynamics-liquid-coolings-role-in-the-future-of-data-centers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, construction, workplace, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="1400 KC Establishes Iconic New Commercial Design Aesthetic for Heart of Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_1400BaltimoreProjectSpotlightPage_23777/Gallary/D_2022_1400_KC_Exteriors_019_high.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1400 KC Establishes Iconic New Commercial Design Aesthetic for Heart of Kansas City </h4> <p> Clad in white metal panels and expansive glass windows, the new, 18-story 1400 KC building sets an all-new design aesthetic, contributing to the renaissance of downtown... </p> </section> <a href="https://info.burnsmcd.com/case-study/vibrant-modern-office-tower-elevates-the-heart-of-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="project-program-optimization, geospatial, enterprise-gis-consulting"> <section class="project-image"> <section aria-label="Accurate GIS Data Is Trail Map Utilities Need to Implement ADMS or Upgrade to the Utility Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_CleanGISDataArticle_722850/E98_KCM_CleanGISDataArticle_722850-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accurate GIS Data Is Trail Map Utilities Need to Implement ADMS or Upgrade to the Utility Network </h4> <p> In today's fast-paced world, where electricity is an ever-present and increasingly indispensable part of our daily lives, the role of electric utilities has never been more... </p> </section> <a href="https://1898andco.burnsmcd.com/article/accurate-gis-data-is-trail-map-utilities-need-to-implement-adms-or-upgrade-to-the-utility-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Increasing Operational Efficiency Through Data-Driven Strategies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_SmartManufacturing_18069/Increasing-operational-efficiency-through-data-driven-strategies-service-feature-18069-hero-2500wide.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increasing Operational Efficiency Through Data-Driven Strategies </h4> <p> Smart manufacturing involves using data-driven technology solutions to improve efficiency, increase productivity, and drive performance within your organization. Developing a... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/smart-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, stormwater-management"> <section class="project-image"> <section aria-label="Rethinking Stormwater: How Development Impacts the Land" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_RethinkingStormwater_74396_WP_Rethinking%20Stormwater%20How%20Development%20Impacts%20the%20Land/WTR_KCM_RethinkingStormwaterHowDevelopmentImpactsTheLand_74396-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rethinking Stormwater: How Development Impacts the Land </h4> <p> Every natural piece of land has already mastered and optimized the flow of its stormwater using resources such as trees, rocks, soil and grasses. Although rainfall runoff... </p> </section> <a href="https://info.burnsmcd.com/white-paper/rethinking-stormwater-how-development-impacts-the-land" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Four Diverse Businesses Earn Burns & McDonnell Partner of the Year Award, Scholarships" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2024-01/Partner-of-Year-Ayana-Parsons-766742-header.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Four Diverse Businesses Earn Burns & McDonnell Partner of the Year Award, Scholarships </h4> <p> </p><p>KANSAS CITY, Missouri — Connecting with and supporting diverse businesses contributes to economic growth, innovation and strengthened communities. This is why the <a href="https://www.burnsmcd.com/suppliers/business-diversity" rel="noopener">Business...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/diverse-partner-award-scholarships" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial"> <section class="project-image"> <section aria-label="Lead and Copper Rule Revisions Mandate New Water System Requirements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Lead-and-Copper-Rule-Revisions-Mandate-New-Water-System-Requirements-739400-social%20.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lead and Copper Rule Revisions Mandate New Water System Requirements </h4> <p> New U.S. Environmental Protection Agency requirements mean big changes for water systems. Updated Lead and Copper Rule Revisions will soon take effect. </p> </section> <a href="https://blog.burnsmcd.com/lead-and-copper-rule-revisions-mandate-new-water-system-requirements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, construction, healthcare, buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Beyond Surveys: How Human-Centered Standards Can Improve the Patient Experience in Healthcare" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_BeyondSurveysHowStandards%E2%80%8BCanImprovetheHealthcareExperience_654891_WP/GFS_KCM_BeyondSurveysHowStandardsCanImprovetheHealthcareExperience%E2%80%8B_654891-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beyond Surveys: How Human-Centered Standards Can Improve the Patient Experience in Healthcare </h4> <p> Understanding human experience is a fundamental step in the transformation toward more patient-centered care models, and developing new avenues for enhancing the quality of... </p> </section> <a href="https://info.burnsmcd.com/white-paper/beyond-surveys-how-human-centered-standards-can-improve-the-patient-experience-in-healthcare" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water, ports-maritime" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="New Burns & McDonnell CEO Leslie Duke Aims to Safely and Successfully Build the Future of Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Burns & McDonnell CEO Leslie Duke Aims to Safely and Successfully Build the Future of Critical Infrastructure </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.linkedin.com/in/dukeleslie/" rel="noopener" target="_blank">Leslie Duke</a>, the new CEO of <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, is taking on the role during a time of tremendous importance and opportunity, as the United States is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-ceo-leslie-duke" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="KCBJ: KC panel addresses ways to develop workforce for big future projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCBJ: KC panel addresses ways to develop workforce for big future projects </h4> <p> With an abundance of large developments on the horizon in the Kansas City metro, industry leaders are collaborating to address demand for the people needed to build these... </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2024/01/03/burns-mcdonnell-the-builders-construction-workers.html?b=1704313805^22346825" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="facility-cybersecurity, cybersecurity-maturity-model-certification-(cmmc)"> <section class="project-image"> <section aria-label="Do Clients Need to Start Preparing for CMMC Now?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Cyber/749500_LorenzoWilliams_V1_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Do Clients Need to Start Preparing for CMMC Now? </h4> <p> The cybersecurity maturity model certification (CMMC) is a new requirement for DoD contractors. </p> </section> <a href="https://1898andco.burnsmcd.com/video/do-clients-need-to-start-preparing-for-cmmc-now" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Errochty Substation EPC Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Errochty Substation EPC Project </h4> <p> </p><p>BIRMINGHAM, England — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has been awarded an engineer-procure-construct (EPC) contract for the Errochty Grid Supply Point (GSP) project by SSEN Transmission.</p> <p>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/errochty-substation-epc-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="construction, mission-critical-buildings, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Power Play: Accelerating Delivery of a Data Center Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_BenchMarkProjectSpotlightonTempleDataCenter_494454/Spotlight-Header-Image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Play: Accelerating Delivery of a Data Center Facility </h4> <p> With server operations set to demand immense quantities of energy, the new Temple Data Center drew upon the efficiency of an integrated project approach to speed into the... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/power-play-accelerating-delivery-of-a-data-center-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional, environmental, power, transportation, water" data-brand="burns-mcdonnell" data-service="construction, commercial-buildings, electric-power-generation, environmental, electrical-transmission-distribution, transportation, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Lisa Janness to Lead the Detroit Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Lisa Janness to Lead the Detroit Office </h4> <p> </p><p>DETROIT — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has selected <a href="https://www.linkedin.com/in/lisa-m-janness/" rel="noopener" target="_blank">Lisa Janness</a> to lead its <a href="https://www.burnsmcd.com/locations/detroit" rel="noopener">Detroit office</a> in the Great Lakes...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/lisa-janness-to-lead-detroit-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="construction, safety, robotics-automation"> <section class="project-image"> <section aria-label="Leveling Up: A Job Site Built for the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Leveling%20Up%20A%20Job%20Site%20Real.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveling Up: A Job Site Built for the Future </h4> <p> The construction industry is undergoing a rapid transformation. Exciting new job site solutions are providing the pathway for greater efficiency and modernization. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/leveling-up-a-job-site-built-for-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation, water" data-brand="burns-mcdonnell" data-service="construction, transportation, water"> <section class="project-image"> <section aria-label="Municipalities Embrace the Phased Design-Build Delivery Method" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Municipalities-Embrace-the-Phased-Design-Build-Delivery-Method-687505-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Municipalities Embrace the Phased Design-Build Delivery Method </h4> <p> The phased design-build delivery method enables municipalities to keep complex projects on track and on budget. Increased collaboration and transparency keep stakeholders... </p> </section> <a href="https://blog.burnsmcd.com/municipalities-embrace-the-phased-design-build-delivery-method" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Retiring Burns & McDonnell CEO Ray Kowalik Leaves a Powerful Impact on Firm, Industry and Communities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-12/Ray-Kowalik-Battle-of-the-Brains-711147-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Retiring Burns & McDonnell CEO Ray Kowalik Leaves a Powerful Impact on Firm, Industry and Communities </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> Chairman and CEO Ray Kowalik is retiring at the end of 2023, after leading the 100% employee-owned firm through rapid growth and job...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ray-kowalik-retirement-broad-impact" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell, Union Station Crews Surprise Top 20 Student Finalist Teams in Kansas City’s First STEM Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-12/BOTB-Top-20-2023-711147-hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell, Union Station Crews Surprise Top 20 Student Finalist Teams in Kansas City’s First STEM Competition </h4> <p> </p><p>KANSAS CITY, Missouri (Dec. 7, 2023) — Families who visit <a href="https://sciencecity.unionstation.org/" rel="noopener" target="_blank">Science City at Union Station</a> can step into the world of robotics, explore STEM concepts through carnival games or...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/top-20-battle-of-the-brains-stem-competition-2023" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Digital Modeling Technology Is Poised to Make Paper Drawings a Relic of the Past" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Digital-modeling-technology-is-poised-to-make-paper-drawings-a-relec-of-the-past-692741.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital Modeling Technology Is Poised to Make Paper Drawings a Relic of the Past </h4> <p> Data-centric processes on the largest job in Burns & McDonnell history are demonstrating that paper drawings may soon be obsolete. </p> </section> <a href="https://blog.burnsmcd.com/digital-modeling-technology-is-poised-to-make-paper-drawings-a-relic-of-the-past" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="diversity" data-brand="burns-mcdonnell" data-service="diversity"> <section class="project-image"> <section aria-label="Inaugural Business Diversity Capacity-Building Program Provides Tools and Techniques for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Inaugural-Business-Diversity-Capacity-Building-Program-711890-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inaugural Business Diversity Capacity-Building Program Provides Tools and Techniques for Success </h4> <p> Nearly 40 small and diverse businesses now have new capacity for growth thanks to inaugural Burns & McDonnell Accelerate program. </p> </section> <a href="https://blog.burnsmcd.com/inaugural-business-diversity-capacity-building-program-provides-tools-and-techniques-for-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Going From Concept to Implementation and Beyond" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_LewisMcKenzie_QA_ClientSuccess_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Going From Concept to Implementation and Beyond </h4> <p> Understanding strategy is essential to successful project solutions that extend from initial concept to implementation and then to the post go-live environment. </p> </section> <a href="https://1898andco.burnsmcd.com/video/going-from-concept-to-implementation-and-beyond" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="managed-security-services, security-platform-deployment-integration"> <section class="project-image"> <section aria-label="Keeping Critical Infrastructure Safe From Cybersecurity Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_MattMorris_KeepsCriticalInfrastructureSecure_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Critical Infrastructure Safe From Cybersecurity Risks </h4> <p> At 1898 & Co., we focus on protecting critical infrastructure from cybersecurity threats to drive resilience and solve the biggest challenges. </p> </section> <a href="https://1898andco.burnsmcd.com/video/keeping-critical-infrastructure-safe-from-cybersecurity-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, transportation, water" data-brand="burns-mcdonnell" data-service="environmental, transportation, water"> <section class="project-image"> <section aria-label="Understanding the MS4 Permit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Understanding-the-MS4-Permit-687875-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the MS4 Permit </h4> <p> Being proactive about your MS4 permit will help you avoid fines, save time and stay within your permit budget. </p> </section> <a href="https://blog.burnsmcd.com/understanding-the-ms4-permit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental" data-brand="burns-mcdonnell" data-service="solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Innovative Highway Litter Study Gives Tennessee Insight Into Progress to Date and Challenges That Remain" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENS_KCM_Innovative2022HighwayLitterStudy_570665/ENS_KCM_KeepTennesseeBeautifulCaseStudy_570665-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovative Highway Litter Study Gives Tennessee Insight Into Progress to Date and Challenges That Remain </h4> <p> Tennessee is making a serious commitment to reduce the amount of litter along its roads and highways. A statewide study by Burns & McDonnell has documented progress while... </p> </section> <a href="https://info.burnsmcd.com/case-study/innovative-2022-highway-litter-study-gives-tennessee-insight-into-progress-to-date-and-challenges-that-remain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Announces Principal Class of 2023" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Announces Principal Class of 2023 </h4> <p> </p><p>MUMBAI, India — <a href="https://www.burnsmcd.com/locations/mumbai" rel="noopener">Burns & McDonnell India (BMI)</a>, a part of Burns & McDonnell, has promoted five team members to the Principal Group, a senior level of leadership within the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-india-principals-2023" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Evolved Packet Core Deployment Options for Utility Private LTE" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Evolved-Packet-Core-Deployment-Options-for-Utility-Private-LTE-683408-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evolved Packet Core Deployment Options for Utility Private LTE </h4> <p> Utilities using a private LTE network will need to identify an evolved packet core deployment solution, impacting expenses, cybersecurity and operations. </p> </section> <a href="https://blog.burnsmcd.com/evolved-packet-core-deployment-options-for-utility-private-lte" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Looking to the Future With a Digital Transformation Road Map" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_SRPOTTechRoadmap_666978_CS/E98_KCM_SRPOTTechRoadMapCaseStudy_666978_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Looking to the Future With a Digital Transformation Road Map </h4> <p> Salt River Project (SRP), an electric utility based in Arizona, is in need of a significant transformation within its power system to continue delivering reliable services. </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/looking-to-the-future-with-a-digital-transformation-road-map" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Early Site Permitting for Advanced Nuclear Facilities Gets You Ahead of the Game" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Early-Site-Permitting-With-Advanced-Nuclear-Facilities-Gets-You-Ahead-of-the-Game-707220-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Early Site Permitting for Advanced Nuclear Facilities Gets You Ahead of the Game </h4> <p> As advanced and small modular nuclear technologies near commercial operation, it is time for utilities and developers to begin the early site permitting process. </p> </section> <a href="https://blog.burnsmcd.com/early-site-permitting-for-advanced-nuclear-facilities-gets-you-ahead-of-the-game" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="commissioning-(cx), commissioning-(cx)"> <section class="project-image"> <section aria-label="Burns & McDonnell Works Behind the Scenes to Get Stadium Ready for Prime Time" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_StateFarmStadium_647474/Burns-&-McDonnell-Works-Behind-the-Scenes-to-Get-Stadium-Ready-for-Prime-Time-Case-Study-647474-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Works Behind the Scenes to Get Stadium Ready for Prime Time </h4> <p> A complete upgrade and overhaul of critical heating, ventilation and air conditioning (HVAC) and lighting control systems at a large Arizona stadium that frequently hosts... </p> </section> <a href="https://info.burnsmcd.com/case-study/burns-and-mcdonnell-works-behind-the-scenes-to-get-stadium-ready-for-prime-time" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Juan Arellano to Lead Finance and Administration as Vice President of AZCO" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-generic-header-dark-blue.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Juan Arellano to Lead Finance and Administration as Vice President of AZCO </h4> <p> <span>He is responsible for all financial and fiscal management aspects for the union construction subsidiary of Burns & McDonnell.</span> </p> </section> <a href="https://azco.burnsmcd.com/finance-administration-vice-president-juan-arellano" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals"> <section class="project-image"> <section aria-label="Using Knowledge Transfer to Get Unique Projects Off on the Right Foot" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_EmergingMarkets_536303_WP/OGC_KCM_EmergingMarketsWhitePaper_536303_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Knowledge Transfer to Get Unique Projects Off on the Right Foot </h4> <p> As the pace of technological change quickens, more chemical companies are faced with implementing emerging technologies and other first-of-a-kind construction projects. As... </p> </section> <a href="https://info.burnsmcd.com/white-paper/using-knowledge-transfer-to-get-unique-projects-off-on-the-right-foot" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, water" data-brand="burns-mcdonnell" data-service="manufacturing-industrial-facilities, life-sciences-technology, industrial-water-wastewater"> <section class="project-image"> <section aria-label="Reducing Bioaerosol Risks at Pharmaceutical Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_CHI_WastewaterTreatmentinPharma_621900_WP/GFS_CHI_ReducingBioaerosolRisksatPharmaceuticalPlants_621900-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reducing Bioaerosol Risks at Pharmaceutical Plants </h4> <p> More than 45 years after the first known outbreak of Legionnaires’ disease was linked to tiny, airborne droplets emitted by a cooling tower, such bioaerosols containing... </p> </section> <a href="https://info.burnsmcd.com/white-paper/reducing-bioaerosol-risks-at-pharmaceutical-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power, transportation" data-brand="burns-mcdonnell" data-service="transportation-electrification, sustainability"> <section class="project-image"> <section aria-label="Preparing for Successful and Sustainable Electric Vehicle Market Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAL_ImpactofESGontheEVIndustry_573962_WP/TND_CAL_ImpactofESGontheEVIndustryWhitePaper_573962-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing for Successful and Sustainable Electric Vehicle Market Growth </h4> <p> The electric vehicle (EV) sector is driving the global automotive industry's future, with projections indicating that more than one-third of all <a href="https://www.iea.org/data-and-statistics/data-product/global-ev-outlook-2023" target="_blank">lightweight vehicles will be...</a> </p> </section> <a href="https://info.burnsmcd.com/white-paper/preparing-for-successful-and-sustainable-electric-vehicle-market-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Gordon Stifanyk Joins Burns & McDonnell to Lead Transmission & Distribution Group in Canada" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gordon Stifanyk Joins Burns & McDonnell to Lead Transmission & Distribution Group in Canada </h4> <p> </p><p>CALGARY, Alberta — Gordon (Gord) Stifanyk has joined <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> as the leader for the firm’s <a href="https://www.burnsmcd.com/services/electrical-transmission-distribution" rel="noopener">Transmission & Distribution</a> Group in Canada. Within his 20-year career,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/gord-stifanyk-transmission-distribution-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="source-development-groundwater-supply, water, water-supply-distribution"> <section class="project-image"> <section aria-label="New Collector Well Improves Water Quality and Increases Capacity, Positioning Community for Future Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-11/JCWA-horizontal-collector-well-project%20team-695400-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Collector Well Improves Water Quality and Increases Capacity, Positioning Community for Future Growth </h4> <p> </p><p>CRYSTAL CITY, Missouri — Jefferson County Water Authority (JCWA), which serves the cities of Herculaneum and Festus in Missouri, added a second collector well to supply water...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jcwa-horizontal-collector-well" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, commissioning-(cx), federal-military, ports-maritime"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Pablo Lorenzo to Lead Aviation & Federal Group in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Pablo Lorenzo to Lead Aviation & Federal Group in California </h4> <p> </p><p>BREA, California — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced <a href="https://www.linkedin.com/in/pablo-lorenzo-/" rel="noopener" target="_blank">Pablo L. Lorenzo, PE</a>, to lead the firm’s Aviation &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pablo-lorenzo-aviation-federal-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, transportation" data-brand="benchmark" data-service="transportation-electrification, electrical-distribution, electrical-transmission, fleet-electrification-advisory"> <section class="project-image"> <section aria-label="How to Take Charge of Your Fleet Conversion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMarkUntanglingComplexElectrification_494321/BM23-Feature-FleetConversion-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How to Take Charge of Your Fleet Conversion </h4> <p> Which comes first, the electric vehicle or the infrastructure? For those planning fleet electrification, both must be among the considerations in a comprehensive planning... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/how-to-take-charge-of-your-fleet-conversion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, program-management, stakeholder-management, electrical-transmission-distribution, electrical-distribution, grid-modernization"> <section class="project-image"> <section aria-label="Selecting the Right Contracting Model for Distribution Investments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_TheImportanceofChoosingtheRightProgramExecutionModel_554950_WP/TND_KCM_TheImportanceofChoosingtheRightProgramExecutionModelWhitepaper_554950-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Selecting the Right Contracting Model for Distribution Investments </h4> <p> Over the next decade, U.S. utilities will continue to invest billions of dollars in modernizing the electrical distribution grid. Given decreasing internal staff sizes due to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/selecting-the-right-contracting-model-for-distribution-investments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="burns-mcdonnell" data-service="project-portfolio-management-systems"> <section class="project-image"> <section aria-label="6 Ways PMIS Can Help Refine and Improve Project Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_6StepstoderivevaluefromtheimplementationofaPMIS_AR_503633/503633-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 6 Ways PMIS Can Help Refine and Improve Project Processes </h4> <p> Project management information systems are useful for addressing a wide range of common project execution challenges. </p> </section> <a href="https://1898andco.burnsmcd.com/article/six-ways-pmis-can-help-refine-and-improve-project-processes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power" data-brand="burns-mcdonnell" data-service="construction, environmental, power"> <section class="project-image"> <section aria-label="Addressing Permitting Challenges for Battery Energy Storage Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/addressing-permitting-challenges-for-battery-energy-storage-systems-650732-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Permitting Challenges for Battery Energy Storage Systems </h4> <p> Battery energy storage systems (BESS) enhance solar and wind energy projects, but the permitting process is arduous due to the technology’s novelty. </p> </section> <a href="https://blog.burnsmcd.com/addressing-permitting-challenges-for-battery-energy-storage-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Jake Merriman Leader of Environmental Services Group for South Central Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Jake Merriman Leader of Environmental Services Group for South Central Region </h4> <p> </p><p>HOUSTON — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has selected Jake Merriman to lead its Environmental Services Group for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jake-merriman-environmental-services-south-central" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power, transportation" data-brand="1898-co." data-service="business-strategy-transformation, emerging-energy-advisory, grid-modernization-planning, asset-planning-management, strategic-asset-management, industrial-cybersecurity, energy-policy-advisory, business-outcome-solutions, critical-function-risk-mitigation"> <section class="project-image"> <section aria-label="Get Ahead of the Crisis: Factor Evacuation-Driven Demand Into Utility Plans for EV Charging" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_ORL_ElectricVehicleEvacuationinEmergencySituations_%2021371/Get-ahead-of-crisis-Factor-evacuation-driven-demand-into-utility-plans-for-EV-charging-21371-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Get Ahead of the Crisis: Factor Evacuation-Driven Demand Into Utility Plans for EV Charging </h4> <p> Electric vehicle (EV) adoption is growing rapidly, as are instances of extreme weather. Are these two growth trends on a collision course? As utilities develop emergency... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/get-ahead-of-the-crisis-factor-evacuation-driven-demand-into-utility-plans-for-ev-charging" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="emerging-energy-advisory, strategic-asset-management, transmission-generator-interconnects, financing-forecasting"> <section class="project-image"> <section aria-label="7 Questions to Consider for Offshore Wind Transmission in the U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/seven-questions/Seven-questions-to-consider-for-offshore-wind-transmission-white-paper-1898andCo-15565-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 7 Questions to Consider for Offshore Wind Transmission in the U.S. </h4> <p> The U.S. offshore wind market has potential to supply vast amounts of clean, renewable energy to millions of homes and businesses. Turning it into reality will involve... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/offshore-wind-transmission-in-the-us" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service="data-analytics, analytics-business-intelligence, data-visualizations-insights, data-science-services"> <section class="project-image"> <section aria-label="Better Organizational Decisions With Data Visualizations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_BusinessIntelligence_18022/Finding-new-ways-to-utilize-organizational-data-service-feature-1898andCo-18067-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Better Organizational Decisions With Data Visualizations </h4> <p> The variety of data and the speed at which it is being created is constantly increasing. A successful business intelligence strategy takes that data and transforms it into... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/business-intelligence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service="business-strategy-transformation, people-culture-change, change-management"> <section class="project-image"> <section aria-label="A Comprehensive Approach to Managing Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_ChangeManagement_14811/AdobeStock_280062865.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Comprehensive Approach to Managing Change </h4> <p> The value of change can be seen in new technology tools, improved processes and organizational transformations. However, it can be difficult to adapt to see those benefits.... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/people-change-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="capital-asset-planning, investment-road-mapping, business-case-assessment, financial-analysis, business-case-analysis"> <section class="project-image"> <section aria-label="Competitive Analyses for Improved Industry Positioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_BusinessCaseAssessments_14810/Competitive-analyses-for-improved-industry-positioning-service-feature-1898andCo-14810-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Competitive Analyses for Improved Industry Positioning </h4> <p> Gaining the edge in the chemicals, oil and gas market means organizations must make strategic decisions to improve existing kit, build new facilities or enter new markets.... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/business-case-assessments-and-analysis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="capital-asset-planning, asset-planning-management, strategic-asset-management, systems-platforms"> <section class="project-image"> <section aria-label="Considerations for Embracing Asset Investment Planning (AIP) Software" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_AssetLensWhyAdoptionofAIPIsChallenging_620102/E98_KCM_AssetLensWhyAdoptionofAIPIsChallengingArticle_620102-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for Embracing Asset Investment Planning (AIP) Software </h4> <p> To succeed, manufacturers need to involve the right stakeholders early, focus on differentiated outcomes, evaluate efficiently and equip themselves for change. </p> </section> <a href="https://1898andco.burnsmcd.com/article/considerations-for-embracing-asset-investment-planning-aip-software" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Reducing Inspection Frequency Following Construction Site Restoration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Reducing-Inspection-Frequency-During-Construction-Site-Restoration-682202-social.png.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reducing Inspection Frequency Following Construction Site Restoration </h4> <p> When growing season ends, many construction sites turn to restoration efforts. There are options for minimizing the frequency of required inspections. </p> </section> <a href="https://blog.burnsmcd.com/reducing-inspection-frequency-following-construction-site-restoration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, mission-critical-networks, utility-automation, distribution-automation"> <section class="project-image"> <section aria-label="Transitioning From Legacy TDM to High-Speed Packet Networks Seamlessly for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MBI_JourneyfromTDMtoPacketNetworkforUtility_562600_AR/Transitioning-From-Legacy-TDM-to-High-Speed-Packet-Networks-Seamlessly-for-Utilities-Article-562600-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transitioning From Legacy TDM to High-Speed Packet Networks Seamlessly for Utilities </h4> <p> Utilities have been deploying their own dedicated networks to enable remote control and maintenance of the grid for decades, starting with two-way radio to today’s... </p> </section> <a href="https://info.burnsmcd.com/article/transitioning-from-legacy-tdm-to-high-speed-packet-networks-seamlessly-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens U.K. Presence, Becoming an SSEN Transmission Preferred Bidder" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens U.K. Presence, Becoming an SSEN Transmission Preferred Bidder </h4> <p> </p><p>BIRMINGHAM, England — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> is consolidating its expansion across the U.K. transmission market, having been selected as a preferred bidder by <a href="https://www.ssen-transmission.co.uk/" rel="noopener" target="_blank">SSEN Transmission</a> to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ssen-transmission-preferred-bidder" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="The Builders, Burns & McDonnell Celebrate Opening of Career Development & Exploration Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-10/CDEC-News-Release-673873.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Builders, Burns & McDonnell Celebrate Opening of Career Development & Exploration Center </h4> <p> </p><p>NORTH KANSAS CITY, Missouri — <a href="https://www.thebuildersagc.com/BA/BA/BA_Home_Page.aspx" rel="noopener" target="_blank">The Builders</a>, a chapter of the AGC, and<a href="https://www.burnsmcd.com" rel="noopener"> Burns & McDonnell</a> have teamed up to open the Career Development & Exploration Center (CDEC), an...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/opening-career-development-exploration-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="High-Stakes Project Delivers Big Return" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/WTR_KCM_MulvaneCaseStudyUpdate_554481_CS/WTR_KCM_MulvaneCaseStudyUpdate_554481-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> High-Stakes Project Delivers Big Return </h4> <p> With the opportunity to attract jobs and generate revenue through a new casino and hotel complex, leaders in Mulvane, Kansas knew they had to update the city’s wastewater... </p> </section> <a href="https://info.burnsmcd.com/case-study/high-stakes-project-delivers-big-return" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to Larger Office Space in Denver, Plans to Hire 100 Employee-Owners to Design and Build Critical Infrastructure Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-10/Burns-McDonnell-Denver-office-exterior-611670-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to Larger Office Space in Denver, Plans to Hire 100 Employee-Owners to Design and Build Critical Infrastructure Projects </h4> <p> </p><p>DENVER, Colorado — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has relocated its Denver operations to a new 124,168-square-foot...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/larger-denver-office-planning-to-hire-100" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, transportation"> <section class="project-image"> <section aria-label="Capitalizing on New Funding Options for Critical Infrastructure in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/capitalizing-on-new-funding-options-for-critical-infrastructure-in-texas-628287-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Capitalizing on New Funding Options for Critical Infrastructure in Texas </h4> <p> Three new Texas laws aim to enhance the economy through new funding for energy generation, semiconductor manufacturing, and seaport infrastructure. </p> </section> <a href="https://blog.burnsmcd.com/capitalizing-on-new-funding-options-for-critical-infrastructure-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, baggage-handling, smart-airports, aviation-technology-security-systems"> <section class="project-image"> <section aria-label="Master Systems Integration Is Secret Key to Unlocking Efficiency for Airports and the Aviation Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_KCM_MasterSystemsIntegration%28MSI%29atAirports_624651_WP/Master%20Systems%20Integration%20%28MSI%29%20at%20Airports-White%20Paper-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Master Systems Integration Is Secret Key to Unlocking Efficiency for Airports and the Aviation Industry </h4> <p> Despite the presence of dozens of complex digital systems needed to safely and securely operate airports, integration of data from those systems is still often an... </p> </section> <a href="https://info.burnsmcd.com/white-paper/master-systems-integration-is-secret-key-to-unlocking-efficiency-for-airports-and-the-aviation-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="capital-asset-planning, asset-planning-management, esg-transaction-advisory"> <section class="project-image"> <section aria-label="Asset Investment Planning Can and Should Correspond With Environmental, Social and Governance Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/Articles/E98_KCM_AssetLensAIPandESGWhatstheMatchArticle_620143_AR/E98_KCM_AssetLensAIPandESGWhatstheMatchArticle_620143-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Asset Investment Planning Can and Should Correspond With Environmental, Social and Governance Goals </h4> <p> Asset Investment Planning (AIP) is about formalizing, unifying and rationalizing asset investment decisions across the organization. The goal is to align each expenditure... </p> </section> <a href="https://1898andco.burnsmcd.com/article/asset-investment-planning-can-and-should-correspond-with-environmental-social-and-governance-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="capital-asset-planning, asset-planning-management, strategic-asset-management"> <section class="project-image"> <section aria-label="How AIP Software Fills a Critical Capability Gap for Manufacturers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_ResearchWhitePaperAssetInvestmentPlanning_571550_WP/Why-AIP-Software-Fills-a-Critical-Capability-Gap-for-Manufacturers-White-paper-571550-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How AIP Software Fills a Critical Capability Gap for Manufacturers </h4> <p> Manufacturers face a more complex, dynamic and competitive marketplace than ever before. Crises ranging from the COVID-19 pandemic to the war in Ukraine have vividly... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/how-aip-software-fills-a-critical-capability-gap-for-manufacturers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, underground-transmission, telecommunications, fiber-optic-infrastructure, mission-critical-networks, scada-systems, electrical-distribution, electrical-transmission, underground-distribution"> <section class="project-image"> <section aria-label="The Logical Place for Long-Haul Fiber Is Underground" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_ATL_Benefitsoflong-haulundergroundfiberintransmissionrights-of-way_295596/The-Logical-Place-for-Long-Haul-Fiber-Is-Underground%20-white-paper-295596-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Logical Place for Long-Haul Fiber Is Underground </h4> <p> Electric utilities seeking to increase their fiber connectivity have historically looked up, installing optical ground wire (OPGW) overhead in their transmission... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-logical-place-for-long-haul-fiber-is-underground" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, acquisition-divestment" data-brand="1898-co." data-service="power, oil-gas-chemicals, acquisition-divestment"> <section class="project-image"> <section aria-label="Decarbonisation of Heat in Europe" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Decarbonisation-of-Heat-in-Europe-616850-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Decarbonisation of Heat in Europe </h4> <p> To realistically meet ambitious greenhouse gas emissions targets in Europe, society must reassess its approach to energy production for heating and cooling. </p> </section> <a href="https://1898blog.burnsmcd.com/decarbonisation-of-heat-in-europe" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="transportation-electrification"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Growth and New Office Space in Austin, Texas " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-10/Austin-Office-Open-House-Burns-McDonnell-637383-hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Growth and New Office Space in Austin, Texas </h4> <p> </p><p>AUSTIN, Texas — Burns & McDonnell hosted a ribbon-cutting and open house to celebrate its past, present and future in Texas and to showcase its new office space in <a href="https://www.burnsmcd.com/locations/austin-texas" rel="noopener">Austin</a>....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/office-growth-in-austin" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="1898-co." data-service="technology-strategy"> <section class="project-image"> <section aria-label="Bringing Insights to Power Utilities With Edge Intelligence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_On-DemandWebinarEdgeIntelligenceAMI2.0_AR_603050/Header_OnDemandWebinarEdgeIntelligenceAMI2.0Article_603050.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bringing Insights to Power Utilities With Edge Intelligence </h4> <p> </p> </section> <a href="https://1898andco.burnsmcd.com/article/bringing-insights-to-power-utilities-with-edge-intelligence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Expanding to Bengaluru" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Expanding to Bengaluru </h4> <p> </p><p>BENGALURU, India — <a href="https://www.burnsmcd.com/locations/mumbai" rel="noopener">Burns & McDonnell India</a>, part of Burns & McDonnell, is opening a second office, in <a href="https://www.burnsmcd.com/locations/bengaluru" rel="noopener">Bengaluru</a>, to expand the firm’s presence in India. Located in Bagmane...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-india-expands-to-bengaluru" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="cybersecurity-assessment-services, design-deployment-integration, critical-function-risk-mitigation, managed-threat-protection-response, asset-discovery-management"> <section class="project-image"> <section aria-label="A Good Plan Links Asset Visibility and Threat Detection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_AssetVisibilityThreatDetection_640090_AR/Asset%20Visibility%20&%20Threat%20Detection_Article_640090-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Good Plan Links Asset Visibility and Threat Detection </h4> <p> The escalating reliance on technology and connectivity in industrial critical infrastructure has brought about efficiency and convenience. However, this efficiency and... </p> </section> <a href="https://1898andco.burnsmcd.com/article/a-good-plan-links-asset-visibility-and-threat-detection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="freight-rail, transportation, bridges, rail"> <section class="project-image"> <section aria-label="AREMA Honors Merchants Bridge With Hay Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_SLO_MerchantsBridge_516900/TRN_SLO_MerchantsBridgeCaseStudy_516900-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AREMA Honors Merchants Bridge With Hay Award </h4> <p> </p><p>KANSAS CITY, Missouri — The American Railway Engineering and Maintenance-of-Way Association (AREMA) Board and the Dr. William W. Hay Award for Excellence Review Committee...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/arema-honors-merchants-bridge-with-hay-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, aerospace-space, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Houston Mayor Sylvester Turner and NASA Leadership Join Ribbon-Cutting at New Intuitive Machines Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-10/Intuitive-Machines-Ribbon-Cutting-630350.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Houston Mayor Sylvester Turner and NASA Leadership Join Ribbon-Cutting at New Intuitive Machines Facilities </h4> <p> </p><p>HOUSTON, Texas — <a href="https://www.intuitivemachines.com/" rel="noopener" target="_blank">Intuitive Machines</a>, a leading space exploration, infrastructure and service company, held a ribbon-cutting ceremony to celebrate its new headquarters and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/intuitive-machines-ribbon-cutting-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, engineer-procure-construct"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Bryan Phillips Leader of Construction Group for South Central Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Bryan Phillips Leader of Construction Group for South Central Region </h4> <p> </p><p>HOUSTON, Texas — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has promoted Bryan Phillips to lead its <a href="https://www.burnsmcd.com/services/construction" rel="noopener">Construction</a> Group for the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bryan-phillips-construction-leader-south-central-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental, power" data-brand="1898-co." data-service="new-technology-screening-selection, strategic-asset-management"> <section class="project-image"> <section aria-label="Renewable Energy’s End-of-Life Challenge: Identifying Recycling Options for Batteries, Solar Panels and Wind Turbines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_CEATI_WP_155190_Renewable%20Energys%20End-of-Life%20Challenge/E98_KCM_CEATIBlog_155190-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy’s End-of-Life Challenge: Identifying Recycling Options for Batteries, Solar Panels and Wind Turbines </h4> <p> Renewable energy technologies are revolutionizing energy production and storage, but the associated assets have limited end-of-life potential. By 2050, these assets are... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/renewable-energys-end-of-life-challenge-identifying-recycling-options-for-batteries-solar-panels-and-wind-turbines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, data-analytics, enterprise-technology" data-brand="1898-co." data-service="power, data-analytics, enterprise-technology"> <section class="project-image"> <section aria-label="Q&A: Frederic Dubois on Adding an Edge to Intelligence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Adding-an-Edge-to-Intelligence-591939-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Frederic Dubois on Adding an Edge to Intelligence </h4> <p> Edge intelligence is data analysis combined with the deployment of solutions that increase real-time response and visibility. Frederic Dubois lays out pros and cons. </p> </section> <a href="https://1898blog.burnsmcd.com/qa-frederic-dubois-on-adding-an-edge-to-intelligence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="burns-mcdonnell" data-service="rail-bridges, transportation, bridges, rail"> <section class="project-image"> <section aria-label="Merchants Rail Bridge Project in St. Louis Succeeds With Detailed Engineering and Precise Construction Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_SLO_MerchantsBridge_516900/TRN_SLO_MerchantsBridgeCaseStudy_516900-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Merchants Rail Bridge Project in St. Louis Succeeds With Detailed Engineering and Precise Construction Planning </h4> <p> The historic Merchants Bridge in St. Louis has been a vital link for rail traffic since it first opened in 1889. However, by the early 2010s, years of heavy use had caused... </p> </section> <a href="https://info.burnsmcd.com/case-study/merchants-rail-bridge-project-in-st.-louis-succeeds-with-detailed-engineering-and-precise-construction-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind, wind, land-right-of-way-management, electrical-transmission, competitive-transmission-development, interconnection-facilities"> <section class="project-image"> <section aria-label="Capitalizing on Existing Transmission Assets for West Coast Offshore Wind Power" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/Offshore%20Wind%20Transmission%20White%20Paper%20516678/TND_CAL_OffshoreWindTransmissionWhitePaper_516678_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Capitalizing on Existing Transmission Assets for West Coast Offshore Wind Power </h4> <p> New offshore wind power projects along the West Coast create demands for upgrading the electric grid. Investor-owned utilities (IOUs), public utility commissions (PUCs),... </p> </section> <a href="https://info.burnsmcd.com/white-paper/capitalizing-on-existing-transmission-assets-for-west-coast-offshore-wind-power" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, deicing-glycol-recycling"> <section class="project-image"> <section aria-label="Environmental Milestone Achieved With Startup of World’s First Low Content Evaporator, at Syracuse Hancock International Airport’s New Glycol Recycling Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Projects/GlycolCollectionRecyclingFacility/glycol-collection-recycling-facility-523100-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental Milestone Achieved With Startup of World’s First Low Content Evaporator, at Syracuse Hancock International Airport’s New Glycol Recycling Facility </h4> <p> </p><p>SYRACUSE, New York — Earlier this year the Syracuse Regional Airport Authority (SRAA) in partnership with Aeromag, which selected <a href="https://www.burnsmcd.com/services/aviation/deicing-glycol-recycling" rel="noopener">Burns & McDonnell</a> to provide design-build...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/startup-low-content-evaporator-glycol-recycling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental"> <section class="project-image"> <section aria-label="A Sustainable Solution: Transforming Organics to Renewable Natural Gas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Transforming-Organics-to-Renewable-Natural-Gas-574450-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Sustainable Solution: Transforming Organics to Renewable Natural Gas </h4> <p> Transforming organics to renewable natural gas (RNG) has the potential to help reduce greenhouse gas emissions. RNG can be a sustainable energy source. </p> </section> <a href="https://blog.burnsmcd.com/a-sustainable-solution-transforming-organics-to-renewable-natural-gas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="construction, highways, transportation, bridges, highway-bridges"> <section class="project-image"> <section aria-label="Raising the Bar for Highway Bridge Renovation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_KTABridgeRaising_03674/KTA-Bridge-Raising-LP-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Raising the Bar for Highway Bridge Renovation </h4> <p> The Kansas Turnpike Authority (KTA) was losing a significant volume of truck traffic due to dozens of bridges that were too low to accommodate oversized loads. Now, thanks to... </p> </section> <a href="https://info.burnsmcd.com/case-study/raising-the-bar-for-highway-bridge-renovation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Opens Student Success Center at Kansas State University " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-09/K-State-Student-Success-Center-Ribbon-Cutting-643300-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Opens Student Success Center at Kansas State University </h4> <p> </p><p>MANHATTAN, Kansas — Burns & McDonnell has opened a Student Success Center at Kansas State University. Located at the <a href="https://ksiteonline.com/" rel="noopener" target="_blank">Kansas State University Office Park</a> in Manhattan, the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/student-success-center-at-kansas-state-university" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, water" data-brand="1898-co." data-service="technology-strategy, geospatial, enterprise-gis-consulting"> <section class="project-image"> <section aria-label="Coordinating Successful Utility GIS Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_AcoordinatedapproachtoGISandITOTapplicationupdates_552301_WP/E98_KCM_AcoordinatedapproachtoGISandITOTapplicationupdatesWhitePaper_552301_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Coordinating Successful Utility GIS Projects </h4> <p> A geographic information system (GIS) is a tool for storing, analyzing, visualizing and understanding geographic data. These systems have come a long way in the past few... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/coordinating-successful-utility-gis-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Battle of the Brains Exhibit Riveting Robots Opens at Science City to Educate Guests About Programming, Coding and Problem-Solving" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-09/RivetingRobotsGrandOpening/Riveting-Robots-Grand-Opening-hero-008-507345.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Battle of the Brains Exhibit Riveting Robots Opens at Science City to Educate Guests About Programming, Coding and Problem-Solving </h4> <p> </p><p>KANSAS CITY, Missouri — Nearly 40 Raytown students and their teachers helped unveil Riveting Robots, the newest $1 million exhibit at <a href="https://sciencecity.unionstation.org/" rel="noopener" target="_blank">Science City at Union Station</a>. Riveting...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/riveting-robots-exhibit-opens-at-science-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, environmental, power" data-brand="burns-mcdonnell" data-service="microgrids, renewables, stakeholder-management, manufacturing-industrial-facilities, electrical-transmission, routing-siting-permitting"> <section class="project-image"> <section aria-label="Skyrocketing Demand for Renewable Energy Is Transforming Site Selection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_ChangingLandscapeofEnergyintheSiteSelectionProcess_459320/Skyrocketing-Demand-for-Renewable-Energy-Is-Transforming-Site-Selection-white-paper-459320-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Skyrocketing Demand for Renewable Energy Is Transforming Site Selection </h4> <p> The availability and dependability of power have rarely been determining factors when choosing the site for a new industrial facility, but that is changing. The push for... </p> </section> <a href="https://info.burnsmcd.com/white-paper/skyrocketing-demand-for-renewable-energy-is-transforming-site-selection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="construction, aerospace-space, oil-gas-chemicals, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="The Evolution of Engineering: Path to a Better World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_MBI_EvolutionofEngineering_AR_537929/The-Evolution-and-Future-of-Engineering-The-Path-to-A-Better-World-white-paper-537929-Header_image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Evolution of Engineering: Path to a Better World </h4> <p> The engineering discipline’s evolution and impact on improving how things work makes it an exciting career profession. </p> </section> <a href="https://info.burnsmcd.com/article/the-evolution-of-engineering-path-to-a-better-world" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Get Ready for a New Era of Carbon Capture at Power Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Get-Ready-for-a-New-Era-of-Carbon-Capture-at-Power-Plants-346658-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Get Ready for a New Era of Carbon Capture at Power Plants </h4> <p> The New Source Performance Standards for thermal power generating units aim to accelerate momentum toward carbon capture and other emissions reduction pathways. </p> </section> <a href="https://blog.burnsmcd.com/get-ready-for-a-new-era-of-carbon-capture-at-power-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="aviation"> <section class="project-image"> <section aria-label="5 Contract Terms That Could Become Costly" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR-2023-Article-Five-dirty-words-affecting-your-contract-why-it-costs-you-money_449335_AR/ASR-Header-3-5ContractTerms.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Contract Terms That Could Become Costly </h4> <p> Anyone can make the mistake of assuming that contracts are written innocuously, and that the fine print really never applies. But in a litigious society, words have meaning,... </p> </section> <a href="https://info.burnsmcd.com/article/5-contract-terms-that-could-become-costly" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, government-military, power, transportation, water, ports-maritime" data-brand="1898-co." data-service="cybersecurity-executive-advisory-services, design-protect-optimize, design-deployment-integration, business-outcome-solutions, security-consulting-services, response-recovery, proactive-threat-hunting-compromise-assessment"> <section class="project-image"> <section aria-label="Essentials of an Industrial Critical Infrastructure Cybersecurity Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_EssentialsofanIndustrialCriticalinfrastructureCybersecurityprogram_AR_543809/E98_KCM_EssentialsofanIndustrialCriticalinfrastructureCybersecurityprogram_543809_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Essentials of an Industrial Critical Infrastructure Cybersecurity Program </h4> <p> </p> </section> <a href="https://1898andco.burnsmcd.com/article/essentials-of-an-industrial-critical-infrastructure-cybersecurity-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power" data-brand="1898-co." data-service="enterprise-technology, systems-platforms"> <section class="project-image"> <section aria-label="AssetLens from 1898 & Co. Receives Strong Validation for Market Innovation from Leading Independent Research Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/News/AssetLens-Verdantix-News-Release-586652.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AssetLens from 1898 & Co. Receives Strong Validation for Market Innovation from Leading Independent Research Firm </h4> <p> </p><p>KANSAS CITY, Missouri — Independent research firm Verdantix has rated <a href="https://info.burnsmcd.com/assetlens/solutions" rel="noopener" target="_blank">AssetLens from 1898 & Co.</a> as a market innovator in a comprehensive review of vendors providing asset...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/assetlens-earns-verdantix-rating" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental"> <section class="project-image"> <section aria-label="EPA Releases Guidance for Lithium-Ion Battery Disposal" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/EPA-Releases-Guidance-for-Lithium-Ion-Battery-Disposal-555320-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPA Releases Guidance for Lithium-Ion Battery Disposal </h4> <p> The EPA guidelines on the disposal of lithium-ion batteries have implications for both waste generators and recyclers. </p> </section> <a href="https://blog.burnsmcd.com/epa-releases-guidance-for-lithium-ion-battery-disposal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="commissioning-(cx), existing-building-commissioning"> <section class="project-image"> <section aria-label="Data-Driven Airport Operations Increasingly Tied to Continuous Commissioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR2023ArticleOngoingCxatAirports_444940/ASR-Header-5-DataDrivenAirportOperations.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Data-Driven Airport Operations Increasingly Tied to Continuous Commissioning </h4> <p> We are in an era where the built space must be looked at differently. Aviation stakeholders — airlines and airports alike — are demanding increases in productivity and... </p> </section> <a href="https://info.burnsmcd.com/article/data-driven-airport-operations-increasingly-tied-to-continuous-commissioning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, aviation-master-planning, aviation-infrastructure, construction, airport-design, permitting"> <section class="project-image"> <section aria-label="Collaboration Is Key in a Supply-Constrained World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/MicrosoftTeams-image%20%287%29.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Collaboration Is Key in a Supply-Constrained World </h4> <p> The aviation industry faces challenges when establishing budgets for facility upgrades and renovations due to fluctuating material costs, labor shortages and slow permitting... </p> </section> <a href="https://info.burnsmcd.com/article/collaboration-is-key-in-a-supply-constrained-world" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-master-planning, program-management"> <section class="project-image"> <section aria-label="Achieving Balance: Managing Projects Amid Staffing Shortages " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR2023ArticleBridgingtheGapStaffingShortagesatAirports_449410/ASR-Header-1-AchievingBalance-v2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieving Balance: Managing Projects Amid Staffing Shortages </h4> <p> In this era of staffing shortages, airport operators must be smart and right-size their outsourced program management teams to minimize inefficiencies as they work to meet... </p> </section> <a href="https://info.burnsmcd.com/article/achieving-balance-managing-projects-amid-staffing-shortages" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, safety"> <section class="project-image"> <section aria-label="Coming Soon to an Airport Near You: Safety Management Systems " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR-2023-Article-Safety-Management-Systems-SMS-at-Airports_450300_AR/ASR-Header-4-SafetyManagementSystems.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Coming Soon to an Airport Near You: Safety Management Systems </h4> <p> Airports are known for placing a high value on safety. Under new FAA rules governing airport operation, many will soon add a more formal structure to their efforts. </p> </section> <a href="https://info.burnsmcd.com/article/coming-soon-to-an-airport-near-you-safety-management-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, airport-design, existing-building-commissioning, energy-resiliency"> <section class="project-image"> <section aria-label="Can Your Airport Operations Take a Punch? New Ways to Think About Airport Resiliency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_ASR2023ArticleResiliencycanyourairportoperationstakeapunch_450325/ASR-Header-6-CanYourAirportOperationsTakeAPunch.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Can Your Airport Operations Take a Punch? New Ways to Think About Airport Resiliency </h4> <p> If it seems like the risk of aviation system disruption is growing, it’s not your imagination. </p> </section> <a href="https://info.burnsmcd.com/article/new-ways-to-think-about-airport-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, renewables, offshore-wind, grid-modernization, smart-energy, substations"> <section class="project-image"> <section aria-label="How Being ‘Smarter, Bolder, Leaner, Faster’ Can Help Achieve Net Zero" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Articles/TND_UKO_SBLFArticle_603093_AR_HowBeingSmarterBolderLeanerFasterCanHelpAchieveNetZero/TND_UKO_SBLFArticle_603093-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Being ‘Smarter, Bolder, Leaner, Faster’ Can Help Achieve Net Zero </h4> <p> Getting to clean energy targets will depend on fresh thinking and new ways of doing things by the electricity transmission and distribution industry and its partners. </p> </section> <a href="https://info.burnsmcd.com/article/how-being-smarter-bolder-leaner-faster-can-help-achieve-net-zero" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="How to Leverage a Standardized Design Approach in RNG Facility Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-to-Leverage-Standardized-Design-Approach-in-RNG-Facility-Projects-575427-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How to Leverage a Standardized Design Approach in RNG Facility Projects </h4> <p> Many owners and operators are developing RNG facilities for the first time. A standardized design approach can improve safety, reduce costs and shorten schedules. </p> </section> <a href="https://blog.burnsmcd.com/how-to-leverage-a-standardized-design-approach-in-rng-facility-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="industrial-cybersecurity, managed-security-services, testing-validation-services, managed-attack-surface-protection-response"> <section class="project-image"> <section aria-label="The Attack Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_CyberDefensecommunicationaccesspointsinOT_257251/257251_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Attack Plan </h4> <p> </p> </section> <a href="https://1898andco.burnsmcd.com/article/the-attack-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications"> <section class="project-image"> <section aria-label="Where Do Cellular Generational Standards Come From, and What Is 6G?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Where-Do-Cellular-Generational-Standards-Come-From-582924-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Where Do Cellular Generational Standards Come From, and What Is 6G? </h4> <p> Cellular generational standards come from a process involving the International Telecommunications Union and 3GPP as they establish specs and standards. </p> </section> <a href="https://blog.burnsmcd.com/where-do-cellular-generational-standards-come-from-and-what-is-6g" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, aviation-infrastructure"> <section class="project-image"> <section aria-label="Airport Improvement: New Terminal Brings Columbia Regional Up to Date " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Columbia-Terminal.webp')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Improvement: New Terminal Brings Columbia Regional Up to Date </h4> <p> </p> </section> <a href="https://airportimprovement.com/article/new-terminal-brings-columbia-regional-date" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="Navigating Waters of the United States: Changing Definitions and Permitting Implications" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Waters-of-US-Changing-Definitions-Permitting-Implications-588901-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Waters of the United States: Changing Definitions and Permitting Implications </h4> <p> EPA and the U.S. Army Corps of Engineers issued an amendment to the revised definition for waters of the United States, tied to the Sackett v. EPA decision. </p> </section> <a href="https://blog.burnsmcd.com/navigating-waters-of-the-united-states-changing-definitions-and-permitting-implications" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, mission-critical-networks"> <section class="project-image"> <section aria-label="Building Out a Private Network Across Hundreds of Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_SLO_Ameren-Intelligrid_466935_CS_BuildingOutaPrivateNetworkAcrossHundredsofSites/Building-Out-a-Private-Network-Across-Hundreds-of-Sites-Case-Study-466935-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Out a Private Network Across Hundreds of Sites </h4> <p> When a Midwestern electric utility decided to build its own private fiber-optic network for telecommunications, it needed to reach beyond internal resources. Designing,... </p> </section> <a href="https://info.burnsmcd.com/case-study/building-out-a-private-network-across-hundreds-of-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Q&A: Drew Powers Sheds Light on Solar Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Drew-Powers-Sheds-Light-on-Solar-Construction-21551-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Drew Powers Sheds Light on Solar Construction </h4> <p> EPC construction manager Drew Powers addresses benefits of engineer-procure-construct execution, site selection challenges and technology implementation. </p> </section> <a href="https://blog.burnsmcd.com/qa-drew-powers-sheds-light-on-solar-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, government-military, power, transportation, water, ports-maritime" data-brand="burns-mcdonnell" data-service="business-strategy-transformation, people-culture-change, process-performance-management, process-design-reengineering, infrastructure-modernization"> <section class="project-image"> <section aria-label="Creating Human-Centric Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_The-Human-Side-of-Critical-infrastructure_405016/Creating-Human-Centric-Critical-Infrastructure-405016-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Human-Centric Critical Infrastructure </h4> <p> <i>Exploring the Processes and People That Power Our Communities</i> </p> </section> <a href="https://1898andco.burnsmcd.com/article/creating-human-centric-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Building Pipelines for Carbon Sequestration Requires Long-Term Strategy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Building-Pipelines-for-Carbon-Sequestration-Requires-Long-Term-527652-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Pipelines for Carbon Sequestration Requires Long-Term Strategy </h4> <p> Owners and operators of CO2 pipelines can take advantage of federal funding, and a long-term business model is necessary for this burgeoning technology. </p> </section> <a href="https://blog.burnsmcd.com/building-pipelines-for-carbon-sequestration-requires-long-term-strategy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, aviation, environmental" data-brand="benchmark" data-service="commissioning-(cx), construction, building-solutions, buildings, aerospace-space, mission-critical-buildings, environmental"> <section class="project-image"> <section aria-label="Unmanned Aerial Systems: Capturing Critical Data With Flying Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/CORP_KCM_Benchmark-2023-Feature-4-Flying-Tech_125079/BM23-FlyingTech-125079-Header%5B1%5D.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unmanned Aerial Systems: Capturing Critical Data With Flying Technology </h4> <p> Flying technology offers virtually every industry far-reaching advantages with the ability to quickly capture much-needed critical data and aerial imagery. Unmanned aerial... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/feature/unmanned-aerial-systems-capturing-critical-data-with-flying-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Bryan Bernardo Manager of Construction for Florida" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Bryan Bernardo Manager of Construction for Florida </h4> <p> </p><p>ORLANDO, Florida — <a href="https://www.linkedin.com/in/bryan-bernardo-leed-ap-49783935/" rel="noopener" target="_blank">Bryan Bernardo</a> has been promoted to regional manager for construction in Florida, where he will lead a rapidly growing team managing commercial and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bryan-bernardo-manager-of-construction-florida" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="gas-transmission-distribution, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Regional Investments Drive Growth for AEC Firm in Charlotte" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-08/Regional-Investments-Drive-Growth-for-AEC-Firm-in-Charlotte-469430.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Regional Investments Drive Growth for AEC Firm in Charlotte </h4> <p> </p><p>CHARLOTTE, North Carolina — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, celebrated a ribbon-cutting Thursday for its <a href="https://www.burnsmcd.com/locations/charlotte" rel="noopener">regional...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/growth-in-charlotte-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, emissions-controls, carbon-capture-utilization-storage-(ccus), environmental, natural-gas-generation"> <section class="project-image"> <section aria-label="Carbon Capture Market Is Marching Forward" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_CarbonCapture_13595/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carbon Capture Market Is Marching Forward </h4> <p> Carbon capture, utilization and storage (CCUS) technologies make it possible to prevent up to 95% or more of a power plant’s carbon dioxide emissions from entering the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/carbon-capture-market-is-marching-forward" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, environmental, power" data-brand="burns-mcdonnell" data-service="carbon-capture-utilization-storage-(ccus)"> <section class="project-image"> <section aria-label="Going Below Zero on the Path to a Lower-Carbon World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark/CORP_KCM_Benchmark-2023-TechBrief_125169_BM_Going-Below-Zero-on-the-Path-to-a-Lower-Carbon-World/BM23-Techbrief-CarbonCapture-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Going Below Zero on the Path to a Lower-Carbon World </h4> <p> Among the many pathways being pursued for global decarbonization, one technology seeks to mimic the very thing forests and other vegetated areas do naturally — remove carbon... </p> </section> <a href="https://info.burnsmcd.com//benchmark/article/2023/techbrief/going-below-zero-on-the-path-to-a-lower-carbon-world" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="capital-asset-planning, asset-planning-management, enterprise-technology, systems-platforms"> <section class="project-image"> <section aria-label="Mitigating Manufacturing Capital Risk Through Asset Investment Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_ArticleAssetLensAssetInvestmentPlanningandEAMAPMandCMMSSystems_541470/E98_KCM_ArticleAssetLensAssetInvestmentPlanningAIPEAMAPMCMMSSystems_541470-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating Manufacturing Capital Risk Through Asset Investment Planning </h4> <p> Methodologies within the industrial asset management landscape, including Enterprise Asset Management (EAM), Asset Performance Management (APM), and Computerized Maintenance... </p> </section> <a href="https://1898andco.burnsmcd.com/article/mitigating-manufacturing-capital-risk-though-asset-investment-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power, transportation, water, government-military, diversity" data-brand="burns-mcdonnell" data-service="construction, environmental, power, transportation, water, government-military, diversity"> <section class="project-image"> <section aria-label="Q&A: Enhancing Infrastructure Equity and Empowering Underserved Communities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Enhancing-Infrastructure-Equity-Empowering-Underserved-Communities-519807-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Enhancing Infrastructure Equity and Empowering Underserved Communities </h4> <p> Funding from the IIJA and IRA can improve infrastructure in underserved communities, and asset owners and residents need to understand grant requirements. </p> </section> <a href="https://blog.burnsmcd.com/qa-enhancing-infrastructure-equity-and-empowering-underserved-communities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="enterprise-technology, project-portfolio-management-systems"> <section class="project-image"> <section aria-label="5 Reasons to Use Business Process Analysis When Implementing a PMIS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_Article5Reasonswhybusinessprocessanalysisisaprerequisitetosystemimplementations_514659/E98_KCM_Article5ReasonsWhyBusinessProcessAnalysisIsAPrerequisiteToSystemImplementations_514659.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Reasons to Use Business Process Analysis When Implementing a PMIS </h4> <p> By scrutinizing current processes and identifying inefficiencies and areas for improvement, business process analysis can help align business and technical teams and optimize... </p> </section> <a href="https://1898andco.burnsmcd.com/article/5-reasons-to-use-business-process-analysis-when-implementing-a-pmis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="commissioning-(cx), commissioning-(cx), existing-building-commissioning, buildings, green-buildings"> <section class="project-image"> <section aria-label="Delivering Today’s High-Performance Intelligent Buildings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/ANF_KCM_Service-Feature-Delivering-Intelligent-Buildings_376359_SF/ANF_KCM_ServiceFeatureDeliveringIntelligentBuildings_376359-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Today’s High-Performance Intelligent Buildings </h4> <p> High-performance buildings rely on sophisticated, connected controls for heating, air conditioning, energy management, lighting and other systems. Many of these control... </p> </section> <a href="https://info.burnsmcd.com/service-feature/delivering-todays-high-performance-intelligent-buildings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="offshore-wind, ports-maritime, sustainability"> <section class="project-image"> <section aria-label="Very Large Floating Structures Can Help Congested Ports Meet Goods Movement and Offshore Wind Turbine Deployment Needs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_CAL_AProposedFloatingContainerTransferOffshoreWindTurbineFabricationand_WP_439166/A_Proposed%20Floating_Container_Transfer_Offshore_Wind_Turbine_Fabrication_and_Assembly_Terminal_439166-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Very Large Floating Structures Can Help Congested Ports Meet Goods Movement and Offshore Wind Turbine Deployment Needs </h4> <p> Financial and environmental considerations, including shallow channels or expensive retrofitting projects, may limit a port's ability to increase throughput and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/very-large-floating-structures-can-help-congested-ports-meet-goods-movement-and-offshore-wind-turbine-deployment-needs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, transportation" data-brand="1898-co." data-service="fleet-electrification-advisory, capital-asset-planning"> <section class="project-image"> <section aria-label="Inflation Reduction Act: Tax Incentives to Accelerate Fleet Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_TT_ZET_Fleet_Tax_Incentives_264500/E98_KCM_TTZETFleetTaxIncentives_264500-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inflation Reduction Act: Tax Incentives to Accelerate Fleet Electrification </h4> <p> Medium- and light-duty trucks are the fastest-growing fuel users and greenhouse gas producers in the United States, according to the U.S. Energy Department. The Inflation... </p> </section> <a href="https://1898andco.burnsmcd.com/article/inflation-reduction-act-tax-incentives-to-accelerate-fleet-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hosts Business Diversity Symposium, Accelerate Program Graduation to Help Foster Training, Mentorship and Strategic Partnerships" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-08/RELEASE-Burns-McDonnell-Hosts-Business-Diversity-Symposium-Accelerate-Program-Graduation-583626-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hosts Business Diversity Symposium, Accelerate Program Graduation to Help Foster Training, Mentorship and Strategic Partnerships </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com/" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, partnered with <a href="https://www.evergy.com/" rel="noopener" target="_blank">Evergy</a> and <a href="https://rgma.com/" rel="noopener" target="_blank">Ralph G. Moore & Associates (RGMA)</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-business-diversity-symposium-accelerate-graduation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental, power" data-brand="burns-mcdonnell" data-service="gas-transmission-distribution, stakeholder-management, public-involvement, renewable-fuels-chemicals, emission-reduction-solutions, renewable-natural-gas-(rng)"> <section class="project-image"> <section aria-label="Get Strategic: Voluntary Renewable Natural Gas Programs for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_DEN_Natural-Gas-Utilities-Renewable-Natural-Gas-and-Hydrogen-Voluntary-Markets_505950/TND_DEN_NaturalGasUtilitiesRenewableNaturalGasandHydrogenVoluntaryMarkets_505950-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Get Strategic: Voluntary Renewable Natural Gas Programs for Utilities </h4> <p> Renewable natural gas is gaining attention as a promising and reliable energy solution to reduce emissions and help natural gas utilities meet net zero goals by 2050. Using... </p> </section> <a href="https://info.burnsmcd.com/white-paper/get-strategic-voluntary-renewable-natural-gas-programs-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="gas-transmission-distribution"> <section class="project-image"> <section aria-label="Pipe Stress Analysis for Pipeline Operators" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_Pipe-Stress-Analysis-of-Pipeline-MR-Stations_538700_WP/TND_KCM_PipeStressAnalysisofPipelineM&RStationsWhitePaper_538700_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipe Stress Analysis for Pipeline Operators </h4> <p> Proper pipe stress analysis can help improve system integrity, preventing issues such as leaks, equipment failure, foundation stress cracking or anchor bolt failure. This... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pipe-stress-analysis-for-pipeline-operators" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="construction, consumer-products, food-beverage, oil-gas-chemicals, electric-power-generation, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Marco Bolk to Lead Regional Construction Group for Burns & McDonnell in Calgary" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Marco Bolk to Lead Regional Construction Group for Burns & McDonnell in Calgary </h4> <p> </p><p>CALGARY, Alberta — Reinforcing a commitment to its Canadian clients, Burns & McDonnell is promoting <a href="https://www.linkedin.com/in/marco-bolk-12918476/" rel="noopener" target="_blank">Marco Bolk</a> to lead the engineering, architecture and construction firm’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/marco-bolk-construction-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal, federal-military, air-force-air-force-reserve, agencies-military-branches"> <section class="project-image"> <section aria-label="Designing the B-21 Raider’s First Home" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BM23-Spotlight-B21-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing the B-21 Raider’s First Home </h4> <p> Preparations underway will make Ellsworth Air Force Base in South Dakota the first main operating base and training center for the U.S. Air Force’s next-generation long-range... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/spotlight/designing-the-b-21-raiders-first-home" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="construction, federal-military, electrical-transmission-distribution, routing-siting-permitting, department-of-energy"> <section class="project-image"> <section aria-label="Aerial Remote Sensing: A Picture Worth More Than a Thousand Words" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CHI_Aerial-Remote-Sensing-Article_461400_AR/TND-CHI-AerialRemoteSensingBlog-461400-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aerial Remote Sensing: A Picture Worth More Than a Thousand Words </h4> <p> Simply defined, aerial remote sensing (ARS) is the process of detecting and monitoring the physical nature of an area. Through the combined use of unmanned aerial vehicles... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/aerial-remote-sensing-a-picture-worth-more-than-a-thousand-words" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="industrial-cybersecurity" data-brand="1898-co." data-service="industrial-cybersecurity"> <section class="project-image"> <section aria-label="Update: What You Should Know About New Federal CMMC Requirements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Update-What-You-Should-Know-About-New-Federal-CMMS-Requirements-553483-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Update: What You Should Know About New Federal CMMC Requirements </h4> <p> To maintain status as U.S. Department of Defense contractors, companies must adhere to key cybersecurity controls. Upcoming changes require preparation now. </p> </section> <a href="https://1898blog.burnsmcd.com/update-what-you-should-know-about-new-federal-cmmc-requirements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution, pipeline-facilities, renewable-fuels-chemicals, routing-siting-permitting, substations, renewable-natural-gas-(rng)"> <section class="project-image"> <section aria-label="Preparing Critical Support Facilities for New RNG Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_SLO_EDLLorainRNG_372222_CS_Preparing-CriticalSupportFacilitiesforNewRNGPlant/EDL%20Lorain%20RNG%20Case%20Study-372222-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing Critical Support Facilities for New RNG Plant </h4> <p> When EDL Energy decided to build a new landfill gas plant in northern Ohio to convert methane into renewable natural gas, it knew it would need both a new switchyard to power... </p> </section> <a href="https://info.burnsmcd.com/case-study/preparing-critical-support-facilities-for-new-rng-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="grid-modernization-planning, transmission-planning"> <section class="project-image"> <section aria-label="Stability Challenges in Grids With Large Penetrations of Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_HOU_Stability-Challenges-in-Grids-with-Large-Penetration-of-Renewables_513825/Stability-Challenges-in-Grids-With-Large-Penetrations-of-Renewables-White-Paper-513825-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stability Challenges in Grids With Large Penetrations of Renewables </h4> <p> Grids across the world are increasingly faced with high penetrations of renewable energy resources. This phenomenon is being driven by policy, regulation and economics. We... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/stability-challenges-in-grids-with-large-penetrations-of-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Two New Senior Executives of Key Business Areas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Two New Senior Executives of Key Business Areas </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a $6.9 billion engineering, construction and architecture firm, announced new leadership of two of its businesses in preparation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-leadership-energy-environmental-groups" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="Progressive Design-Build Is Accelerating Its Impact on the Transportation Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/EPCadvantages/epc-is-accelerating-its-impact-on-the-transportation-industry-Andrew-Reid-amplified-perspectives-burns-mcdonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Progressive Design-Build Is Accelerating Its Impact on the Transportation Industry </h4> <p> Transportation and public works agencies have just begun to see the true potential of engineer-procure-construct (EPC) strategies to increase cost savings and reduce project... </p> </section> <a href="https://blog.burnsmcd.com/progressive-design-build-is-accelerating-its-impact-on-the-transportation-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications"> <section class="project-image"> <section aria-label="Revolutionizing Engineering Design: Unleashing the Power of Large Language Models" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Revolutionizing-Engineering-Design-Unleashing-Power-of-Large-Language-Models-510691-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Revolutionizing Engineering Design: Unleashing the Power of Large Language Models </h4> <p> Large language models (LLMs) can transform how design and engineering processes work by improving project delivery and enhancing client satisfaction. </p> </section> <a href="https://blog.burnsmcd.com/revolutionizing-engineering-design-unleashing-the-power-of-large-language-models" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="infrastructure-modernization"> <section class="project-image"> <section aria-label="Critical Infrastructure Ecosystems Transcend Conventional Ideas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_SarahCisper_CriticalInfrastructureEvolution_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Critical Infrastructure Ecosystems Transcend Conventional Ideas </h4> <p> Critical infrastructure is an ecosystem that goes far beyond facilities and equipment. </p> </section> <a href="https://1898andco.burnsmcd.com/video/critical-infrastructure-ecosystems-transcend-conventional-ideas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Renewable Diesel Feedstocks: Considering Plant- and Animal-Based Options" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/renewable-diesel-feedstocks-considering-plant-and-animal-based-options-13600-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Diesel Feedstocks: Considering Plant- and Animal-Based Options </h4> <p> Understanding the three main sources of feedstocks used in the production of renewable diesel is important to choosing an effective process technology. </p> </section> <a href="https://blog.burnsmcd.com/renewable-diesel-feedstocks-considering-plant-and-animal-based-options" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Cooperative Energy’s Morrow Plant Is the Most Efficient Repowered Plant in North America" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENR_KCM_CooperativeEnergyRDMorrowRepower_444965/Cooperative-Energys-Morrow-Plant-is-The-Most-Efficient-Repowered-Plant-in-North-America-444965-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cooperative Energy’s Morrow Plant Is the Most Efficient Repowered Plant in North America </h4> <p> Cooperative Energy, a generation and transmission cooperative owned by 11 electric cooperative distribution members, provides safe, reliable and affordable power to... </p> </section> <a href="https://info.burnsmcd.com/case-study/cooperative-energys-morrow-plant-is-the-most-efficient-repowered-plant-in-north-america" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, asset-planning-management, business-strategy-transformation, financial-analysis" data-brand="1898-co." data-service="power, oil-gas-chemicals, asset-planning-management, business-strategy-transformation, financial-analysis"> <section class="project-image"> <section aria-label="Preparing Your Organization for Oilfield Electrification: Things to Watch" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Preparing-Your-Organization-for-Oilfield-Electrification-466600-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing Your Organization for Oilfield Electrification: Things to Watch </h4> <p> Oilfield electrification can reduce utility emissions and benefits from the formation of critical partnerships that support execution of complex processes. </p> </section> <a href="https://1898blog.burnsmcd.com/preparing-your-organization-for-oilfield-electrification-things-to-watch" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="enterprise-technology, enterprise-architecture, field-data-collection-reporting, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Cloud Data Platform Deployed for Ozarks Electric Cooperative Provides New Visibility Into Customer Energy Usage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_OzarkElectricCooperativeDataPlatform_337534_CS/Cloud-Data-Platform-Deployed-for-Ozarks-Electric-Cooperative-Provides-New-Visibility-Into-Customer-Energy-Usage-Case-Study-337534-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cloud Data Platform Deployed for Ozarks Electric Cooperative Provides New Visibility Into Customer Energy Usage </h4> <p> Ozarks Electric Cooperative was unable to effectively monitor and quantify the power savings resulting from a recently implemented time-of-use rate program. As a cooperative... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/ozark-electric-cooperative-data-platform" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell, azco" data-service="construction, electric-power-generation, power-generation-project-delivery, engineer-procure-construct, gas-turbines, reciprocating-engines"> <section class="project-image"> <section aria-label="Burns & McDonnell Constructing 600-MW Natural Gas-Fueled Generation Plant for Basin Electric" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-07/Basin-Electric-Pioneer-Generation-Station-Phase-IV-Construction-559700-02.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Constructing 600-MW Natural Gas-Fueled Generation Plant for Basin Electric </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> recently began construction of <a href="https://www.basinelectric.com/index" rel="noopener" target="_blank">Basin Electric Power Cooperative</a>’s Pioneer Generation Station Phase IV, a 600-MW expansion of its...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-basin-electric-natural-gas-fueled-power-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Woody McOmber Leader of Transmission & Distribution Group for South Central Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Woody McOmber Leader of Transmission & Distribution Group for South Central Region </h4> <p> </p><p>HOUSTON — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has selected Woody McOmber to lead its <a href="https://www.burnsmcd.com/services/electrical-transmission-distribution" rel="noopener">Transmission & Distribution Group</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/woody-mcomber-transmission-distribution-houston" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Untangling Environmental Rules Can Lead to Permitting Success for Pipelines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Untangling-Environmental-Rules-Can-Lead-to-Permitting-Success-for-Pipelines-458394-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Untangling Environmental Rules Can Lead to Permitting Success for Pipelines </h4> <p> Public sentiment and new demands for green infrastructure make permit applications for pipelines more complex. Involving a permitting team early can help. </p> </section> <a href="https://blog.burnsmcd.com/untangling-environmental-rules-can-lead-to-permitting-success-for-pipelines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, electric-power-generation, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Program Management for Energy Providers in South Central Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Program Management for Energy Providers in South Central Region </h4> <p> </p><p>HOUSTON — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, is proud to announce the appointment of Noe Saenz to leader of its <a href="https://www.burnsmcd.com/services/program-management" rel="noopener">program...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/noe-saenz-program-management-houston" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications"> <section class="project-image"> <section aria-label="Generative AI Bolsters Innovation in Construction Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Generative-AI-Bolsters-Innovation-in-Construction-Industry-441889-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Generative AI Bolsters Innovation in Construction Industry </h4> <p> Generative AI can potentially spur new solutions in construction, including the ability to automate design processes and improve resource allocation. </p> </section> <a href="https://blog.burnsmcd.com/generative-ai-bolsters-innovation-in-construction-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="1898-co." data-service="grid-modernization-planning, strategic-asset-management"> <section class="project-image"> <section aria-label="Oilfield Electrification: Collaboration Between Producers and Utilities Can Result in a Win-Win" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_HOU_StrategicConsiderationstoAchieveNet-ZeroGoals_21291/Oilfield-electrification-Collaboration-between-producers-and-utilities-can-result-in-a-win-win-white-paper-21291-LP.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Oilfield Electrification: Collaboration Between Producers and Utilities Can Result in a Win-Win </h4> <p> Getting electricity to oil and gas wellfields can be a complicated endeavor. Under normal circumstances, it may take years for a utility to build power infrastructure needed... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/oilfield-electrification-collaboration-between-producers-and-utilities-can-result-in-a-win-win" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution, physical-security, pipeline-facilities"> <section class="project-image"> <section aria-label="Protecting Critical U.S. Natural Gas Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_KCM_TheNaturalGasInfrastructureisVulnerable_401503_WP_Protecting%20Critical%20U.S.%20Natural%20Gas/ANF-KCM-TheNaturalGasInfrastructureisVulnerabletoPhysicalAttacksWhitePaper-401503-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protecting Critical U.S. Natural Gas Infrastructure </h4> <p> Keeping natural gas pipelines and other infrastructure secure is vital to the operation of our nation. Utilities that seek help determining the criticality of pipeline assets... </p> </section> <a href="https://info.burnsmcd.com/white-paper/protecting-critical-us-natural-gas-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, grid-modernization, underground-distribution"> <section class="project-image"> <section aria-label="Increasing Electric Distribution Reliability by Modernizing Underground Cable Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_PRT_Underground-Design-and-Distribution-Grid-Mod_487977_WP/TND_PRT_UndergroundDesignandDistributionGridModWhitePaper_487977-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increasing Electric Distribution Reliability by Modernizing Underground Cable Systems </h4> <p> Electrical distribution grids are under increasing stress today as new demands emerge. From the need to accommodate distributed renewable energy sources and new smart... </p> </section> <a href="https://info.burnsmcd.com/white-paper/increasing-electric-distribution-reliability-by-modernizing-underground-cable-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Leveraging Edge Intelligence Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_LeveragingEdgeIntelligenceWebinar_482858/E98_KCM_LeveragingEdgeIntelligenceWebinar_482858_LP_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Edge Intelligence Webinar </h4> <p> Advancements in edge intelligence are being introduced to the power utility market in the form of next-generation advanced metering infrastructure (AMI 2.0) and Internet of... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/leveraging-edge-intelligence-webinar" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, emerging-contaminants-pfas, remediation, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="EPA Road Map for Addressing PFAS Is Taking Shape" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENS_KCM_PFAS-CERCLA-Hazardous-Substance-Listing_361423_WP/PFAS-CERCLA-Hazardous-Substance-Listing-White-Paper-361423-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPA Road Map for Addressing PFAS Is Taking Shape </h4> <p> The regulatory landscape for per- and polyfluoroalkyl substances (PFAS), man-made, forever chemicals found in the environment, currently consists of a patchwork of standards... </p> </section> <a href="https://info.burnsmcd.com/white-paper/epa-road-map-for-addressing-pfas-is-taking-shape" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water-reuse-reclamation, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Designs Facility Expansion, Contributing to the Sustainability of Southeast Colorado’s Water Supply" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-07/Cherokee-Water-Reclamation-Facility-361311-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Designs Facility Expansion, Contributing to the Sustainability of Southeast Colorado’s Water Supply </h4> <p> </p><p>COLORADO SPRINGS, Colorado — Cherokee Metropolitan District joined <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> and Garney Construction project team members for a ribbon-cutting to celebrate completion...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cherokee-wastewater-facility-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="pulp-paper" data-brand="burns-mcdonnell, 1898-co., azco" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces 2023 Principal Class Amid Continued Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces 2023 Principal Class Amid Continued Growth </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has promoted 49 employee-owners to the Principal Group, a senior level of leadership that recognizes outstanding performance and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-principals-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Receives Distinguished Designation as a 2023-2024 Most Preferred Workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Receives Distinguished Designation as a 2023-2024 Most Preferred Workplace </h4> <p> </p><p>MUMBAI, INDIA — <a href="https://www.burnsmcd.com/locations/mumbai" rel="noopener">Burns & McDonnell India</a>, part of Burns & McDonnell, is gaining national recognition for its workplace operations and culture. The firm recently has been...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/most-preferred-workplace-2023-2024" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service="grid-modernization-planning, capital-asset-planning, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Electrification’s Impacts on System Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98-KCM-ElectrificationImpactonSystemPlanning-WP_412750/Electrification%E2%80%99s-Impacts-on-System-Planning-White-Paper-412750-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrification’s Impacts on System Planning </h4> <p> Growing adoption of electric vehicles and solar photovoltaic systems is adding new wrinkles to how electrical systems are planned and operated. Beyond load growth and the... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/electrifications-impacts-on-system-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power" data-brand="burns-mcdonnell" data-service="construction, environmental, power"> <section class="project-image"> <section aria-label="Understanding Underground Utility Permitting in Urban Environments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Understanding-Underground-Utility-Permitting-in-Urban-Environments-446413-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding Underground Utility Permitting in Urban Environments </h4> <p> Underground permitting for electric utility projects in urban settings is complex. A permitting team engaged early and throughout is critical for project success. </p> </section> <a href="https://blog.burnsmcd.com/understanding-underground-utility-permitting-in-urban-environments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="pulp-paper" data-brand="burns-mcdonnell, 1898-co." data-service=""> <section class="project-image"> <section aria-label="Rick Mena to lead 1898 & Co. Global Expansion to Europe, Middle East and Africa " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rick Mena to lead 1898 & Co. Global Expansion to Europe, Middle East and Africa </h4> <p> </p><p>LONDON, England — Rick Mena will serve as the managing director of global markets for <a href="https://1898andco.burnsmcd.com/" rel="noopener" target="_blank">1898 & Co.</a>, part of <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, as he leads 1898 & Co.’s expansion into new...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/rick-mena-1898-global-expansion-europe-middle-east-africa" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, diversity" data-brand="burns-mcdonnell" data-service="power, diversity"> <section class="project-image"> <section aria-label="Q&A: The Secrets to Long-Term Successful Partnerships" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Secrets-to-Long-Term-Successful-Partnerships-464251-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: The Secrets to Long-Term Successful Partnerships </h4> <p> Cybersecurity firm Bayen Group's strong relationship with Burns & McDonnell is part of a focus on partnering and developing capabilities of diverse companies. </p> </section> <a href="https://blog.burnsmcd.com/qa-the-secrets-to-long-term-successful-partnerships" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="water" data-brand="1898-co." data-service="data-infrastructure-platforms, enterprise-technology, systems-platforms, enterprise-architecture, technology-strategy, geospatial, utility-network-model-advisory, field-data-collection-reporting, data-analytics, architecture-infrastructure"> <section class="project-image"> <section aria-label="Modernizing Network Management Bridges Physical and Digital Operations at Water, Wastewater and Stormwater Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_ModernizingNetworkManagementTechWater_357533/E98-KCM-ModernizingNetworkManagementTechWater-357533-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modernizing Network Management Bridges Physical and Digital Operations at Water, Wastewater and Stormwater Utilities </h4> <p> Modernizing network management at water utilities uses digital technology, including GIS and IoT devices, to identify concerns and avoid costly repairs. </p> </section> <a href="https://1898andco.burnsmcd.com/article/modernizing-network-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="A Primer on ‘Primacy’ for Carbon Sequestration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Primer-on-Primacy-for-Carbon-Sequestration-447439-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Primer on ‘Primacy’ for Carbon Sequestration </h4> <p> Louisiana will be the third state with primary enforcement authority for Class VI underground injection wells. We explain what they are and what primacy is. </p> </section> <a href="https://blog.burnsmcd.com/a-primer-on-primacy-for-carbon-sequestration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Agile Leadership Enhances EPC Approach for Oil and Gas Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Agile-Leadership-Enhances-EPC-Approach-for-Oil-Gas-Projects-456300-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Agile Leadership Enhances EPC Approach for Oil and Gas Projects </h4> <p> Agile leadership enhances oil and gas project delivery because managers prioritize adaptability among employees and collaboration with customers. </p> </section> <a href="https://blog.burnsmcd.com/agile-leadership-enhances-epc-approach-for-oil-and-gas-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, land-right-of-way-management, pipeline-facilities, routing-siting-studies"> <section class="project-image"> <section aria-label="Collaborative Land and Engineering Teams Help Balance Public and Owner Interests for Pipeline Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_ATL_LandandEngineeringPartnershiponPipelineProjects-408486_WP_Collaborative%20Land%20and%20Engineering/White%20Paper%20%E2%80%93%20Land%20and%20Engineering%20Partnership%20on%20Pipeline%20Projects-408486-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Collaborative Land and Engineering Teams Help Balance Public and Owner Interests for Pipeline Projects </h4> <p> For linear projects such as pipelines, dealing with the unexpected should be expected. The best preparation for these surprises is to partner with a team structured for close... </p> </section> <a href="https://info.burnsmcd.com/collaborative-land-and-engineering-teams-help-balance-public-and-owner-interests-for-pipeline-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="diversity" data-brand="burns-mcdonnell" data-service="diversity"> <section class="project-image"> <section aria-label="Q&A: Aisha Bowe Shoots for the Stars" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Aisha-Bowe-Shoots-for-the-Stars-473434-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Aisha Bowe Shoots for the Stars </h4> <p> Aisha Bowe - entrepreneur, minority business owner and future astronaut - reflects on the obstacles she's overcome and shares why she's excited for the future. </p> </section> <a href="https://blog.burnsmcd.com/qa-aisha-bowe-shoots-for-the-stars" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional, power, transportation" data-brand="burns-mcdonnell" data-service="construction, healthcare-research-facilities, food-beverage, industrial-manufacturing-optimization, manufacturing-industrial-facilities, data-centers-switch-centers, chp/cogeneration"> <section class="project-image"> <section aria-label="Kardokus Joins Burns & McDonnell to Lead Construction in Dallas-Fort Worth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kardokus Joins Burns & McDonnell to Lead Construction in Dallas-Fort Worth </h4> <p> </p><p>DALLAS, Texas — Michael Kardokus has joined Burns & McDonnell as leader for the firm’s <a href="https://www.burnsmcd.com/services/construction" rel="noopener">Construction Group</a> in the <a href="https://www.burnsmcd.com/locations/dallasfort-worth" rel="noopener">Dallas-Fort Worth</a> area. Within his 17-year career, Kardokus...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kardokus-leads-construction-in-dallas-fort-worth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power, telecommunications, diversity" data-brand="burns-mcdonnell" data-service="construction, power, telecommunications, diversity"> <section class="project-image"> <section aria-label="Building a Better Environment for Women in the Engineering Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Building-Better-Environment-for-Women-in-Engineering-Sector-508226-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Better Environment for Women in the Engineering Sector </h4> <p> In contrast with outdated stereotypes, the engineering sector is increasingly welcoming for women at any stage of their careers. </p> </section> <a href="https://blog.burnsmcd.com/building-a-better-environment-for-women-in-the-engineering-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="robotics-automation, consumer-products, food-beverage, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Leveraging Emerging Technology in Confectionery and Snack Manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/GFS_CHI_Leveraging-Emerging-Technology-in-F-and-B-Manufacturing_268791_WP/Leveraging-Emerging-Technology-in-Confectionery-and-Snack-Manufacturing-white-paper-268791-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Emerging Technology in Confectionery and Snack Manufacturing </h4> <p> Manufacturers face an imperative to fill vacated roles and boost productivity in the wake of labor shortages, even as input costs climb. With a tough labor market likely to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/leveraging-emerging-technology-in-confectionery-and-snack-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, electric-power-generation, transportation-electrification, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Program Management for Power Utilities in the Great Lakes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Program Management for Power Utilities in the Great Lakes </h4> <p> </p><p>CHICAGO — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, is growing its <a href="https://www.burnsmcd.com/services/program-management" rel="noopener">program management practice</a> for power utilities. With...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/brian-jacoby-program-management-power-utilities-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="people-culture-change, change-management"> <section class="project-image"> <section aria-label="Utility Disruption and the Drive for Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_CAN_ChangeManagementintheUtilitySector_484194/Utility-Disruption-and-the-Drive-for-Change-white-paper-484194-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Disruption and the Drive for Change </h4> <p> As the pace of electrification and grid modernization accelerates throughout the utility sector, the ability to execute strategy effectively is challenged by change fatigue.... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/utility-disruption-and-the-drive-for-change" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Addressing Embodied Carbon as a Sustainability Issue" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Addressing-Embodied-Carbon-as-Sustainability-Issue-120538-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Embodied Carbon as a Sustainability Issue </h4> <p> Embodied carbon on construction sites is a crucial environmental issue. Sustainable concrete processing methods are part of the solution. </p> </section> <a href="https://blog.burnsmcd.com/addressing-embodied-carbon-as-a-sustainability-issue" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water-reuse-reclamation, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Engineer of Record for Wastewater Treatment Facility Supporting Growth in the City of Perry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-06/Rendering-East-Perry-Wastewater-Treatment-Plant-390662-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Engineer of Record for Wastewater Treatment Facility Supporting Growth in the City of Perry </h4> <p> </p><p>PERRY, Georgia — Burns & McDonnell will be the engineer of record for a new construction manager at risk <a href="https://www.burnsmcd.com/services/water/municipal-water-wastewater" rel="noopener">wastewater treatment facility</a> for the <a href="https://perry-ga.gov/" rel="noopener" target="_blank">City of Perry</a>. The new plant on...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/engineer-of-record-wastewater-treatment-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, commercial-retail-institutional, government-military, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates 125th Anniversary" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-06/125th-anniversary-UK-office-celebration-02-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates 125th Anniversary </h4> <p> </p><p>BIRMINGHAM, England — Engineering and construction firm Burns & McDonnell celebrated its 125th anniversary last week, hosting a reception on the rooftop of the firm’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/125th-anniversary-celebration-in-uk" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="The Hydrogen Solution: Decarbonizing Hard-to-Abate Sectors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_CAN_MayWebinar_4334010%20Invite/OGC_CAN_RUSHCanadaMayWebinar_4334010_LP.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Hydrogen Solution: Decarbonizing Hard-to-Abate Sectors </h4> <p> As the world searches for sustainable and low carbon alternatives to traditional energy production methods, hydrogen continues to develop as a potential pathway in... </p> </section> <a href="https://info.burnsmcd.com/webinar/the-hydrogen-solution-decarbonizing-hard-to-abate-sectors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="industrial-cybersecurity" data-brand="1898-co." data-service="industrial-cybersecurity"> <section class="project-image"> <section aria-label="Q&A: Brett Seals on Protecting Assets Through Cyberattacks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Brett-Seals-on-Protecting-Assets-Through-Cyberattacks-452494-inset.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Brett Seals on Protecting Assets Through Cyberattacks </h4> <p> Being proactive to protect assets in today’s cyber threat environment is pivotal. Many companies don’t know the value of an incident response retainer (IRR). </p> </section> <a href="https://1898blog.burnsmcd.com/qa-brett-seals-on-protecting-assets-through-cyberattacks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, permitting, fiber-optic-infrastructure, distribution-automation, electrical-distribution, electrical-transmission, grid-modernization, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Reliability Drives Prioritization for Suite of Program Support Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_Public-Service-New-Mexico-Program-Management_374350/Reliability-Drives-Prioritization-for-Suite-of-Program-Support-Services-Case-Study-374350.psd-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reliability Drives Prioritization for Suite of Program Support Services </h4> <p> When facing aging infrastructure and increasing urgency to modernize its grid, Public Service Co. of New Mexico needed a comprehensive review of its assets and a plan of... </p> </section> <a href="https://info.burnsmcd.com/case-study/reliability-drives-prioritization-for-suite-of-program-support-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Prefabrication and Modular Construction Are Redefining How Facilities and Structures Get Built" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_KCM_MetalFabricationServiceFeature_19323/19323_HeaderImage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Prefabrication and Modular Construction Are Redefining How Facilities and Structures Get Built </h4> <p> Prefabrication and modular construction of metal components are making construction sites safer while delivering higher quality, better cost control and the ability to... </p> </section> <a href="https://azco.burnsmcd.com/service-feature/prefabrication-and-modular-construction-are-redefining-how-facilities-and-structures-get-built" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Allen Xi General Manager of the Southcentral Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Allen Xi General Manager of the Southcentral Region </h4> <p> </p><p>HOUSTON — Allen Xi, senior vice president, has been promoted to general manager for Burns & McDonnell in <a href="https://www.burnsmcd.com/locations/houston" rel="noopener">Houston, Texas</a>. In this role, Xi will lead a workforce of more than...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/allen-xi-general-manager-houston-southcentral" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, healthcare, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Hospital Consumer Experience Director to Healthcare Architecture Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Hospital Consumer Experience Director to Healthcare Architecture Team </h4> <p> </p><p>KANSAS CITY, Missouri ― The <a href="https://www.burnsmcd.com/services/architecture/healthcare" rel="noopener">Healthcare Architecture</a> team at Burns & McDonnell is proud to welcome Nan Knecht. Knecht spent nearly 25 years on the customer side, working for a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nan-knecht-joins-healthcare-architecture-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, environmental, power" data-brand="burns-mcdonnell" data-service="aviation, baggage-handling, passenger-terminals, environmental, ecological-studies-protected-species, electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Three Key Projects Supported by Burns & McDonnell Receive National ACEC Engineering Excellence Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Key Projects Supported by Burns & McDonnell Receive National ACEC Engineering Excellence Awards </h4> <p> </p><p>KANSAS CITY, Missouri — Three projects supported by Burns & McDonnell earned National Recognition Awards from the American Council of Engineering Companies, recognizing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/3-national-acec-engineering-excellence-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="The Renewable Natural Gas and Hydrogen Market in North America" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_JuneWebinar_456454%20Invite/OGC_CAN_JuneWebinar_456454_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Renewable Natural Gas and Hydrogen Market in North America </h4> <p> The energy market is quickly changing and renewable fuel projects that involve natural gas and hydrogen are rapidly being deployed across North America to help decarbonize... </p> </section> <a href="https://info.burnsmcd.com/webinar/the-renewable-natural-gas-and-hydrogen-market-in-north-america" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Jamey Bertram Named Next Leader of Transmission & Distribution Group During Time of Rapid Growth at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jamey Bertram Named Next Leader of Transmission & Distribution Group During Time of Rapid Growth at Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has selected <a href="https://www.linkedin.com/in/jameybertram/" rel="noopener" target="_blank">Jamey Bertram</a> to lead the <a href="https://www.burnsmcd.com/services/electrical-transmission-distribution" rel="noopener">Transmission & Distribution (T&D) Group</a>, the largest business within the $7 billion firm....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leader-of-transmission-distribution-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, acquisition-divestment" data-brand="1898-co." data-service="power, oil-gas-chemicals, acquisition-divestment"> <section class="project-image"> <section aria-label="Leveraging Climate Incentives for Oilfield Electrification Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Leveraging-Climate-Incentives-for-Oilfield-Electrification-Projects-355401-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Climate Incentives for Oilfield Electrification Projects </h4> <p> Working in collaboration with utilities, oilfield owners can leverage federal incentives designed for grid capacity to support oilfield electrification. </p> </section> <a href="https://1898blog.burnsmcd.com/leveraging-climate-incentives-for-oilfield-electrification-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="A Guide to Hardening Electrical Substations for Extreme Weather Events" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Guide-to-Hardening-Electrical-Substations-for-Extreme-Weather-Events-430418-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Guide to Hardening Electrical Substations for Extreme Weather Events </h4> <p> Extreme weather is a fact of life in Puerto Rico. Hardening electrical infrastructure effectively depends on designing for the right loading criteria. </p> </section> <a href="https://blog.burnsmcd.com/a-guide-to-hardening-electrical-substations-for-extreme-weather-events" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, complex-site-remediation, decommissioning-demolition, stakeholder-management, plant-decommissioning, natural-gas-generation, remediation"> <section class="project-image"> <section aria-label="Upfront Planning for Power Plant Retirement Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENS_KCM_White-Paper-Update-Upfront-Planning-for-Power-Plant-Retirement-Projects-415951_WP/Upfront-Planning-for-Power-Plant-Retirement-Projects-white-paper-415951-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upfront Planning for Power Plant Retirement Projects </h4> <p> Low natural gas prices, environmental regulations and the growth of renewable energy have accelerated retirements of fossil fuel-fired power plants. As utilities decommission... </p> </section> <a href="https://info.burnsmcd.com/white-paper/upfront-planning-for-power-plant-retirement-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental, power" data-brand="1898-co." data-service="emerging-energy-advisory, asset-planning-management, enterprise-energy-reviews"> <section class="project-image"> <section aria-label="7 Questions to Consider About Hydrogen Hubs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_Hydrogen-Hubs-White-Paper-214189_WP/Hydrogen-Hubs-White-Paper-214189-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 7 Questions to Consider About Hydrogen Hubs </h4> <p> Hydrogen is poised to become a crucial part of the decarbonization equation as countries work to reach net zero carbon emissions. To date electrification has been the primary... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/seven-questions-to-consider-about-hydrogen-hubs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Cloning Design Provides Plug-and-Play Approach for Carbon Capture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Cloning-Allows-Refiners-to-Capture-Real-Efficiencies-Along-With-Carbon-Dioxide-286663-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cloning Design Provides Plug-and-Play Approach for Carbon Capture </h4> <p> Cloned carbon capture units featuring repeatable design and modular components deliver cost savings and process efficiencies, allowing capture of carbon dioxide. </p> </section> <a href="https://blog.burnsmcd.com/cloning-design-provides-plug-and-play-approach-for-carbon-capture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental"> <section class="project-image"> <section aria-label="Burns & McDonnell Launches Environmental Services to Enhance UK Service Offering " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches Environmental Services to Enhance UK Service Offering </h4> <p> </p><p>BIRMINGHAM, England — Global engineering and construction firm <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has launched an <a href="https://www.burnsmcd.com/industries/environmental" rel="noopener">Environmental Services</a> (ENS) Group in the U.K. as it widens the range of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/uk-launch-of-environmental-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Q&A: Mark Heigold on Decarbonizing Canada's SAGD Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Mark-Heigold-Offers-Insights-on-Decarbonizing-Canadas-Heavy-Oil-Fields-404979-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Mark Heigold on Decarbonizing Canada's SAGD Operations </h4> <p> As Canada advances toward a net zero carbon future, the heavy oil production region in Alberta faces challenges and opportunities. Mark Heigold shares his insights. </p> </section> <a href="https://blog.burnsmcd.com/qa-mark-heigold-on-decarbonizing-canadas-sagd-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Oil Spill Control on Construction Sites Requires Ongoing Efforts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Oil-Spill-Control-on-Construction-Sites-Requires-Ongoing-Efforts-412488-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Oil Spill Control on Construction Sites Requires Ongoing Efforts </h4> <p> Construction sites that have 1,320 gallons of oil or more on-site must have a Spill Prevention, Control and Countermeasure (SPCC) plan in place. </p> </section> <a href="https://blog.burnsmcd.com/oil-spill-control-on-construction-sites-requires-ongoing-efforts" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, transportation, water, oil-gas-chemicals, mining-minerals" data-brand="burns-mcdonnell" data-service="environmental, transportation, water, oil-gas-chemicals, mining-minerals"> <section class="project-image"> <section aria-label="Recycling Batteries Sparks New Market Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Recycling-Batteries-Sparks-New-Market-Opportunities-303659-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Recycling Batteries Sparks New Market Opportunities </h4> <p> In addition to federal incentives, growing electric vehicle adoption is energizing lithium-ion battery recycling solutions to conserve critical minerals. </p> </section> <a href="https://blog.burnsmcd.com/recycling-batteries-sparks-new-market-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="DOE Transmission Needs Study Serves as a Call to Action" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/DOE-Transmission-Needs-Study-Serves-as-Call-to-Action-385104-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> DOE Transmission Needs Study Serves as a Call to Action </h4> <p> Added high-voltage transmission capacity is becoming a national priority. The DOE’s new National Transmission Needs Study starts this urgent dialogue. </p> </section> <a href="https://1898blog.burnsmcd.com/doe-transmission-needs-study-serves-as-a-call-to-action" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="enterprise-technology, project-portfolio-management-systems"> <section class="project-image"> <section aria-label="New Evergy Project Portfolio Management System Delivers Single Source of Truth for Annual Capital Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_Evergy-OPPM-Implementation-Configuration-Placeholder-337837/OPPM%20Case%20Study%20Header%20Image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Evergy Project Portfolio Management System Delivers Single Source of Truth for Annual Capital Planning </h4> <p> For many years, Evergy has relied on a spreadsheet-based project development workbook (PDW) system for planning, budgeting, prioritizing and managing large capital projects.... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/new-evergy-project-portfolio-management-system-delivers-single-source-of-truth-for-annual-capital-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, safety"> <section class="project-image"> <section aria-label="Burns & McDonnell Receives Entergy Premier Vendor Award for Safety Excellence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives Entergy Premier Vendor Award for Safety Excellence </h4> <p> </p><p>HOUSTON — Burns & McDonnell was honored by Entergy with a Premier Vendor Award in the area of safety excellence at a ceremony hosted May 8 in New Orleans.</p> <p>“This award is a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/entergy-premier-vendor-award-for-safety" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power, program-management" data-brand="burns-mcdonnell" data-service="construction, power, program-management"> <section class="project-image"> <section aria-label="Program Management Mentorship Crucial to Conquering Staffing Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Program-Management-Mentorship-Crucial-to-Conquering%20Staffing-Challenges-341465-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Program Management Mentorship Crucial to Conquering Staffing Challenges </h4> <p> Staffing changes and turnover can create challenges for program management roles. New candidates with transferable skills require mentorship and support. </p> </section> <a href="https://blog.burnsmcd.com/program-management-mentorship-crucial-to-conquering-staffing-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="grid-modernization-planning"> <section class="project-image"> <section aria-label="Building a Resilient Grid for the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_EricRodriguezReyes_TransformingTodaysGrid_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Resilient Grid for the Future </h4> <p> To meet 2040’s renewable demands, we must address congestion, curtailment, reliability and resiliency of the electrical grid. </p> </section> <a href="https://1898andco.burnsmcd.com/video/building-a-resilient-grid-for-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission-distribution, sustainability"> <section class="project-image"> <section aria-label="Renewable Energy Leader Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy Leader Joins Burns & McDonnell </h4> <p> </p><p>TORONTO, Canada — Joanna Osawe, a leader in the renewable and energy sector, joins the <a href="https://www.burnsmcd.com/services/electrical-transmission-distribution" rel="noopener">Transmission & Distribution Group</a> at Burns & McDonnell. Serving as senior business...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/renewable-energy-leader-joanna-osawe" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Inflation Reinforces the Value of Preconstruction Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Inflation-Reinforces-Value-of-Preconstruction-Planning-355624-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inflation Reinforces the Value of Preconstruction Planning </h4> <p> Preconstruction services are important for design-build projects due to inflation caused by pandemic-related labor shortages and supply chain issues. </p> </section> <a href="https://blog.burnsmcd.com/inflation-reinforces-the-value-of-preconstruction-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, transportation" data-brand="burns-mcdonnell" data-service="ports-maritime"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Design Contract by Port Muskogee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Design Contract by Port Muskogee </h4> <p> </p><p>NORFOLK-HAMPTON ROADS, Virginia — Port Muskogee has contracted engineering, construction and architecture firm Burns & McDonnell as design lead for the port’s waterfront and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/newsport-muskogee-waterfront-recovery-resiliency-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Wood County Solar Project in Wisconsin Earns an Envision Platinum Award for Sustainable Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-5/Wood-County-Solar-Project-437550-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wood County Solar Project in Wisconsin Earns an Envision Platinum Award for Sustainable Infrastructure </h4> <p> </p><p>SARATOGA, Wisconsin — The Institute for Sustainable Infrastructure (ISI) has awarded Envision Platinum to Alliant Energy’s Wood County Solar Project, highlighting its...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wood-county-solar-envision-platinum" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="industrial-cybersecurity, cybersecurity-executive-advisory-services, managed-threat-protection-response, ot-network-communications-monitoring, managed-security-services, nerc-cip-compliance-services, security-consulting-services, asset-discovery-management, managed-attack-surface-protection-response"> <section class="project-image"> <section aria-label="Defending a Large Power Producer Against Cyberthreats Means Anticipating the Intentional and Unintentional" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_MSS-CONFIDENTIAL-Osaka-Gas-349390_CS/DEFEND~1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Defending a Large Power Producer Against Cyberthreats Means Anticipating the Intentional and Unintentional </h4> <p> The main principle guiding cybersecurity strategy development is to recognize that not every threat will be from an advanced persistent threat or other known adversary. There... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/defending-a-large-power-producer-against-cyberthreats-means-anticipating-the-intentional-and-unintentional" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="1898-co." data-service="distribution-planning-studies, cyber-program-services, systems-platforms, architecture-infrastructure"> <section class="project-image"> <section aria-label="Creating Space for the Ever-Evolving Electric Utility Space" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_CS_Salt-River-Project-Enterprise-Architecture-for-Distribution-Enablement_337890/Creating-Space-for-the-Ever-Evolving-Electric-Utility-Space-case-study-337890-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Space for the Ever-Evolving Electric Utility Space </h4> <p> Electric utilities are adding to their traditional services — generating and delivering power — by evolving into digital enterprises that do more than protect their assets... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/creating-space-for-the-ever-evolving-electric-utility-space" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="federal-military, navy-marine-corps, agencies-military-branches, federal-civilian-agencies"> <section class="project-image"> <section aria-label="Burns & McDonnell Commemorates D.C. Metro Area Office Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-5/DC-Metro-Office-Expansion-hero-01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Commemorates D.C. Metro Area Office Expansion </h4> <p> </p><p>ARLINGTON, Virginia — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, celebrated its continued growth and commitment to job creation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/dc-metro-office-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Construction Involvement in Battery Energy Storage Projects Starts Day 1" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/Construction-Involvement-in-Storage-Starts-Day-1-390835.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Involvement in Battery Energy Storage Projects Starts Day 1 </h4> <p> As battery energy storage projects become more streamlined with components and equipment delivered ready to install, preconstruction gains more importance. </p> </section> <a href="https://blog.burnsmcd.com/construction-involvement-in-battery-energy-storage-projects-starts-day-one" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind, renewables-permitting, environmental, permitting, ports-maritime, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Floating Offshore Wind Technologies Are Making Steady Progress" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_NEO_Floating-Offshore-Wind-392280_WP/Floating-Offshore-Wind-White-paper-392280-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Floating Offshore Wind Technologies Are Making Steady Progress </h4> <p> About two-thirds of the U.S. offshore wind (OSW) energy potential is in the air over waters too deep for the fixed-bottom systems used to secure wind turbine foundations to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/floating-offshore-wind-technologies-are-making-steady-progress" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, government-military, ports-maritime, acquisition-divestment" data-brand="1898-co." data-service="manufacturing-industrial, power, water, oil-gas-chemicals, government-military, ports-maritime, acquisition-divestment"> <section class="project-image"> <section aria-label="Examine Track Record Before Committing to a Lenders Environmental and Social Consultant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Examine-Track-Record-Before-Committing-to-Lenders-Environmental-Social-Consultant-397751-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Examine Track Record Before Committing to a Lenders Environmental and Social Consultant </h4> <p> Environmental and social considerations are increasingly important factors for large projects. Independent consultants can assist on compliance with established standards. </p> </section> <a href="https://1898blog.burnsmcd.com/examine-track-record-before-committing-to-a-lenders-environmental-and-social-consultant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Hosts Community of Inclusion & Equity Symposium, Brings Together Diverse Businesses in California to Advance Equity in Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-5/2023_Community_of_Inclusion_and_Equity_Symposium_SCA_002.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hosts Community of Inclusion & Equity Symposium, Brings Together Diverse Businesses in California to Advance Equity in Infrastructure </h4> <p> </p><p>BREA, California — <a href="https://www.burnsmcd.com/who-we-are/social-responsibility/safety">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture, and construction firm, hosted its Community of Inclusion & Equity Symposium. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/community-of-inclusion-equity-symposium" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="enterprise-technology, project-portfolio-management-systems"> <section class="project-image"> <section aria-label="Comprehensive Enterprise Project Management Tools Streamline Capital Project Life Cycles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/Articles/E98_KCM_HexagonExoSys_409151/E98_KCM_RFPArticleHexagonExoSys_409151.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Enterprise Project Management Tools Streamline Capital Project Life Cycles </h4> <p> Digital tools, platforms and software are increasingly necessary to provide effective management of large capital projects. EcoSys from Hexagon is a leading enterprise... </p> </section> <a href="https://1898andco.burnsmcd.com/article/comprehensive-enterprise-project-management-tools-streamline-capital-project-life-cycles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized as a U.S. Best Managed Company" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized as a U.S. Best Managed Company </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://hubs.li/Q01NSM4P0" rel="noopener">Burns & McDonnell</a> is proud to announce that for the second year in a row it has been selected as a <a href="https://www2.deloitte.com/us/en/pages/deloitte-private/articles/best-managed-companies.html" rel="noopener" target="_blank">2023 US Best Managed Company</a>. Sponsored by Deloitte...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-us-best-managed-company" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Advanced Recycling Technologies Provide Sustainable Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Advanced-Recycling-Technologies-Provide-Sustainable-Solutions-311238-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advanced Recycling Technologies Provide Sustainable Solutions </h4> <p> The plastics industry is implementing advanced recycling technologies with the capability to produce new products while minimizing environmental impacts. </p> </section> <a href="https://blog.burnsmcd.com/advanced-recycling-technologies-provide-sustainable-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Leader Named 2023 Greater Atlanta Hard Hats With Heart Chairman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/social-suggested-images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Leader Named 2023 Greater Atlanta Hard Hats With Heart Chairman </h4> <p> </p><p>ATLANTA — The <a href="http://www.heart.org/atlanta" rel="noopener" target="_blank">American Heart Association</a>, the world’s leading nonprofit organization devoted to a world of longer, healthier lives for all, has named <a href="https://www.linkedin.com/in/justinkanitz/" rel="noopener" target="_blank">Justin Kanitz</a>, project...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/justin-kanitz-atlanta-hard-hats-with-heart" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Wichita's Northwest Water Facility Project Reaches 1 Million Labor Hours Milestone" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wichita's Northwest Water Facility Project Reaches 1 Million Labor Hours Milestone </h4> <p> </p><p>WICHITA, Kansas (May 3, 2023) — <a href="https://wichitawaterworks.com/" rel="noopener" target="_blank">Wichita Water Partners</a>, the joint venture team of Alberici and Burns & McDonnell, celebrated a major project milestone of 1 million labor...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wichitas-northwest-water-facility-project-one-million-labor-hours" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="5 Factors for Converting Interstate Natural Gas Pipelines to Transport Blended Hydrogen" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/5-Factors-for-Converting-Interstate-Natural-Gas-Pipelines-to-Transport-Blended-Hydrogen-350368-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Factors for Converting Interstate Natural Gas Pipelines to Transport Blended Hydrogen </h4> <p> The INGAA Foundation funded a comprehensive study of factors around transporting hydrogen in natural gas pipelines, focusing on five key areas of consideration. </p> </section> <a href="https://blog.burnsmcd.com/5-factors-for-converting-interstate-natural-gas-pipelines-to-transport-blended-hydrogen" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, ports-maritime, asset-planning-management" data-brand="1898-co." data-service="manufacturing-industrial, power, water, oil-gas-chemicals, ports-maritime, asset-planning-management"> <section class="project-image"> <section aria-label="The High Cost of Safety Complacency: Failing to Plan Ahead for Disruptions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/High-Cost-of-Complacency-Failing-to-Plan-for-Equipment-Disruptions-324872-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The High Cost of Safety Complacency: Failing to Plan Ahead for Disruptions </h4> <p> Neglecting maintenance of critical equipment poses a threat to safety. Proactive maintenance anticipates potential failures and helps mitigate issues. </p> </section> <a href="https://1898blog.burnsmcd.com/the-high-cost-of-safety-complacency-failing-to-plan-ahead-for-disruptions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, government-military" data-brand="burns-mcdonnell" data-service="environmental, power, government-military"> <section class="project-image"> <section aria-label="Renewable Energy Projects Can Deliver Economic Benefits Under the Inflation Reduction Act" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Renewable%20Energy%20Projects%20Can%20Deliver%20a%20Range%20of%20Economic%20Benefits-Under-the-Inflation-Reduction-Act-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy Projects Can Deliver Economic Benefits Under the Inflation Reduction Act </h4> <p> The Inflation Reduction Act will boost the clean energy industry while also benefiting economically disadvantaged communities and brownfield locations. </p> </section> <a href="https://blog.burnsmcd.com/renewable-energy-projects-can-deliver-a-range-of-economic-benefits-under-the-inflation-reduction-act" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="benchmark" data-service="aviation, aviation-infrastructure, general-aviation, hangars, passenger-terminals"> <section class="project-image"> <section aria-label="Elevating Expectations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_KCM_Benchmark-QandA-Video-Manny-Incorvaia_125286/BM23-QA-Header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Elevating Expectations </h4> <p> To transform the flying experience for passengers, the designs for airport terminals and other aviation facilities must include innovations that are sustainable and... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/elevating-expectations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="emerging-energy-advisory, capital-asset-planning, strategic-asset-management, policy-regulatory"> <section class="project-image"> <section aria-label="Three Disrupting Factors Are Changing the Refining Landscape" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_Reducing-refining-gas-pool-RVP-253699_WP/Three-Disrupting-Factors-Are-Changing-the-Refining-Landscape-white-paper-253699-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Disrupting Factors Are Changing the Refining Landscape </h4> <p> Economics have been favoring diesel over gasoline nearly year-round and refiners have been putting every last drop of heavy gasoline into distillate, unless there’s something... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/three-disrupting-factors-are-changing-the-refining-landscape" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, water, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Starting Thermal Design Early Can Be a Game Changer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Starting-Thermal-Design-Early-Can-Be-Game-Changer-366353-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Starting Thermal Design Early Can Be a Game Changer </h4> <p> A customised approach to mechanical design that supports earlier integration can reduce overall project development costs and optimise the design process. </p> </section> <a href="https://blog.burnsmcd.com/starting-thermal-design-early-can-be-a-game-changer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, energy-storage"> <section class="project-image"> <section aria-label="Going Vertical With Building-Based Solutions for Battery Energy Storage Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_Building-BESS-Vertically-White-Paper-261500_WP/Building-Vertical-Solutions-for-Battery-Energy-Storage-Systems-261500-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Going Vertical With Building-Based Solutions for Battery Energy Storage Systems </h4> <p> The U.S. Energy Information Administration (EIA) estimates that the nation’s battery storage will reach 30 GW of capacity by the end of 2025, a stark increase from the 7.8 GW... </p> </section> <a href="https://info.burnsmcd.com/white-paper/building-vertical-solutions-for-battery-energy-storage-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, solar, interconnection-facilities"> <section class="project-image"> <section aria-label="Choosing the Right Battery for Utility-Scale Solar-Plus-Storage Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_Utility-ScaleSolarStorageProjectConsiderations_22436/2022_Moss_350_Battery_Storage_Construction_023_high.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing the Right Battery for Utility-Scale Solar-Plus-Storage Projects </h4> <p> To realize the value utility-scale solar and storage offers, utilities need to define the use case, determine ancillary services and locate the optimal location. This process... </p> </section> <a href="https://info.burnsmcd.com/white-paper/choosing-the-right-battery-for-utility-scale-solar-plus-storage-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, aviation-technology-security-systems, commissioning-(cx)"> <section class="project-image"> <section aria-label="Bringing the Commissioning Process to Airport Special Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_KCM_Applying-Commissioning-to-Non-Traditional-Airport-IT-Special-Systems-244811_WP/Header_Image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bringing the Commissioning Process to Airport Special Systems </h4> <p> As airport security, communication, conveyance, fire/life safety, common use and other technology systems grow more complex, so do the challenges of verifying that these... </p> </section> <a href="https://info.burnsmcd.com/white-paper/bringing-the-commissioning-process-to-airport-special-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="aviation-technology-security-systems, passenger-terminals, building-solutions, structural-security, commercial-buildings, office-buildings, federal-military, physical-security, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Security Services for Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/ANF_KCM_Physical-Security-244267_SF_Security%20Services%20for%20Critical%20Infrastructure/Security-Services-for-Critical-Infrastructure-Service-Feature-244267-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security Services for Critical Infrastructure </h4> <p> Countless people depend on critical infrastructure every day for safe and reliable service. Owners and operators are prioritizing the physical security of their critical... </p> </section> <a href="https://info.burnsmcd.com/service-feature/security-services-for-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="India Pushing to Develop Green Hydrogen" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/India-Pushing-to-Develop-Green-Hydrogen-335850-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> India Pushing to Develop Green Hydrogen </h4> <p> With India embarking on a transition away from carbon-based energy, green hydrogen is emerging as an option being explored within the refining sector. </p> </section> <a href="https://blog.burnsmcd.com/india-pushing-to-develop-green-hydrogen" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power, telecommunications, water" data-brand="burns-mcdonnell" data-service="mission-critical-buildings, electric-power-generation, environmental, telecommunications, transportation-electrification, wastewater-stormwater-collection, manufacturing-industrial-facilities, electrical-transmission-distribution, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Moves Up to No. 7 on Annual Industry List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/social-suggested-images/www.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves Up to No. 7 on Annual Industry List of Top 500 Design Firms </h4> <p> </p><p>KANSAS CITY, Missouri — A record-breaking year of growth helped <a href="https://www.burnsmcd.com/who-we-are" rel="noopener">Burns & McDonnell</a> maintain a strong standing among the nation’s leading design and construction firms. In...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-enr-ranking-7th-in-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hiring Top Talent in Larger Greenville Office to Deliver Design-Build Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/Greenville-Office-Lobby-Burns-McDonnell-375517-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hiring Top Talent in Larger Greenville Office to Deliver Design-Build Services </h4> <p> </p><p>GREENVILLE, South Carolina — Burns & McDonnell has moved into a larger office in <a href="https://www.burnsmcd.com/locations/greenville-spartanburg" rel="noopener">Greenville</a> to empower growth of the team delivering integrated design-build services in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/greenville-office-growth-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Mitigating Cybersecurity Risks: The Benefits of an Incident Response Retainer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating Cybersecurity Risks: The Benefits of an Incident Response Retainer </h4> <p> Cybersecurity threats and ransomware attacks have increased in frequency, putting administrators of utilities and large industrial assets in a difficult position. While the... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/mitigating-cybersecurity-risks-the-benefits-of-an-incident-response-retainer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, substations"> <section class="project-image"> <section aria-label="Lakeland Electric Selects Burns & McDonnell to Deliver Design-Build Project in Lakeland" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lakeland Electric Selects Burns & McDonnell to Deliver Design-Build Project in Lakeland </h4> <p> </p><p>LAKELAND, Florida — To meet the current and future needs of Lakeland Electric’s more than 132,000 customers, the utility has selected Burns & McDonnell to design and build a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/lakeland-electric-design-build-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Key Considerations for Securing Your Solar Energy Installation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Key-Considerations-for-Securing-Your-Solar-Energy-Installation-315403.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Considerations for Securing Your Solar Energy Installation </h4> <p> A risk-based strategy to security planning for solar installations assists in development of a program that balances risks, rewards and costs effectively. </p> </section> <a href="https://blog.burnsmcd.com/key-considerations-for-securing-your-solar-energy-installation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Process Optimization Can Solve Today’s Water Treatment Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_ResearchLeadsResourcefulRecharge_10037/AdobeStock_28270872.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Process Optimization Can Solve Today’s Water Treatment Challenges </h4> <p> Safe drinking water is vital to public health, but many water treatment plants (WTPs) struggle to consistently deliver reliable, high-quality water that meets finished water... </p> </section> <a href="https://info.burnsmcd.com/white-paper/process-optimization-can-solve-todays-water-treatment-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, program-management, procurement-execution-plan, schedule-cost-controls, stakeholder-management, transportation-electrification, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, routing-siting-permitting"> <section class="project-image"> <section aria-label="How the Program Management Model Is Evolving to Address Fresh Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_ORL_The-Evolution-of-the-Program-Management-Industry_264250_WP_How-the-Program-Management-Model/How-the-Program-Management-Model-Is-Evolving-to-Address-Fresh-Challenges-white-paper-264250-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How the Program Management Model Is Evolving to Address Fresh Challenges </h4> <p> The confluence of aging infrastructure replacement, clean energy goals and electrification is putting tremendous strain on electric utilities. Program management is helping... </p> </section> <a href="https://info.burnsmcd.com/white-paper/how-the-program-management-model-is-evolving-to-address-fresh-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="gas-transmission-distribution, renewables, solar, environmental, manufacturing-industrial-facilities, electrical-transmission-distribution, grid-modernization, substations, plant-services"> <section class="project-image"> <section aria-label="Burns & McDonnell Names New Charlotte Area Leader, Positioning Company for Significant Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names New Charlotte Area Leader, Positioning Company for Significant Growth </h4> <p> </p><p>CHARLOTTE, North Carolina — Burns & McDonnell has promoted <a href="https://www.linkedin.com/in/ppansing/" rel="noopener" target="_blank">Paul Pansing</a> to lead its Charlotte office in North Carolina as it works to support significant growth in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/paul-pansing-charlotte-office-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Utilities Weather Market Volatility With a Progressive EPC Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Utilities-Weather-Market-Volatility-With-Progressive-EPC-Approach-237721-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utilities Weather Market Volatility With a Progressive EPC Approach </h4> <p> A progressive engineer-procure-construct (EPC) approach prioritizes collaboration between utility and AEC firm so they can share risks and reduce costs. </p> </section> <a href="https://blog.burnsmcd.com/utilities-weather-market-volatility-with-a-progressive-epc-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="1898 & Co. Announces New Managing Director in Chicago Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Announces New Managing Director in Chicago Office </h4> <p> </p><p>CHICAGO — <a href="https://1898andco.burnsmcd.com" rel="noopener">1898 & Co.</a>, part of Burns & McDonnell, announced the hire of Mike Rutkowski as the new managing director of the Chicago office. Rutkowski will lead a team of...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/mike-rutkowski-managing-director-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Senior Executive Leslie Duke Named New CEO of 100% Employee-Owned Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Senior Executive Leslie Duke Named New CEO of 100% Employee-Owned Firm </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.linkedin.com/in/dukeleslie/" rel="noopener" target="_blank">Leslie Duke</a> has been named the new CEO of Burns & McDonnell, effective Jan. 1, 2024. In March, current Burns & McDonnell Chairman and CEO Ray Kowalik...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leslie-duke-named-new-ceo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation, government-military" data-brand="burns-mcdonnell" data-service="construction, transportation, government-military"> <section class="project-image"> <section aria-label="Implementing Goals for Safer Work Zones" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Implementing-Smart-Goals-for-Safer-Work-Zones-141300-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementing Goals for Safer Work Zones </h4> <p> Work zone safety is paramount. Implementing measurable goals based on informed decisions can help reduce fatalities and crashes in work zones. </p> </section> <a href="https://blog.burnsmcd.com/implementing-goals-for-safer-work-zones" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="energy-storage, transportation-electrification"> <section class="project-image"> <section aria-label="Kansas City Business Journal: KC SmartPort’s 2023 industry briefing discusses energy efficiency and more" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: KC SmartPort’s 2023 industry briefing discusses energy efficiency and more </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2023/04/13/kc-smartport-burns-mcdonnell-2023-annual-briefing.html?b=1681415647%5E22234308" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell, azco" data-service="construction"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell's union construction subsidiary prepares for future growth in Wisconsin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-Project-NoPhotoHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell's union construction subsidiary prepares for future growth in Wisconsin </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2023/04/12/burns-mcdonnell-azco-headquarters-growth-office.html?b=1681357858%5E22233798" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="energy-storage, transportation-electrification"> <section class="project-image"> <section aria-label="KCTV5: Kansas City’s big role in the electric revolution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCTV5: Kansas City’s big role in the electric revolution </h4> <p> </p> </section> <a href="https://www.kctv5.com/2023/04/13/kansas-citys-big-role-electric-revolution/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, underground-transmission, environmental-health-safety-(ehs)-compliance, stakeholder-management, underground-distribution"> <section class="project-image"> <section aria-label="Mitigating Challenges to Make the Most of Trenchless Installations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_Trenchless-Installation-in-Urban-Environments_312395_WP_Mitigating-Challenges/Mitigating-Challenges-to-Make-the-Most-of-Trenchless-Installations-Case-Study-312395-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating Challenges to Make the Most of Trenchless Installations </h4> <p> Organizations installing pipelines, conduit and electrical cables in dense urban environments are increasingly leveraging trenchless methods to minimize project impacts.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/mitigating-challenges-to-make-the-most-of-trenchless-installations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="AZCO Cuts Ribbon on Downtown Appleton Headquarters, Enters New Era of Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Insights-News/PR/2023/AZCO-Open-House-380400-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO Cuts Ribbon on Downtown Appleton Headquarters, Enters New Era of Growth </h4> <p> </p><p>APPLETON, Wisconsin — AZCO welcomed a new era of growth for the company as it cut the ribbon on its new headquarters in downtown Appleton, the community the construction and...</p> <p></p> </section> <a href="https://azco.burnsmcd.com/downtown-appleton-headquarters" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands UK Presence With SSEN Transmissions’ Substations Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands UK Presence With SSEN Transmissions’ Substations Framework </h4> <p> </p><p>BIRMINGHAM, England — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> has increased its footprint in the U.K. transmission market by joining the <a href="https://www.ssen-transmission.co.uk/" rel="noopener" target="_blank">SSEN Transmission</a> engineering, procurement and construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ssen-transmission-substations-framework" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Construction Leader for Great Lakes Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Construction Leader for Great Lakes Region </h4> <p> </p><p>CHICAGO — <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, has named Doug Pelletier to lead the <a href="https://www.burnsmcd.com/industries/construction" rel="noopener">Construction</a> practice for the firm's...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-leader-doug-pelletier" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="5,000 Runners Rally to Support Children’s Mercy Kansas City at Rock the Parkway Race" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/2023-Rock-the-Parkway-355324-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5,000 Runners Rally to Support Children’s Mercy Kansas City at Rock the Parkway Race </h4> <p> </p><p>KANSAS CITY, Missouri — The 14th annual <a href="https://www.rocktheparkway.com/" rel="noopener" target="_blank">Burns & McDonnell Rock the Parkway</a> Half Marathon and 5K gathered 5,000 runners to race along scenic Ward Parkway and rally around <a href="https://www.rocktheparkway.com/childrens-mercy/" rel="noopener" target="_blank">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2023-rock-the-parkway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, environmental, government-military" data-brand="burns-mcdonnell" data-service="aviation, environmental, government-military"> <section class="project-image"> <section aria-label="Reducing PFAS: Understanding Impacts of the Military F3 Foam Specification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Military-Specification-Fuels-FAA-Changes-in-PFAS-Based-Firefighting-Foam-Use-282450-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reducing PFAS: Understanding Impacts of the Military F3 Foam Specification </h4> <p> FAA-regulated fuel facility operators can respond to changing PFAS standards by taking a comprehensive look at operations and creating a long-term strategy. </p> </section> <a href="https://blog.burnsmcd.com/reducing-pfas-understanding-impacts-of-the-military-f3-foam-specification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="1898-co." data-service="people-culture-change"> <section class="project-image"> <section aria-label="For Investments That Stand the Test of Time Use Scenario Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_ArticleAudioDataStorytelling_332512.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> For Investments That Stand the Test of Time Use Scenario Planning </h4> <p> Storytelling is one of the oldest forms of communication known to humankind. It can provide needed context for facts and figures and help listeners understand the options for... </p> </section> <a href="https://1898andco.burnsmcd.com/article/try-telling-stories-with-data-to-influence-decisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, aerospace-space, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Rapid Growth and New Job Opportunities at Its Melbourne Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/Melbourne-Florida-Office-Open-House-2023-303391-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Rapid Growth and New Job Opportunities at Its Melbourne Office </h4> <p> </p><p>MELBOURNE, Florida — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, was joined by the Economic Development Commission of Florida’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/melbourne-growth-job-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="video" data-industry="" data-brand="1898-co." data-service="infrastructure-modernization"> <section class="project-image"> <section aria-label="People Must Remain Central Focus of Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Video/Hype/262504_1898&COHypeVideo_Content_SarahCisper_CriticalInfrastructureEvolution_V2_4K.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> People Must Remain Central Focus of Critical Infrastructure </h4> <p> The needs of people must be part of the planning in developing critical infrastructure. </p> </section> <a href="https://1898andco.burnsmcd.com/video/people-must-remain-central-focus-of-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="renewables, wind, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="CS Wind Breaks Ground on Expansion at World’s Largest Wind Turbine Tower Manufacturing Plant, Plans to Create 850 New Jobs in Pueblo, Colorado" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/CS-Wind-Manufacturing-Plant-Pueblo-325081-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> CS Wind Breaks Ground on Expansion at World’s Largest Wind Turbine Tower Manufacturing Plant, Plans to Create 850 New Jobs in Pueblo, Colorado </h4> <p> </p><p>PUEBLO, Colorado — Construction is underway for an expansion to the world's largest manufacturing plant for wind turbine towers, a project designed to double production and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wind-turbine-tower-manufacturing-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="WGN: Midday Fix: STEM activities using things around the house" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-04/STEM-feature-WGN-Chicago.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> WGN: Midday Fix: STEM activities using things around the house </h4> <p> </p> </section> <a href="https://wgntv.com/midday-news/midday-fix-stem-activities-using-things-around-the-house/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Computer Vision and the New Frontier of Construction Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/computer-vision-and-the-new-frontier-of-construction-projects-267138-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Computer Vision and the New Frontier of Construction Projects </h4> <p> Computer vision applications can help construction managers maintain quality control and a consistent schedule, while facilitating safer work practices. </p> </section> <a href="https://blog.burnsmcd.com/computer-vision-and-the-new-frontier-of-construction-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="emerging-contaminants-pfas, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="City of Bonner Springs Breaks Ground on Water Plant to Increase Capacity and Softened Water" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-03/Bonner-Springs-water-plant-rendering-burns-mcdonnell-372621-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City of Bonner Springs Breaks Ground on Water Plant to Increase Capacity and Softened Water </h4> <p> </p><p>BONNER SPRINGS, Kansas — Today’s groundbreaking kicks off a legacy water project for the City of Bonner Springs. The project led by joint venture team Burns & McDonnell/CAS...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bonner-springs-water-plant-groundbreaking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="EPA Proposes to Tighten Coal Plant Discharge Rules for 3 Types of Effluent" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/EPA-Proposes-to-Tighten-Coal-Plant-Discharge-Rules-368250-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPA Proposes to Tighten Coal Plant Discharge Rules for 3 Types of Effluent </h4> <p> The EPA may tighten rules covering coal plant discharges of flue gas desulfurization wastewater, bottom ash transport water, and combustion residual leachate. </p> </section> <a href="https://blog.burnsmcd.com/epa-proposes-to-tighten-coal-plant-discharge-rules-for-3-types-of-effluent" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service="industrial-cybersecurity, cybersecurity-executive-advisory-services"> <section class="project-image"> <section aria-label="Victor Atkins Joins 1898 & Co. as Global Director of Industrial Cybersecurity Executive Advisory Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Victor Atkins Joins 1898 & Co. as Global Director of Industrial Cybersecurity Executive Advisory Services </h4> <p> </p><p>KANSAS CITY, Missouri — Victor Atkins, a former senior U.S. intelligence and energy official, has joined 1898 & Co., a part of Burns & McDonnell, to lead <a href="https://1898andco.burnsmcd.com/what-we-do/industrial-cybersecurity/cybersecurity-executive-advisory-services" rel="noopener">executive advisory...</a></p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/victor-atkins-global-director-of-industrial-cybersecurity-executive-advisory-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="The Time Has Come for Refinery Integration in India" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Time-Has-Come-for-Refinery-Integration-in-India-331601-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Time Has Come for Refinery Integration in India </h4> <p> The market is ready for Indian refineries to begin integrating traditional fuel refining with alternative business models aimed at including petrochemicals. </p> </section> <a href="https://blog.burnsmcd.com/the-time-has-come-for-refinery-integration-in-india" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Geospatial Planning Tools Will Be Key to Successful Broadband Deployments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Geospatial-Planning-Tools-Will-Be-Keys-to-Success-in-Rural-Broadband-21413-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Geospatial Planning Tools Will Be Key to Successful Broadband Deployments </h4> <p> Utilities, cooperatives, municipals and ISPs offering broadband in unserved and underserved regions can use geospatial planning tools to help gain grant funding. </p> </section> <a href="https://blog.burnsmcd.com/geospatial-planning-tools-will-be-key-to-successful-broadband-deployments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Achieve Win-Win Funding Scenarios With Geospatial Tools" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Achieve-Win-Win-RDOF-Scenarios-With-Geospatial-Tools-21929-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieve Win-Win Funding Scenarios With Geospatial Tools </h4> <p> Gathering asset data in a GIS format assists utilities, cooperatives, municipalities and ISPs as they deploy broadband under federal and state grant programs. </p> </section> <a href="https://blog.burnsmcd.com/achieve-win-win-funding-scenarios-with-geospatial-tools" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Supporting New Gas Supply Through Existing Pipelines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-239.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Supporting New Gas Supply Through Existing Pipelines </h4> <p> Mike Falk discusses the demand for natural gas, greenhouse emissions, and the differences between just pure natural gas and a mix of natural gas and hydrogen. In this... </p> </section> <a href="https://info.burnsmcd.com/podcast/supporting-new-gas-supply-through-existing-pipelines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Permitting, Routing, and Environmental Issues" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-243.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Permitting, Routing, and Environmental Issues </h4> <p> Lori Ferry and Chris Siok discuss permitting, routing and environmental issues. In this episode, you will learn how to make sure you obtain the correct permits for your... </p> </section> <a href="https://info.burnsmcd.com/podcast/permitting-routing-and-environmental-issues" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Applying the Rupture Mitigation and Valve Rule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-246.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Applying the Rupture Mitigation and Valve Rule </h4> <p> Faye Cradit discusses the new Rupture Mitigation and Valve rule and the different challenges the oil and gas industry will face implementing it. In this episode, you will... </p> </section> <a href="https://info.burnsmcd.com/podcast/applying-the-rupture-mitigation-and-valve-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Pipeline Projects and Supply Chain Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-244.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline Projects and Supply Chain Challenges </h4> <p> Gary Pare discusses the effect COVID-19 has had on the pipeline industry and pipeline projects. He reflects on supply chain issues and how his company is working through... </p> </section> <a href="https://info.burnsmcd.com/podcast/pipeline-projects-and-supply-chain-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Renewable Natural Gas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-248.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Natural Gas </h4> <p> Scott Martin discusses natural gas, the different types of emissions and the process of getting RNG ready to be used as fuel. In this episode, you will learn why natural gas... </p> </section> <a href="https://info.burnsmcd.com/podcast/renewable-natural-gas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="podcast" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="MAOP Reconfirmation, the Mega Rule, and a Different View On Pipeline Integrity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-241.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> MAOP Reconfirmation, the Mega Rule, and a Different View On Pipeline Integrity </h4> <p> Scott Glaeser discusses the impact that the Mega Rule will have on the industry for years to come, and how the capital needs for MAOP reconfirmation are almost as much as... </p> </section> <a href="https://info.burnsmcd.com/podcast/maop-reconfirmation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Cooperative Energy's New Cost-Efficient Combined-Cycle Unit Is Now Operational" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-03/Cooperative-Energy-Plant-Morrow-227400-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cooperative Energy's New Cost-Efficient Combined-Cycle Unit Is Now Operational </h4> <p> </p><p>PURVIS, Mississippi — A combined-cycle plant which utilizes an advanced-class turbine coupled with an existing steam turbine is now available to generate 572 MW of electric...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cooperative-energy-plant-morrow-combined-cycle" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Texas Stormwater Permit Updates Affect Many Active Construction Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Texas-Stormwater-Permit-Updates-Affect-Many-Active-Construction-Sites-315517-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Texas Stormwater Permit Updates Affect Many Active Construction Sites </h4> <p> Texas Commission on Environmental Quality (TCEQ) updates to stormwater construction permit requirements change the process for many active construction sites. </p> </section> <a href="https://blog.burnsmcd.com/texas-stormwater-permit-updates-affect-many-active-construction-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Engineering News-Record: Best Energy/Industrial - Riazzi Substation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CHI_DuquesneLightCompanyRiazziSubstation_69363/21_FinalRiazzi_012.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Best Energy/Industrial - Riazzi Substation </h4> <p> </p> </section> <a href="https://www.enr.com/articles/56104-best-energy-industrial-riazzi-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, power, water, government-military" data-brand="burns-mcdonnell" data-service="aviation, construction, power, water, government-military"> <section class="project-image"> <section aria-label="Q&A: Vishal Verma Shares the Link Between Client Success and Organization Culture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/qa-vishal-verma-shares-link-between-client-success-organization-culture-261921-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Vishal Verma Shares the Link Between Client Success and Organization Culture </h4> <p> A strong company culture is crucial for effective program management. Client success can often depend on the strategic execution of projects. </p> </section> <a href="https://blog.burnsmcd.com/qa-vishal-verma-shares-the-link-between-client-success-and-organization-culture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Construction Firm AZCO Exceeds 10 Million Work Hours Without Lost Time Incident" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-generic-header-dark-blue.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Firm AZCO Exceeds 10 Million Work Hours Without Lost Time Incident </h4> <p> </p><p>APPLETON, Wisconsin — AZCO, part of the Burns & McDonnell family of companies, achieved the milestone of 10 million work hours without a lost time incident on Jan. 27, more...</p> <p></p> </section> <a href="https://azco.burnsmcd.com/10-million-work-hours" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="transportation, industrial-cybersecurity" data-brand="1898-co." data-service="transportation, industrial-cybersecurity"> <section class="project-image"> <section aria-label="4 Steps to Address the TSA Aviation Cybersecurity Emergency Amendment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/4-Steps-to-Address-TSA-Aviation-Cybersecurity-Emergency-Amendment-341600-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 4 Steps to Address the TSA Aviation Cybersecurity Emergency Amendment </h4> <p> A risk-based approach addresses four key requirements in the Transportation Security Administration’s emergency cybersecurity amendment for aviation. </p> </section> <a href="https://1898blog.burnsmcd.com/4-steps-to-address-the-tsa-aviation-cybersecurity-emergency-amendment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="transmission-distribution-planning, distribution-planning-studies"> <section class="project-image"> <section aria-label="Impact of Harmonics in a Distribution Network After Capacitor Bank Placement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_MBI_HarmonicsinDistributionNetwork_110438/Impact-of-Harmonics-in-a-Distribution-Network-After-Capacitor-Bank-Placement-White-Paper-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Impact of Harmonics in a Distribution Network After Capacitor Bank Placement </h4> <p> Harmonic resonance occurs when the natural frequency in a power system corresponds to the frequency of the harmonic current’s source. Installing capacitor banks in a... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/impact-of-harmonics-in-a-distribution-network-after-capacitor-bank-placement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, emerging-contaminants-pfas, remediation"> <section class="project-image"> <section aria-label="Burns & McDonnell Receives 2022 Environmental Business Journal Achievement Awards for Technology, Information Management and Remediation Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Services/Environmental-01-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives 2022 Environmental Business Journal Achievement Awards for Technology, Information Management and Remediation Projects </h4> <p> </p><p>KANSAS CITY, Missouri — <em><a href="https://ebionline.org/" rel="noopener" target="_blank">Environmental Business Journal</a></em> is recognizing Burns & McDonnell in three award categories at this year’s <a href="https://ebionline.org/2023/02/06/2022-ebj-business-achievement-awards/" rel="noopener" target="_blank">EBJ Business Achievement Awards</a>. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ebj-achievement-awards-2022" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell, Evergy team up to create supplier diversity training cohort for small, diverse companies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-03/Accelerate-RGMA-335271.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell, Evergy team up to create supplier diversity training cohort for small, diverse companies </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2023/03/14/burns-mcdonnell-evergy-supplier-diversity-program.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell CEO Ray Kowalik Announces Retirement After 37 Years at 100% Employee-Owned Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell CEO Ray Kowalik Announces Retirement After 37 Years at 100% Employee-Owned Firm </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell Chairman and CEO Ray Kowalik has announced his retirement at the end of 2023, coming off of a record-breaking year for the firm....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ceo-ray-kowalik-announces-retirement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Power Grid International: Utilities tout supplier diversity programs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Grid International: Utilities tout supplier diversity programs </h4> <p> </p> </section> <a href="https://www.power-grid.com/news/utilities-tout-supplier-diversity-programs/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Utility Dive: Evergy and Burns & McDonnell Partner With RGMA to Launch New Supplier Diversity Business Development Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Dive: Evergy and Burns & McDonnell Partner With RGMA to Launch New Supplier Diversity Business Development Program </h4> <p> </p> </section> <a href="https://www.utilitydive.com/press-release/20230308-evergy-and-burns-mcdonnell-partner-with-rgma-to-launch-new-supplier-diver-1/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, commercial-construction"> <section class="project-image"> <section aria-label="Evergy and Burns & McDonnell Partner With RGMA to Launch New Supplier Diversity Business Development Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-03/Evergy-Burns-McDonnell-Partner-With-RGMA-to-Launch-Supplier-Diversity-Business-Development-Program-335271.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evergy and Burns & McDonnell Partner With RGMA to Launch New Supplier Diversity Business Development Program </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.evergy.com/partner-with-us/suppliers/supplier-diversity" rel="noopener" target="_blank">Evergy</a> and <a href="https://www.burnsmcd.com/suppliers/business-diversity" rel="noopener">Burns & McDonnell</a> have partnered with <a href="https://rgma.com/" rel="noopener" target="_blank">Ralph G. Moore & Associates</a> (RGMA) to launch Accelerate, a business development program with nearly...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/supplier-diversity-business-development-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Reimagining Refinery Processing Using Dividing Wall Column Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_CAN_MarchWebinar_267500/OGC_CAN_MarchWebinarDividedWallColumn_267500-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reimagining Refinery Processing Using Dividing Wall Column Technology </h4> <p> A traditional distillation system can be reimagined with dividing wall column technology (DWC), resulting in lower capital and operating expenses, a more ecologically... </p> </section> <a href="https://info.burnsmcd.com/webinar/reimagining-refinery-processing-using-dividing-wall-column-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, environmental, power" data-brand="burns-mcdonnell" data-service="carbon-capture-utilization-storage-(ccus)"> <section class="project-image"> <section aria-label="Engineering News-Record: Energy Dept. to Award up to $2.5B for Carbon Capture Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Energy Dept. to Award up to $2.5B for Carbon Capture Projects </h4> <p> </p> </section> <a href="https://www.enr.com/articles/55997-energy-dept-to-award-up-to-25b-for-carbon-capture-projects?oly_enc_id=4157D1958123A8I" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Calgary Herald: Burns & McDonnell expands in Calgary to meet demands of energy transition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Calgary Herald: Burns & McDonnell expands in Calgary to meet demands of energy transition </h4> <p> </p> </section> <a href="https://calgaryherald.com/business/commercial-real-estate/burns-mcdonnell-expands-in-calgary-to-meet-demands-of-energy-transition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Moving Forward With Helical Piles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ND_KCM_2023TDWWebinarHelicalPiles_245242/Evolving-Foundations%E2%80%93Helical-Piles-245242-Tile.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Moving Forward With Helical Piles </h4> <p> The critical nature of our aging infrastructure has been at the forefront of industry conversations and concerns, increasing the awareness of durability, longevity and... </p> </section> <a href="https://info.burnsmcd.com/webinar/next-generation-utility/moving-forward-with-helical-piles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, national-guard, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell Wins Engineering Excellence Award for Hawaii National Guard Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-02/HIARNG-Combined-Maintenance-Shop-CSMS-Exteriors-002-293209-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins Engineering Excellence Award for Hawaii National Guard Facility </h4> <p> </p><p>HONOLULU, Hawaii — The design of the new combined support maintenance shop (CSMS) supporting the Hawaii Army National Guard earned the Engineering Excellence 2023 Honor Award...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/acec-award-for-hawaii-national-guard-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="New Santa Ana: The O.C. Prentice School receives STEM grants from a local firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Santa Ana: The O.C. Prentice School receives STEM grants from a local firm </h4> <p> </p> </section> <a href="https://newsantaana.com/the-o-c-prentice-school-receives-stem-grants-from-a-local-firm/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, manufacturing-industrial, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, construction, manufacturing-industrial, government-military, telecommunications"> <section class="project-image"> <section aria-label="Key Reasons Behind the Growing Demand for SCIFs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Key-Reasons-Behind-Growing-Demand-for-SCIFs-215102-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Reasons Behind the Growing Demand for SCIFs </h4> <p> As SCIFs gain importance for manufacturers of classified parts, designers and builders must have a clear understanding of specific federal standards. </p> </section> <a href="https://blog.burnsmcd.com/key-reasons-behind-the-growing-demand-for-scifs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="schedule-cost-controls, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Maximizing the Approach, Strategy and Resources for Gas Main Replacement and Reinforcement Programs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_BGE-STRIDE_177685_CS_Maximizing-the-Approach-Strategy-and-Resources-for-Gas-Main-Replacement/Maximizing-the-Approach-Strategy-and-Resources%20for-Gas-Main-Replacement-and-Reinforcement-Programs-Case-Study-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing the Approach, Strategy and Resources for Gas Main Replacement and Reinforcement Programs </h4> <p> Baltimore Gas & Electric has a portfolio of programs to modernize and improve gas system performance while limiting emissions. The largest program aims to replace all of the... </p> </section> <a href="https://info.burnsmcd.com/case-study/maximizing-the-approach-strategy-and-resources-for-gas-main-replacement-and-reinforcement-programs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Construction Safety Amid Challenges: People Matter the Most" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Construction-Safety-Amid-Challenges-People-Matter-Most-264764-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Safety Amid Challenges: People Matter the Most </h4> <p> The craft labor shortage and the Inflation Reduction Act intensify labor demand and put upward pressure on project funding. A culture of safety matters. </p> </section> <a href="https://blog.burnsmcd.com/construction-safety-amid-challenges-people-matter-the-most" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water, ports-maritime" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Sales and Revenue by Nearly 50% in 2022, Promotes Five Senior Executives, Expands Officer Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Sales and Revenue by Nearly 50% in 2022, Promotes Five Senior Executives, Expands Officer Group </h4> <p> </p><p>KANSAS CITY, Missouri — After another record-breaking year for Burns & McDonnell, the 100% employee-owned engineering, construction and architecture firm is announcing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2022-growth-officer-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), sustainability"> <section class="project-image"> <section aria-label="Engineering News-Record: Living With LNG: Can More Gas Infrastructure and Climate Goals Coexist?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Living With LNG: Can More Gas Infrastructure and Climate Goals Coexist? </h4> <p> </p> </section> <a href="https://www.enr.com/articles/55932-living-with-lng-can-more-gas-infrastructure-and-climate-goals-coexist" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, government-military, power, telecommunications, transportation, water, ports-maritime" data-brand="1898-co." data-service="managed-threat-protection-response, managed-security-services, response-recovery"> <section class="project-image"> <section aria-label="1898 & Co. Launches Managed Threat Protection & Response Services to Improve Cybersecurity Resiliency for Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Launches Managed Threat Protection & Response Services to Improve Cybersecurity Resiliency for Critical Infrastructure </h4> <p> </p><p>KANSAS CITY, Missouri, and MIAMI (<a href="https://s4xevents.com/" rel="noopener" target="_blank">S4X23</a>) — In an effort to improve cybersecurity resiliency for critical infrastructure environments, <a href="https://1898andco.burnsmcd.com" rel="noopener">1898 & Co.</a> is launching <a href="https://1898andco.burnsmcd.com/solutions/managed-security-services/managed-threat-protection-response" rel="noopener">Managed Threat...</a></p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/managed-threat-protection-response-services-for-cyber-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service="industrial-cybersecurity, managed-threat-protection-response, managed-security-services"> <section class="project-image"> <section aria-label="Forbes: Burns & McDonnell Arm Launches Unique Cybersecurity Service For Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: Burns & McDonnell Arm Launches Unique Cybersecurity Service For Critical Infrastructure </h4> <p> </p> </section> <a href="https://www.forbes.com/sites/llewellynking/2023/02/15/burns--mcdonnell-arm-launches-unique-cybersecurity-service-for-critical-infrastucture/?sh=3fec61744b21" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, transportation" data-brand="burns-mcdonnell" data-service="construction, environmental, transportation"> <section class="project-image"> <section aria-label="Using the NEPA Process to Drive Successful Transportation Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Using-NEPA-Process-to-Drive-Successful-Transportation-Project-Delivery-161102-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using the NEPA Process to Drive Successful Transportation Project Delivery </h4> <p> When the Missouri Department of Transportation needed to replace a historic interstate bridge, it needed a partner with environmental assessment experience. </p> </section> <a href="https://blog.burnsmcd.com/using-the-nepa-process-to-drive-successful-transportation-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, aviation, government-military" data-brand="benchmark" data-service="aerospace-space, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Mainstream Space Travel Is Looking Up" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2023/Feb/Feature_1_Space/BM23-1-Digital-SpaceFeature-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mainstream Space Travel Is Looking Up </h4> <p> As commercial spaceflight becomes more prevalent and less expensive, significant strides are being made regarding social, business and environmental impacts. That being said,... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/feature/mainstream-space-travel-is-looking-up" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, power" data-brand="benchmark" data-service="environmental, stakeholder-management, public-involvement, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Balancing People and Project Impacts Through Environmental Justice " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2023/Feb/Feature_3_BlanacingPeople/BM23-1-Digital-EJFeature-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Balancing People and Project Impacts Through Environmental Justice </h4> <p> The Infrastructure Investment and Jobs Act and Executive Order 14008 have elevated environmental justice concerns in government and public consciousness. Integrating this... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/feature/balancing-people-project-impacts-through-environmental-justice" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="How Corrosion Control Requirements Will Change Under the PHMSA Final Rule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-Corrosion-Control-Requirements-Will-Change-Under-PHMSA-Final-Rule-267100-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Corrosion Control Requirements Will Change Under the PHMSA Final Rule </h4> <p> PHMSA regulatory changes for pipelines take effect in May 2023. Here are the impacts on protective coatings, cathodic protection and internal corrosion. </p> </section> <a href="https://blog.burnsmcd.com/how-corrosion-control-requirements-will-change-under-the-phmsa-final-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="electric-utility-cybersecurity, telecommunications, fiber-optic-infrastructure, mission-critical-networks, utility-automation, distribution-automation, scada-systems, wireless-communications, electrical-distribution, substations, communication-site-infrastructure, utility-analytics"> <section class="project-image"> <section aria-label="Overcoming Synchronization Cyberthreats in Today’s Complex Energy Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_Overcoming-Synchronization-Cyber-Threats-in-Todays-Complex-Energy-Network_212645_WP/Overcoming-Synchronization-Cyberthreats-in-Todays-Complex-Energy-Network-white%20paper-212645-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Synchronization Cyberthreats in Today’s Complex Energy Networks </h4> <p> With PLTE deployment and network technology advancing to accommodate new power generation, reliable and accurate synchronization is becoming vital. To make the experience... </p> </section> <a href="https://info.burnsmcd.com/white-paper/overcoming-synchronization-cyberthreats-in-todays-complex-energy-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="esg-transaction-advisory, financing-forecasting, transaction-advisory, stakeholder-engagement"> <section class="project-image"> <section aria-label="IPFA: Making the Case for Standardised ESG Data Reporting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IPFA: Making the Case for Standardised ESG Data Reporting </h4> <p> </p> </section> <a href="https://www.ipfa.org/content-library/standardised-esg-data-reporting-blog-1898co/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, water" data-brand="burns-mcdonnell" data-service="environmental, emerging-contaminants-pfas, remediation, water, industrial-water-wastewater, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="A Holistic Path to Treating PFAS in Water and Wastewater" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_PFAS-in-Water-is-a-Two-Sided-Challenge-Water-and-Wastewater_WP_198364/A-Holistic-Path-to-Treating-PFAS-in-Water-and-Wastewater-white-paper-198364-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Holistic Path to Treating PFAS in Water and Wastewater </h4> <p> PFAS, or per- and polyfluoroalkyl substances, are the subject of intense discussion in the water and wastewater industries. With the U.S. Environmental Protection Agency... </p> </section> <a href="https://info.burnsmcd.com/white-paper/a-holistic-path-to-treating-pfas-in-water-and-wastewater" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="green-infrastructure, sustainability"> <section class="project-image"> <section aria-label="AABE Future of Clean Energy Summit Brings Together Diverse Businesses, Utilities and Educational Leaders at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-02/AABE-Future-of-Clean-Energy-Summit-header-259938.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AABE Future of Clean Energy Summit Brings Together Diverse Businesses, Utilities and Educational Leaders at Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — The Kansas-Missouri chapter of the <a href="https://www.aabe.org/" rel="noopener" target="_blank">American Association of Blacks in Energy</a> (AABE) hosted the Future of Clean Energy Summit on Thursday, Feb. 9, at...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aabe-clean-energy-summit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications"> <section class="project-image"> <section aria-label="Overcome Challenges to Bringing Future-Proof Broadband to Multidwelling Units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Overcome-Challenges-to-Bringing-Future-Proof-Broadband-to-Multidwelling-Units-burns-mcdonnell-177999-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcome Challenges to Bringing Future-Proof Broadband to Multidwelling Units </h4> <p> Fiber offers multiple advantages for providing broadband to multidwelling units (MDUs). Developers have deployment options for new buildings and retrofits. </p> </section> <a href="https://blog.burnsmcd.com/overcome-challenges-to-bringing-future-proof-broadband-to-multidwelling-units" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, aviation-infrastructure, fuel-storage-tanks-distribution, permitting, decommissioning-demolition, remediation"> <section class="project-image"> <section aria-label="New Fuel Facility Leads to Decommissioning of Old Facility Safely and Efficiently" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SLO_St-Louis-Lambert-International-Airport-Bulk-Fuel-Storage-Facility-Decommissioning-213151-CS/Obsolete-STL-Jet-Fuel-Storage-Facility-Shut-Down-Safely-Efficiently-Case-Study-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Fuel Facility Leads to Decommissioning of Old Facility Safely and Efficiently </h4> <p> Permanently closing a facility can be a complex process, especially when hazardous materials are present, such as jet fuel. After Burns & McDonnell successfully constructed a... </p> </section> <a href="https://info.burnsmcd.com/case-study/new-fuel-facility-leads-to-decommissioning-of-old-facility-safely-and-efficiently" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, green-infrastructure, source-development-groundwater-supply, sustainability, water, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="Equus Beds Aquifer Storage and Recovery Key Component of Sustainable Resource Management " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_ResearchLeadsResourcefulRecharge_10037/Research-leads-to-a-resourceful-recharge-case-study-64121-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Equus Beds Aquifer Storage and Recovery Key Component of Sustainable Resource Management </h4> <p> As the largest city in Kansas continued to grow, its water resources remained limited, posing a threat to the local water supply. City of Wichita officials knew the situation... </p> </section> <a href="https://info.burnsmcd.com/case-study/equus-beds-aquifer-storage-and-recovery-key-component-of-sustainable-resource-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="construction, green-buildings, environmental, green-infrastructure, construction-environmental-monitoring, sustainability"> <section class="project-image"> <section aria-label="The Engineer: Comment - Promoting natural capital can help biodiversity and the climate" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Engineer: Comment - Promoting natural capital can help biodiversity and the climate </h4> <p> </p> </section> <a href="https://www.theengineer.co.uk/content/opinion/comment-promoting-natural-capital-can-help-biodiversity-and-the-climate" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Engineering and Constructing Resilient Infrastructure to Meet Sustainability Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Engineering-Constructing-Resilient-Infrastructure-to-Meet-Sustainability-Goals-239878-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering and Constructing Resilient Infrastructure to Meet Sustainability Goals </h4> <p> It is essential for engineers to incorporate sustainability and resiliency into infrastructure design and construction. </p> </section> <a href="https://blog.burnsmcd.com/engineering-and-constructing-resilient-infrastructure-to-meet-sustainability-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, aviation" data-brand="benchmark" data-service="aerospace-space, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Going Above and Beyond to Bring Essential Resources Into Space" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/intuitive-machines-hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Going Above and Beyond to Bring Essential Resources Into Space </h4> <p> If humanity’s future lies among the stars, we’re going to need to bring resources with us. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2023/issue-1/feature/going-above-and-beyond-to-bring-essential-resources-into-space" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Battery Energy Storage Market Predictions Are Trickier Than Ever" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Battery-Energy-Storage-Market-Predictions-Are-Trickier-Than-Ever-158703-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Battery Energy Storage Market Predictions Are Trickier Than Ever </h4> <p> The disruption of market economics for commodities used in lithium-ion batteries is shaking up the flow for utility-scale battery energy storage projects. </p> </section> <a href="https://blog.burnsmcd.com/battery-energy-storage-market-predictions-are-trickier-than-ever" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="program-management, oil-gas-chemicals, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Burns & McDonnell to Provide Comprehensive Program Management for Largest Soybean Crushing Facility in Kansas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-01/Soybean-Crushing-Facility-54921.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Provide Comprehensive Program Management for Largest Soybean Crushing Facility in Kansas </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is working with the engineering and construction team at Savage, a global provider of industrial logistics infrastructure and supply...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/program-management-for-soybean-crushing-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="commissioning-(cx), commissioning-(cx), green-buildings, commercial-buildings"> <section class="project-image"> <section aria-label="Commissioning a $1 Billion Correctional Facility for the State of Utah" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_State-Correctional-Facility-Commissioning_78396_CS_Commissioning/Utah-State-Correctional-Facility-Commissioning-Case-Study-78396-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Commissioning a $1 Billion Correctional Facility for the State of Utah </h4> <p> Our firm served as the commissioning manager for the ground up design and construction of a 33-building correctional campus with a comprehensive array of supporting... </p> </section> <a href="https://info.burnsmcd.com/case-study/commissioning-a-1-billion-correctional-facility-for-the-state-of-utah" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, environmental, power, telecommunications"> <section class="project-image"> <section aria-label="When and Why Utilities Will Be Disclosing Their Climate-Related Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/When-Why-Utilities-Will-Be-Disclosing-Climate-Related-Risks-203643-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> When and Why Utilities Will Be Disclosing Their Climate-Related Risks </h4> <p> Utilities are preparing for SEC rule amendments affecting disclosure of climate-related risks. Those changes are to begin phasing in over the next few years. </p> </section> <a href="https://blog.burnsmcd.com/when-and-why-utilities-will-be-disclosing-their-climate-related-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service="emerging-energy-advisory, grid-modernization-planning, distribution-planning-studies, business-case-analysis, distributed-generation-feasibility-studies, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Distribution Grid Operators Face Increasingly Complex Dynamics as Electrification Ramps Up" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98-KCM-Electrification_Impact_on_Power_Grid_Operations_210877-WP/Distribution-Grid-Operators-Face-Increasingly-Complex-Dynamics-as-Electrification-Ramps-Up-white-paper-210877--header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Distribution Grid Operators Face Increasingly Complex Dynamics as Electrification Ramps Up </h4> <p> The adoption of photovoltaic (PV) solar and electric vehicle (EV) charging stations at residential and commercial locations is a trend that has come to be broadly called... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/distribution-grid-operators-face-increasingly-complex-dynamics-as-electrification-ramps-up" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="1898-co." data-service="business-strategy-transformation, infrastructure-modernization, policy-regulatory"> <section class="project-image"> <section aria-label="Former KDOT Secretary Julie Lorenz Joins 1898 & Co. to Help Lead Critical Infrastructure Clients Through Transformative Times" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Former KDOT Secretary Julie Lorenz Joins 1898 & Co. to Help Lead Critical Infrastructure Clients Through Transformative Times </h4> <p> </p><p>KANSAS CITY, Missouri — Former Kansas Secretary of Transportation <a href="https://www.linkedin.com/in/julielorenz/" rel="noopener" target="_blank">Julie Lorenz</a> has joined <a href="https://1898andco.burnsmcd.com/" rel="noopener" target="_blank">1898 & Co.</a> to help businesses, industries and governments make the most of...</p> <p></p> </section> <a href="https://1898andco.burnsmcd.com/news/former-kdot-secretary-julie-lorenz-joins-1898" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Inflation Reduction Act Spurs Innovation in Oil, Gas and Chemicals Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Wide-Ranging-Benefits-About-to-Be-Unlocked-by-Inflation-Reduction-Act-224550-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inflation Reduction Act Spurs Innovation in Oil, Gas and Chemicals Sector </h4> <p> The Inflation Reduction Act puts billions of dollars toward financial incentives, making the oil, gas and chemical industry a player in the clean energy economy. </p> </section> <a href="https://blog.burnsmcd.com/inflation-reduction-act-spurs-innovation-in-oil-gas-and-chemicals-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Former KDOT Secretary Lorenz returns to Burns & McDonnell as consultant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Former KDOT Secretary Lorenz returns to Burns & McDonnell as consultant </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2023/01/18/julie-lorenz-kdot-burns-mcdonnell-1898-co-consult.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes 250 MWac of Solar Projects for Alliant Energy in Wisconsin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-01/Wood-County-Solar-003-230811-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes 250 MWac of Solar Projects for Alliant Energy in Wisconsin </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has completed engineer-procure-construct (EPC) services for three Alliant Energy solar projects in Wisconsin. The projects are part...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/alliant-energy-solar-projects-completion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="New Civil Engineer: How can firms address counter-inclusion in the engineering sector?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Civil Engineer: How can firms address counter-inclusion in the engineering sector? </h4> <p> </p> </section> <a href="https://www.newcivilengineer.com/latest/how-can-firms-address-counter-inclusion-in-the-engineering-sector-17-01-2023/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Mayor, Aisha Bowe Join Burns & McDonnell to Name Four Diverse Businesses as 2022 Partners of the Year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2023-01/Empowering-Diverse-Partnerships-Awards-225686-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Mayor, Aisha Bowe Join Burns & McDonnell to Name Four Diverse Businesses as 2022 Partners of the Year </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com/who-we-are" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, hosted its annual Empowering Diverse Partnerships Awards,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aisha-bowe-diverse-partnerships-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, engineering, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, engineering, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Stamping With Confidence: Maintaining a Commitment to Quality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Stamping-With-Confidence-Maintaining-Commitment-to-Quality-211952-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stamping With Confidence: Maintaining a Commitment to Quality </h4> <p> A professional engineer’s seal on drawings confirms a company’s commitment to quality; it is especially important on complex natural gas pipeline designs. </p> </section> <a href="https://blog.burnsmcd.com/stamping-with-confidence-maintaining-a-commitment-to-quality" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, engineer-procure-construct"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Its Construction Group in the UK" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Its Construction Group in the UK </h4> <p> </p><p>BIRMINGHAM, England — Engineering and construction firm Burns & McDonnell is expanding its construction presence in the U.K. through the creation of a dedicated <a href="https://www.burnsmcd.com/industries/construction" rel="noopener">Construction...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-expansion-in-uk" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Laying the Groundwork to Ramp Up Offshore Substation Production" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Laying-the-Groundwork-to-Ramp-Up-Offshore-Substation-Production-217047-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Laying the Groundwork to Ramp Up Offshore Substation Production </h4> <p> U.S. plans for major growth in offshore wind will call for many offshore substations. The domestic market and supply chain will need to step up. </p> </section> <a href="https://blog.burnsmcd.com/laying-the-groundwork-to-ramp-up-offshore-substation-production" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, telecommunications" data-brand="burns-mcdonnell" data-service="power, oil-gas-chemicals, telecommunications"> <section class="project-image"> <section aria-label="Looking Ahead for Utilities With Optimism After a Challenging Year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Looking-Ahead-for-Utilities-With-Optimism-After-a-Challenging-Year-203831-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Looking Ahead for Utilities With Optimism After a Challenging Year </h4> <p> Despite a challenging past year, the energy and utility sectors have performed well. Opportunities for growth and improvements look strong for the near future. </p> </section> <a href="https://blog.burnsmcd.com/looking-ahead-for-utilities-with-optimism-after-a-challenging-year" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military, power, water" data-brand="burns-mcdonnell" data-service="aviation, aviation-technology-security-systems, passenger-terminals, building-solutions, buildings, commercial-buildings, mission-critical-buildings, physical-security, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="A Risk-Based Approach to Security Can Maximize Your Security Budget and Mitigate Your True Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/AF_ANF_KCM_Physical-Security-Program-Assessment_179497_WP_A-Risk-Based-Approach-to-Security/A-Risk-Based-Approach-to-Security-Can-Maximize-Your-Security-Budget-and-Mitigate-Your-True-Risks%20-white-paper-79497-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Risk-Based Approach to Security Can Maximize Your Security Budget and Mitigate Your True Risks </h4> <p> Many clients know they need security but don’t know where to start. The challenge is knowing how to provide enough security without overspending. There are numerous security... </p> </section> <a href="https://info.burnsmcd.com/white-paper/a-risk-based-approach-to-security-can-maximize-your-security-budget-and-mitigate-your-true-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Third National Grid Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Third National Grid Contract </h4> <p> </p><p>BIRMINGHAM, U.K. — National Grid has awarded engineering-led construction firm <a href="https://www.burnsmcd.com/locations/birmingham" rel="noopener">Burns & McDonnell</a> an engineer-procure-construct (EPC) contract for the extension of a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/third-national-grid-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity"> <section class="project-image"> <section aria-label="Addressing Diversity and Inclusion in the Engineering Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Addressing-Diversity-Inclusion-in-Engineering-Sector-223445-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Diversity and Inclusion in the Engineering Sector </h4> <p> A company that enables employees feel heard and included can build a more competitive, sustainable business, increasing resources and opportunities for all. </p> </section> <a href="https://blog.burnsmcd.com/addressing-diversity-and-inclusion-in-the-engineering-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="transportation" data-brand="1898-co." data-service="industrial-cybersecurity, cybersecurity-assessment-services, business-outcome-solutions, critical-function-risk-mitigation, ot-network-communications-monitoring, cybersecurity-architecture-design"> <section class="project-image"> <section aria-label="Solving for Cybersecurity Threats in the Rail Industry: Risk Assessment and Segmented Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_TRN_RailCybersecurity_26203/header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solving for Cybersecurity Threats in the Rail Industry: Risk Assessment and Segmented Technology </h4> <p> Cybersecurity threats and ransomware attacks have increased in frequency, putting railroad companies in a vulnerable position. In response, the Transportation Security... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/solving-for-cybersecurity-threats-in-the-rail-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Finding New Opportunities Under a Streamlined PJM Interconnection Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/EPC-Can-Unlock-Possibilities-Under-Streamlined-PJM-Interconnection-Process-30298-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding New Opportunities Under a Streamlined PJM Interconnection Process </h4> <p> A FERC decision that OKs an expedited approval process makes it critical for renewable power developers to nail down details in interconnection studies. </p> </section> <a href="https://1898blog.burnsmcd.com/finding-new-opportunities-under-a-streamlined-pjm-interconnection-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power" data-brand="burns-mcdonnell" data-service="construction, environmental, power"> <section class="project-image"> <section aria-label="Implications of Climate Risk Disclosure Rule Changes for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Utilities-Must-Start-Preparing-for-Climate-Risk-Disclosure-Rule-Changes-154100-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implications of Climate Risk Disclosure Rule Changes for Utilities </h4> <p> The SEC has proposed new climate risk disclosure rules that standardize and increase what companies must report. Utilities need to start preparing. </p> </section> <a href="https://blog.burnsmcd.com/implications-of-climate-risk-disclosure-rule-changes-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Burns & McDonnell Offered First HVDC Contract in the UK" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Offered First HVDC Contract in the UK </h4> <p> </p><p>BIRMINGHAM, England — Scottish & Southern Electricity Networks (SSEN) Transmission has awarded engineering, construction and design firm <a href="https://www.burnsmcd.com/locations/birmingham" rel="noopener">Burns & McDonnell</a> a contract for the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hvdc-contract-in-uk" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="program-management, consumer-products, food-beverage, oil-gas-chemicals, chemicals, refining, hydrogen-production-distribution, electric-power-generation, carbon-capture-utilization-storage-(ccus), energy-storage, environmental, transportation-electrification, renewable-fuels-chemicals, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Decarbonization Goals Are Driving Burns & McDonnell Expansion in Canada" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-12/Canada-Office-Growth-Calgary-Ribbon-Cutting-178599-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Decarbonization Goals Are Driving Burns & McDonnell Expansion in Canada </h4> <p> </p><p>CALGARY, Alberta — Canada’s move to decarbonize its power and industrial sectors, as well as the need to backfill power supplied by retiring assets, is translating into...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/decarbonization-drives-expansion-in-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Get Ready for New Design Standards for Solar Power Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Get-Ready-for-Marginally-Tougher-Design-Standards-for-Solar-Power-Facilities-206782-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Get Ready for New Design Standards for Solar Power Facilities </h4> <p> Most solar power facilities must become more resilient to damage from severe weather under a coming revision to the International Building Code. </p> </section> <a href="https://blog.burnsmcd.com/get-ready-for-new-design-standards-for-solar-power-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, ports-maritime, asset-planning-management" data-brand="1898-co." data-service="power, transportation, ports-maritime, asset-planning-management"> <section class="project-image"> <section aria-label="Port Electrification Requires Resilient Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Port-Electrification-Requires-Resilient-Infrastructure-140836-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Port Electrification Requires Resilient Infrastructure </h4> <p> Upgrading electrical infrastructure to support port decarbonization — fleet electrification, vessel shore power and electric vessels — requires collaboration and planning. </p> </section> <a href="https://1898blog.burnsmcd.com/port-electrification-requires-resilient-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Smart Grid Technology Enhances Storm Hardening Efforts at Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Smart-Grid-Technology-Enhances-Storm-Hardening-Efforts-at-Utilities-44998-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smart Grid Technology Enhances Storm Hardening Efforts at Utilities </h4> <p> By improving asset visibility and reliability for customers, smart technologies can enhance storm hardening efforts for utilities and energy providers. </p> </section> <a href="https://blog.burnsmcd.com/smart-grid-technology-enhances-storm-hardening-efforts-at-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="A More Progressive Approach to Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_AMoreProgressiveApproachtoDesign-Build_216746_WP_A-More-Progressive-Approach-To-Design-Build/A-More-Progressive-Approach-To-Design-Build-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A More Progressive Approach to Design-Build </h4> <p> Given its multiple benefits, the design-build approach to project delivery continues to grow in popularity, rapidly replacing more traditional contracting methods. Many state... </p> </section> <a href="https://info.burnsmcd.com/white-paper/a-more-progressive-approach-to-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Panels, Plants and Tractors: Integrated Energy and Agriculture Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Panels-Plants-Tractors-Integrated-Energy-Agriculture-Solutions-194248-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Panels, Plants and Tractors: Integrated Energy and Agriculture Solutions </h4> <p> Agrivoltaics, the collocating of agriculture and solar energy assets for mutually beneficial purposes, offers a novel solution to environmental challenges. </p> </section> <a href="https://1898blog.burnsmcd.com/panels-plants-and-tractors-integrated-energy-and-agriculture-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, manufacturing-industrial, government-military" data-brand="burns-mcdonnell" data-service="construction, manufacturing-industrial, government-military"> <section class="project-image"> <section aria-label="Fast-Tracking Hypersonic Missile Projects With EPC Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Fast-Tracking-Hypersonic-Missile-Projects-With-EPC-Delivery-157082-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fast-Tracking Hypersonic Missile Projects With EPC Delivery </h4> <p> Engineer-procure-construct (EPC) project delivery can be the most effective solution for staying on budget and ahead of schedule for hypersonic missile facilities. </p> </section> <a href="https://blog.burnsmcd.com/fast-tracking-hypersonic-missile-projects-with-epc-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Promoting Natural Capital in Construction Helps Biodiversity and the Climate" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Promoting-Natural-Capital-in-Construction-Helps-Biodiversity-and-the-Climate-47650-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Promoting Natural Capital in Construction Helps Biodiversity and the Climate </h4> <p> As the U.K. implements rules for construction projects that promote a net benefit to the environment, the concept of natural capital is emerging as a tool to measure value. </p> </section> <a href="https://blog.burnsmcd.com/promoting-natural-capital-in-construction-helps-biodiversity-and-the-climate" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="The Future of Gas Generation in an Increasingly Decarbonized World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Future-of-Gas-Generation-in-Increasingly-Decarbonized-World-167950-featured.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Future of Gas Generation in an Increasingly Decarbonized World </h4> <p> Gas-fired generation facilities provide the reliability, adaptability and dispatchability needed by the power grid, even as renewables gain market share. </p> </section> <a href="https://blog.burnsmcd.com/the-future-of-gas-generation-in-an-increasingly-decarbonized-world" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Considerations for Skid-Built Fabrication Pathways on Natural Gas Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_ConsiderationsforFabrication_159542_WP_Considerations%20for%20Skid-Built%20Fabrication%20Pathways/Considerations-for-Fabrication-on-Natural-Gas-Projects-white-paper-159542-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for Skid-Built Fabrication Pathways on Natural Gas Projects </h4> <p> During the design and construction of pipeline facilities and equipment, companies can choose to stick-build or skid-build equipment. Skid-building equipment has the... </p> </section> <a href="https://info.burnsmcd.com/considerations-for-skid-built-fabrication-pathways-on-natural-gas-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water" data-brand="burns-mcdonnell" data-service="water"> <section class="project-image"> <section aria-label="Using Process Modeling to Control Costs and Optimize Efficiencies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Using-Process-Modeling-to-Control-Costs-Optimize-Efficiencies-144017-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Process Modeling to Control Costs and Optimize Efficiencies </h4> <p> Process modeling helps utilities minimize cost and prioritize efficiency with real-world data. These insights help to inform treatment plans. </p> </section> <a href="https://blog.burnsmcd.com/using-process-modeling-to-control-costs-and-optimize-efficiencies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind"> <section class="project-image"> <section aria-label="Burns & McDonnell and Bay Ltd. Have Teamed to Boost U.S. Offshore Substation Supply Chain" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-11/Offshore-substation-rendering-at-Bay-Ltd-fabrication-yard-Corpus-Christi-156735-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Bay Ltd. Have Teamed to Boost U.S. Offshore Substation Supply Chain </h4> <p> </p><p>WALLINGFORD, Connecticut — To help the U.S. reach its offshore wind generation targets and address global supply chain challenges for the industry, <a href="https://www.burnsmcd.com" rel="noopener">Burns & McDonnell</a> and <a href="https://bayltd.com/" rel="noopener" target="_blank">Bay...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/team-boosts-offshore-substation-supply-chain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Independent Review Contract to Support Major Alternative Water Source Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Independent Review Contract to Support Major Alternative Water Source Program </h4> <p> </p><p>JOLIET, Illinois — The City of Joliet, Illinois, has contracted Burns & McDonnell to provide independent review and assessment of key documents and features of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/independent-review-contract-water-source-joliet" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Announces Principal Class of 2022 Amid Record Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Announces Principal Class of 2022 Amid Record Growth </h4> <p> </p><p>MUMBAI, India — <a href="https://www.burnsmcd.com/locations/mumbai" rel="noopener">Burns & McDonnell India</a>, a part of Burns & McDonnell, is proud to promote seven exceptional team members to the Principal Group.</p> <p>Established in 2013 in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-india-announces-principals-2022" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, reciprocating-engines, hydrogen-use-storage"> <section class="project-image"> <section aria-label="WEC Energy Group, Burns & McDonnell, EPRI Complete World’s First-of-Its-Kind Hydrogen Power Test" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-11/WEC-hydrogen-blending-196119-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> WEC Energy Group, Burns & McDonnell, EPRI Complete World’s First-of-Its-Kind Hydrogen Power Test </h4> <p> </p><p>WEC Energy Group (NYSE: WEC) and EPRI announced today the successful demonstration of blending hydrogen in a natural gas generator. <a href="https://www.burnsmcd.com/projects/utility-scale-hydrogen-power-test" rel="noopener">The project is the first hydrogen power...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/utility-scale-hydrogen-power-test" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Mitigating the Effects of Inflation and the Supply Chain on Solid Waste Contracting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Key-Steps-Recommended-Timeline-to-Successful-Procurement-82722-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating the Effects of Inflation and the Supply Chain on Solid Waste Contracting </h4> <p> An early start to RFP processes can help local governments overcome supply chain issues with vehicles and equipment for solid waste collection, recycling and disposal. </p> </section> <a href="https://blog.burnsmcd.com/mitigating-the-effects-of-inflation-and-the-supply-chain-on-solid-waste-contracting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, aviation-infrastructure, aviation-technology-security-systems, passenger-terminals, commissioning-(cx), project-management-office-(pmo)"> <section class="project-image"> <section aria-label="Elevating the Airport Experience: Consulting Services Improve Cybersecurity and Business Operations at Los Angeles World Airports" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_SCA_LAWA-IT-On-Call_106247_CS_Elevating%20the%20Airport%20Experience-Consulting%20Services/Elevating-the-Airport-Experience-Consulting-Services-Improve-Cybersecurity-and-Business-Operations-at-Los-Angeles-World-Airports-case-study-106247-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Elevating the Airport Experience: Consulting Services Improve Cybersecurity and Business Operations at Los Angeles World Airports </h4> <p> International airports require regular maintenance, facilities upgrades and a strong security apparatus. After winning the 2028 Olympics, Los Angeles is overhauling LAX to... </p> </section> <a href="https://info.burnsmcd.com/case-study/elevating-the-airport-experience-consulting-services-improve-cybersecurity-and-business-operations-at-los-angeles-world-airports" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="energy-policy-advisory, regulatory-support, stakeholder-engagement"> <section class="project-image"> <section aria-label="Technical Proficiency and Industry Knowledge Drive Advisory Council Discussions Toward Better Outcomes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_APSRPAC_92403_CS/Technical-Expertise-Drives-Advisory-Council-Discussions-Toward-Better-Outcomes-Case-Study-92403-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Technical Proficiency and Industry Knowledge Drive Advisory Council Discussions Toward Better Outcomes </h4> <p> After founding an advisory council of public interest groups and industry representatives, Arizona Public Service required a skilled partner with industry experience to lead... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/technical-proficiency-and-industry-knowledge-drive-advisory-council-discussions-toward-better-outcomes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation"> <section class="project-image"> <section aria-label="Addressing Airport Cybersecurity Risks as Threats Increase" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Addressing%20Airport%20Cybersecurity-Risks-as-Threats-Increase-167989-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Airport Cybersecurity Risks as Threats Increase </h4> <p> Airport operators have varying solutions in place when it comes to cybersecurity. Managing risk and having an organized response plan is imperative. </p> </section> <a href="https://blog.burnsmcd.com/addressing-airport-cybersecurity-risks-as-threats-increase" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="highways, streets, transportation, traffic-engineering"> <section class="project-image"> <section aria-label="Upgrades at I-35 and Gardner Road Interchange Earn City Public Improvement Award from ACEC" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-11/ACEC-Award-2022-Gardner-Interchange-179929-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrades at I-35 and Gardner Road Interchange Earn City Public Improvement Award from ACEC </h4> <p> </p><p>KANSAS CITY, Missouri — Upgrades to Gardner Road at its interchange with Interstate 35 to handle increasing traffic and embrace future development have been honored with a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/acec-award-gardner-road-interchange" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Eight Rules for Testing Hydrogen Blends at Gas-Fired Generation Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Eight-Rules-for-Hydrogen-Blending-Tests-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eight Rules for Testing Hydrogen Blends at Gas-Fired Generation Facilities </h4> <p> The power industry is exploring strategies for reducing carbon dioxide emissions, and one that is gaining attention is blending natural gas with hydrogen. </p> </section> <a href="https://blog.burnsmcd.com/eight-rules-for-testing-hydrogen-blends-at-gas-fired-generation-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and PLTW Grant Provides Opportunity for STEAM Program in Cicero District 99" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-11/STEAM-grant-Project-Lead-The-Way-Cicero-181350-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and PLTW Grant Provides Opportunity for STEAM Program in Cicero District 99 </h4> <p> </p><p>CICERO, Illinois — Through a $260,000 grant from Burns & McDonnell, Cicero District 99 is expanding its cutting-edge STEAM curriculum with Project Lead The Way (PLTW) to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pltw-grant-for-steam-program-cicero" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Solar Projects Are Getting Grittier and More Difficult" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Solar-Projects-Are-Getting-Grittier-More-Difficult-95714-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Projects Are Getting Grittier and More Difficult </h4> <p> As solar power projects become more challenging to design and build, the culture of engineer-procure-construct (EPC) contractors can be a key success factor. </p> </section> <a href="https://blog.burnsmcd.com/solar-projects-are-getting-grittier-and-more-difficult" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="Evergy Partners With Ericsson and Burns & McDonnell to Turn On Private Network in Record Time" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evergy Partners With Ericsson and Burns & McDonnell to Turn On Private Network in Record Time </h4> <p> </p><p>KANSAS CITY, Missouri — Evergy (NYSE: EVRG), Ericsson (NASDAQ: ERIC) and Burns & McDonnell have launched a new <a href="https://www.burnsmcd.com/services/telecommunications/wireless/long-term-evolution-lte" rel="noopener">private LTE (PLTE)</a> core and radio access network (RAN) to help...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/evergy-ericsson-plte-partnership" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Integrating Technology and Security By Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_OctoberWebinar_153452/TND_CAN_OctCanadaWebinar_153452_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrating Technology and Security By Design </h4> <p> Security by Design is an innovative approach to the design process for cybersecurity that seeks to harden systems — both hardware and software — by integrating security... </p> </section> <a href="https://info.burnsmcd.com/webinar/integrating-technology-and-security-by-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, smart-airports, aviation-infrastructure, passenger-terminals, environmental, environmental-engineering, sustainability"> <section class="project-image"> <section aria-label="Project Gives New Life to Aging Airport Terminal " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_SCA_SanFrancisco_InternationalAirport_114878_CS_Project%20Gives%20New%20Life%20to%20Aging%20Airport%20Terminal/Project-Gives-New-Life-to-Aging-Airport-Terminal-case-study-114878-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Project Gives New Life to Aging Airport Terminal </h4> <p> When San Francisco International Airport decided to redevelop one of its oldest terminals, it needed an integrated team approach to support the multibillion-dollar project.... </p> </section> <a href="https://info.burnsmcd.com/case-study/project-gives-new-life-to-aging-airport-terminal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="government-military, policy-regulatory" data-brand="1898-co." data-service="government-military, policy-regulatory"> <section class="project-image"> <section aria-label="Better Options and More Considerations Come With Inflation Reduction Act" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Choice-Between-Good-Better-Options-Comes-With-Inflation-Reduction-Act-108957-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Better Options and More Considerations Come With Inflation Reduction Act </h4> <p> Tax changes under the Inflation Reduction Act give renewable energy developers a range of new options that could make projects more attractive and successful. </p> </section> <a href="https://1898blog.burnsmcd.com/better-options-and-more-considerations-come-with-inflation-reduction-act" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="benchmark" data-service="electric-power-generation, nuclear, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="What’s New in Nuclear? Advancing Safety and Affordability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/feature-whats-new-nuc/BM22-3-Digital-Nuclear-44428-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What’s New in Nuclear? Advancing Safety and Affordability </h4> <p> There is a broad menu of options available to begin bringing down carbon dioxide (CO<sub>2</sub>) emissions on a global scale. While many agree nuclear energy will (or should) be part... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/feature/whats-new-in-nuclear" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="benchmark" data-service="electric-power-generation, renewables, energy-storage, smart-energy, biomass, sustainability"> <section class="project-image"> <section aria-label="Supporting Emerging Clean Energy Technologies Through Thoughtful Partnerships " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/feature-energy-trans/BM-No3-EnergyFeature-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Supporting Emerging Clean Energy Technologies Through Thoughtful Partnerships </h4> <p> A more sustainable energy future is achievable, but the path to get there requires investment in and promotion of emerging technologies that will help transform the global... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/feature/supporting-emerging-clean-energy-technologies-through-thoughtful-partnerships" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, environmental, government-military, power, transportation, water" data-brand="benchmark" data-service="aviation, aviation-master-planning, general-aviation, construction, renewables, environmental, ports-maritime, transportation-planning-policy, master-planning-for-water-wastewater-utilities, electrical-transmission-distribution, grid-modernization, transportation, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="The Grant Proposal: A Story Worth Millions of Dollars" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/feature-grant-writing/BM22-3-Digital-GrantFunding-44519-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Grant Proposal: A Story Worth Millions of Dollars </h4> <p> Securing grant funding can be a laborious task, but applicants can use this opportunity to collaborate with local leaders, build relationships with funding agencies and... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/feature/the-grant-proposal-a-story-worth-millions-of-dollars" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="benchmark" data-service="program-management, renewables, transportation-electrification, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization"> <section class="project-image"> <section aria-label="Investing in an Energized Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/feature-investing-in-an-energized-future/Hub_Thumbnail.00_00_00_00.Still001-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investing in an Energized Future </h4> <p> The electrical transmission and distribution industry is experiencing massive change. The need to improve our current power system is a critical component driving that... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/feature/investing-in-an-energized-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="government-military, transportation" data-brand="benchmark" data-service="transportation-electrification, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="We Like IKE: Modernizing Kansas Transportation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/Spotlight-ike/CORP_MKT_BM22-3_ProgramSpotlightWeLikeIke_44611-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> We Like IKE: Modernizing Kansas Transportation </h4> <p> From big cities to small farm towns, everyone needs and deserves safe transportation infrastructure. The IKE Transportation Partners joint venture is advancing the delivery... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/spotlight/we-like-ike-modernizing-kansas-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals" data-brand="benchmark" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), midstream, refining"> <section class="project-image"> <section aria-label="Dividing Wall Columns Push the Boundaries for Midstream Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/techbreif/BM22-3-Digital-Template-Techbrief-43841-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dividing Wall Columns Push the Boundaries for Midstream Efficiency </h4> <p> Sometimes innovative ideas take extraordinary amounts of time to germinate. Such is the case with dividing wall columns — an innovation that is introducing unprecedented cost... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/tech-brief/dividing-wall-columns-push-the-boundaries-for-midstream-efficiency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, aviation, transportation" data-brand="benchmark" data-service="aviation, oil-gas-chemicals, renewable-fuels-chemicals, transportation"> <section class="project-image"> <section aria-label="Refining Your Renewable Fuels Approach for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/trending%20topic/BM22-3-Digital-TT-44564-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Refining Your Renewable Fuels Approach for Success </h4> <p> Producing renewable fuels is a potentially rewarding opportunity for refiners to enhance their services for profitable and lasting portfolios. From feedstock and technology... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/trending-topic/refining-your-renewable-fuels-approach-for-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial" data-brand="benchmark" data-service="building-solutions, buildings, industrial-manufacturing-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Charging Forward With Clean Energy " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_MKT_BenchMark2022No3/qa-vid/BM22-3-Digital-QA-45135--Hub-Dept-Desktop-Horiz.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Charging Forward With Clean Energy </h4> <p> Achieving clean energy goals is rapidly becoming a cost of doing business. Learn how industrial facilities can respond to these mounting pressures and develop a road map to... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-3/qa/charging-forward" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, nuclear, engineer-procure-construct, renewables, solar, wind, smart-governance, sustainability"> <section class="project-image"> <section aria-label="Mexico Business News: Decarbonization Must Be Central to Public Policy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mexico Business News: Decarbonization Must Be Central to Public Policy </h4> <p> </p> </section> <a href="https://mexicobusiness.news/energy/news/decarbonization-must-be-central-public-policy-andrade" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="transportation, business-strategy-transformation" data-brand="1898-co." data-service="transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="Strategies to Supercharge Electric Fleet Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Strategies-to-Supercharge-Electric-Fleet-Operations-24700-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strategies to Supercharge Electric Fleet Operations </h4> <p> When transitioning from internal combustion engine to electric vehicles, fleet operators should evaluate charging technologies to pick the optimal solution. </p> </section> <a href="https://1898blog.burnsmcd.com/strategies-to-supercharge-electric-fleet-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="water, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Treatability Testing Is Crucial as Refineries Push for Renewable Fuels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Treatability-Testing-Is-Crucial-as-Refineries-Push-for-Renewable-Fuels-120814-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Treatability Testing Is Crucial as Refineries Push for Renewable Fuels </h4> <p> Comprehensive treatability testing informs how to address wastewater challenges for novel renewable fuels while maintaining control of operational and capital costs. </p> </section> <a href="https://blog.burnsmcd.com/treatability-testing-is-crucial-as-refineries-push-for-renewable-fuels" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Dave Kinchen Named National Construction Director for Water Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dave Kinchen Named National Construction Director for Water Projects </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.linkedin.com/in/davidkinchen/" rel="noopener" target="_blank">Dave Kinchen</a> has been named national director of construction for <a href="https://www.burnsmcd.com/industries/water" rel="noopener">Burns & McDonnell water projects</a>. He will have overall responsibility for strategic...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/dave-kinchen-national-construction-director-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, healthcare, building-solutions, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="The Transformation Taking Place in Life Sciences Facility Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_ExaminingtheLifeSciencesIndustryataCellularLevel_40739_WP_%20The%20Transformation%20Taking%20Place/The-transformation-taking-place-in-life-sciences-facility-development-White-Paper-40739-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Transformation Taking Place in Life Sciences Facility Development </h4> <p> Drug and medical technology breakthroughs, data management and integration opportunities, and a growing body of research are pushing the life sciences industry forward at an... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-transformation-taking-place-in-life-sciences-facility-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="program-management, water-wastewater-program-management, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Managing Multiple Partners on a Major Wastewater Revamp" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_CHI_FrankfortWWTP_76005_CS_Managing%20Multiple%20Partners%20on%20a%20Major%20Wastewater%20Revamp/Managing-multiple-partners-on-a-major-wastewater-revam-case-study-76005-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Managing Multiple Partners on a Major Wastewater Revamp </h4> <p> When the Village of Frankfort, Illinois, decided to combine its three wastewater treatment plants into one regional WWTP, it hired four engineering firms to design the... </p> </section> <a href="https://info.burnsmcd.com/case-study/managing-multiple-partners-on-a-major-wastewater-revamp" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, aviation" data-brand="burns-mcdonnell" data-service="aviation, fuel-supply-chain-studies, oil-gas-chemicals, refining, storage-logistics, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Accounting for Carbon: Biofuel Projects Require a Different Economic Model" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/OGC_KCM_Accounting%20For%20Carbon_151850_WP_Accounting%20for%20Carbon/Accounting-for-Carbon-Biofuel-Projects-Require-a-Different-Economic-Model-white-paper-151850-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accounting for Carbon: Biofuel Projects Require a Different Economic Model </h4> <p> Renewable fuel projects designed with traditional market dynamics in mind have a built-in economic disadvantage. To be cost competitive, renewable fuel plants and refinery... </p> </section> <a href="https://info.burnsmcd.com/white-paper/accounting-for-carbon-biofuel-projects-require-a-different-economic-model" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="architecture, underground-transmission, electrical-transmission-distribution, electrical-distribution, electrical-transmission, substations, underground-distribution"> <section class="project-image"> <section aria-label="Riazzi Substation Is a Model of How to Overcome Challenging Construction Conditions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CHI_DuquesneLightCompanyRiazziSubstation_69363/Riazzi-Substation-is-a-Model-of-How-to-Overcome-Challenging-Construction-Conditions-Case-Study-28629-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Riazzi Substation Is a Model of How to Overcome Challenging Construction Conditions </h4> <p> In the heart of Pittsburgh, the University of Pittsburgh and Carnegie Mellon University — along with high-tech, finance and medical industries — are growing rapidly and... </p> </section> <a href="https://info.burnsmcd.com/case-study/riazzi-substation-is-a-model-of-how-to-overcome-challenging-construction-conditions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission-distribution, electrical-transmission, competitive-transmission-development, interconnection-facilities"> <section class="project-image"> <section aria-label="Begin With the End in Mind When Navigating the Renewable Project Approval Queue" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_Navigating%20the%20Renewable%20Project%20Approval%20Queue_126697_WP_Begin%20With%20the%20End/Begin-With-the-End-in-Mind-When-Navigating-the-Renewable-Project-Approval-Queue-white-paper-126697-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Begin With the End in Mind When Navigating the Renewable Project Approval Queue </h4> <p> The entire power industry is going through an unprecedented transformation. In response, regional transmission authorities across the country are initiating a variety of... </p> </section> <a href="https://info.burnsmcd.com/white-paper/begin-with-the-end-in-mind-when-navigating-the-renewable-project-approval-queue" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military" data-brand="1898-co." data-service="cybersecurity-executive-advisory-services, managed-threat-protection-response, design-protect-optimize, business-outcome-solutions, managed-security-services, security-platform-deployment-integration"> <section class="project-image"> <section aria-label="Gaining Operational Resiliency and Reliability Through the Management of Cybersecurity Threats" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_Town-of-Avon_72054_CS_Gaining%20Operational%20Resiliency%20and%20Reliability%20Through%20the%20Management/Gaining-Operational-Resiliency-and-Reliability-Through-the-Management-of-Cybersecurity-Threats-case-study-72054-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gaining Operational Resiliency and Reliability Through the Management of Cybersecurity Threats </h4> <p> Critical infrastructure companies often struggle to keep their operations protected from cybersecurity attacks. Unlike other firms that focus mostly on information technology... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/gaining-operational-resiliency-and-reliability-through-the-management-of-cybersecurity-threats" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="green-buildings, federal-military, air-force-air-force-reserve, agencies-military-branches, sustainability"> <section class="project-image"> <section aria-label="A New High-Efficiency Hangar Design for the KC-46A Tanker" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_TinkerAirForceBaseKC46AHanger_78653_CS_A%20New%20High-Efficiency%20Hangar%20Design/A-New-High-Efficiency-Hangar-Design-for-the-KC-46A-Tanker-Aircraft-case-study-78653-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A New High-Efficiency Hangar Design for the KC-46A Tanker </h4> <p> Burns & McDonnell successfully designs a first-of-its-kind hangar with integrated multifunction maintenance capabilities. </p> </section> <a href="https://info.burnsmcd.com/case-study/a-new-high-efficiency-hangar-design-for-kc-46a-tanker" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, telecommunications" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, water, oil-gas-chemicals, telecommunications"> <section class="project-image"> <section aria-label="Supplementing Workplace Connections Through Digital Knowledge Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Supplementing-Workplace-Connections-Through-Digital-Knowledge-Networks_142563_social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Supplementing Workplace Connections Through Digital Knowledge Networks </h4> <p> Digital knowledge networks are a new systematic approach to capturing, preserving, delivering and analyzing relevant information for employees. </p> </section> <a href="https://blog.burnsmcd.com/supplementing-workplace-connections-through-digital-knowledge-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, commercial-retail-institutional, government-military" data-brand="" data-service="commissioning-(cx), commissioning-(cx), buildings, green-buildings, healthcare-research-facilities, office-buildings, higher-education-facilities, federal-civilian-agencies"> <section class="project-image"> <section aria-label="Analytics-Driven Monitoring-Based Commissioning Improves Building Delivery and Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_MAR-Kaiser%20MBCx_110283_CS_Analytics-Driven%20Monitoring-Based%20Commissioning%20Improves/Analytics-Driven-Monitoring-Based-Commissioning-Improves-Building-Operations-and-Delivery-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Analytics-Driven Monitoring-Based Commissioning Improves Building Delivery and Operations </h4> <p> Government, healthcare and other operations with multiple facilities are increasingly turning to firms that provide ongoing data-driven, monitoring-based commissioning... </p> </section> <a href="https://info.burnsmcd.com/case-study/analytics-driven-monitoring-based-commissioning-improves-building-delivery-and-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, water, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, water, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Staying Ahead of Cyberthreats to Operational Technology Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Staying-Ahead-of-Cyberthreats-to-Operational-Technology-Systems-63560-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Staying Ahead of Cyberthreats to Operational Technology Systems </h4> <p> Protecting operation technology (OT) systems requires different strategies than would be used to protect conventional information technology (IT) systems. </p> </section> <a href="https://1898blog.burnsmcd.com/staying-ahead-of-cyberthreats-to-operational-technology-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, landside-services, passenger-terminals, green-buildings, sustainability, traffic-engineering"> <section class="project-image"> <section aria-label="First-Class Arrival: New Delta Air Lines Terminal C" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_NEO-Delta-LGA_54788_CS_First-Class%20Arrival%20New%20Delta%20Air%20Lines%20Terminal/First-Class-Arrival-New-Delta-Air-Lines-Terminal-case-study-54788-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> First-Class Arrival: New Delta Air Lines Terminal C </h4> <p> LaGuardia Airport (LGA) has undertaken an $8 billion transformation and redevelopment. The project includes a new $4 billion Delta Air Lines terminal, a world-class facility... </p> </section> <a href="https://info.burnsmcd.com/case-study/first-class-arrival-new-delta-air-lines-terminal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="burns-mcdonnell" data-service="construction, ports-maritime, freight-rail, transportation-planning-policy, stormwater-management, transportation"> <section class="project-image"> <section aria-label="As Port Muskogee Recovers From Historic Flooding, the Waterway Looks to Mitigate Future Weather-Related Events While Supporting Continuous Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_MAR_Port%20of%20Muskogee_91545_CS_As%20the%20Port%20of%20Muskogee%20Recovers%20From%20Historic%20Flooding/As-the-Port-of-Muskogee-Recovers-From-Historic-Flooding-%20the-Waterway-Looks-to-Mitigate-Future-Weather-Related-Events-While-Supporting-Continuous-Growth-case-study-91545-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> As Port Muskogee Recovers From Historic Flooding, the Waterway Looks to Mitigate Future Weather-Related Events While Supporting Continuous Growth </h4> <p> A strategic plan that focuses on current and future needs of the key inland port in Muskogee, Oklahoma, outlines flood mitigation measures and infrastructure improvements... </p> </section> <a href="https://info.burnsmcd.com/case-study/as-port-muskogee-recovers-from-historic-flooding-the-waterway-looks-to-mitigate-future-weather-related-events-while-supporting-continuous-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, renewables, solar, sustainability"> <section class="project-image"> <section aria-label="Energy Global: The Changing Solar Landscape" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Global: The Changing Solar Landscape </h4> <p> </p> </section> <a href="https://issuu.com/palladianpublications/docs/egjgnfkjkf9?fr=sYjdiZjUzOTA0NDg" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, renewable-fuels-chemicals, sustainability"> <section class="project-image"> <section aria-label="Global Hydrogen Review: The Race to Identify the Next Generation of Maritime Fuels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Global Hydrogen Review: The Race to Identify the Next Generation of Maritime Fuels </h4> <p> </p> </section> <a href="https://issuu.com/palladianpublications/docs/ghradferrf9?fr=sZWViMzUzMjgzODU" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power, water" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution, renewables, energy-storage, environmental, manufacturing-industrial-facilities, electrical-transmission-distribution, electrical-transmission, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Opening and Growth of Office in Akron, Ohio" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Ribbon-Cutting-Akron-Office-Burns-McDonnell-2022-146450-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Opening and Growth of Office in Akron, Ohio </h4> <p> </p><p>AKRON, Ohio — Officials from the City of Akron and Summit County joined Burns & McDonnell leadership and employee-owners at a ribbon-cutting and open house to celebrate the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/celebrating-opening-growth-in-akron" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Solar Power World: Alliant Energy completes 150-MW Wisconsin solar project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Power World: Alliant Energy completes 150-MW Wisconsin solar project </h4> <p> </p> </section> <a href="https://www.solarpowerworldonline.com/2022/09/alliant-energy-completes-150-mw-wisconsin-solar-project/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, industrial-cybersecurity" data-brand="1898-co." data-service="power, transportation, industrial-cybersecurity"> <section class="project-image"> <section aria-label="EV Cybersecurity Measures a Major Priority With NEVI" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/EV-Cybersecurity-Measures-Major-Priority-With-NEVI-55163_Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EV Cybersecurity Measures a Major Priority With NEVI </h4> <p> The National Electric Vehicle Infrastructure (NEVI) program provides cybersecurity guidance for electric vehicles, aiming to keep all interested parties secure. </p> </section> <a href="https://1898blog.burnsmcd.com/ev-cybersecurity-measures-a-major-priority-with-nevi" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="Improve Success of Complex Highway Projects With an Underutilized Tool" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Improve-Success-of-Complex-Highway-Projects%20With-Underutilized-Tool-99683-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improve Success of Complex Highway Projects With an Underutilized Tool </h4> <p> The right of entry process required for highway expansion projects can be a great tool for addressing property owner concerns and drive to project success. </p> </section> <a href="https://blog.burnsmcd.com/improve-success-of-complex-highway-projects-with-an-underutilized-tool" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, telecommunications, fiber-optic-infrastructure, mission-critical-networks, electrical-transmission-distribution, electrical-transmission, overhead-transmission, substations"> <section class="project-image"> <section aria-label="Vision Transforms Into Strong and Sustainable Capital Investment Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_Vision-Transforms-Into-Strong-and-Sustainable-Capital-Investment-Program_133560_CS_Vision/Vision-Transforms-Into-Strong-and-Sustainable-Capital-Investment-Program-case-study-133560-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Vision Transforms Into Strong and Sustainable Capital Investment Program </h4> <p> When FirstEnergy needed a plan to manage an annual expenditure of over $1 billion, it leveraged a long-standing partnership with Burns & McDonnell to implement its vision —... </p> </section> <a href="https://info.burnsmcd.com/case-study/vision-transforms-into-strong-and-sustainable-capital-investment-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Builds Ameren Missouri’s Largest Solar Power Generation Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_SLO_AmerenCommunitySolar_62998/Burns-&-McDonnell-Builds-Ameren-Missouri%E2%80%99s-Largest-Solar-Power-Generation-Plant-case-study-27775-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Builds Ameren Missouri’s Largest Solar Power Generation Plant </h4> <p> Ameren Missouri aims to increase clean energy production in the Greater St. Louis region with a new solar array. The project is part of a program to encourage a reduction in... </p> </section> <a href="https://info.burnsmcd.com/case-study/burns-mcdonnell-builds-ameren-missouris-largest-solar-power-generation-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="cybersecurity-executive-advisory-services, cybersecurity-assessment-services, security-consulting-services, testing-validation-services, facility-cyber-design, facility-cybersecurity, security-platform-management-baselining-tuning, managed-security-services"> <section class="project-image"> <section aria-label="Balancing Cybersecurity and Production in the Oil and Gas Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_Anonymous-%28Shell%29-Cyber-Risk%20Assessment_52766_CS_Balancing%20Cybersecurity%20and%20Production/Balancing-Cybersecurity-and-Production-in-the-Oil-and-Gas-Industry-case-study-52766-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Balancing Cybersecurity and Production in the Oil and Gas Industry </h4> <p> Cyberattacks are often successful due to security lapses caused by internal shortcuts. In order to find vulnerabilities and offer remedies, 1898 & Co. analyzed the systemwide... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/balancing-cybersecurity-and-production-in-the-oil-and-gas-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="engineering"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Director of Operations for Denver and Pacific Northwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Director of Operations for Denver and Pacific Northwest </h4> <p> </p><p>DENVER, Colorado — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces its selection of <a href="https://www.linkedin.com/in/zach-herrington-p-e-pmp-375285b/" rel="noopener" target="_blank">Zach Herrington</a>, PE, to serve as...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/zach-herrington-operations-denver-northwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation, water" data-brand="burns-mcdonnell" data-service="construction, erosion-sediment-control, ports-maritime, stormwater-management, transportation, water"> <section class="project-image"> <section aria-label="Taking the Helm and Delivering the Goods: Sustaining Port Infrastructure for Economic Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_Port-of-Catoosa_63359_CS_Taking%20the%20Helm%20and%20Delivering%20the%20Goods/Taking-the-Helm-and-Delivering-the%20Goods-Sustaining-Port-Infrastructure-for-Economic-Development-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking the Helm and Delivering the Goods: Sustaining Port Infrastructure for Economic Development </h4> <p> Since its opening, more than 80 million tons of freight have moved through the Tulsa Port of Catoosa. After undertaking ownership of a second port and adopting the name Tulsa... </p> </section> <a href="https://info.burnsmcd.com/case-study/taking-the-helm-and-delivering-the-goods-sustaining-port-infrastructure-for-economic-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="Attention to Detail Yields Quality Approach to Transportation Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Quality-Approach-Creates-Successful-Detail-Oriented-Projects-51728-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Attention to Detail Yields Quality Approach to Transportation Projects </h4> <p> Focusing on details is crucial for having a successful project outcome on transportation or any construction initiative. Taking a quality approach can help. </p> </section> <a href="https://blog.burnsmcd.com/attention-to-detail-yields-quality-approach-to-transportation-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Optimizing Oilfield Electrification: An Integrated Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_SeptemberWebinar_111190/TND_CAN_SeptCanadaWebinar_111190_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Oilfield Electrification: An Integrated Approach </h4> <p> Reliability, emissions reduction and cost savings are some of the reasons to alter the electrical infrastructure supporting your oilfield production assets. To fully... </p> </section> <a href="https://info.burnsmcd.com/webinar/optimizing-oilfield-electrification-an-integrated-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, pump-stations, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Village of Homewood Completes Water Supply Project to Provide Sustainable Water for the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-09/Homewood-Water-Project-Installing-Booster-Station-125796-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Village of Homewood Completes Water Supply Project to Provide Sustainable Water for the Future </h4> <p> </p><p>HOMEWOOD, Illinois — <a href="https://www.village.homewood.il.us/" rel="noopener" target="_blank">Village of Homewood</a> leaders joined Burns & McDonnell project team members on Tuesday at a ribbon-cutting ceremony to celebrate completion of a $12.25...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/homewood-water-supply-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, industrial-water-wastewater, municipal-water-wastewater"> <section class="project-image"> <section aria-label="The Preconstruction Podcast: Let's Talk Water/Wastewater with Estimating & Preconstruction Manager Kevin Waddell at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Preconstruction Podcast: Let's Talk Water/Wastewater with Estimating & Preconstruction Manager Kevin Waddell at Burns & McDonnell </h4> <p> </p> </section> <a href="https://podcasts.apple.com/us/podcast/lets-talk-water-wastewater-with-estimating/id1502264958?i=1000578829710" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Offshore Wind Transmission: How Far Has the U.S. Come?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_NEO_7QuestionsOffshoreWindUpdate_103842/Offshore-Wind-Transmission-How-Far-Has-the-US-Come-white-paper-103842-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Offshore Wind Transmission: How Far Has the U.S. Come? </h4> <p> Strides are being made in the offshore wind transmission space, but to maximize the potential of this renewable energy source, interested parties from all relevant sectors... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/offshore-wind-transmission-how-far-has-the-us-come" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, manufacturing-industrial, commercial-retail-institutional, government-military, power, transportation, water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Understanding Process and Performance Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_Organizational-Performance-Change-MGMT-Service-Feature_63654_SF_Understanding%20Process/Understanding-Process-and-Performance-Management-Service-Feature-63654-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding Process and Performance Management </h4> <p> Surviving and thriving requires aligning your organization’s purpose with a systematic approach that uses processes, people and culture to drive success. </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/understanding-process-and-performance-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Delivering Design Efficiently for Gas Distribution Main Replacements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_DTE-Main-Replacement-Program_45274_CS_Delivering%20Design%20Efficiently%20for%20Gas%20Distribution/Delivering-Design-Efficiently-for-Gas-Distribution-Main-Replacements-45274-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Design Efficiently for Gas Distribution Main Replacements </h4> <p> DTE Energy’s aging gas distribution infrastructure is being replaced through a multiyear main renewal program set to install approximately 200 miles of new polyethelene and... </p> </section> <a href="https://info.burnsmcd.com/case-study/delivering-design-efficiently-for-gas-distribution-main-replacements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, transportation" data-brand="1898-co." data-service="business-strategy-transformation, grid-modernization-planning, financial-analysis, geospatial, enterprise-gis-consulting, site-route-selections"> <section class="project-image"> <section aria-label="Utility Company Accelerates DC Fast Charging Station Deployment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_DTE%20Energy%20Uses%20New%20Study%20to%20Accelerate%20DC%20Fast%20Charging%20Station%20Deployment_33389_CS/DTE-Energy-Uses-New-Study-to-Accelerate-DC-Fast-Charging-Station-Deployment-Case-Study-33389-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Company Accelerates DC Fast Charging Station Deployment </h4> <p> The need to decrease carbon emissions is accelerating the popularity of electric vehicles. A DC Fast Charging Corridor Study and the interactive tool developed as part of the... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/utility-company-accelerates-dc-fast-charging-station-deployment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, manufacturing-industrial, commercial-retail-institutional, government-military, power, transportation, water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="An Organizational Approach to Analytics" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_Human%20Centric%20Data%20Analytics_79004_SF_An%20Organizational%20Approach%20to%20Analytics/An-Organizational-Approach-to-Analytics-service-feature-79004-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Organizational Approach to Analytics </h4> <p> Organizations rely on data analytics to make timely decisions with confidence. However, for data to be used to achieve desired results, it must evolve from a technology led... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/An-organizational-approach-to-analytics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="highways, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="Transistor.fm Podcast: KTA's Safety Assessment Featuring Jessica Hutton" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transistor.fm Podcast: KTA's Safety Assessment Featuring Jessica Hutton </h4> <p> </p> </section> <a href="https://subscribe.transistor.fm/0febf090ebef94/listen/deb6d0f5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, section-316"> <section class="project-image"> <section aria-label="Combined Experience Contributes to Innovative Fish-Handling Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Combined-Experience-Contributes-To-Innovative-Fish-Handling-Solution-Case-Study-124138-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Combined Experience Contributes to Innovative Fish-Handling Solution </h4> <p> After years of development of Section 316(b) regulations under the Clean Water Act, the time had come to select and implement compliance options. At Nearman Creek Power... </p> </section> <a href="https://info.burnsmcd.com/case-study/combined-experience-contributes-to-innovative-fish-handling-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="government-military, power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Building Capacity to Effectively Manage Change in a Dynamic Environment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/E98_KCM_Organizational-Change%20Readiness%20Change%20MGMT_50942_SF_Building%20Capacity%20to%20Effectively%20Manage/Building-Capacity-to-Effectively-Manage-Change-in-a-Dynamic-Environment-Service-Feature-50942--header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Capacity to Effectively Manage Change in a Dynamic Environment </h4> <p> Businesses, utilities and public agencies are facing historic change. Navigating projects, initiatives and priorities can be daunting, especially when organizations must... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/building-capacity-to-effectively-manage-change-in-a-dynamic-environment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Queuing Up Renewable Energy Project Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_MISO-Tariff_48452_WP_Queuing%20Up%20Renewable%20Energy%20Project%20Success/Queuing-Up-Renewable-Energy-Project-Success-48452-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Queuing Up Renewable Energy Project Success </h4> <p> Efforts are underway throughout the U.S. to update the interconnection process to alleviate stresses on application queues and efficiently secure new energy generation... </p> </section> <a href="https://info.burnsmcd.com/white-paper/queuing-up-renewable-energy-project-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="commissioning-(cx), existing-building-commissioning, building-solutions, buildings, green-buildings, commercial-buildings, manufacturing-industrial-facilities, federal-civilian-agencies, sustainability"> <section class="project-image"> <section aria-label="Unlocking Smarter Solutions for Managing the Built Environment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_UnlockingSmarterSolutionsforManagingtheBuiltEnvironment_29953/Unlocking-Smarter-Solutions-for-Managing-the-Built-Environment-white-paper-burns-mcdonnell-29953-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlocking Smarter Solutions for Managing the Built Environment </h4> <p> The built environment is increasingly dependent on sophisticated, connected controls for heating and air conditioning, energy management, lighting and many other systems.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/unlocking-smarter-solutions-for-managing-the-built-environment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, acquisition-divestment" data-brand="1898-co." data-service="manufacturing-industrial, acquisition-divestment"> <section class="project-image"> <section aria-label="Investing for a Better World: Making the Case for Standardised ESG Data Reporting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Investing-for-Better-World-Making-Case-for-Standardised-ESG-Data-Reporting-79405-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investing for a Better World: Making the Case for Standardised ESG Data Reporting </h4> <p> Standardised environmental, social and governance (ESG) reporting allows lenders to incorporate environmental risks into strategic planning decisions. </p> </section> <a href="https://1898blog.burnsmcd.com/investing-for-a-better-world-making-the-case-for-standardised-esg-data-reporting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, power" data-brand="burns-mcdonnell" data-service="construction, environmental, power"> <section class="project-image"> <section aria-label="Mitigating Subsurface Corrosion on Foundation Piles of Solar Installations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Mitigating-Subsurface-Corrosion-on-Foundation-Piles-of-Solar-Installations-28674-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating Subsurface Corrosion on Foundation Piles of Solar Installations </h4> <p> A variety of risks should be considered at all design stages in order to mitigate subsurface corrosion of a solar installation’s steel foundation piles. </p> </section> <a href="https://blog.burnsmcd.com/mitigating-subsurface-corrosion-on-foundation-piles-of-solar-installations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Six Vital Questions for the Future of the UK Offshore Wind Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Six-Vital-Questions-for-Future-of-UK-Offshore-Wind-Sector-109199-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Six Vital Questions for the Future of the UK Offshore Wind Sector </h4> <p> The future of the U.K.’s offshore wind sector rides on the answers to questions about interconnections, supply chains and global competition. </p> </section> <a href="https://blog.burnsmcd.com/six-vital-questions-for-the-future-of-the-uk-offshore-wind-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power" data-brand="burns-mcdonnell" data-service="power"> <section class="project-image"> <section aria-label="Why HVDC Cables Are Poised to Provide Valuable Alternatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Why-HVDC-Cables-Are-Poised-to-Provide-Valuable-Alternatives-73053-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why HVDC Cables Are Poised to Provide Valuable Alternatives </h4> <p> Increasing the use of HVDC cables in the U.S. could require facing N-1 contingency challenges, siting along railroad tracks and boosting the supply chain. </p> </section> <a href="https://blog.burnsmcd.com/why-hvdc-cables-are-poised-to-provide-valuable-alternatives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="1898-co." data-service="cyber-program-services"> <section class="project-image"> <section aria-label="Industry-Leading Data Consolidation Streamlines Workflow" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_Evergy-Generation-Enterprise-Asset-Management_25414_WP_Industry-Leading%20Data%20Consolidation/Industry-Leading-Data-Consolidation-Streamlines-Workflow-project-profile-1898andCo-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industry-Leading Data Consolidation Streamlines Workflow </h4> <p> Since December 2020, Evergy, an energy utility based in Kansas City, Missouri, has been consolidating multiple legacy data sets and asset management applications on to a... </p> </section> <a href="https://1898andco.burnsmcd.com/project-profile/industry-leading-data-consolidation-streamlines-workflow" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, manufacturing-industrial, power, mining-minerals" data-brand="burns-mcdonnell" data-service="construction, environmental, manufacturing-industrial, power, mining-minerals"> <section class="project-image"> <section aria-label="Properly Planned Decommissioning and Demolition Can Extend Life of Mining Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Properly-Planned-Decommissioning-Demolition-Can-Extend-Life-of-Mining-Sites-26800-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Properly Planned Decommissioning and Demolition Can Extend Life of Mining Sites </h4> <p> Planning can mitigate risks inherent in decommissioning mine sites, including safety concerns, unanticipated findings, schedule delays and cost overruns. </p> </section> <a href="https://blog.burnsmcd.com/properly-planned-decommissioning-and-demolition-can-extend-life-of-mining-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Why Effective Water Treatment Pilot Testing Requires Flexibility and Agency Collaboration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_TechnicalTrialandErrorPilotTesting_28592_WP_Why%20Effective%20Water%20Treatment%20Pilot%20Testing/Why-Effective-Water-Treatment-Pilot-Testing-Requires-Flexibility-and-Agency-Collaboration-28592-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why Effective Water Treatment Pilot Testing Requires Flexibility and Agency Collaboration </h4> <p> Pilot projects provide valuable proofs of concept for costly large-scale water treatment infrastructure. With design-build project delivery, construction often begins before... </p> </section> <a href="https://info.burnsmcd.com/white-paper/why-effective-water-treatment-pilot-testing-requires-flexibility-and-agency-collaboration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, engineering, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, engineering, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Let’s Examine the Tradeoffs Between Going Fast and Controlling Costs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Lets-Examine-Tradeoffs-Between-Going-Fast-Controlling-Costs-34662-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Let’s Examine the Tradeoffs Between Going Fast and Controlling Costs </h4> <p> Integrated engineer-procure-construct (EPC) project delivery brings balance and allows both an aggressive schedule and careful budget control. </p> </section> <a href="https://blog.burnsmcd.com/lets-examine-the-tradeoffs-between-going-fast-and-controlling-costs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water-wastewater-program-management, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Tara Delagarza Joins Burns & McDonnell in Austin to Help Lead Water Projects in Central Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tara Delagarza Joins Burns & McDonnell in Austin to Help Lead Water Projects in Central Texas </h4> <p> </p><p><a href="https://www.linkedin.com/in/tara-delagarza-p-e-p-m-p-8153382/" rel="noopener" target="_blank">Tara Delagarza</a> joins Burns & McDonnell in Austin, Texas.</p> <p>With 25 years of national experience in capital program management and engineering, Tara brings her unique...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tara-delagarza-water-projects-central-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="underground-transmission, renewables, offshore-wind, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, underground-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens Its Underground and Submarine Cable Services Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens Its Underground and Submarine Cable Services Team </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell, a global engineering and construction firm, has reorganized resources and expanded services to better meet the rapidly growing need...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/underground-submarine-cable-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, engineering"> <section class="project-image"> <section aria-label="CFO Alissa Schuessler Appointed Newest Member of Burns & McDonnell Board of Directors During Rapid Firm Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> CFO Alissa Schuessler Appointed Newest Member of Burns & McDonnell Board of Directors During Rapid Firm Growth </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com/who-we-are/meet-our-people/alissa-schuessler" rel="noopener">Alissa Schuessler, CFO and SVP for Burns & McDonnell</a>, is the newest board member of the 100% employee-owned firm.</p> <p>Schuessler joins CEO and Chairman...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/alissa-schuessler-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="New Hues Turning Hydrogen Rainbow Into Hydrogen Kaleidoscope" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/New-Hues-Turning-Hydrogen-Rainbow-Into-Hydrogen-Kaleidoscope-26136-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Hues Turning Hydrogen Rainbow Into Hydrogen Kaleidoscope </h4> <p> Hydrogen could be a significant zero-carbon energy resource. Production pathways can be better understood via the evolving hues of the hydrogen rainbow. </p> </section> <a href="https://blog.burnsmcd.com/new-hues-turning-hydrogen-rainbow-into-hydrogen-kaleidoscope" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, business-strategy-transformation" data-brand="1898-co." data-service="water, business-strategy-transformation"> <section class="project-image"> <section aria-label="Addressing the Human Capital Side of Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Addressing-Human-Capital%20Side-of-Transformation-40633-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing the Human Capital Side of Transformation </h4> <p> Water and energy utilities undergoing transformation must implement well-planned strategic people management to improve performance and achieve objectives. </p> </section> <a href="https://1898blog.burnsmcd.com/addressing-the-human-capital-side-of-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, navy-marine-corps, military-master-planning, agencies-military-branches"> <section class="project-image"> <section aria-label="Facility Control Systems Integration Unlocks Hidden Value for U.S. Marine Corps " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_FacilityControlSystemsIntegrationUnlocksHiddenValue_CS_Facility%20Control%20Systems%20Integration/Facility-Control-Systems-Integration-Unlocks-Hidden-Value-For-US-Marine-Corps-case-study-102917-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Facility Control Systems Integration Unlocks Hidden Value for U.S. Marine Corps </h4> <p> An integrated facility-related controls system is serving as a proof of concept to deliver better situational awareness, operational efficiency, planning and budgetary... </p> </section> <a href="https://info.burnsmcd.com/case-study/facility-control-systems-integration-unlocks-hidden-value-for-us-marine-corps" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, mission-critical-networks, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="The Case for Segment Routing in the Utility Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_NIASegmentRouting_59249_WP_The%20Case%20for%20Segment%20Routing%20in%20the%20Utility%20Industry/The-Case-for-Segment-Routing-in-the-Utility-Industry-White-Paper-59249-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Case for Segment Routing in the Utility Industry </h4> <p> Utility networks that use label distribution protocols have proved reliable over time and capable of transporting mission-critical traffic, but those protocols also introduce... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-case-for-segment-routing-in-the-utility-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, power, water" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, electric-power-generation, industrial-manufacturing-optimization, electrical-transmission-distribution, water"> <section class="project-image"> <section aria-label="Sean Kenny Named Burns & McDonnell Construction Director for Industrial Projects in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Sean Kenny Named Burns & McDonnell Construction Director for Industrial Projects in California </h4> <p> </p><p>BREA, California — <a href="https://www.linkedin.com/in/seanpkenny/" rel="noopener" target="_blank">Sean Kenny</a> has been named director of construction for the Burns & McDonnell California region. He will have overall responsibility for construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/sean-kenny-construction-industrial-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, renewables, energy-storage, offshore-wind, solar, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Texas Trio Battery Energy Storage Facilities Address Grid Stability in West Texas Wind Resource Area " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENR_KCM_TexasTrioEnergyStorage_32704_CS_Texas%20Trio%20Battery%20Energy%20Storage%20Facilities/Texas-Trio-Battery-Energy-Storage-Facilities-Address-Grid-Stability-in-West-Texas-Wind-Resource-Area-case-study-32704-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Texas Trio Battery Energy Storage Facilities Address Grid Stability in West Texas Wind Resource Area </h4> <p> Three battery energy storage facilities in West Texas are helping stabilize the power grid with 60 megawatt-hours (MWh) of total energy capacity that now is available to help... </p> </section> <a href="https://info.burnsmcd.com/case-study/texas-trio-battery-energy-storage-facilities-address-grid-stability-in-west-texas-wind-resource-area" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell appoints second woman to its board" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell appoints second woman to its board </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2022/09/02/burns-mcdonnell-adds-schuessler-to-board.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution"> <section class="project-image"> <section aria-label="A Modernized Fuel Facility Creates Resilience for Travel at San Francisco International Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/SFO-Fuel-Facility-hero-91051.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Modernized Fuel Facility Creates Resilience for Travel at San Francisco International Airport </h4> <p> </p><p>SAN FRANCISCO, California — San Francisco International Airport (SFO) leaders joined SFO FUEL LLC airline partners and <a href="https://www.burnsmcd.com/services/aviation/fueling-ramp-services" rel="noopener">Burns & McDonnell</a> project team members for a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/modernized-fuel-facility-sfo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, water, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="power, water, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Staying Breach-Ready During a Cybersecurity Labor Shortage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Staying-Breach-Ready-During-Cybersecurity-Labor-Shortage-46994-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Staying Breach-Ready During a Cybersecurity Labor Shortage </h4> <p> Well-trained personnel are necessary to combat cyberattacks, but all industries are struggling amid a declining cybersecurity labor pool. </p> </section> <a href="https://1898blog.burnsmcd.com/staying-breach-ready-during-a-cybersecurity-labor-shortage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Hope Alexander, Global Manufacturing Facilities Development Leader, Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hope Alexander, Global Manufacturing Facilities Development Leader, Joins Burns & McDonnell </h4> <p> </p><p>CHICAGO — Leading facilities development professional <a href="https://www.linkedin.com/in/hope-alexander/" rel="noopener" target="_blank">Hope Alexander</a> has joined Burns & McDonnell in <a href="https://www.burnsmcd.com/locations/chicago" rel="noopener">Chicago</a> to support the firm’s growing portfolio of <a href="https://info.burnsmcd.com/manufuturing" rel="noopener">manufacturing facility</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hope-alexander-manufacturing-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, acquisition-divestment, business-strategy-transformation" data-brand="1898-co." data-service="oil-gas-chemicals, acquisition-divestment, business-strategy-transformation"> <section class="project-image"> <section aria-label="Holistic Strategies Fuel ESG Maximization for Oilfield Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Holistic-Strategies-Fuel-ESG-Maximization-for-Oilfield-Electrification-82584-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Holistic Strategies Fuel ESG Maximization for Oilfield Electrification </h4> <p> Oilfield electrification can produce quick gains, but a holistic strategy and adaptable approach generates ESG value over the long term. </p> </section> <a href="https://1898blog.burnsmcd.com/holistic-strategies-fuel-esg-maximization-for-oilfield-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Volatile Market Means It’s Time to Explore Other Contracting Approaches" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Volatile-Market-Means-Its-Time-to-Explore-Other-Contracting-Approaches-28106-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Volatile Market Means It’s Time to Explore Other Contracting Approaches </h4> <p> Open-book engineer-procure-construct (EPC) offers contracting advantages over traditional project delivery methods in today’s market volatility and uncertainty. </p> </section> <a href="https://blog.burnsmcd.com/volatile-market-means-its-time-to-explore-other-contracting-approaches" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Transaction Advisory Identifies Project Risks That May Hinder Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/ServiceFeatures/E98_UKO_TransactionAdvisory_54484_SF_Strategy%20Transaction%20Advisory%20Identifies%20Project%20Risks/Strategy-&-transaction-advisory-identifies-project-risks-that-may-hinder-success-service-feature-54485-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transaction Advisory Identifies Project Risks That May Hinder Success </h4> <p> Every project has a unique set of variables that contribute to project risk. Achieving an acceptable return on investment for any project requires a thorough understanding of... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/transaction-advisory-identifies-project-risks-that-may-hinder-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Beyond the Solar Farm: Transmission and Distribution Jobs Deliver Clean Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Systemic-Ways-for-Engineers-to-Help-Deliver-Clean-Energy-67963-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beyond the Solar Farm: Transmission and Distribution Jobs Deliver Clean Energy </h4> <p> The clean energy transition is inspiring a new generation of engineers. Their opportunities to contribute extend throughout the electrical infrastructure. </p> </section> <a href="https://blog.burnsmcd.com/beyond-the-solar-farm-transmission-and-distribution-jobs-deliver-clean-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="U.S. Rep. Sherrill Visits Burns & McDonnell to Discuss Growth and Local Infrastructure Initiatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> U.S. Rep. Sherrill Visits Burns & McDonnell to Discuss Growth and Local Infrastructure Initiatives </h4> <p> </p><p>MORRISTOWN, New Jersey — U.S. Rep. Mikie Sherrill (NJ-11) visited the Morristown, New Jersey, office of <a href="https://www.burnsmcd.com/who-we-are" rel="noopener">Burns & McDonnell</a>, an engineering, architecture and construction firm,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-jersey-local-infrastructure-initiatives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="The Crossroads of People, Process and Culture: Helping Organizations Thrive Through Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_AugustWebinar_82811/E98_CAN_AugustCanadaWebinar_82811_Hub.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Crossroads of People, Process and Culture: Helping Organizations Thrive Through Change </h4> <p> The time to integrate sustainability and net zero policies is now. As utilities, municipalities and industrial companies test new technologies, new business models and new... </p> </section> <a href="https://info.burnsmcd.com/webinar/the-crossroads-of-people-process-and-culture-helping-organizations-thrive-through-change" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="wastewater-stormwater-collection, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Leader for Water Group in California to Support Regional Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Leader for Water Group in California to Support Regional Growth </h4> <p> </p><p>BREA, California — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction company, has promoted <a href="https://www.linkedin.com/in/mikelehrburger/" rel="noopener" target="_blank">Michael Lehrburger</a> to regional manager of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/lehrburger-water-group-in-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind"> <section class="project-image"> <section aria-label="Engineering & Technology: Six vital questions for the UK offshore wind sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering & Technology: Six vital questions for the UK offshore wind sector </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2022/08/six-vital-questions-for-the-uk-offshore-wind-sector/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, aviation-technology-security-systems, passenger-terminals, telecommunications, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="Unlock a Connected Future at Your Airport With Private LTE " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%201%20-%20Private%20LTE.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlock a Connected Future at Your Airport With Private LTE </h4> <p> There are new possibilities everywhere in the aviation industry and connectivity is the key to unlocking them. Achieving this vision of “the possible” will require airports,... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/unlock-a-connected-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, transportation" data-brand="burns-mcdonnell" data-service="aviation, aviation-master-planning, fuel-supply-chain-studies, freight-rail, rail"> <section class="project-image"> <section aria-label="When it Comes to Rail at Airports It’s All About Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%202%20-%20Rail%20At%20Airports.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> When it Comes to Rail at Airports It’s All About Operations </h4> <p> As most industries continue to grapple with the lingering effects of the ongoing COVID-19 pandemic, namely supply chain challenges and labor shortages, finding more efficient... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/when-it-comes-to-rail-at-airports-its-all-about-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, general-aviation, sustainability"> <section class="project-image"> <section aria-label="Looking to a Future of Private Air Travel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%203%20-%20Private%20Air%20Travel.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Looking to a Future of Private Air Travel </h4> <p> Imagine a flight where you have the chance to stretch out your legs with more than ample space to store your luggage and golf clubs in the aircraft rear. Or how about jumping... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/looking-to-a-future-of-private-air-travel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, power" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, ramp-services, aviation-master-planning, aviation-infrastructure, aviation-support-facilities, transportation-electrification"> <section class="project-image"> <section aria-label="Ramping Up for Increasing Airport Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%204%20-%20Airport%20Electrification.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ramping Up for Increasing Airport Electrification </h4> <p> Recognizing which aspects of aviation will electrify sooner could help airports optimize their infrastructure planning. </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/ramping-up-for-increasing-airport-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, ramp-services, deicing-glycol-recycling"> <section class="project-image"> <section aria-label="Keeping Airports Operational in Inclement Weather: A Case for Glycol Recycling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%205%20-%20Glycol%20Recycling.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Airports Operational in Inclement Weather: A Case for Glycol Recycling </h4> <p> Airports depend on fuel, people and planes to remain functional, but once the temperature drops and a winter storm moves in, glycol becomes a key component for reliable... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/keeping-airports-operational-in-inclement-weather" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, aviation-technology-security-systems"> <section class="project-image"> <section aria-label="NextGen Is About to Transform Aviation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2022AviationSpecialReportMicrosite_46940/Article%206%20-%20NextGen.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> NextGen Is About to Transform Aviation </h4> <p> The Next Generation Air Transportation System (NextGen) is the catalyst for a breathtaking array of improvements that qualify it as one of the most ambitious upgrades of... </p> </section> <a href="https://info.burnsmcd.com/2022/aviation-special-report/article/nextgen-is-about-to-transform-aviation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell, azco" data-service=""> <section class="project-image"> <section aria-label="AZCO Announces Leadership Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-Project-NoPhotoHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO Announces Leadership Promotions </h4> <p> APPLETON, Wisconsin — Self-perform industrial construction and prefabrication solutions provider AZCO is announcing a pair of strategic promotions as the Burns & McDonnell... </p> </section> <a href="https://azco.burnsmcd.com/azco-announces-leadership-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, government-military" data-brand="burns-mcdonnell" data-service="environmental, power, government-military"> <section class="project-image"> <section aria-label="Will Market Volatility be a Speed Bump for Clean Energy Tech Development?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Will-Market-Volatility-Be-Speed-Bump-for-Clean-Energy-Tech-Development-36797-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Will Market Volatility be a Speed Bump for Clean Energy Tech Development? </h4> <p> Federal incentives may boost decarbonization technologies in the face of the 2022 economic downturn, though technology developers should proceed cautiously. </p> </section> <a href="https://blog.burnsmcd.com/will-market-volatility-be-a-speed-bump-for-clean-energy-tech-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, manufacturing-industrial, government-military, power, transportation, water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="People and Organizational Culture Services: State of the Workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/ServiceFeatures/E98_KCM_PeopleOrganizationalCultureServices_64460_SF_People%20and%20Organizational%20Culture%20Services/People-and-Organizational-Culture-Services-State-of-the-Workplace-service%20feature-64460-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> People and Organizational Culture Services: State of the Workplace </h4> <p> The war for talent has been and continues to be a reality for organizations across industries for the past 20 years, as there is an increasingly competitive landscape for... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/people-and-organizational-culture-services-state-of-the-workplace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Coal-to-Gas Conversion at Big Rivers Electric Corp.’s Green Generating Station Completed Ahead of Schedule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Coal-to-Gas-Conversion-Big-Rivers-Electric-39269.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Coal-to-Gas Conversion at Big Rivers Electric Corp.’s Green Generating Station Completed Ahead of Schedule </h4> <p> </p><p>HENDERSON, Kentucky — A coal-to-gas conversion is now commercially available to generate 500 MW of electric power at the Robert D. Green Generating Station, part of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/coal-to-gas-conversion-big-rivers-electric" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="City of Siloam Springs Completes Water Treatment Facility Project to Meet Water Demand for 2040" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Siloam-Springs-Water-Treatment-Facility-89456.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City of Siloam Springs Completes Water Treatment Facility Project to Meet Water Demand for 2040 </h4> <p> </p><p>SILOAM SPRINGS, Arkansas — The City of Siloam Springs and design-build partner Burns & McDonnell celebrated the completion of a $30 million upgrade to the City’s Water...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/siloam-springs-water-treatment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military, power" data-brand="burns-mcdonnell" data-service="aviation, federal-military, electrical-transmission-distribution, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Tony Paresa to Hawaii Leadership" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Tony Paresa to Hawaii Leadership </h4> <p> </p><p>HONOLULU, Hawaii — <a href="https://www.linkedin.com/in/anthony-paresa/" rel="noopener" target="_blank">Tony Paresa</a> has been promoted to lead Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, in <a href="https://www.burnsmcd.com/locations/honolulu" rel="noopener">Hawaii</a> as the next...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tony-paresa-hawaii-leadership" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Appoints New Leadership in Canada" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Appoints New Leadership in Canada </h4> <p> </p><p>CALGARY, Alberta — <a href="https://www.linkedin.com/in/darcy-wagner/" rel="noopener" target="_blank">Darcy Wagner</a> has been promoted to lead Burns & McDonnell in <a href="https://www.burnsmcd.com/locations/canada" rel="noopener">Canada</a>. With a career spanning more than 20 years directing major capital project execution and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-leadership-in-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, water"> <section class="project-image"> <section aria-label="Navigating New Standards for PFAS Forever Chemical Compounds" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-New-Standards-for-PFAS-Forever-Chemical-Compounds-61258-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating New Standards for PFAS Forever Chemical Compounds </h4> <p> Municipalities and water utilities must perform due diligence when evaluating responses to revised EPA drinking water health advisories for PFAS compounds. </p> </section> <a href="https://blog.burnsmcd.com/navigating-new-standards-for-pfas-forever-chemical-compounds" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, industrial-cybersecurity" data-brand="1898-co." data-service="water, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Protecting Water and Wastewater Utilities With Critical Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Protecting-Water-Wastewater-Utilities-With-Critical-Cybersecurity-62275-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protecting Water and Wastewater Utilities With Critical Cybersecurity </h4> <p> Guarding system vulnerabilities and planning for cyberthreats is vital for water and wastewater utilities. Innovations prioritize protection of the water supply. </p> </section> <a href="https://1898blog.burnsmcd.com/protecting-water-and-wastewater-utilities-with-critical-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power, diversity" data-brand="burns-mcdonnell" data-service="construction, power, diversity"> <section class="project-image"> <section aria-label="Q&A: Construction Teaming Powers Diverse Hiring Achievements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Construction-Teaming-Powers-Diverse-Hiring-Achievements-28473-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Construction Teaming Powers Diverse Hiring Achievements </h4> <p> Burns & McDonnell is working with SaskPower and Indigenous and other local partners to build the Great Plains Power Station, an combined-cycle facility. </p> </section> <a href="https://blog.burnsmcd.com/qa-construction-teaming-powers-diverse-hiring-achievements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded EPC Contract for 30-MW Battery Energy Storage System for RWE Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/Insights%20and%20News/News/2022-08/EPC-Contract-for-Battery-Energy-Storage-RWE-Renewables-43252.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded EPC Contract for 30-MW Battery Energy Storage System for RWE Renewables </h4> <p> </p><p>HOUSTON, Texas — Burns & McDonnell has been selected to <a href="https://info.burnsmcd.com/renewables-and-storage" rel="noopener" target="_blank">provide engineer-procure-construct (EPC)</a> services for project Texas Waves II, a 30-MW/ 30-MWh lithium-ion stand-alone...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-for-rwe-renewables-bess" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="TSA Revises Cybersecurity Directive for U.S. Pipelines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/TSA-Revises-Cybersecurity-Directive-for-US-Pipelines-38104-Social1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> TSA Revises Cybersecurity Directive for U.S. Pipelines </h4> <p> A ransomware cyberattack prompted the TSA to enact additional cybersecurity measures to protect oil and gas companies from similar attacks in the future. </p> </section> <a href="https://1898blog.burnsmcd.com/tsa-revises-cybersecurity-directive-for-us-pipelines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="diversity" data-brand="burns-mcdonnell" data-service="diversity"> <section class="project-image"> <section aria-label="Q&A: Lauren Bertram Reflects on Hiring the ‘Culture Add’ Versus the ‘Culture Fit’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/QA-Lauren-Bertram-Reflects-on-Hiring-Culture-Add-Versus-Culture-Fit-28066-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Q&A: Lauren Bertram Reflects on Hiring the ‘Culture Add’ Versus the ‘Culture Fit’ </h4> <p> Leon Harden interviews Lauren Bertram about how companies should focus on how a candidate could add to an existing culture with a diverse perspective. </p> </section> <a href="https://blog.burnsmcd.com/qa-lauren-bertram-reflects-on-hiring-the-culture-add-versus-the-culture-fit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, pump-stations, water-pipelines-conveyance, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Design-Build Project Secures Clean, Affordable Water Supply for Village of Homewood" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_CHI_VillageofHomewoodWaterSystem_22881/Design-Build-Project-Secures-Clean-Affordable-Water-Supply-Project-Profile-22881-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Project Secures Clean, Affordable Water Supply for Village of Homewood </h4> <p> An Illinois community applied a progressive design-build approach to bring its water system online fast, supporting reliable water services at a stable rate. </p> </section> <a href="https://info.burnsmcd.com/case-study/design-build-project-secures-clean-affordable-water-supply" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional, environmental, government-military, power, transportation, water" data-brand="burns-mcdonnell" data-service="green-buildings, environmental, green-infrastructure, sustainability"> <section class="project-image"> <section aria-label="Constructing Tomorrow: Sustainability and Resilience in Civil Engineering" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENS_SCA_HowdoesSustainabilityandResiliencyIntersect__62313_WP_Constructing%20Tomorrow%20Sustainability/Constructing-Tomorrow-Sustainability-and-Resiliency-in-Civil-Engineering-white-paper-28443-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Constructing Tomorrow: Sustainability and Resilience in Civil Engineering </h4> <p> Incorporating sustainable and resilient design into building practices is a focus of civil engineers. However, there are different interpretations of the concepts and gaps in... </p> </section> <a href="https://info.burnsmcd.com/white-paper/constructing-tomorrow-sustainability-and-resilience-in-civil-engineering" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional, environmental, power" data-brand="burns-mcdonnell" data-service="environmental-compliance-for-power-generation, renewables, grid-modernization"> <section class="project-image"> <section aria-label="Finding Funding: Writing a Grant Proposal for Commercial/Industrial Industries" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENS_SCA_FindingFunding_23269_WP_Finding%20Funding%20Writing%20a%20Grant%20Proposal/Finding-Funding-Writing-a-Grant-Proposal-for-Commercial-Industrial-Industries-burns-mcdonnell-white-paper-23269-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding Funding: Writing a Grant Proposal for Commercial/Industrial Industries </h4> <p> For those who aren’t well-versed in grant funding development, grant writing can be a challenge. Following several key steps for any grant development venture is crucial for... </p> </section> <a href="https://info.burnsmcd.com/white-paper/finding-funding-writing-a-grant-proposal-for-commercial-industrial-industries" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, transportation" data-brand="burns-mcdonnell" data-service="construction, transportation"> <section class="project-image"> <section aria-label="Key Steps to Prepare for Transportation Funding Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Key-Steps-to-Secure-Funding-for-Transportation-Projects-22251-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Steps to Prepare for Transportation Funding Opportunities </h4> <p> Cities, counties and communities hoping to secure federal funding for projects should take early steps to identify crucial infrastructure needs and upgrades. </p> </section> <a href="https://blog.burnsmcd.com/key-steps-to-prepare-for-transportation-funding-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="The Wall Street Journal: Power Companies Enter Peak Hurricane Season Lacking Enough Transformers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Wall Street Journal: Power Companies Enter Peak Hurricane Season Lacking Enough Transformers </h4> <p> </p> </section> <a href="https://www.wsj.com/articles/power-companies-enter-peak-hurricane-season-lacking-enough-transformers-11659351601?st=gkkn2hxlaak3xcd&reflink=share_mobilewebshare" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Boosting Capacity Through Efficient Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ORL_BeachesSampsonSubstationProjectProfile_17182/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Boosting Capacity Through Efficient Project Delivery </h4> <p> When Beaches Energy Services needed to replace an old autotransformer at a suburban substation facing growing demand, it chose to hire a partner with broad... </p> </section> <a href="https://info.burnsmcd.com/case-study/boosting-substation-capacity-through-efficient-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Return Periods and Cost Considerations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_TransmissionSymposiumWebinar_38550/TND_KCM_TransmissionSymposiumWebinar_38550_RegPg_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Return Periods and Cost Considerations </h4> <p> Return periods are a tool that the transmission line engineer can use to turn up or down the reliability of a line design. When should a higher return period be selected? How... </p> </section> <a href="https://info.burnsmcd.com/webinar/return-periods-and-cost-considerations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names New Principals Leadership Class Amid Record-Breaking Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names New Principals Leadership Class Amid Record-Breaking Growth </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has promoted 35 employee-owners across the U.S. to the Principal Group after their contribution to a record year of sales and growth...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-principals-amid-record-breaking-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, power, water" data-brand="burns-mcdonnell" data-service="aerospace-space, oil-gas-chemicals, gas-transmission-distribution, renewables, offshore-wind, solar, industrial-manufacturing-optimization, manufacturing-industrial-facilities, electrical-transmission-distribution, electrical-transmission, water, industrial-water-wastewater, municipal-water-wastewater"> <section class="project-image"> <section aria-label="With Plans to Double in Size in Charlotte, Burns & McDonnell Moves to New Location to Better Serve the Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> With Plans to Double in Size in Charlotte, Burns & McDonnell Moves to New Location to Better Serve the Region </h4> <p> </p><p>CHARLOTTE, North Carolina — The<a href="//burnsmcd.hs-sites.com/locations/charlotte" rel="noopener">Charlotte office</a>of Burns & McDonnell has relocated to<a href="https://www.whitehallcorporatecenter.com/" target="_blank" title="Whitehall Corporate Center" rel="noopener">Whitehall Corporate Center</a>, a larger space that can accommodate the staff required to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/double-size-new-charlotte-location" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="mission-critical-buildings"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Director of Operations for Mid-Atlantic to Support Regional Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Director of Operations for Mid-Atlantic to Support Regional Growth </h4> <p> </p><p>CHESAPEAKE, Virginia — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces its selection of John Bothof to serve as director...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/director-of-operations-mid-atlantic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="aviation, construction, program-management, buildings, mission-critical-buildings, oil-gas-chemicals, electric-power-generation, renewables, solar, telecommunications, manufacturing-industrial-facilities, electrical-transmission-distribution, transportation, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Maintains Key No. 1 Spots and Strong Standing in ENR 2022 Sourcebook Rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Maintains Key No. 1 Spots and Strong Standing in ENR 2022 Sourcebook Rankings </h4> <p> </p><p>KANSAS CITY, Missouri — Continued support of critical infrastructure and strong economic growth helped Burns & McDonnell achieve a strong standing in the 2022<a href="https://www.enr.com/" target="_blank" title="Engineering News-Record magazine" rel="noopener"><em>Engineering...</em></a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/strong-standing-in-enr-2022-sourcebook-rankings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="6 Tips for Building National EV Charging Corridors People Will Use" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/6-Considerations-for-Planning-Effective-Electric-Vehicle-Infrastructure-50064-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 6 Tips for Building National EV Charging Corridors People Will Use </h4> <p> Planning electric vehicle (EV) infrastructure should consider legislation, user experience, and coordination between government agencies and utilities. </p> </section> <a href="https://1898blog.burnsmcd.com/6-tips-for-building-national-ev-charging-corridors-people-will-use" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, program-management"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Laura Toporowski to Lead Program Management Projects Across Southwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Laura Toporowski to Lead Program Management Projects Across Southwest </h4> <p> </p><p>PHOENIX, Arizona — With a history of project success,<a href="https://www.linkedin.com/in/lauratoporowski/" target="_blank" title="Laura Toporowski LinkedIn Profile" rel="noopener">Laura Toporowski</a>has been promoted to department manager for the regional Construction Group at Burns & McDonnell in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/toporowski-to-lead-construction-across-southwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, government-military, power, telecommunications" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="A Comprehensive Approach to Project Siting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/ServiceFeatures/E98_KCM_AComprehensiveApproachtoProjectSiting_60824_SF_Site%20Assessment%20and%20Selection/A-Comprehensive-Approach-To-Project-Siting-Service-Feature-60824-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Comprehensive Approach to Project Siting </h4> <p> Finding the optimal site for your project is integral to overall success. But the task of finding that location can seem daunting when facing the multiple steps it takes to... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/a-comprehensive-approach-to-project-siting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Second Substation Contract With National Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Second Substation Contract With National Grid </h4> <p> </p><p>BIRMINGHAM, England — National Grid has awarded engineering-led construction firm<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell</a>an engineer-procure-construct (EPC) contract for the design, supply,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/second-substation-contract-with-national-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications, diversity"> <section class="project-image"> <section aria-label="Growing in Business Together" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Growing-in-Business-Together-28480-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Growing in Business Together </h4> <p> Meeting a percentage spend goal for diverse businesses is not enough. Sustainable growth requires tangible long-term business opportunities that benefit all. </p> </section> <a href="https://blog.burnsmcd.com/growing-in-business-together" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, water, business-strategy-transformation" data-brand="1898-co." data-service="power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="Perspectives on Utility Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Perspectives-On-Utility-Transformation-22298-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Perspectives on Utility Transformation </h4> <p> Utilities face challenges ranging from physical security threats to digital transformation. Finding efficiencies and optimizing performance is key. </p> </section> <a href="https://1898blog.burnsmcd.com/perspectives-on-utility-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected as SP Energy Networks Supplier" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected as SP Energy Networks Supplier </h4> <p> </p><p>BIRMINGHAM, England — Engineering-led construction firm<a href="https://www.burnsmcd.com/locations/birmingham/birmingham">Burns & McDonnell</a>has been selected by SP Energy Networks to join a new framework for engineering design services in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/scottish-power-energy-networks-supplier" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, nuclear, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="X-energy Selects Constructors for Design and Deployment of Xe-100 Advanced Reactor Fleet in US" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> X-energy Selects Constructors for Design and Deployment of Xe-100 Advanced Reactor Fleet in US </h4> <p> </p><p>KANSAS CITY, Missouri — X-energy today announced a significant step toward the creation of a unique energy delivery model with the selection of Zachry and the combined team...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/x-energy-selects-constructors-design-deployment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="safety, oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Improving Natural Gas Distribution Systems to Ease Pressure Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_ImprovingNaturalGasDistributionSystemstoEasePressureRisks_40974/Improving-Natural-Gas-Distribution-Systems-To-Ease-Pressure-Risks-White-Paper-40974-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Natural Gas Distribution Systems to Ease Pressure Risks </h4> <p> Providing a continuous supply of gas to residences and industries is the main objective of gas utilities. An overpressure event can jeopardize safety, damage the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/improving-natural-gas-distribution-systems-to-ease-pressure-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="mobility, streets, trails-pathways, transportation-planning-policy, transportation, traffic-engineering"> <section class="project-image"> <section aria-label=" Complete Street Design Improves Livability and Connectivity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_KCM_CityofLeawood143rdStreetImprovements_27708_CS_Complete%20Street%20Design%20Improves/Complete-Street-Design-Improves-Livability-and-Connectivity-case-study-27708-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Complete Street Design Improves Livability and Connectivity </h4> <p> With continued economic and residential growth, Leawood, Kansas, needed to improve its roads. Pursuing a complete street design transformed a minor arterial road into a... </p> </section> <a href="https://info.burnsmcd.com/case-study/complete-street-design-improves-liability-and-connectivity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation"> <section class="project-image"> <section aria-label="Autonomous Vehicles: The Disconnect Between Traffic Engineers and Private Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Autonomous-Vehicles-Disconnect-Between-Traffic-Engineers-Private-Sector-46950-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Autonomous Vehicles: The Disconnect Between Traffic Engineers and Private Sector </h4> <p> Private companies and traffic engineers have opposing goals for autonomous vehicles (AVs). Safety and profit will need to work together. </p> </section> <a href="https://blog.burnsmcd.com/autonomous-vehicles-the-disconnect-between-traffic-engineers-and-private-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell and EVS Inc. Launch Alliance to Provide Electrical Transmission and Distribution Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and EVS Inc. Launch Alliance to Provide Electrical Transmission and Distribution Services </h4> <p> </p><p>MINNEAPOLIS-ST. PAUL, Minnesota — Burns & McDonnell has entered into an alliance with engineering firm<a href="https://www.evs-eng.com/" target="_blank" title="EVS Inc." rel="noopener">EVS Inc.</a>, a certified minority business enterprise (MBE), to begin...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/evs-alliance-electrical-transmission-distribution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="What’s Next With the Infrastructure Law?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ATL_IEEEPESInfrastructureLawPowerFundingWebinar_28476/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What’s Next With the Infrastructure Law? </h4> <p> Since the $1.2 trillion Infrastructure Investment and Jobs Act passed late last year, more than 4,300 projects — affecting all 50 states and representing $110 billion in... </p> </section> <a href="https://info.burnsmcd.com/webinar/whats-next-with-the-infrastructure-law" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power, water, government-military" data-brand="burns-mcdonnell" data-service="construction, power, water, government-military"> <section class="project-image"> <section aria-label="Designing for Procurement Can Help Alleviate Supply Chain Headaches" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Designing-for-Procurement-Can-Help-Alleviate-Supply-Chain-Headaches-39319-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing for Procurement Can Help Alleviate Supply Chain Headaches </h4> <p> As supply chain disruptions continue to strain timely delivery of utility infrastructure projects, designing for procurement is becoming a vital strategy. </p> </section> <a href="https://blog.burnsmcd.com/designing-for-procurement-can-help-alleviate-supply-chain-headaches" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, aviation, commercial-retail-institutional, power, transportation" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="1898 & Co. ESG Consulting for Transparency in Complex Transactions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_UKO_ESGConsulting_28391/-header_ESG%20sf_28391.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. ESG Consulting for Transparency in Complex Transactions </h4> <p> Environmental stewardship, social impact and climate change are among the most significant issues of our time. Environmental, social and governance (ESG) evaluations will... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/esg-consulting-for-transparency-in-complex-transactions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, building-solutions, manufacturing-industrial, buildings, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Unlocking Site Selection Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_SiteSelectionServiceFeature_40200/Unlocking-Site-Selection-Success-service-feature-27153-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unlocking Site Selection Success </h4> <p> For many projects, the perfect site can feel just beyond reach. The process of finding your ideal location may seem daunting at first, but working with an experienced site... </p> </section> <a href="https://info.burnsmcd.com/service-feature/unlocking-site-selection-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Taking the Pressure Off Planning for Capital Investments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_Pre-CapitalConsulting_40284/Taking-the-Pressure-Off-Planning-for-Capital-Investments-service-feature-27216-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking the Pressure Off Planning for Capital Investments </h4> <p> When major operational changes require large capital investments, the unknowns of the outcomes can weigh heavily on an organization. Pre-capital consulting is crucial to... </p> </section> <a href="https://info.burnsmcd.com/service-feature/taking-the-pressure-off-planning-for-capital-investments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, program-management"> <section class="project-image"> <section aria-label="Juan Gomez Tagle Accepts New Program Management Role for Burns & McDonnell in Mexico City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Juan Gomez Tagle Accepts New Program Management Role for Burns & McDonnell in Mexico City </h4> <p> </p><p>MEXICO CITY, Mexico — Juan Gomez Tagle has joined the Mexico City–based team at Burns & McDonnell to lead development and implementation of the office’s<a href="https://www.burnsmcd.com/services/program-management">program management</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/juan-gomez-tagle-program-management-mexico-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Simplifying Program Management for Large-Scale Capital Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Simplifying-Program-Management-for-Large-Scale-Capital-Projects-27860-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Simplifying Program Management for Large-Scale Capital Projects </h4> <p> Comprehensive data and dashboards through program management can help ease some of the challenges electric utilities face with large capital programs. </p> </section> <a href="https://blog.burnsmcd.com/simplifying-program-management-for-large-scale-capital-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service="construction, procurement-execution-plan, schedule-cost-controls"> <section class="project-image"> <section aria-label="Delivering Complex Projects With Agile Project Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/OGC_MBI_AgileProjectManagement_28561_WP_Delivering%20Complex%20Projects%20With%20Agile%20Project%20Management/Delivering-Complex-Projects-With-Agile-Project-Management-White-Paper-28561-01-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Complex Projects With Agile Project Management </h4> <p> With its step-by-step methodology, waterfall project management remains the preferred delivery model for projects with an end result clearly established from the beginning.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/delivering-complex-projects-with-agile-project-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Early EPC Project Integration Helps Utility Owners Meet Grid Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Early-EPC-Project-Integration-Helps-Utility-Owners-Meet-Grid-Demands-28730-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Early EPC Project Integration Helps Utility Owners Meet Grid Demands </h4> <p> Early integration of project teams through engineer-procure-construct (EPC) delivery has benefits, from improving constructability to conserving resources. </p> </section> <a href="https://blog.burnsmcd.com/early-epc-project-integration-helps-utility-owners-meet-grid-demands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Using Established Nuclear Processes to Meet Hydrogen Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Using-Established-Nuclear-Processes-to-Meet-Hydrogen-Demands-28355-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Established Nuclear Processes to Meet Hydrogen Demands </h4> <p> New or existing nuclear power facilities may be the key to meeting the demand for hydrogen gas as a net zero fuel source. </p> </section> <a href="https://blog.burnsmcd.com/using-established-nuclear-processes-to-meet-hydrogen-demands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Projects for Next Generation Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Projects for Next Generation Renewables </h4> <p> Resources for utility-scale renewable energy generation have been successfully integrated into the grid for quite some time. However, the intermittent nature of renewable... </p> </section> <a href="https://info.burnsmcd.com/webinar/projects-for-next-generation-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Battery Energy Storage Augmentation: Key Project Considerations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Battery-Energy-Storage-Augmentation-Key-Project-Considerations-28292-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Battery Energy Storage Augmentation: Key Project Considerations </h4> <p> There are variables to consider before deciding if periodic augmentation is the right move for owners of battery energy storage systems (BESS). </p> </section> <a href="https://blog.burnsmcd.com/battery-energy-storage-augmentation-key-project-considerations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, ports-maritime" data-brand="1898-co." data-service="analytics-business-intelligence, data-visualizations-insights"> <section class="project-image"> <section aria-label="Business Intelligence Project Delivers Road Map for Data-Driven Insights at Port of Portland" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_BusinessIntelligenceProjectDeliversRoadMap_27831_CS_Business%20Intelligence%20Project/Business-Intelligence-Project-Delivers-Road-Map-for-Data-Driven-Insights-at-Port-of-Portland-case-study-27831-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Business Intelligence Project Delivers Road Map for Data-Driven Insights at Port of Portland </h4> <p> A business intelligence road map developed for the Port of Portland is helping guide the port authority’s transformation into a data-driven organization that will enable... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/business-intelligence-project-delivers-road-map-for-data-driven-insights-at-port-of-portland" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="commissioning-(cx), commissioning-(cx), recommissioning, existing-building-commissioning"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Key Hire to Strengthen, Grow Commissioning Services Throughout the Northeast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Key Hire to Strengthen, Grow Commissioning Services Throughout the Northeast </h4> <p> </p><div> <div> <div> <p>WALLINGFORD, Connecticut — Strengthening its<a href="https://www.burnsmcd.com/services/commissioning">commissioning</a>offerings to help clients meet key facility performance objectives, Burns & McDonnell has hired<a href="https://www.linkedin.com/in/krunal-patel-pe-cem-leed-ap-8b164b10/" target="_blank" title="Krunal Patel LinkedIn Profile" rel="noopener">Krunal Patel</a>to...</p> </div> </div> </div> <p></p> </section> <a href="https://www.burnsmcd.com/news/key-hire-to-grow-commissioning-in-northeast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, landside-services, aviation-support-facilities, emerging-contaminants-pfas, remediation, sustainability"> <section class="project-image"> <section aria-label="Delivering Expanded Cargo Capacity for O’Hare International Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Delivering-expanded-cargo-capicity-for-OHare-international-airport-case-study-22185-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Expanded Cargo Capacity for O’Hare International Airport </h4> <p> With phases I and II of the Northeast Cargo Development complete, the Chicago Department of Aviation and Aeroterm began planning the project’s next piece. Our team was... </p> </section> <a href="https://info.burnsmcd.com/case-study/delivering-expanded-cargo-capacity-for-ohare-international-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, environmental, manufacturing-industrial, power, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="construction, environmental, manufacturing-industrial, power, commercial-retail-institutional"> <section class="project-image"> <section aria-label="Powering Future Manufacturing With Decarbonized Industrial Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Powering-Future-Manufacturing-With-Decarbonized-Industrial-Operations-28372-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Powering Future Manufacturing With Decarbonized Industrial Operations </h4> <p> Industrial manufacturers are exploring how to decarbonize assets and processes, a key step in reducing greenhouse gas emissions and promoting sustainability. </p> </section> <a href="https://blog.burnsmcd.com/powering-future-manufacturing-with-decarbonized-industrial-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, master-planning-for-water-wastewater-utilities, custom-pumping-systems-cso-flow-conveyance, water-reuse-reclamation, wastewater-stormwater-collection, water, sewer-separation"> <section class="project-image"> <section aria-label="Metropolitan St. Louis Sewer District Launches Mission to Improve Water Quality " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_MetropolitanStLouisSewerDistrict_25621_CS_Metropolitan%20St.%20Louis%20Sewer%20District%20Launches/Metropolitan-St.-Louis-Sewer-District-Gravois-Trunk-Sanitary-Storage-Facility%20case-study-25621-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Metropolitan St. Louis Sewer District Launches Mission to Improve Water Quality </h4> <p> Through Project Clear, a Metropolitan St. Louis Sewer District (MSD) initiative, MSD has plans to alleviate wastewater concerns and improve water quality for the entire St.... </p> </section> <a href="https://info.burnsmcd.com/case-study/metropolitan-st-louis-sewer-district-launches-mission-to-improve-water-quality" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution, hydrant-fueling, construction, engineering"> <section class="project-image"> <section aria-label="New Bulk Fuel Storage Facility at STL Doubles Jet Fuel Capacity " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_STLFuelFacility_28468_CS_New%20Bulk%20Fuel%20Storage%20Facility%20at%20STL%20Doubles%20Jet%20Fuel%20Capacity/New-Bulk-Fuel-Storage-Facility-at-STL-Doubles-Jet-Fuel-Capacity-case-study-28468-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Bulk Fuel Storage Facility at STL Doubles Jet Fuel Capacity </h4> <p> As the number of air travelers grows, airlines are adding more planes, flights and destinations, thus increasing the need for additional jet fuel. STL Fuel Company LLC, a... </p> </section> <a href="https://info.burnsmcd.com/case-study/new-bulk-fuel-storage-facility-at-stl-doubles-jet-fuel-capacity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="commissioning, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="commissioning, commercial-retail-institutional, government-military"> <section class="project-image"> <section aria-label="Act Opens Pathways to Operate Federal Facilities More Efficiently" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Act-Opens-Pathways-to-Operate-Federal-Facilities-More-Efficiently-28558-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Act Opens Pathways to Operate Federal Facilities More Efficiently </h4> <p> Monitoring-based commissioning and energy management information systems are part of the solution for federal facilities to meet requirements of the Energy Act of 2020. </p> </section> <a href="https://blog.burnsmcd.com/act-opens-pathways-to-operate-federal-facilities-more-efficiently" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Launches Integrated Construction Group in the Twin Cities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches Integrated Construction Group in the Twin Cities </h4> <p> </p><p>BLOOMINGTON, Minn. — Burns & McDonnell recently announced the launch of an integrated construction group at its<a href="https://www.burnsmcd.com/locations/minneapolisst-paul">Minneapolis-St. Paul office</a>. The team of construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/integrated-construction-group-in-twin-cities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="geospatial, enterprise-gis-consulting, architecture-infrastructure, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Major Manufacturer Reaping Multiple Benefits From Data Conversion to Enterprise GIS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_MajorManufacturerReapingMultipleBenefits_27129_CS_Major%20Manufacturer/Major-Manufacturer-Reaping-Multiple-Benefits-From-Data-Conversion-to-Enterprise-GIS-case-study-27129-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Major Manufacturer Reaping Multiple Benefits From Data Conversion to Enterprise GIS </h4> <p> One of the largest manufacturing companies in North America has gained greatly improved safety, efficiency and quality for facility operations, thanks to a major migration of... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/major-manufacturer-reaping-multiple-benefits-from-data-conversion-to-enterprise-gis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, water" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, aerospace-space, manufacturing-industrial-facilities, water"> <section class="project-image"> <section aria-label="Big Investments at the Space Coast Propel Expansion for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Big Investments at the Space Coast Propel Expansion for Burns & McDonnell </h4> <p> </p><p>MELBOURNE, Florida — Supporting momentum generated by innovative aerospace, defense and space projects along with historical launches along Florida’s Space Coast, Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/space-coast-investments-propel-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="The Reinvention of Transmission Line Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_SCA_TheReinventionofTransmissionLineDesign_28493_WP_The%20Reinvention%20of%20Transmission%20Line%20Design/The-Reinvention-of-Transmission-Line-Design-white-paper-28493-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Reinvention of Transmission Line Design </h4> <p> Advances in artificial intelligence, machine learning and digital twins are transforming the manufacturing and automotive industries. They could also dramatically improve... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-reinvention-of-transmission-line-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Water Infrastructure Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_WaterInfrastructureWebinar_28188/WTR_KCM_WaterInfrastructureWebinar_28188_header-registration.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Infrastructure Webinar </h4> <p> This webinar will provide water utilities with the latest updates on the funding opportunities found in the Bipartisan Infrastructure Legislation (BIL). Our discussion will... </p> </section> <a href="https://info.burnsmcd.com/webinar/water-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Making Underground Transmission and Distribution a Reality With All-In Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Making-Underground-Transmission-Distribution-Reality-With-All-In-Project-Delivery-25471-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Underground Transmission and Distribution a Reality With All-In Project Delivery </h4> <p> The construction complexities of underground transmission or distribution can be streamlined with an all-in engineer-procure-construct (EPC) project approach. </p> </section> <a href="https://blog.burnsmcd.com/making-underground-transmission-a-reality-with-all-in-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar, wind"> <section class="project-image"> <section aria-label="The Clean Path Forward: What It Will Take to Achieve 100% Renewable Energy " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/qa/Header-Desktop-28036-QA.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Clean Path Forward: What It Will Take to Achieve 100% Renewable Energy </h4> <p> As the overall demand for energy increases around the globe, so does the need to generate energy from renewable sources. Solar, wind and hydropower — combined with nuclear... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/qa/the-clean-path-forward" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution, electrical-distribution, communication-site-infrastructure"> <section class="project-image"> <section aria-label="Forbes: Burns & McDonnell Navigates Passage Between Electric Revolution And Supply Chain Crisis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: Burns & McDonnell Navigates Passage Between Electric Revolution And Supply Chain Crisis </h4> <p> </p> </section> <a href="https://www.forbes.com/sites/llewellynking/2022/06/20/burns--mcdonnell-navigates-passage-between-electric-revolution-and-supply-chain-crisis/?sh=4e867bc55245" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, utility-automation, distribution-automation, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Memphis Light, Gas and Water Partners With Burns & McDonnell for a Multiyear Distribution Automation Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Memphis Light, Gas and Water Partners With Burns & McDonnell for a Multiyear Distribution Automation Program </h4> <p> </p><p>MEMPHIS, Tennessee — Memphis Light, Gas and Water (MLGW) is partnering with engineering, construction and architecture firm Burns & McDonnell in planning a five-year, $132...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/memphis-light-gas-water-distribution-automation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="engineering, diversity" data-brand="burns-mcdonnell" data-service="engineering, diversity"> <section class="project-image"> <section aria-label="Creating Career Confidence Through Mentorship" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Creating-Career-Confidence-Through-Mentorship-28695-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Career Confidence Through Mentorship </h4> <p> The power of mentorship cannot be overlooked when it comes to creating opportunities and interest in the engineering profession. </p> </section> <a href="https://blog.burnsmcd.com/creating-career-confidence-through-mentorship" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="PowerGrid International: Wisconsin Public Services uses predictive analysis to guide grid modernization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PowerGrid International: Wisconsin Public Services uses predictive analysis to guide grid modernization </h4> <p> </p> </section> <a href="https://www.power-grid.com/td/wisconsin-public-services-uses-predictive-analysis-to-guide-grid-modernization/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="commercial-retail-institutional, government-military"> <section class="project-image"> <section aria-label="Let’s Move Away From Uncertainty and Toward Actionable Insights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Lets-Move-Away-From-Uncertainty-Toward-Actionable-Insights-27727-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Let’s Move Away From Uncertainty and Toward Actionable Insights </h4> <p> As systems and controls become increasingly digitized, campuses have an opportunity to mine legacy data from disparate systems to form actionable insights. </p> </section> <a href="https://blog.burnsmcd.com/lets-move-away-from-uncertainty-and-toward-actionable-insights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="program-management, telecommunications, fiber-optic-infrastructure, communication-site-infrastructure"> <section class="project-image"> <section aria-label="Programmatic Approach Can Deliver Cost Certainty for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SLO_WirelessBroadbandBuildOuts_21119/TND-SLO-Advantages-of-a-Fully-Integrated-Approach-to-LTE-UNP-Ryan-Cross_Landing-Page-Hero_1600x800px_21119Landing-Page-H.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Programmatic Approach Can Deliver Cost Certainty for Utilities </h4> <p> Private broadband wireless networks provide better control options and are increasingly the solution utilities look to. However, telecommunications build-outs are often... </p> </section> <a href="https://info.burnsmcd.com/white-paper/wireless-broadband-build-outs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution, hydrant-fueling, construction"> <section class="project-image"> <section aria-label="New Fuel Facility Supports Current, Future Airline Needs at TUS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/New-Fuel-Facility-Supports-Current-Future-Airline-Needs-at-TUS-case-study-28193-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Fuel Facility Supports Current, Future Airline Needs at TUS </h4> <p> As air travel demands shifted over the years, the jet fuel storage facility at Tucson International Airport (TUS) became outdated and struggled to meet the airport’s needs.... </p> </section> <a href="https://info.burnsmcd.com/case-study/new-fuel-facility-supports-current" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, aviation-infrastructure, renewable-fuels-chemicals, sustainability"> <section class="project-image"> <section aria-label="Greener Skies Could Be on the Horizon" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/tech-brief/SustainableAviation_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greener Skies Could Be on the Horizon </h4> <p> As airlines explore approaches to decarbonize the aviation industry, sustainable aviation fuel has emerged as a leading sky-friendly solution. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/tech-brief/greener-skies-could-be-on-the-horizon" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind, solar, wind, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Renewables’ Ripple Effect on the Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/feature_28017/BM22-2-Digital-RippleEffect-28017-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewables’ Ripple Effect on the Grid </h4> <p> Managing a massive influx of widely distributed decarbonized energy sources, large and small, will involve rethinking — and reworking — much of our electrical infrastructure. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/feature/renewables-ripple-effect-on-the-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar, wind"> <section class="project-image"> <section aria-label="An Electric Journey: The Transmission and Distribution of Renewable Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/trending-topic/BM2022-No2_HubAnim_TrendingTopic_V1_00000-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Electric Journey: The Transmission and Distribution of Renewable Energy </h4> <p> Renewable power is transforming the energy landscape, but the journey from energy generation to consumption doesn’t stop once solar panels and wind turbines are installed.... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/trending-topic/an-electric-journey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Wyoming Hyperscale Launches Construction of World’s First Sustainable Hyperscale Data Center Ecosystem" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Aspen-Mountain-22402-hero3.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wyoming Hyperscale Launches Construction of World’s First Sustainable Hyperscale Data Center Ecosystem </h4> <p> </p><p>ASPEN, Wyoming — As the data center services market is projected to grow by more than 50% by 2026,<a href="https://wyominghyperscalewhitebox.com/index.html" target="_blank" title="Wyoming Hyperscale White Box" rel="noopener">Wyoming Hyperscale White Box</a>is leading the way globally to drive down the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wyoming-hyperscale-sustainable-data-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind"> <section class="project-image"> <section aria-label="Boldly Pursuing Energy Opportunities With Offshore Wind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/feature_28013/BM22-2-Digital-OffshoreWind-28013-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Boldly Pursuing Energy Opportunities With Offshore Wind </h4> <p> Flying out over the ocean, you might catch a glimpse of a renewable energy solution that is poised to turn the power industry on its head, create thousands of jobs and reduce... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/feature/boldly-pursuing-energy-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="burns-mcdonnell" data-service="district-energy, microgrids, renewables, energy-storage, solar, wind"> <section class="project-image"> <section aria-label="Strong Currents: Lithium-Ion Dominance Is Making Life Difficult for Other Energy Storage Technologies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/feature-28016/BM22-2-Digital-StrongCurrents-28016-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strong Currents: Lithium-Ion Dominance Is Making Life Difficult for Other Energy Storage Technologies </h4> <p> Until recently, utilities may have had difficulty imagining a day when massive installations of batteries would be the main energy storage resource needed for grid stability.... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/feature/strong-currents-lithium-ion-dominance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, renewables, solar, environmental, environmental-studies-permitting, permitting"> <section class="project-image"> <section aria-label="Raising a Field of Solar Panels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/spotlight_28018/BM22v2-Alliant-Spotlight-28018-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Raising a Field of Solar Panels </h4> <p> Utilities can leverage a fully integrated EPC approach and community engagement efforts to foster a safe and reliable transition toward renewable energy. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/spotlight/raising-a-field-of-solar-panels" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental" data-brand="burns-mcdonnell" data-service="construction, sustainability"> <section class="project-image"> <section aria-label="Bringing Sustainability On-Site " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/feature_28015/BM22-2-Digital-BringingSustainabilityOnSite-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bringing Sustainability On-Site </h4> <p> The quest for sustainable solutions is changing design and construction norms emerging throughout the EPC process. But how sustainable engineer-procure-construct (EPC)... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-2/feature/bringing-sustainability-on-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Ranks No. 56 on the 2022 Best Companies to Work For List" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Ranks No. 56 on the 2022 Best Companies to Work For List </h4> <p> </p><p>MUMBAI, India — <a href="https://www.burnsmcd.com/locations/mumbai">Burns & McDonnell India</a>, part of Burns & McDonnell, is gaining national recognition for its workplace operations and culture. Coming in at No. 56, the firm...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/india-56th-2022-best-companies-to-work-for" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="An Outlook for the Chemicals Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Outlook-for-Chemicals-Industry-27076-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Outlook for the Chemicals Industry </h4> <p> Decarbonization goals, the war in Ukraine and lithium production are themes driving the chemicals industry now and into the future. </p> </section> <a href="https://blog.burnsmcd.com/an-outlook-for-the-chemicals-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, environmental, power" data-brand="1898-co., burns-mcdonnell, benchmark" data-service="gas-transmission-distribution, electric-utility-cybersecurity, renewables, physical-security"> <section class="project-image"> <section aria-label="Cyber Resilience Spurs Reassurance for Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2022_Q2_27970/feature_28014/BM22v2-CybersecurityFeature-28014-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cyber Resilience Spurs Reassurance for Renewables </h4> <p> The fast transition to renewables is leaving energy providers vulnerable to cyberattacks. Learn how the industry is responding and doing what it can to shore up grid... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/feature/cyber-resilience-spurs-reassurance-for-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Comprehensive Software Solution Streamlines Transmission System Modeling for LG&E and KU" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/E98_KCM_LGEKUTransmissionPlanningSolution_27639_CS_Comprehensive%20Software%20Solution/Comprehensive-Software-Solution-Streamlines-Transmission-System-Modeling-for-LGEKU-case-study-27639-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Software Solution Streamlines Transmission System Modeling for LG&E and KU </h4> <p> Louisville Gas & Electric and Kentucky Utilities (LG&E and KU) must annually gather data on updated load forecasts, generation resources, current transmission system... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/comprehensive-software-solution-streamlines-transmission-system-modeling-for-lge-and-ku" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, grid-modernization"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Into Scotland to Support Energy Transition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Into Scotland to Support Energy Transition </h4> <p> </p><p>BIRMINGHAM, England — Global engineering-led construction firm<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell</a>has established an office and team in Scotland, continuing to expand its U.K. footprint.</p> <p>The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/scotland-expansion-supports-energy-transition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, manufacturing-industrial, power, transportation, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, manufacturing-industrial, power, transportation, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Scrubbing CO2 From Ambient Air Through Direct Air Capture Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Scrubbing-CO2-From-Ambient-Air-Through-Direct-Air-Capture-Technology-27850-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Scrubbing CO2 From Ambient Air Through Direct Air Capture Technology </h4> <p> Grants and financial incentives are available for direct air capture (DAC) projects and storage technology to help reduce carbon dioxide (CO2) from the air. </p> </section> <a href="https://blog.burnsmcd.com/scrubbing-co2-from-ambient-air-through-direct-air-capture-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="A Tool for Modernizing the Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_GridModernization_07926/convert/A-tool-for-modernizing-the-grid-white-paper-1898andCo-15520-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Tool for Modernizing the Grid </h4> <p> Patience has long been a virtue of those interested in connecting their distributed energy resources (DER) to the grid. Approval for these projects has been slow, with... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/a-tool-for-modernizing-the-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="T&D World: SDSIC: Improving the Way Substations Are Designed Through Connections and Collaboration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: SDSIC: Improving the Way Substations Are Designed Through Connections and Collaboration </h4> <p> </p> </section> <a href="https://creative.endeavorb2b.com/ClientMarketing/energy/2022/TDWCE-1320_Burns-n-McDonnell_June_ATE_v2.pdf?oly_id=%25%250.2.110%25%25" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Focus on Optimizing Existing Solar Installations During a Market Pause" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Focus-on-Optimizing-Existing-Solar-Installations-During-Market-Pause-28124-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Focus on Optimizing Existing Solar Installations During a Market Pause </h4> <p> During an uncertain time in the solar market, a high-level performance audit can help companies understand and optimize performance of existing solar sites. </p> </section> <a href="https://blog.burnsmcd.com/focus-on-optimizing-existing-solar-installations-during-a-market-pause" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Maximizing Opportunities for Diverse Subcontractors and Suppliers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Maximizing Opportunities for Diverse Subcontractors and Suppliers </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2022/06/maximizing-opportunities-diverse-subcontractors-and-suppliers?authkey=268e845b7b286d72f84bbb70ade6dfcbab65e4f7caca7f271945874ec53999b1" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, commissioning, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="power, commissioning, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Overcoming Project Challenges With Integrated QA/QC Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Overcoming-Project-Challenges-With-Integrated-QA-QC-Services-27955-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Project Challenges With Integrated QA/QC Services </h4> <p> A thorough, focused and integrated quality assurance and quality control program (QA/QC) can keep a project on schedule and on budget. </p> </section> <a href="https://blog.burnsmcd.com/overcoming-project-challenges-with-integrated-qa-qc-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="T&D World: We Shouldn’t Be Afraid to Talk About Diversity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: We Shouldn’t Be Afraid to Talk About Diversity </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21241009/we-shouldnt-be-afraid-to-talk-about-diversity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation"> <section class="project-image"> <section aria-label="Meeting Expectations With On-Site Airport Fuel Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Meeting-Passenger-Expectations-With-On-Site-Airport-Fuel-Storage-28474-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meeting Expectations With On-Site Airport Fuel Storage </h4> <p> As travel numbers rise, airports are assessing fuel storage capacity needed to maintain operations and support growth. Adequate on-site fuel storage is key. </p> </section> <a href="https://blog.burnsmcd.com/meeting-expectations-with-on-site-airport-fuel-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="4 Factors Will Steer the Journey to Fleet Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/4-Factors-Will-Steer-Journey-to-Fleet-Electrification-28223-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 4 Factors Will Steer the Journey to Fleet Electrification </h4> <p> Electrification of large fleets of vehicles will contribute greatly to global decarbonization, but the journey comes with four distinct challenges. </p> </section> <a href="https://1898blog.burnsmcd.com/4-factors-will-steer-the-journey-to-fleet-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Implementing Creative Solutions for Wind Waste Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Implementing-Creative-Solutions-for-Wind-Waste-Management_Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementing Creative Solutions for Wind Waste Management </h4> <p> As operators need to refurbish parts of their wind generation facilities, challenges in waste management have quickly emerged for the renewable market. </p> </section> <a href="https://blog.burnsmcd.com/implementing-creative-solutions-for-wind-waste-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, water, enterprise-technology, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, water, enterprise-technology, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Now More Than Ever, Critical Infrastructure Must Be Cybersecure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Now-More-Than-Ever-Critical-Infrastructure-Must-Be-Cybersecure-28334-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Now More Than Ever, Critical Infrastructure Must Be Cybersecure </h4> <p> The pace of digital change is opening new windows for cyberattacks on critical industries; vigilance is warranted now more than ever. </p> </section> <a href="https://1898blog.burnsmcd.com/now-more-than-ever-critical-infrastructure-must-be-cybersecure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="Solar Construction Innovations Are Driven by Collaborative EPC Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Technology-Driving-Efficiencies-in-Integrated-Solar-Construction_27938_Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Construction Innovations Are Driven by Collaborative EPC Framework </h4> <p> Collaborative opportunities under an EPC contracting framework inspire custom technology applications driving efficiencies in solar construction projects. </p> </section> <a href="https://blog.burnsmcd.com/solar-construction-innovations-are-driven-by-collaborative-epc-framework" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="construction, commercial-retail-institutional"> <section class="project-image"> <section aria-label="Thinking Beyond the Stadium: The Future of District Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Thinking-Beyond-Stadium-Future-of-District-Development-27309-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Thinking Beyond the Stadium: The Future of District Development </h4> <p> Technology, accessibility and diversity of people and entertainment options are transforming sports- and entertainment-centered districts. </p> </section> <a href="https://blog.burnsmcd.com/thinking-beyond-the-stadium-the-future-of-district-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, environmental, government-military, power" data-brand="burns-mcdonnell" data-service="nuclear, environmental, environmental-services-for-military-facilities, mining-infrastructure, manufacturing-industrial-facilities, remediation, industrial-water-wastewater"> <section class="project-image"> <section aria-label="Using Plants for Sustainable, Effective Remediation of Groundwater and Soil" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SLO_Phytoremediation_19512/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Plants for Sustainable, Effective Remediation of Groundwater and Soil </h4> <p> Metal contamination in soil and groundwater has resulted from a variety of industrial activities. Traditional remediation approaches, such as pump-and-treat or soil... </p> </section> <a href="https://info.burnsmcd.com/white-paper/using-plants-for-sustainable-effective-remediation-of-groundwater-and-soil" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, government-military, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals, exploration-production, liquefied-natural-gas-(lng), midstream, pipeline-services, gas-transmission-distribution, hydrogen-production-distribution, storage-logistics, pipeline-facilities, renewable-fuels-chemicals, department-of-energy, federal-civilian-agencies, energy-resiliency"> <section class="project-image"> <section aria-label="Understanding Procurement Specifications When Purchasing Pipeline Materials" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_ATL_UnderstsandingMaterialSpecifications_27221_WP_Understanding%20Procurement%20Specifications/Understanding-Material-Specifications-When-Purchasing-Pipeline-Materials_27221_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding Procurement Specifications When Purchasing Pipeline Materials </h4> <p> Pipeline design and construction projects are unique and complex, whether the project is underground, aerial or offshore; a single crossing replacement or an entirely new... </p> </section> <a href="https://info.burnsmcd.com/white-paper/understanding-procurement-specifications-when-purchasing-pipeline-materials" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Marks Rapid Growth, Creates Job Opportunities at Its Atlanta Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Burns-McDonnell-Atlanta-Open-House-28340-hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Marks Rapid Growth, Creates Job Opportunities at Its Atlanta Office </h4> <p> </p><p>ATLANTA, Georgia — Brookhaven Mayor John Ernst and members of the city of Brookhaven and the Brookhaven Chamber of Commerce joined Burns & McDonnell leadership and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/growth-job-opportunities-at-atlanta-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="construction, alternative-delivery-for-transportation, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="Enhancing Design-Build Projects by Incorporating an Optimization and Refinement Period" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TRN_KCM_MaximizinganOptimizationRefinementPeriod_25857_WP_Enhancing%20Design-Build%20Projects/Maximizing-an-Optimization-&-Refinement-Period-white-paper-25857-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhancing Design-Build Projects by Incorporating an Optimization and Refinement Period </h4> <p> The scope of a traditional design-build project can change even before ground is broken. On these projects, an optimization and refinement period — an interval of time when... </p> </section> <a href="https://info.burnsmcd.com/white-paper/enhancing-design-build-projects-by-incorporating-an-optimization-and-refinement-period" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction" data-brand="burns-mcdonnell" data-service="aviation, construction"> <section class="project-image"> <section aria-label="Why Design-Build Is Vital to Managing Commercial Aviation Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Why-Design-Build-Is-Vital-to-Managing-Commercial-Aviation-Growth-27714-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why Design-Build Is Vital to Managing Commercial Aviation Growth </h4> <p> Capital improvement efforts are soaring in commercial aviation. Design-build delivery makes them more efficient and easier to manage. </p> </section> <a href="https://blog.burnsmcd.com/why-design-build-is-vital-to-managing-commercial-aviation-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, consumer-products, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Fast-Track Design Offers a Clean Start for Production of New Product" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_FastTrackDesignOffersaCleanStart_28479_CS_Fast-Track%20Design%20Offers%20a%20Clean%20Start/Fast-Track-Design-Offers-a-Clean-Start-for-Production-of-New-Product-case-study-28479-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fast-Track Design Offers a Clean Start for Production of New Product </h4> <p> Managing risk in new product production is key to a profitable outcome. When a personal care products manufacturer wanted to introduce a new body wash to its portfolio, it... </p> </section> <a href="https://info.burnsmcd.com/case-study/fast-track-design-offers-a-clean-start-for-production-of-new-product" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Designing Utility Systems to Augment 5G Build-Out" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_MayWebinar_28255/MicrosoftTeams-image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing Utility Systems to Augment 5G Build-Out </h4> <p> Cellular networks — especially networks operating on 5G technology — are poised to directly and indirectly transform utilities. With their infrastructure and vast device... </p> </section> <a href="https://info.burnsmcd.com/webinar/designing-utility-systems-to-augment-5g-build-out" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, power, water"> <section class="project-image"> <section aria-label="H2Oh No: Clean Hydrogen’s Water Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/H2Oh-No-Clean-Hydrogens-Water-Challenges-42400-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> H2Oh No: Clean Hydrogen’s Water Challenges </h4> <p> Hydrogen is important for decarbonizing the power industry, but water scarcity threatens project development. Identifying water sources early is key. </p> </section> <a href="https://blog.burnsmcd.com/h2oh-no-clean-hydrogens-water-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, transportation, water" data-brand="burns-mcdonnell" data-service="construction, alternative-delivery-for-transportation, highways, pump-stations, source-development-groundwater-supply, transportation, bridges, highway-bridges, water, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="Progressive-Design Build: A Tool for Our Times" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TRN_KCM_ProgressiveDesignbuildProcurementHelpsIndustryPeopleShortage_27190_WP/Progressive-Design-Build-the%20Contracting%20Method-of-Choice-in-a-Tight-Construction-Market-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Progressive-Design Build: A Tool for Our Times </h4> <p> Rising costs, disrupted supply chains and a constricted labor market will pose challenges to the many construction projects now coming to market. Using a progressive... </p> </section> <a href="https://info.burnsmcd.com/white-paper/progressive-design-build-a-tool-for-our-times" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, procurement-execution-plan, buildings, consumer-products, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Kohler Co. and Burns & McDonnell Complete 546,000-Square-Foot Distribution Warehouse at Kohler’s Huntsville Campus" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Kohler-Distribution-Warehouse-Ribbon-Cutting-27743.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kohler Co. and Burns & McDonnell Complete 546,000-Square-Foot Distribution Warehouse at Kohler’s Huntsville Campus </h4> <p> </p><p>HUNTSVILLE, Alabama —<a href="https://www.us.kohler.com/us/" target="_blank" title="Kohler Co." rel="noopener">Kohler Co.</a>, a global leader in kitchen and bath products, and Burns & McDonnell have completed construction of a 546,000-square-foot warehouse at...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kohler-distribution-warehouse-huntsville" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, power" data-brand="burns-mcdonnell" data-service="construction, power"> <section class="project-image"> <section aria-label="How to Manage Risks While Executing Underground Transmission and Distribution Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-to-Manage-Risks-While-Executing-Underground-Transmission-Projects-20318-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How to Manage Risks While Executing Underground Transmission and Distribution Projects </h4> <p> A strategic approach for underground electrical transmission and distribution lines can mitigate or reduce risk and support on-time, on-budget completion. </p> </section> <a href="https://blog.burnsmcd.com/how-to-manage-risks-while-executing-underground-transmission-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="ports-maritime" data-brand="1898-co." data-service="technology-assessments"> <section class="project-image"> <section aria-label="The Case for Digitalizing Ports" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_DigitalizationinPortMasterPlanning_26850/The-Case-for-Digitalizing-Ports_26850-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Case for Digitalizing Ports </h4> <p> Data is playing an increasingly critical role in seaport and maritime operations. By including technology — one key area being data management — in their master planning... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/the-case-for-digitalizing-ports" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, government-military" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, federal-military, manufacturing-industrial-facilities, agencies-military-branches, department-of-energy"> <section class="project-image"> <section aria-label="Fault Detection and Diagnostics Project for Federal Contractor Supports Energy Efficiency Efforts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCMFaultDetectionDiagnosticPilot_27492/Fault-Detection-Diagnostics-Project-for-Federal-Contractor-Supports-Energy-Efficiency-Efforts-case-study-burns-mcdonnell-27492-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fault Detection and Diagnostics Project for Federal Contractor Supports Energy Efficiency Efforts </h4> <p> With federal facilities facing stringent energy efficiency mandates, technology for advanced monitoring and diagnostics can provide much-needed visibility into whether... </p> </section> <a href="https://info.burnsmcd.com/case-study/fault-detection-and-diagnostics-project-for-federal-contractor-supports-energy-efficiency-efforts" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, commercial-buildings, physical-security"> <section class="project-image"> <section aria-label="The Paybacks of Carefully Planned Security Technology Implementation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_KCM_PaybacksofCarefullyPlannedSecurity_11690_CS_The%20Paybacks%20of%20Carefully%20Planned%20Security/Paybacks-of-Carefully-Planned-Security-Technology-Implementation-white-paper-11690-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Paybacks of Carefully Planned Security Technology Implementation </h4> <p> When done right, enhanced electronic security can lead to increased operational efficiencies and reduced insurance premiums. This explains the surge in investment in advanced... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-paybacks-of-carefully-planned-security-technology-implementation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="building-solutions, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label=" Downtown Skyscraper Shines Bright Again Following Modernization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_TownPavilionTreatmentImprovement_27587_CS_Downtown%20Skyscraper%20Shines%20Bright%20Again/Downtown-Skyscraper-Shines-Bright-Again-Following-Modernization-case-study-27587-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Downtown Skyscraper Shines Bright Again Following Modernization </h4> <p> Holistic building renovation strategies that use simple, cost-effective materials with durability and timelessness in mind can add a sense of beauty and new life to a dated... </p> </section> <a href="https://info.burnsmcd.com/case-study/downtown-skyscraper-shines-bright-again-following-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial"> <section class="project-image"> <section aria-label="Automating Pharmaceutical Inspections for Efficient Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Automating-Pharmaceutical-Inspections-for-Efficient-Delivery-27792-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Automating Pharmaceutical Inspections for Efficient Delivery </h4> <p> By automating previously manual pharmaceutical inspections, the life sciences industry takes a step toward maintaining safe and reliable production. </p> </section> <a href="https://blog.burnsmcd.com/automating-pharmaceutical-inspections-for-efficient-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="consumer-products, food-beverage, process-optimization, manufacturing-industrial-facilities, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Facility Renovation Improves Processes for Production and People" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_TysonTacoandToppings_1058722/22_4%20-%20Photo_Resized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Facility Renovation Improves Processes for Production and People </h4> <p> Reimagining constrained space leads to increased plant capacity, improved production processes and overall better manufacturing efficiency for a food processing company. </p> </section> <a href="https://info.burnsmcd.com/case-study/facility-renovation-improves-processes-for-production-and-people" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="robotics-automation, consumer-products, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Advancing Order Fulfillment With Automated Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_HOU_AdvancingManufacturing_27614_CS_Advancing%20Manufacturing%20With%20Automated%20Solutions/Advancing-Manufacturing-With-Automated-Solutions-case-study-27614-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advancing Order Fulfillment With Automated Solutions </h4> <p> The Jasco Products omnichannel distribution facility in Oklahoma City fulfills and distributes over 100,000 consumer product orders each day. To improve fulfillment... </p> </section> <a href="https://info.burnsmcd.com/case-study/advancing-order-fulfillment-with-automated-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Buckeye Partners, L.P. Selects Burns & McDonnell to Build 164-MW Solar Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Buckeye-Partners-Solar-Project-27878-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Buckeye Partners, L.P. Selects Burns & McDonnell to Build 164-MW Solar Project </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is supporting<a href="https://www.buckeye.com/" target="_blank" title="Buckeye Partners, L.P." rel="noopener">Buckeye Partners, L.P.</a>(Buckeye) as the engineering, procurement and construction (EPC) contractor for a new 164-MW...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/buckeye-partners-solar-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized as U.S. Best Managed Company" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized as U.S. Best Managed Company </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is proud to announce it has been selected as a<a href="https://partners.wsj.com/us-best-managed-companies/" target="_blank" title="2022 US Best Managed Company" rel="noopener">2022 US Best Managed Company</a>. Sponsored by Deloitte Private and<em>The Wall Street...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/us-best-managed-company" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell CEO shares hiring, growth plans for 2022" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell CEO shares hiring, growth plans for 2022 </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2022/05/06/burns-mcdonnell-ceo-ray-kowalik-growth-2022.html?b=1651853646%5E22078418&cx_artPos=5&cx_testId=40&cx_testVariant=cx_29#cxrecs_s" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, government-military" data-brand="burns-mcdonnell" data-service="water, government-military"> <section class="project-image"> <section aria-label="Holistic Planning Drives Strategic Stormwater Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Holistic-Planning-Drives-Strategic-Stormwater-Solutions-27359-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Holistic Planning Drives Strategic Stormwater Solutions </h4> <p> Stormwater can damage structures and pollute streams. Examining the entire watershed addresses upstream challenges before they create downstream issues. </p> </section> <a href="https://blog.burnsmcd.com/holistic-planning-drives-strategic-stormwater-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, military-master-planning, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell Delivers on the First Beddown for the B-21 Raider " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_B21BeddownMasterPlanning_27944_CS_Burns%20McDonnell%20Delivers%20on%20the%20First/Burns-&-McDonnell-Delivers-on-the-First-Beddown-for-the-B-21-Raider_27944-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Delivers on the First Beddown for the B-21 Raider </h4> <p> Through planning, design and construction services, Burns & McDonnell established the framework for successful B-21 project delivery, vital to U.S. national security. </p> </section> <a href="https://info.burnsmcd.com/case-study/burns-mcdonnell-delivers-on-the-first-beddown-for-the-b-21-raider" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Mental Health Awareness Is Vitally Important on Construction Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Mental-Health-Awareness-Is-Vitally-Important-on-Construction-Sites-28037-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mental Health Awareness Is Vitally Important on Construction Sites </h4> <p> Construction workers have challenging work lives. It’s important for others to check on them to see how they’re doing. Resources are available to help. </p> </section> <a href="https://blog.burnsmcd.com/mental-health-awareness-is-vitally-important-on-construction-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind, electrical-transmission-distribution, electrical-transmission, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Examining Meshed Interconnections and Their Impact on Offshore Wind Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HVDCMeshReadyGrid_27621%20WP/Examining-Meshed-Interconnections-and-Their-Impact-on-Offshore-Wind-Design-White-Paper-27621-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Examining Meshed Interconnections and Their Impact on Offshore Wind Design </h4> <p> Moving from radial interconnections of individual offshore wind turbines to a model with clusters of these facilities linked in a mesh is an idea whose time is rapidly... </p> </section> <a href="https://info.burnsmcd.com/white-paper/examining-meshed-interconnections" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, manufacturing-industrial, power, water, oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="construction, manufacturing-industrial, power, water, oil-gas-chemicals, government-military"> <section class="project-image"> <section aria-label="Construction Safety: This Is Why We Do What We Do" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Construction-Safety-Week-This-Is-Why-We-Do-What-We-Do-27750-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Safety: This Is Why We Do What We Do </h4> <p> The work of AEC professionals is about safety, first and foremost. This was exemplified at a solar construction site when a crew member had a heart attack. </p> </section> <a href="https://blog.burnsmcd.com/construction-safety-this-is-why-we-do-what-we-do" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, commissioning-(cx), construction, program-management"> <section class="project-image"> <section aria-label="The Case for Strategic Program Management for Airport Concessions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ANF_KCM_AirportConcessions_27615_WP_The%20Case%20for%20a%20Strategic%20Program%20Management/The-Case-for-a-Strategic-Program-Management-for-Airport-Concessions-white-paper-27615-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Case for Strategic Program Management for Airport Concessions </h4> <p> When constructing a new terminal, airports are laser-focused on one goal: achieving a fully operational facility by the date of their first scheduled flight. That includes... </p> </section> <a href="https://info.burnsmcd.com/white-paper/-the-case-for-strategic-program-management-for-airport-concessions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power, telecommunications, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, refining, environmental, complex-site-remediation, emerging-contaminants-pfas, wastewater-stormwater-collection, manufacturing-industrial-facilities, remediation, water, municipal-water-wastewater, sewer-separation"> <section class="project-image"> <section aria-label="Burns & McDonnell Moves Up to No. 8 on Annual Industry List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves Up to No. 8 on Annual Industry List of Top 500 Design Firms </h4> <p> </p><p>KANSAS CITY, Missouri — A record-breaking year of growth helped Burns & McDonnell maintain a strong standing among the nation’s leading design and construction firms. In...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2022-enr-top-500-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="environmental, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Proposed Hazardous Substance Regulation Could Pose Major Impact to Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Proposed-Hazardous-Substance-Regulation-Could-Pose-Major-Impact-to-Facilities-28326-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Proposed Hazardous Substance Regulation Could Pose Major Impact to Facilities </h4> <p> The EPA’s latest proposed regulation could pose a major impact to facilities storing hazardous substances. Facility owners may soon need to take action. </p> </section> <a href="https://blog.burnsmcd.com/proposed-hazardous-substance-regulation-could-pose-major-impact-to-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, environmental, manufacturing-industrial, power, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="aviation, environmental, manufacturing-industrial, power, oil-gas-chemicals"> <section class="project-image"> <section aria-label="What Minnesota’s New PFAS Monitoring Plan Means for Environmental Cleanup Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/What-Minnesotas-New-PFAS-Monitoring-Plan-Means-for-Environmental-Cleanup-Sites-28166-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What Minnesota’s New PFAS Monitoring Plan Means for Environmental Cleanup Sites </h4> <p> By identifying how PFAS monitoring could affect their operations now, organizations may be able to reduce the impact of upcoming federal PFAS regulations. </p> </section> <a href="https://blog.burnsmcd.com/what-minnesotas-new-pfas-monitoring-plan-means-for-environmental-cleanup-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="power, telecommunications"> <section class="project-image"> <section aria-label="Navigating Band 8 Specifications in the U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Band-8-Specifications-in-US-28038-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Band 8 Specifications in the U.S. </h4> <p> Marketplace confusion makes it critical to focus on key specifications when evaluating long-term evolution (LTE) devices to work on a Band 8 LTE network. </p> </section> <a href="https://blog.burnsmcd.com/navigating-band-8-specifications-in-the-u.s" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications" data-brand="burns-mcdonnell" data-service="aviation, construction, environmental, manufacturing-industrial, power, transportation, water, engineering, oil-gas-chemicals, commercial-retail-institutional, government-military, telecommunications"> <section class="project-image"> <section aria-label="5 Steps to Achieving a True Safety-First Culture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/5-Steps-to-Achieving-True-Safety-First-Culture-27800-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Steps to Achieving a True Safety-First Culture </h4> <p> For safety and health to gain emphasis, everyone in the organization must be engaged. Here are factors critical to creating a safety-first culture. </p> </section> <a href="https://blog.burnsmcd.com/5-steps-to-achieving-a-true-safety-first-culture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="product-feature" data-industry="manufacturing-industrial" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="AssetLens Food and Consumer Products Industry Usage: Informing More-Effective Strategic Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AssetLens-product-feature-11677-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AssetLens Food and Consumer Products Industry Usage: Informing More-Effective Strategic Decisions </h4> <p> Millions of dollars of strategic capital investment decisions are evaluated by your organization every year. A turnkey, purpose-built software solution gives you the insights... </p> </section> <a href="https://1898andco.burnsmcd.com/product-feature/assetlens-food-and-consumer-products-industry-usage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="construction, manufacturing-industrial, power, mining-minerals" data-brand="burns-mcdonnell" data-service="construction, manufacturing-industrial, power, mining-minerals"> <section class="project-image"> <section aria-label="Powering Up Mines With Solar and Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Recognize-Value-of-Site-When-Implementing-Solar-21739-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Powering Up Mines With Solar and Storage </h4> <p> Many mining companies have started decarbonization efforts with solar. Solar-plus-storage is also being explored to increase on-site renewable energy. </p> </section> <a href="https://blog.burnsmcd.com/powering-up-mines-with-solar-and-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Untapped Hydro Capacity Can Advance Clean Energy Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Untapped-Hydro-Capacity-Can-Advance-Clean-Energy-Goals-28041-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Untapped Hydro Capacity Can Advance Clean Energy Goals </h4> <p> Retrofitting some of the 87,000 U.S. dams and impoundments that do not currently have hydroelectric equipment could add another 60 gigawatts of clean power. </p> </section> <a href="https://1898blog.burnsmcd.com/untapped-hydro-capacity-can-advance-clean-energy-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, environmental, manufacturing-industrial, water, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="aviation, environmental, manufacturing-industrial, water, oil-gas-chemicals"> <section class="project-image"> <section aria-label="A Closer Look at Minnesota’s PFAS Monitoring Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-Minnesotas-PFAS-Monitoring-Plan-Will-Affect-Different-Facility-Types-28165-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Closer Look at Minnesota’s PFAS Monitoring Plan </h4> <p> Minnesota’s PFAS Monitoring Plan provides a road map for documenting PFAS in air, wastewater, solid/hazardous waste and industrial stormwater. </p> </section> <a href="https://blog.burnsmcd.com/closer-look-at-minnesotas-pfas-monitoring-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="decommissioning-studies, financing-forecasting"> <section class="project-image"> <section aria-label="End-of-Life Planning for Offshore Wind Farms Cannot Wait" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_NEO_EndofLifePlanningForOffshoreWindFarmsCannotWait_26907_WP_End-of-Life%20Planning/End-of-life-planning-for-offshore-wind-farms-cannot-wait-white-paper-26907-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> End-of-Life Planning for Offshore Wind Farms Cannot Wait </h4> <p> What goes up must eventually come down. That is true for onshore and offshore wind farms alike. As owners undertake new offshore projects, they can learn much about... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/end-of-life-planning-for-offshore-wind-farms-cannot-wait" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, agencies-military-branches, federal-civilian-agencies, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="U.S. Rep. Chuck Fleischmann Joins Ribbon-Cutting Ceremony at New Burns & McDonnell Office in Oak Ridge" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Oak-Ridge-TN-Ribbon-Cutting-28137-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> U.S. Rep. Chuck Fleischmann Joins Ribbon-Cutting Ceremony at New Burns & McDonnell Office in Oak Ridge </h4> <p> </p><p>OAK RIDGE, Tennessee — To support new and ongoing projects in the region, Burns & McDonnell opened a new, permanent office in Oak Ridge, Tennessee. The 100% employee-owned...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fleischmann-joins-ceremony-at-oak-ridge-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Selects Tammy Martin as Business Diversity Program Director" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selects Tammy Martin as Business Diversity Program Director </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/tammymartinleader/" target="_blank" title="Tammy Martin LinkedIn Profile" rel="noopener">Tammy Martin</a>has joined<a href="https://www.burnsmcd.com/suppliers/supplier-business-diversity">Burns & McDonnell</a>as the firm’s business diversity program director. With nearly 24 years of experience in supply chain and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tammy-martin-business-diversity-program-director" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="aviation, construction, buildings, oil-gas-chemicals, electric-power-generation, telecommunications, transportation-electrification, electrical-transmission-distribution, transportation, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Relaunches Its International Award-Winning Quarterly Magazine With High-Tech Touches" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Relaunches Its International Award-Winning Quarterly Magazine With High-Tech Touches </h4> <p> </p><p>KANSAS CITY, Missouri —<em><a href="https://hubs.li/Q018fHH50" target="_blank" title="BenchMark 2022 quarter 1" rel="noopener">BenchMark</a></em>, a Burns & McDonnell magazine featuring projects, trends and insights in engineering and construction, is back as a digital-only publication...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/relaunch-quarterly-magazine-with-high-tech-touches" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, engineering, program-management, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Benefits of Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_IsDesignBuildRightforYou_01078_WP%20Benefits%20of%20Design%20Build/Benefits-of-Design-Build-white-paper-01078-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Benefits of Design-Build </h4> <p> Design-build is a project delivery approach that integrates design and construction to create a single point of accountability, reducing schedule and cost and producing... </p> </section> <a href="https://info.burnsmcd.com/design-build/design-build-approach-for-water-and-wastewater-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, renewables, solar, interconnection-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Construction of 65-MWdc Solar Project for Vistra" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Vistra-Brightside-Solar-28230-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Construction of 65-MWdc Solar Project for Vistra </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell recently completed construction of a 65-MWdc/50-MWac solar project at Vistra’s Brightside Solar Facility in Live Oak County, Texas....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-complete-vistra-solar-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="aviation, environmental, manufacturing-industrial, water, oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="aviation, environmental, manufacturing-industrial, water, oil-gas-chemicals"> <section class="project-image"> <section aria-label="Keep Your Eyes on How Minnesota Is Addressing PFAS Monitoring" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Keep-Your-Eyes-on-How-States-Address-PFAS-Monitoring-27997-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keep Your Eyes on How Minnesota Is Addressing PFAS Monitoring </h4> <p> State is among the first to develop plans. Its program signals the intention to require a wide range of facilities to document use of PFAS-containing materials. </p> </section> <a href="https://blog.burnsmcd.com/keep-your-eyes-on-how-minnesota-is-addressing-pfas-monitoring" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, power"> <section class="project-image"> <section aria-label="Recycling, Reusing or Refurbishing First Generation Solar Panels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Recycling-Reusing-or-Refurbishing-First-Generation-Solar-Panels-27577-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Recycling, Reusing or Refurbishing First Generation Solar Panels </h4> <p> As operators look to refresh parts of their solar energy generation facilities, challenges in waste management have emerged for the renewable market. </p> </section> <a href="https://blog.burnsmcd.com/recycling-reusing-or-refurbishing-first-generation-solar-panels" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="consumer-products, food-beverage, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Burns & McDonnell Responds to Global Life Sciences Boom With Industry-Leading Additions to Growing National Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Responds to Global Life Sciences Boom With Industry-Leading Additions to Growing National Team </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is adding significant new veteran talent to its team that supports the<a href="https://www.burnsmcd.com/services/buildings/manufacturing-industrial-facilities/life-science">life sciences</a>industry. The global design-build firm has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/additions-to-life-sciences-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Identifying Moderate Consequence Areas for Pipeline Safety" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Identifying-Moderate-Consequence-Areas-for-Pipeline-Safety-27803-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Identifying Moderate Consequence Areas for Pipeline Safety </h4> <p> Recent changes to gas pipeline regulations push toward improving pipeline safety, dramatically changing the way operators handle critical data assets. </p> </section> <a href="https://blog.burnsmcd.com/identifying-moderate-consequence-areas-for-pipeline-safety" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="complex-site-remediation, remediation"> <section class="project-image"> <section aria-label="Geology-Based Design Results in Remediation Cost Avoidance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_EglinCaseStudy_%2014453_CS_EnvironmentalSequenceStratigraphy/ENS-KCM-Eglin_Landing-Page-Hero-1600x800px_14453Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Geology-Based Design Results in Remediation Cost Avoidance </h4> <p> A groundwater remediation system at Eglin Air Force Base was not meeting performance based remediation objectives. Environmental Sequence Stratigraphy (ESS) — an innovative... </p> </section> <a href="https://info.burnsmcd.com/case-study/geology-based-design-results-in-remediation-cost-avoidance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, environmental-studies-permitting, mitigation-banking, natural-cultural-resources, ecological-studies-protected-species, federal-military, navy-marine-corps, environmental-services-for-military-facilities, agencies-military-branches"> <section class="project-image"> <section aria-label="Moosa Creek Restoration Aids Native Wildlife Species via Habitat Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/ENS_KCM_MoosaCreekRestoration_26455_PP_Moosa%20Creek%20Restoration%20Aids%20Native%20Wildlife/Property-Restoration-Aids-Native-Species-By-Restoring-Wildlife-Habitat-Project-Profile-26455-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Moosa Creek Restoration Aids Native Wildlife Species via Habitat Expansion </h4> <p> Burns & McDonnell is transforming a former golf course near San Diego into a natural wildlife habitat to support environmental and safety improvements at Marine Corps Air... </p> </section> <a href="https://info.burnsmcd.com/project-profile/moosa-creek-restoration-aids-native-wildlife-species-via-habitat-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional, government-military, power, water" data-brand="burns-mcdonnell" data-service="commercial-buildings, consumer-products, food-beverage, electric-power-generation, campus-energy, district-energy, industrial-cogeneration, engineer-procure-construct, renewables, energy-storage, solar, manufacturing-industrial-facilities, life-sciences-technology, distributed-energy-resources, chp/cogeneration, natural-gas-generation, coal-fired, gas-turbines, reciprocating-engines, hydrogen-use-storage, water, industrial-water-wastewater, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Selects Vice President Dan Korinek as General Manager of Denver and Pacific Northwest Offices, Announces Additional Leadership Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selects Vice President Dan Korinek as General Manager of Denver and Pacific Northwest Offices, Announces Additional Leadership Promotions </h4> <p> </p><p>DENVER — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces its selection of vice president<a href="https://www.linkedin.com/in/dankorinek/" target="_blank" rel="noopener">Dan Korinek</a>as general manager...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/dan-korinek-denver-additional-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="5,000 Athletes Rock the Parkway to Raise Funds for Children’s Mercy Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/2022_Rock_The_Parkway_002.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5,000 Athletes Rock the Parkway to Raise Funds for Children’s Mercy Kansas City </h4> <p> </p><p>KANSAS CITY, Missouri — More than 5,000 athletes laced up their running shoes to participate in the 13th annual<a href="https://www.rocktheparkway.com/" target="_blank" title="Burns &amp; McDonnell Rock the Parkway" rel="noopener">Burns & McDonnell Rock the Parkway</a>Half Marathon and 5K....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/rock-the-parkway-for-childrens-mercy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, black-start, nuclear, renewables, energy-storage, solar, wind, transportation-electrification, electrical-transmission-distribution, reciprocating-engines"> <section class="project-image"> <section aria-label="Energy: Nuclear and renewables to spearhead UK energy security" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy: Nuclear and renewables to spearhead UK energy security </h4> <p> </p> </section> <a href="https://energydigital.com/renewable-energy/nuclear-and-renewables-to-spearhead-uk-energy-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering"> <section class="project-image"> <section aria-label="ENR Midwest: Burns & McDonnell Thrives Even During Pandemic Times, Leads Initial Top Design Firms List" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest: Burns & McDonnell Thrives Even During Pandemic Times, Leads Initial Top Design Firms List </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/10-midwest-musings/post/53897-burns-mcdonnell-thrives-even-during-pandemic-times-leads-initial-top-design-firms-list" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Raytown Students Inspire $1 Million Robotics Exhibit at Science City, Earn Grand Prize in Burns & McDonnell Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/2022BOTBGrandPrize26909hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Raytown Students Inspire $1 Million Robotics Exhibit at Science City, Earn Grand Prize in Burns & McDonnell Battle of the Brains </h4> <p> </p><p>KANSAS CITY, Missouri — Organizers of Kansas City’s most exciting K-12 competition for science, technology, engineering and math (STEM) presented students from the Raytown...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/raytown-robotics-grand-prize-battle-of-the-brains" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, aviation-infrastructure, fuel-storage-tanks-distribution"> <section class="project-image"> <section aria-label="New Bulk Fuel Storage Facility Equips Tucson International Airport for Future Travel Needs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Tucson-Fuel-Facility-27977.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Bulk Fuel Storage Facility Equips Tucson International Airport for Future Travel Needs </h4> <p> </p><p>TUCSON, Arizona — Tucson International Airport (TUS) leaders joined airline partners, local officials and Burns & McDonnell project team members for a ribbon-cutting and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bulk-fuel-storage-facility-tucson-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Breaking Down Energy Incentives in the Infrastructure Investment and Jobs Act " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_BreakingDowntheEnergyIncentivesintheInfrastructureInvestmentJobsActWebinar_27822/ENR_27822_WebHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Breaking Down Energy Incentives in the Infrastructure Investment and Jobs Act </h4> <p> There are now billions of dollars in new federal funding available for energy storage, renewables and other forms of low-carbon power generation. From long-duration,... </p> </section> <a href="https://info.burnsmcd.com/webinar/breaking-down-energy-incentives-in-the-infrastructure-investment-jobs-act" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction, safety"> <section class="project-image"> <section aria-label="Ref-Chem, a Burns & McDonnell Company, Earns National Safety Pinnacle Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ref-Chem, a Burns & McDonnell Company, Earns National Safety Pinnacle Award </h4> <p> </p> </section> <a href="//www.ref-chem.com/ref-chem-a-burns-mcdonnell-company-earns-national-safety-pinnacle/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, environmental" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, environmental-studies-permitting, solid-waste-resource-recovery, manufacturing-industrial-facilities, biomass, sustainability"> <section class="project-image"> <section aria-label="Opening the Door to Sustainability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENS_KCM_DoorManufacturingFacility_14537%20CS/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Opening the Door to Sustainability </h4> <p> For TruStile Doors, finding a more beneficial use for more than 7,200 tons of sawdust byproduct created each year through manufacturing meant integrating a solution into... </p> </section> <a href="https://info.burnsmcd.com/case-study/door-manufacturing-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, consumer-products, food-beverage, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Resilience Is the Golden Ticket for Chocolate and Confectionery Producers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/GFS_KCM_ResilienceistheGoldenTicket_27559_WP_Resilience%20is%20the%20Golden%20Ticket/Resilience-is-the-Golden-Ticket-for-Chocolate-and-Confectionery-Producers-white-paper-Burns-McDonnell-27559-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Resilience Is the Golden Ticket for Chocolate and Confectionery Producers </h4> <p> Adapting rapidly to consumer preferences, demonstrating resistance to disruptions in the supply chain and available labor market and continuously improving processes and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/resilience-is-the-golden-ticket-for-chocolate-and-confectionery-producers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="transmission-distribution-planning, distribution-planning-studies"> <section class="project-image"> <section aria-label="Building Resilient, Self-Healing Grids Starts With Careful Analysis of Feeder Layouts and Load Distribution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_ORL_TheSelfHealingGrid_26320_WP_Data-Driven%20Approaches%20Yield%20Resilient/Data-driven-approaches-yield-resilient-self-healing-distribution-grids_26320-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Resilient, Self-Healing Grids Starts With Careful Analysis of Feeder Layouts and Load Distribution </h4> <p> Electric utilities are facing a grim horizon of rapidly aging distribution system assets at a time when extreme weather events and natural disasters are increasing in... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/building-resilient-self-healing-grids-starts-with-careful-analysis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="buildings, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Anticipated New Phase In U.S. Manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Manufacturing_06326/collateral/Hero%20Image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Anticipated New Phase In U.S. Manufacturing </h4> <p> With the COVID-19 crisis, global insecurities have never been more apparent and are leading to a push to onshore pharmaceutical manufacturing. </p> </section> <a href="https://info.burnsmcd.com/white-paper/anticipated-new-phase-in-us-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, emerging-contaminants-pfas, design-build-for-water-wastewater-infrastructure, wastewater-stormwater-collection, remediation, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Limiting PFAS: Pursuing Clean Drinking Water for Safer Communities " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1EliminatingPFASFromDrinkingWaterTechBrief_26840/Header-Desktop-.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Limiting PFAS: Pursuing Clean Drinking Water for Safer Communities </h4> <p> At the heart of the drinking water industry is the need to deliver safe, clean and reliable drinking water to communities. Consumers should not have to think twice about... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/tech-brief/limiting-pfas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Modularizing the Electrical Substation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_MarchWebinar_27747/OGC_CAN_MarchWebinarModSub_27747_hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modularizing the Electrical Substation </h4> <p> In this live webinar, you will hear about new Burns & McDonnell design approaches for modular substations. Conventional, permanent substations require significant field... </p> </section> <a href="https://info.burnsmcd.com/webinar/modsub-modularizing-the-electrical-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label=" Revolutionizing Automated Warehousing: A Turnkey Approach to ASRS + Building Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/GFS_KCM_AutomatedStorageRetrievalSystems_27575_SF_Revolutionizing%20Automated%20Warehousing/Automated-Storage-and-Retrieval-Systems-Revolutionizing-Goods-to-Person-Delivery-service-feature-27575-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Revolutionizing Automated Warehousing: A Turnkey Approach to ASRS + Building Delivery </h4> <p> The desire for reduced labor costs, improved accuracy and supply chain safeguards is pushing distribution centers and manufacturing facilities forward into the golden age of... </p> </section> <a href="https://info.burnsmcd.com/service-feature/revolutionizing-automated-warehousing-a-turnkey-approach-to-asrs-building-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="benchmark" data-service="architecture, construction, safety, schedule-cost-controls, emissions-controls, renewables, telecommunications, rail-bridges, highways, mobility, transportation-electrification, ports-maritime, streets, design-build-for-water-wastewater-infrastructure, grid-modernization, transportation, bridges, highway-bridges, rail"> <section class="project-image"> <section aria-label="The Road to Recovery: Vital Impacts of the Infrastructure Package" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1QAVideo_26813/hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Road to Recovery: Vital Impacts of the Infrastructure Package </h4> <p> Sustaining and boosting growth in the U.S. means implementing clean, smart, efficient infrastructure that keeps people and industry moving. That's just what this new... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/qa/road-to-recovery-vital-impacts-of-the-infrastructure-package" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="How GIS Can Help Utilities and Municipalities Respond to Changes in the EPA’s Lead and Copper Rule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_SCA_CMUAWebinarBrianHiller_27837%20Webinar/E98_SCA_CMUAWebinarGISbyBrianHiller_27837-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How GIS Can Help Utilities and Municipalities Respond to Changes in the EPA’s Lead and Copper Rule </h4> <p> The EPA revised its Lead and Copper Rule for municipal agencies and water utilities. Due to this rule change, all systems must develop a lead service line inventory or... </p> </section> <a href="https://info.burnsmcd.com/webinar/how-gis-can-help-utilities-respond-to-changes-in-the-epas-lead-and-copper-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, government-military, enterprise-technology" data-brand="1898-co." data-service="water, government-military, enterprise-technology"> <section class="project-image"> <section aria-label="How Water Utilities Can Use GIS Tools to Comply With Lead and Copper Rule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-Water-Utilities-Can-Use-GIS-Tools-to-Comply-With-Lead-Copper-Rule-27515-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Water Utilities Can Use GIS Tools to Comply With Lead and Copper Rule </h4> <p> With the compliance clock ticking, water utilities facing deadlines for remediation of lead service lines should understand how GIS tools can ease the burden. </p> </section> <a href="https://1898blog.burnsmcd.com/how-water-utilities-can-use-gis-tools-to-comply-with-lead-and-copper-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="aviation-infrastructure, green-buildings, pre-capital-consulting, highways, ports-maritime, electrical-distribution, grid-modernization, transportation, bridges, rail"> <section class="project-image"> <section aria-label="Make It Happen: How to Secure Federal Funding" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1FundingFeature_26836/Funding.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Make It Happen: How to Secure Federal Funding </h4> <p> For decades, business leaders, engineers, economists and community leaders have advocated for more infrastructure spending. Deteriorating infrastructure is deleterious to... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/feature/make-it-happen" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, power, transportation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, fueling-ramp-services, baggage-handling, aviation-infrastructure, mobility, transportation-electrification, electrical-distribution, electrical-transmission, grid-modernization, transportation"> <section class="project-image"> <section aria-label="Accelerating on the Road to Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1ElectrificationFeature_26835/Header-Desktop-.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accelerating on the Road to Electrification </h4> <p> The movement to reduce carbon emissions is giving a speed boost to efforts to electrify transportation. Building the appropriate electrical infrastructure to support this... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/feature/accelerating-on-the-road-to-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Ref-Chem: Leadership Promotions Boost Offerings in Multiple Heavy Industrial Construction Markets" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ref-Chem: Leadership Promotions Boost Offerings in Multiple Heavy Industrial Construction Markets </h4> <p> </p> </section> <a href="//www.ref-chem.com/ref-chem-announces-leadership-promotions-to-boost-its-offerings-in-multiple-heavy-industrial-construction-markets/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="burns-mcdonnell" data-service="construction, procurement-execution-plan, estimating-services"> <section class="project-image"> <section aria-label="Scoping Out Solutions for Supply Chain and Labor Challenges " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1LaborShortageMaterialsManagmentFeature_26837/CORP_MKT_BenchMark2022No1LaborShortageMaterialsManagmentFeature_26837-Article-Header-Labor.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Scoping Out Solutions for Supply Chain and Labor Challenges </h4> <p> Sometimes challenges contain the seeds of their own solutions. Bogged-down supply chains and persistent shortages of skilled labor are familiar complications throughout many... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/feature/scoping-out-solutions-for-supply-chain-and-labor-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, environmental, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, environmental-compliance-for-power-generation, emissions-controls, carbon-capture-utilization-storage-(ccus), environmental, environmental-engineering"> <section class="project-image"> <section aria-label="Solid as a Rock: Streamlined Permitting Efforts Are Crucial for Carbon Storage Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1CCUSPermittingFeature_26815/CORP_MKT_BenchMark2022No1CCUSPermittingFeature_26815-Insights-Hero-CCUS.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solid as a Rock: Streamlined Permitting Efforts Are Crucial for Carbon Storage Success </h4> <p> Carbon capture, utilization and storage show strong potential to help reduce carbon emissions globally. Successful deployment of one of the newest tools in the net zero... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/feature/solid-as-a-rock" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Alliance With IEC, a Minority-Owned Electrical Construction Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Alliance With IEC, a Minority-Owned Electrical Construction Firm </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell and<a href="https://www.infiniteenergyconstruction.com/" target="_blank" title="Infinite Energy Construction (IEC)" rel="noopener">Infinite Energy Construction (IEC)</a>, an electrical contractor and certified minority-owned business enterprise (MBE), have...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-alliance-with-iec" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="smart-grid-analytics, data-infrastructure-platforms, architecture-infrastructure"> <section class="project-image"> <section aria-label="Building a Data Platform for Operational Analytics" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_RappahonnockDataInfrastructure_26478_CS_Building%20a%20Data%20Platform%20for%20Operational%20Analytics/Building-a-Data-Platform-for-Operational-Analytics-case-study-1898andCo-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Data Platform for Operational Analytics </h4> <p> Virginia-based Rappahannock Electric Cooperative (REC) needed a data platform to enable self-service operational analytics and support a data-driven culture. The solution... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/building-a-data-platform-for-operational-analytics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="aviation, architecture, construction, safety, schedule-cost-controls, buildings, emissions-controls, power-generation-project-delivery, engineer-procure-construct, renewables, telecommunications, transportation-electrification, design-build-for-water-wastewater-infrastructure, grid-modernization, plant-services, transportation"> <section class="project-image"> <section aria-label="Show Me the Money: Where Infrastructure Funding Will Go" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1TrendingTopic_26841/TrendingTopic_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Show Me the Money: Where Infrastructure Funding Will Go </h4> <p> If you’ve sat in traffic along the nation’s highways, considered purchasing an electric vehicle (EV), relied on clean drinking water or used the internet to work remotely,... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/trending-topics/show-me-the-money" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, hydrogen-production-distribution, carbon-capture-utilization-storage-(ccus), renewable-fuels-chemicals, hydrogen-use-storage"> <section class="project-image"> <section aria-label="Highlighting Hydrogen for the Future of Decarbonization " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark%202022%20Q1/CORP_MKT_BenchMark2022No1HydrogenDemonstrationProjectSpotlight_26838/CORP_MKT_BenchMark2022No1HydrogenDemonstrationProjectSpotlight_26838-Article-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Highlighting Hydrogen for the Future of Decarbonization </h4> <p> Taking steps toward reducing carbon footprints and increasing sustainability requires careful planning, integration and innovative solutions using state-of-the-art... </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2022/issue-1/spotlight/highlighting-hydrogen-for-the-future-of-decarbonization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Shelly Brown Named to Lead IT for Burns & McDonnell as Current IT VP Rich Miller Retires" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shelly Brown Named to Lead IT for Burns & McDonnell as Current IT VP Rich Miller Retires </h4> <p> </p><div> <div> <div> <p>KANSAS CITY, Missouri — Burns & McDonnell has selected<a href="https://www.linkedin.com/in/shellybrown/" target="_blank" title="Shelly Brown LinkedIn Profile" rel="noopener">Shelly Brown</a>as the new managing director of IT for the 100% employee-owned firm.</p> <p>In her nearly eight years with...</p> </div> </div> </div> <p></p> </section> <a href="https://www.burnsmcd.com/news/shelly-brown-leads-it-rich-miller-retires" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power, transportation" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, electrical-transmission-distribution, electrical-transmission, overhead-transmission, transportation, rail"> <section class="project-image"> <section aria-label="Alternating Current Interference Mitigation Techniques for High-Voltage Transmission Line Operators" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_CHI_ACInterferenceMitigation_26356_WP_Alternating%20Current%20Interference%20Mitigation%20Techniques/Alternating-Current-Interference-Mitigation-Techniques-for-High-Voltage-Transmission-Line-Operators-26356-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Alternating Current Interference Mitigation Techniques for High-Voltage Transmission Line Operators </h4> <p> Collaboration with pipeline and railway operators can help electric utilities build efficient, robust systems along shared rights-of-way that reduce the potential damage... </p> </section> <a href="https://info.burnsmcd.com/white-paper/alternating-current-interference-mitigation-techniques-for-high-voltage-transmission-line-operators" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, pipeline-facilities, electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Pipeline & Gas Journal: Protecting Pipelines from Effects of Alternating Current" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline & Gas Journal: Protecting Pipelines from Effects of Alternating Current </h4> <p> </p> </section> <a href="https://pgjonline.com/magazine/2022/march-2022-vol-249-no-3/features/protecting-pipelines-from-effects-of-alternating-current" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Jennifer Willenbrock Joins 1898 & Co. as Director of Transaction Advisory for UK, Europe and Middle East" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jennifer Willenbrock Joins 1898 & Co. as Director of Transaction Advisory for UK, Europe and Middle East </h4> <p> </p><p>LONDON, England — Jennifer Willenbrock has joined 1898 & Co., part of Burns & McDonnell, as its new director of strategy & transaction advisory services in the U.K. In this...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jennifer-willenbrock-1898-transaction-advisory" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications, transportation" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, utility-automation, wireless-communications, transportation-electrification, electrical-transmission-distribution, transportation, communication-site-infrastructure, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="UTC Journal: Connectivity Is Critical to Enabling Infrastructure Act Investments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> UTC Journal: Connectivity Is Critical to Enabling Infrastructure Act Investments </h4> <p> </p> </section> <a href="https://bluetoad.com/publication/frame.php?i=741343&p=22&pn=&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, smart-energy, substations"> <section class="project-image"> <section aria-label="Electrical Contractor: What's So Smart About Substations? Built-in controls and automation enhance grid reliability and two-way power flow" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrical Contractor: What's So Smart About Substations? Built-in controls and automation enhance grid reliability and two-way power flow </h4> <p> </p> </section> <a href="https://www.ecmag.com/section/your-business/whats-so-smart-about-substations-built-controls-and-automation-enhance-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, campus-energy, district-energy, renewables, energy-storage"> <section class="project-image"> <section aria-label="Chilled Water Thermal Energy Storage and Management Systems Provide Opportunities to Optimize Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_ThermalEnergyStorageandManagementSystemsProvideOpportunitiestoOptimizeRenewables_25913_WP/Thermal-Energy-Storage-and-Management-Systems-Provide-Opportunities-to-Optimize-Renewables_25919-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Chilled Water Thermal Energy Storage and Management Systems Provide Opportunities to Optimize Renewables </h4> <p> Employing thermal energy storage (TES) technologies can improve flexibility when auxiliary power associated with energy storage is utilized. This can optimize battery... </p> </section> <a href="https://info.burnsmcd.com/white-paper/chilled-water-thermal-energy-storage-and-management-systems-provide-opportunities-to-optimize-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="water" data-brand="burns-mcdonnell" data-service="industrial-cybersecurity, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Keeping Water Treatment Operations Safe from Cyberthreats" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_ReliabilityofWaterOperations_23506/WTR_KCM_Reliability-of-Water-Ops-and-Mitigating_Landing-Page_23506_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Water Treatment Operations Safe from Cyberthreats </h4> <p> Every municipal utility has a primary objective: to deliver safe, reliable services to the community. Achieving this objective requires designers and operators of water and... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/keeping-water-treatment-operations-safe-from-cyberthreats" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, building-solutions, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="Answering the Call for a Business Culture–Enhancing Workspace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_AltaResourcesFtMyersCallCenter_27182_CS_Answering%20the%20Call%20for%20a%20Business%20Culture/1_2023_Alta_Resources_Contact_Center_001.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Answering the Call for a Business Culture–Enhancing Workspace </h4> <p> Alta Resources needed a new contact center for its growing team of office services professionals. It desired a building with amenities that would help attract and retain... </p> </section> <a href="https://info.burnsmcd.com/case-study/answering-the-call-for-a-business-culture-enhancing-workspace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, manufacturing-industrial, commercial-buildings, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Office to Lab Conversions: A Greener Approach " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Office-to-Lab-Conversions-A-Greener-Approach-27039-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Office to Lab Conversions: A Greener Approach </h4> <p> With many employers and workplaces still navigating how to pivot in the face of the rise of remote working, commercial property owners and landlords are looking to a new... </p> </section> <a href="https://info.burnsmcd.com/white-paper/office-to-lab-conversions-a-greener-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), electric-power-generation, engineer-procure-construct, gas-turbines"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded EPC Contract for Two New LNG Peak Shaving Facilities in Southeastern Wisconsin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/We-Energies-LNG-Peaking-Facilities-27101-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded EPC Contract for Two New LNG Peak Shaving Facilities in Southeastern Wisconsin </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.we-energies.com/" target="_blank" title="We Energies" rel="noopener">We Energies</a>has contracted Burns & McDonnell to provide engineer-procure-construct (EPC) services for two liquefied natural gas (LNG) peaking...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-for-lng-peak-shaving-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, environmental, water" data-brand="burns-mcdonnell" data-service="complex-site-remediation, sediment-investigation-remediation, remediation"> <section class="project-image"> <section aria-label="Speeding the Pace of Cleanup" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_BungeCaseStudy_%2004080/Speeding-Pace-of-Cleanup_Landing-Page-Hero-1600x800px_04080Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Speeding the Pace of Cleanup </h4> <p> Over many years, grain fumigant solvents leaked from a tank at an active grain elevator into the underlying soil and groundwater. Remediation would be complicated not only by... </p> </section> <a href="https://info.burnsmcd.com/case-study/speeding-the-pace-of-cleanup" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military, transportation" data-brand="burns-mcdonnell" data-service="environmental, permitting, natural-cultural-resources, stakeholder-management, public-involvement, trails-pathways, transportation, municipal-bridges"> <section class="project-image"> <section aria-label="Trail Design Supports Historic Preservation and Sustainable Reuse" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_KCM_TrailDesignSupportsHistoricPreservationandSustainableReuse_25609_CS_%20Trail%20Design%20Supports/Trail-Design-Supports-Historic-Preservation-and-Sustainable-Reuse-case-study-25609-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Trail Design Supports Historic Preservation and Sustainable Reuse </h4> <p> In 2016, Jackson County, Missouri, purchased 17.7 miles of the abandoned Rock Island Rail Corridor. The county wanted to develop a shared-use path system that would connect... </p> </section> <a href="https://info.burnsmcd.com/case-study/trail-design-supports-historic-preservation-and-sustainable-reuse" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, mitigation-banking, natural-cultural-resources, ecological-studies-protected-species, wetland-permitting-design"> <section class="project-image"> <section aria-label="Burns & McDonnell Receives Awards for Protection and Restoration Projects and Litter Analysis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives Awards for Protection and Restoration Projects and Litter Analysis </h4> <p> </p><p>KANSAS CITY, Missouri —<em><a href="https://ebionline.org/product-category/environmental-business-journal/" target="_blank" title="Environmental Business Journal" rel="noopener">Environmental Business Journal</a></em> is recognizing Burns & McDonnell in three award categories at this year’s <a href="https://ebionline.org/2022/02/07/2021-ebj-business-achievement-awards/" target="_blank" title="EBJ Business Achievement Awards" rel="noopener">EBJ Business Achievement Awards</a>. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/environmental-publication-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, engineering, electrical-transmission-distribution, electrical-transmission, overhead-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Successfully Energizes Boone to Ward Hollow Transmission Line in West Virginia to Bring Reliable Power to Area Residents, Businesses" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Boone-to-Ward-Hollow-Transmission-Line-27006-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Successfully Energizes Boone to Ward Hollow Transmission Line in West Virginia to Bring Reliable Power to Area Residents, Businesses </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell in partnership with<a href="https://www.aep.com/" target="_blank" title="American Electric Power" rel="noopener">American Electric Power</a>(AEP) successfully completed a four-year-long project to retire and rebuild an area...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/energize-boone-to-ward-hollow-transmission-line" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Progressive Design-Build Optimizes Water Facility With No Operational Disruptions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_SiloamSpringsWTP_22882%20_PP_Design-BuildWaterTreatmentProjectDeliversEarlyCostCertainty/Collaborative-Design-Build-Approach-Increases-Water-Project-Efficiencies-Case-Study-182900-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Progressive Design-Build Optimizes Water Facility With No Operational Disruptions </h4> <p> The water treatment facility in Siloam Springs, Arkansas, underwent significant improvements to satisfy the needs of a growing population and address challenges brought on by... </p> </section> <a href="https://info.burnsmcd.com/project-profile/design-build-water-treatment-project-delivers-early-cost-certainty" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="product-feature" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="AssetLens Utility Usage: Holistic System Analysis With Project Identification and Justification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/AssetLens-for-utilities-product-feature-24047-headerbkgrd.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AssetLens Utility Usage: Holistic System Analysis With Project Identification and Justification </h4> <p> Value-driven transmission and distribution asset management requires informed decision-making. Holistic system analytics and robust algorithms must be designed to empower... </p> </section> <a href="https://1898andco.burnsmcd.com/assetlens-utility-usage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, transportation" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, landside-services, passenger-terminals, streets, transportation, bridges, traffic-engineering"> <section class="project-image"> <section aria-label="Delta Air Lines Terminal Renovation Looks Ahead to Traffic Future " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TRN_KCM_DeltaAirLinesTerminalRenovation_51000_CS_Delta%20Air%20Lines%20Terminal%20Renovation/Delta-Air-Lines-Terminal-Renovation-Looks-Ahead-to-Traffic-Future-case-study-51000-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delta Air Lines Terminal Renovation Looks Ahead to Traffic Future </h4> <p> Addressing traffic and roadway infrastructure challenges to support the Delta Air Lines terminal at LaGuardia Airport began with a clear understanding of how to meet... </p> </section> <a href="https://info.burnsmcd.com/case-study/delta-airlines-terminal-renovation-looks-ahead-to-traffic-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="renewables, hydrogen-use-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Supporting WEC Energy Group, EPRI and Wärtsilä With Hydrogen Blending Pilot at Existing Natural Gas Engine Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Supporting-WEC-Energy-Group-EPRI-W%C3%A4rtsil%C3%A4-With-Hydrogen-Blending-Pilot-27298-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Supporting WEC Energy Group, EPRI and Wärtsilä With Hydrogen Blending Pilot at Existing Natural Gas Engine Plant </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is supporting WEC Energy Group to test hydrogen as a fuel source at one of its reciprocating internal combustion engine (RICE) power...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hydrogen-blending-pilot-at-natural-gas-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Pathways for Renewable Natural Gas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_FebruaryWebinar_27238/ENR_CAN_FebCanadaWebinar_27238_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pathways for Renewable Natural Gas </h4> <p> </p><p>As Canadian energy providers transition toward a low-carbon future, renewable natural gas (RNG) is expected to play a significant role. RNG is a carbon neutral fuel with wide...</p> <p></p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell has best year in history with $5.7B in sales" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell has best year in history with $5.7B in sales </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2022/02/23/burns-mcdonnell-record-year-leadership-promotions.html?amp%3Bana=e_ka_me&%3Bj=26802293&%3Bsenddate=2022-02-23&%3Butm_campaign=me&%3Butm_content=ka&%3Butm_medium=en&b=1645621627%5E22043132&utm_source=st" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, food-beverage, manufacturing-industrial-facilities, sustainability"> <section class="project-image"> <section aria-label="High-Tech and Sustainability Measures at New Facility Help Frozen Food Producer Meet Growing Demand" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/GFS_KCM_SchwansProjectJayhawk_26389_PP_High-Tech%20and%20Sustainability%20Measures%20at%20New%20Facility%20Help/High-Tech-and-Sustainability-Measures-at-New-Facility-Help-Frozen-Food-Producer-Meet-Growing-Demand-26389-header-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> High-Tech and Sustainability Measures at New Facility Help Frozen Food Producer Meet Growing Demand </h4> <p> A seasoned food producer needed to add production capacity to meet increasing demand for its products. The company is maximizing cutting-edge technology, including advanced... </p> </section> <a href="https://info.burnsmcd.com/project-profile/high-tech-and-sustainability-measures-at-new-facility-help-frozen-food-producer-meet-growing-demand" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Five Senior Executives, Expands Officer Group After Best Year in Firm History Reaching $5.7 Billion in Sales" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Five Senior Executives, Expands Officer Group After Best Year in Firm History Reaching $5.7 Billion in Sales </h4> <p> </p><div> <div> <p>KANSAS CITY, Missouri — Burns & McDonnell announces several key leadership promotions to president, senior vice president and vice president after another record year of...</p> </div> </div> <p></p> </section> <a href="https://www.burnsmcd.com/news/executive-promotions-expanded-officer-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental-compliance-for-power-generation, coal-combustion-residuals-management, power-water-wastewater-solutions, remediation"> <section class="project-image"> <section aria-label="Implications of the EPA’s Proposed CCR Rule Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_ImplicationsoftheEPAsProposedCCRRule_27209/Implications-Of-The-EPAs-Proposed-CCR-Rule-Decisions-white-paper_26071-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implications of the EPA’s Proposed CCR Rule Decisions </h4> <p> The U.S. Environmental Protection Agency (EPA) brought new clarity to its rules for coal combustion residuals (CCR) in written responses to applicants requesting deadline... </p> </section> <a href="https://info.burnsmcd.com/white-paper/implications-of-the-epas-proposed-ccr-rule-decisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, critical-power, federal-military, electrical-transmission-distribution, electrical-distribution, substations, agencies-military-branches, department-of-energy, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Increasing Reliability for Federal Government High-Performance Computing Operation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_LLNSUtilityInfrastructureModernization_24753/Increasing%20Reliability%20for%20Federal%20Government%20High-Performance%20Computing%20Operation%20Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increasing Reliability for Federal Government High-Performance Computing Operation </h4> <p> Challenging issues were resolved for a mission-critical California project, thanks to extensive experience with the U.S. Department of Energy, in-depth knowledge of HVAC and... </p> </section> <a href="https://info.burnsmcd.com/case-study/increasing-reliability-for-federal-government-high-performance-computing-operation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="engineering, operations-maintenance, utility-analytics"> <section class="project-image"> <section aria-label="Comprehensive ArcGIS Upgrade Enables New Efficiencies for Large Utility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_ProtlandGeneralElectricStandardsDevelopmentCAD_18565/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive ArcGIS Upgrade Enables New Efficiencies for Large Utility </h4> <p> For many utilities, technology tools like ArcGIS can present new options for updating and managing drawings and documentation. This solution proved optimal for a utility on... </p> </section> <a href="https://info.burnsmcd.com/case-study/comprehensive-arcgis-upgrade-enables-new-efficiencies-for-large-utility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Jeff Smith to Lead Oil, Gas and Chemical Sector at Burns & McDonnell Calgary Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jeff Smith to Lead Oil, Gas and Chemical Sector at Burns & McDonnell Calgary Office </h4> <p> </p><p>CALGARY, Alberta — Reinforcing a commitment to its Canadian clients, Burns & McDonnell is promoting<a href="https://www.linkedin.com/in/jeffrey-smith-529b031b/" target="_blank" title="Jeff Smith LinkedIn Profile" rel="noopener">Jeff Smith</a>to lead the engineering, architecture and construction firm’s<a href="https://www.burnsmcd.com/services/industries/oilgas">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jeff-smith-oil-gas-chemical-calgary" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Reimagining the Electric Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/Reimaginingtheelectricgridcasestudy1898andco11706hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reimagining the Electric Grid </h4> <p> The world’s electrical needs are evolving — the electric distribution grid must evolve with them. Entergy is using a bold new holistic planning process to jump-start this... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/reimagining-the-electric-grid-with-integrated-distribution-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="construction, stakeholder-management, public-involvement, alternative-delivery-for-transportation, highways, transportation-planning-policy, transportation, bridges, highway-bridges"> <section class="project-image"> <section aria-label="Burns & McDonnell Wins Engineering Excellence Award for Viaduct Modernization Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Lewis-Clark-Viaduct-Modernization-26569-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins Engineering Excellence Award for Viaduct Modernization Project </h4> <p> </p><p>KANSAS CITY, Missouri — A project that navigated unique weather and global challenges to modernize a critical transportation system has won an Engineering Excellence Award...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/award-for-viaduct-modernization-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="process-performance-management, technology-assessments, systems-platforms"> <section class="project-image"> <section aria-label="Digital Transformation Drives Efficiency in Manufacturing Enterprises" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_DrivingEfficiencyinManufacturingEnterprises_17799/Driving-Efficiency-in-Manufacturing-Enterprises-white-paper-1898andCo-17799-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital Transformation Drives Efficiency in Manufacturing Enterprises </h4> <p> Smart manufacturing investments can maintain a competitive edge in many industries. Such practices can yield deeper insights into production efficiency, equipment reliability... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/digital-transformation-drives-efficiency-in-manufacturing-enterprises" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="systems-platforms"> <section class="project-image"> <section aria-label="Innovative Software Solution Streamlines Cost Estimating for Entergy " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_DataDashboardStreamlinesCostEstimatingforWntergy_26477_CS_Data%20Dashboard%20Streamlines/Data-Dashboard-Streamlines-Cost-Estimating-For-Entergy-case-study-26477-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovative Software Solution Streamlines Cost Estimating for Entergy </h4> <p> As distribution system upgrades surge, utilities need a more accurate efficient, and transparent way to scope and estimate these projects. A digital cost estimating and... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/innovative-software-solution-streamlines-cost-estimating-for-entergy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="buildings, federal-military, manufacturing-industrial-facilities, agencies-military-branches, department-of-energy, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Burns & McDonnell Chosen as Prime Contractor for Design of High Explosive Synthesis, Formulation, and Production Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/HESFP-High-Explosive-Synthesis-Formulation-Production-Facility-hero-27240.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Chosen as Prime Contractor for Design of High Explosive Synthesis, Formulation, and Production Facility </h4> <p> </p><p>AMARILLO, Texas — The U.S. Department of Energy has chosen Burns & McDonnell to design another critical facility for the nation’s nuclear weapons program.</p> <p>The new High...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/prime-contractor-for-design-of-hesfp-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, government-military, power" data-brand="burns-mcdonnell" data-service="aviation, construction, oil-gas-chemicals, electric-power-generation, federal-military, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Philadelphia Area Operations, Strengthening Design-Build Capabilities on the East Coast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Philadelphia Area Operations, Strengthening Design-Build Capabilities on the East Coast </h4> <p> </p><p>PHILADELPHIA, Pennsylvania — Burns & McDonnell is growing its East Coast presence with the expansion of its Philadelphia office. The growth in Pennsylvania is part of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-philadelphia-area-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, aviation" data-brand="1898-co." data-service="emerging-energy-advisory, new-technology-screening-selection, margin-capture-assessments, financing-forecasting"> <section class="project-image"> <section aria-label="The Feedstock Conundrum for Renewable Diesel and Sustainable Aviation Fuel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_TheFeedstockColumnForRenewableDiesel_26918_WP_%20The%20Feedstock%20Conundrum%20for%20Renewable%20Diesel/The-Feedstock-Conundrum-For-Renewable-Diesel-and-Sustainable-Aviation-Fuel-26918-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Feedstock Conundrum for Renewable Diesel and Sustainable Aviation Fuel </h4> <p> Refiners are expanding their interests beyond renewable diesel into the sustainable aviation fuel marketplace. While feedstock availability continues to be a concern, another... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/the-feedstock-conundrum-for-renewable-diesel-and-sustainable-aviation-fuel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Welcomes Cyrill Weems as Director of Infrastructure in Detroit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Welcomes Cyrill Weems as Director of Infrastructure in Detroit </h4> <p> </p><p>DETROIT, Michigan — With more than 20 years of experience,<a href="https://www.linkedin.com/in/cyrill-weems-213042b/" target="_blank" title="Cyrill Weems LinkedIn Profile" rel="noopener">Cyrill Weems</a>has joined Burns & McDonnell to lead and support infrastructure development in Michigan. Bringing with...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/infrastructure-experience-with-cyrill-weems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service="construction, procurement-execution-plan"> <section class="project-image"> <section aria-label="Pass-Through Businesses: What Are They and Are They Legitimate?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_TacklingDiverseSupplierPassThrough_24326/Pass-Through-Businesses-What-Are-They-and-Are-They-Legitimate-White-Paper-24326-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pass-Through Businesses: What Are They and Are They Legitimate? </h4> <p> Beginning in the late 1960s, public and private programs were created to increase utilization of diverse businesses and help level the competitive playing field. Since then,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pass-through-businesses-what-are-they-and-are-they-legitimate" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="Let’s Get to the Right Outcomes by Measuring Processes, Not People" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Lets-Get-to-the-Right-Outcomes-by-Measuring-Processes-Not-People-26901-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Let’s Get to the Right Outcomes by Measuring Processes, Not People </h4> <p> Organizations need a new measurement paradigm that focuses on measuring process improvements and motivates people to take ownership of those results. </p> </section> <a href="https://1898blog.burnsmcd.com/lets-get-to-the-right-outcomes-by-measuring-processes-not-people" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="Regain Sponsor Focus by Measuring What Matters in Your Change Initiatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Regain-Sponsor-Focus-by-Measuring-What-Matters-in-Your-Change-Initiatives-26885-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Regain Sponsor Focus by Measuring What Matters in Your Change Initiatives </h4> <p> Though elements of change programs often are intangible, they still must be measurable if they are to be meaningful to an organization. </p> </section> <a href="https://1898blog.burnsmcd.com/regain-sponsor-focus-by-measuring-what-matters-in-your-change-initiatives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="fleet-electrification-advisory"> <section class="project-image"> <section aria-label="Preparing the Power Industry for USPS Fleet Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/Preparing-the-power-industry-for-USPS-fleet-electrification-white-paper-1898andCo-13742-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing the Power Industry for USPS Fleet Electrification </h4> <p> Growth in e-commerce has pushed parcel delivery companies to consider the potential of using alternate fuels to power fleet vehicles. The U.S. Postal Service (USPS) is making... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/preparing-the-power-industry-for-usps-fleet-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications, transportation" data-brand="burns-mcdonnell" data-service="construction, telecommunications, mobility, transportation-electrification, transportation"> <section class="project-image"> <section aria-label="Getting the Most From EV Infrastructure Investments: A Programmatic Design-Build Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/TND_WHQ_KCM_GettingtheMostFromEV_985341-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Getting the Most From EV Infrastructure Investments: A Programmatic Design-Build Approach </h4> <p> For most transit agencies and fleet operators, the biggest impediment to fleet electrification is a lack of available charging infrastructure. But making informed decisions... </p> </section> <a href="https://info.burnsmcd.com/white-paper/design-build-in-the-transportation-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Burns & McDonnell Issued Patent for Use of Dividing Wall Columns in the Natural Gas Liquids Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Patent-for-Use-of-Dividing-Wall-Columns-in-Natural-Gas-Liquids-Industry-27075-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Issued Patent for Use of Dividing Wall Columns in the Natural Gas Liquids Industry </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has received a patent from the U.S. Patent and Trademark Office for an innovative dividing wall column (DWC) designed for the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/patent-for-dividing-wall-columns-in-ngl" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, nuclear, renewables, new-nuclear-projects-advanced-reactors"> <section class="project-image"> <section aria-label="Three Innovative Reactor and Fuel Design Pathways Can Restart Nuclear Power " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_NuclearAdvancements_26689_WP_Three%20Innovative%20Reactor%20and%20Fuel%20Design%20Pathways%20Can%20Restart/Three-Innovative-Reactor-and-Fuel-Design-Pathways-Can-Restart-Nuclear-Power-26689-working-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Innovative Reactor and Fuel Design Pathways Can Restart Nuclear Power </h4> <p> Advanced reactor technologies offer the potential to transform the nuclear power industry, providing safe, carbon-free electricity that addresses the plethora of challenges... </p> </section> <a href="https://info.burnsmcd.com/white-paper/three-innovative-reactor-and-fuel-design-pathways-can-restart-nuclear-power" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="azco" data-service="construction"> <section class="project-image"> <section aria-label="AZCO: Firm Bolsters Prefabrication Services With Key Promotion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-Project-NoPhotoHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO: Firm Bolsters Prefabrication Services With Key Promotion </h4> <p> <span>APPLETON, Wisconsin — </span><a href="https://azco.burnsmcd.com/?hsLang=en" rel="noopener">AZCO</a><span>, part of the </span><a href="https://www.burnsmcd.com/?hsLang=en" rel="noopener" target="_blank">Burns & McDonnell</a><span> family of companies, is strengthening its nationwide services by promoting </span><a href="https://www.linkedin.com/in/eric-bestul/" rel="noopener" target="_blank">Eric Bestul</a><span> to director of prefabrication...</span> </p> </section> <a href="https://azco.burnsmcd.com/azco-bolsters-prefabrication-services-with-key-promotion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, business-strategy-transformation"> <section class="project-image"> <section aria-label="There Is a Dark Side to KPIs That Could Be Slowing Your Change Efforts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/There-Is-Dark-Side-to-KPIs-That-Could-Be-Slowing-Your-Change-Efforts-26900-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> There Is a Dark Side to KPIs That Could Be Slowing Your Change Efforts </h4> <p> Though the relationship between KPIs and performance reviews is uncomfortable, accountability can be compatible with improving organizational performance. </p> </section> <a href="https://1898blog.burnsmcd.com/there-is-a-dark-side-to-kpis-that-could-be-slowing-your-change-efforts" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, power, transportation" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Imagining an Electric World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/Imagining-an-electric-world-white-paper-1898-and-Co-11683-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Imagining an Electric World </h4> <p> The electrified future is coming. For many industries and communities, being prepared for the changes can mean the difference between success and failure. Creating a road map... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/imagining-an-electric-world" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="robotics-automation, consumer-products, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Flash Fulfillment Solution Leads to More Efficient E-Commerce Processing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_ProjectBlastFulfillment_25899_CS_Flash%20Fulfillment%20Solution%20Leads%20to%20More%20Efficient%20E-Commer/Flash-Fulfillment-Solution-Leads-to-More-Efficient-E-Commerce-Processing-Case-Study-25899-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flash Fulfillment Solution Leads to More Efficient E-Commerce Processing </h4> <p> As the e-commerce market continues to grow, flexible fulfillment solutions are needed to improve the order-filling process, reduce labor costs and improve space utilization. </p> </section> <a href="https://info.burnsmcd.com/case-study/flash-fulfillment-solution-leads-to-more-efficient-e-commerce-processing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, healthcare, higher-education, buildings, healthcare-research-facilities, higher-education-facilities"> <section class="project-image"> <section aria-label="New Research Facility to Bolster Advancements in Precision Medicine" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/GFS_KCM_RoyBluntNextGenPrecisionHealthBuilding_26273_CS_New%20Research%20Facility%20to%20Bolster%20Advancement/New-Research-Facility-to-Bolster-Advancements-in-Precision-Medicine-26273-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Research Facility to Bolster Advancements in Precision Medicine </h4> <p> The University of Missouri is going boldly into the future of medical research with the Roy Blunt NextGen Precision Health Building. The signature research facility is... </p> </section> <a href="https://info.burnsmcd.com/case-study/new-research-facility-to-bolster-advancements-in-precision-medicine" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, federal-military"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Industry Leader to Serve Upper Midwest Aviation and Federal Clients" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Industry Leader to Serve Upper Midwest Aviation and Federal Clients </h4> <p> </p><p>MINNEAPOLIS-ST. PAUL, Minnesota — Burns & McDonnell is strengthening its services in the Upper Midwest in areas including aviation support and construction by promoting<a href="https://www.linkedin.com/in/markrivers/" target="_blank" title="Mark Rivers LinkedIn Profile" rel="noopener">Mark...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/industry-leader-to-serve-aviation-federal-clients" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="ports-maritime" data-brand="1898-co." data-service="analytics-business-intelligence"> <section class="project-image"> <section aria-label="Data-Driven Asset Management Can Transform Ports Into Smart Ports" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_ORL_DataDrivenAssetManagement_26633_WP_Data-Driven%20Asset%20Management%20Can%20Transform%20Ports%20Into/Data-Driven-Asset-Management-Can-Transform-Ports-into-Smart-Ports-white-paper-1898andCo-26633-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Data-Driven Asset Management Can Transform Ports Into Smart Ports </h4> <p> Ports and harbors are under pressure to modernize infrastructure and assets to facilitate smoother movement of goods and ease supply chain bottlenecks. From ports along the... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/data-driven-asset-management-can-transform-ports-into-smart-ports" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="hydrogen-production-distribution, electric-power-generation, renewables, distributed-energy-resources, hydrogen-use-storage"> <section class="project-image"> <section aria-label="Exploring the Future Role of Hydrogen in a Decarbonized Power Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_DEN_FutureRoleOfHydrogenGeneration_22115/An-Introduction-to-Hydrogen-in-the-Electric-Industry_Landing-Page-Hero-1600x800px_22115Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring the Future Role of Hydrogen in a Decarbonized Power Industry </h4> <p> As hydrogen reemerges as a key technology for electric power, utilities can consider its ability to reduce emissions and enable carbon-free dispatchable generation. </p> </section> <a href="https://info.burnsmcd.com/white-paper/exploring-the-future-role-of-hydrogen-in-power-generation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="stakeholder-management, public-involvement, major-river-crossings, highways, trails-pathways, transportation-planning-policy, transportation, bridges, highway-bridges, municipal-bridges, traffic-engineering"> <section class="project-image"> <section aria-label="Gateway at a Crossroads: Reconstructing a Century-Old Thoroughfare" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_LewisClarkViaductReconstruction_24276/Gateway-At-A-Crossroads-Reconstructing-A-Century-Old-Thoroughfare-Case-Study-24276-working-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gateway at a Crossroads: Reconstructing a Century-Old Thoroughfare </h4> <p> In one of its largest construction projects, the Kansas Department of Transportation relied on innovation, collaboration and a commitment to community partnerships to... </p> </section> <a href="https://info.burnsmcd.com/case-study/gateway-at-a-crossroads-reconstructing-a-century-old-thoroughfare" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, renewables, offshore-wind, wind, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="The Helical Pile Foundation’s Time Has Come" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/AZCO_KCM_topApplicationsForHelicalPiles_25919_WP_The%20Helical%20Pile%20Foundation%E2%80%99s%20Time%20Has%20Come/Helical-pile-foundations%E2%80%99-time-has-come-25919-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Helical Pile Foundation’s Time Has Come </h4> <p> When choosing substation foundations, utilities have traditionally favored concrete piers for their strength and durability. But with the volume and pace of new construction... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-helical-pile-foundations-time-has-come" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution, fuel-truck-loading-unloading, hydrant-fueling, oil-gas-chemicals, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Sustainable Aviation Fuel and Existing Infrastructure " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_KCM_SustainableAviationFuel_26117_CS_Sustainable%20Aviation%20Fuel%20and%20Existing%20Infrastructure/Sustainable-Aviation-Fuel-and-Existing-Infrastructure-white-paper-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Sustainable Aviation Fuel and Existing Infrastructure </h4> <p> As the aviation industry explores sustainable alternatives to Jet A or Jet A1 grade kerosene fuel, sustainable fuel is emerging as a potential substitute. Even though it is... </p> </section> <a href="https://info.burnsmcd.com/white-paper/sustainable-aviation-fuel-and-existing-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Understanding the Long-Term Impacts of Electric Vehicle Charging" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/Understanding-the-long-term-impact-of-electric-vehicle-charging-white-paper-13744-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the Long-Term Impacts of Electric Vehicle Charging </h4> <p> The number of electric vehicles on U.S. roads will increase rapidly over the next 20 years, requiring utilities to accurately forecast the effects charging will have on... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/understanding-the-long-term-impacts-of-electric-vehicle-charging" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, green-infrastructure, master-planning-for-water-wastewater-utilities, physical-security, water, integrated-comprehensive-modeling, municipal-water-wastewater, operational-support-for-water-wastewater-facilities"> <section class="project-image"> <section aria-label="Innovative Retrofits to Existing Plants Can Turn Challenges Into Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_InnovativeRetrofitsExistingPlants_11189/2018-Emporia-Wastewater-Treatment-Plant-026-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovative Retrofits to Existing Plants Can Turn Challenges Into Opportunities </h4> <p> With growing populations and increasingly rigorous regulations, owners and operators of water and wastewater treatment plants are working to keep pace. But space and budget... </p> </section> <a href="https://info.burnsmcd.com/white-paper/innovative-retrofits-to-existing-plants-can-turn-challenges-into-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="1898-co." data-service="emerging-energy-advisory, fleet-electrification-advisory, business-case-analysis"> <section class="project-image"> <section aria-label="Electrifying Public Transportation With an Industry Leader" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/Electrifying-public-transportation-with-an-industry-leader-case-study-1898andCo-15538-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrifying Public Transportation With an Industry Leader </h4> <p> As the first transit agency in the United States to bring a fast-charge electric bus into service, Foothill Transit has long held a leadership position in electrified... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/electrifying-public-transportation-with-an-industry-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, water" data-brand="burns-mcdonnell" data-service="robotics-automation, food-beverage, industrial-water-wastewater, industrial-manufacturing-optimization"> <section class="project-image"> <section aria-label="Advanced Technology Provides Cost and Schedule Savings for Large Food Producer’s Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_AutomatedPepperoniOperation_24022_CS/Increasing-Pepperoni-Production-to-Meet-Growing-Demand-24022-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advanced Technology Provides Cost and Schedule Savings for Large Food Producer’s Expansion </h4> <p> A confidential client needed to expand its existing food production facility by 50,000 square feet to satisfy increased market demand. Laser-scanning technology and 3D... </p> </section> <a href="https://info.burnsmcd.com/case-study/advanced-technology-provides-cost-and-schedule-savings-for-large-food-producers-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Designing an Innovative Retrofit to Meet Tightened Discharge Limits" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_CherokeeWaterFacility_24019/Designing-an-Innovative-Retrofit-to-Meet-Tightened-Discharge-Limits-Project-Profile-24019-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing an Innovative Retrofit to Meet Tightened Discharge Limits </h4> <p> When a Colorado water/wastewater utility had to reduce its total dissolved solids, it chose design-build delivery and a first-of-its-kind treatment process to save time and... </p> </section> <a href="https://info.burnsmcd.com/case-study/designing-an-innovative-retrofit-to-meet-tightened-discharge-limits" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Recommendations for Overcoming the Limitations of Capacity Tests of Utility-Scale Photovoltaics Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_RecommendationsonOvercoming_24895_WP_Recommendations%20for%20Overcoming%20the%20Limitations%20of%20Capac/Recommendations-for-Overcoming-the-Limitations-of-Capacity-Tests-of-Utility-Scale-Photovoltaics-Projects-White-Paper-24895-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Recommendations for Overcoming the Limitations of Capacity Tests of Utility-Scale Photovoltaics Projects </h4> <p> The gathering of sufficient valid data points to meet photovoltaic project capacity test procedures can present major challenges. Mitigation strategies are available to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/recommendations-for-overcoming-the-limitations-of-capacity-tests-of-utility-scale-photovoltaics-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Design-Build Turns an Emergency Repair Into a Long-Term Benefit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_DesignBuildTurnsanEmergencyRepair_27032_CS_Design-Build%20Turns%20an%20Emergency%20Repair%20Into%20a%20Lo/header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Turns an Emergency Repair Into a Long-Term Benefit </h4> <p> When one of the two wastewater tanks in Harrisonville, Missouri, suddenly failed, the city found itself in need of an emergency repair. By using our team’s design-build... </p> </section> <a href="https://info.burnsmcd.com/case-study/design-build-turns-an-emergency-repair-into-a-long-term-benefit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co., burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Electrifying the Nation’s Mass Transit Bus Fleets" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/AdobeStock_134175578-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrifying the Nation’s Mass Transit Bus Fleets </h4> <p> Transit authorities are facing new and exciting challenges on the path to electric bus fleets: new infrastructure, technology and operational considerations. To overcome... </p> </section> <a href="https://info.burnsmcd.com/white-paper/electrifying-the-nations-mass-transit-bus-fleets" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, renewables, energy-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Construction of Three West Texas Energy Storage Projects Delivering 60 MWh of Capacity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Burns-McDonnell-Completes-Construction-of-West-Texas-Energy-Storage-Projects-25944-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Construction of Three West Texas Energy Storage Projects Delivering 60 MWh of Capacity </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has completed construction of three 10-MW/20-MWh lithium-ion battery<a href="https://www.burnsmcd.com/services/electric-power-generation/renewables/energy-storage">energy storage</a>systems (BESS) in West Texas. The three project...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-complete-for-energy-storage-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Sustainability Practices Provide Future-Focused Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/ENS_KCM_ENSSustainabilityServiceFeature_26472_SF_Sustainability%20Practices%20Provide%20Future-Focused/Sustainability-Practices-Provide-Future-Focused-Solutions-26472-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Sustainability Practices Provide Future-Focused Solutions </h4> <p> Environmental, social and governance (ESG) criteria and transparency of these criteria are driving significant regulatory change and influencing business and investment... </p> </section> <a href="https://info.burnsmcd.com/service-feature/sustainability-practices-provide-future-focused-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, environmental, government-military, power" data-brand="burns-mcdonnell" data-service="aviation, environmental, federal-military, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Justin Sherman to Lead Its San Diego Branch Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Justin Sherman to Lead Its San Diego Branch Office </h4> <p> </p><p>SAN DIEGO, California — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has promoted<a href="https://www.linkedin.com/in/justinpsherman/" target="_blank" title="Justin Sherman LinkedIn Profile" rel="noopener">Justin Sherman</a>to serve as branch manager for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/sherman-to-lead-san-diego-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental, government-military, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, refining, electric-power-generation, environmental-compliance-for-power-generation, emissions-controls, carbon-capture-utilization-storage-(ccus), environmental, industrial-manufacturing-optimization, renewable-fuels-chemicals, natural-gas-generation, coal-fired, sustainability"> <section class="project-image"> <section aria-label="Balancing Cost vs. Reward in Carbon Capture Streams " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_CCUSBalancingCostvsReward_25911_WP_Balancing%20Cost%20vs.%20Reward%20in%20Carbon%20Capture%20Streams/Balancing-Cost-vs-Reward-in-Carbon-Capture-Streams-25911-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Balancing Cost vs. Reward in Carbon Capture Streams </h4> <p> Global interest in decarbonization is rising across industries, corporations and countries, driven in part by the Paris Climate Agreement, which aims to limit global warming... </p> </section> <a href="https://info.burnsmcd.com/white-paper/balancing-cost-vs-reward-in-carbon-capture-streams" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="The Importance of Security Orchestration in the Utility Space" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_JanuaryWebinar_26859/TND_CAN_JanuaryCanadaWebinar_26859_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Importance of Security Orchestration in the Utility Space </h4> <p> </p><p>Electric grids are modernizing to support microgrids, smart city devices, automation and grid operations, and integration of distributed energy resources (DERs). In this...</p> <p></p> </section> <a href="https://info.burnsmcd.com/webinar/the-importance-of-security-orchestration-in-the-utility-space" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Announces New Leadership" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Announces New Leadership </h4> <p> </p><p>MUMBAI, India — Burns & McDonnell India, a full-service engineering, architecture, construction, environmental and consulting solutions firm, has named<a href="https://www.linkedin.com/in/anjan-khandelwal-57501551/" target="_blank" title="Anjan Khandelwal LinkedIn Profile" rel="noopener">Anjan Khandelwal</a>as...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-india-announces-new-leadership" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, green-infrastructure, master-planning-for-water-wastewater-utilities, water-reuse-reclamation, smart-infrastructure, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Is a Key Partner in Securing WIFIA Loan for Critical City of Wichita Public Works and Utilities Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Is a Key Partner in Securing WIFIA Loan for Critical City of Wichita Public Works and Utilities Project </h4> <p> </p><p>WICHITA, Kansas. — The City of Wichita was recently selected to apply for financing through the Water Infrastructure Finance and Innovation Act (WIFIA) and receive a loan of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/partner-in-securing-wifia-loan-for-wichita-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="master-planning-for-water-wastewater-utilities, wastewater-stormwater-collection, inflow-infiltration-reduction, water, municipal-water-wastewater, sewer-separation"> <section class="project-image"> <section aria-label=" Proactive Wastewater Master Planning Reveals Attainable Improvements for Small Communities " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_BigSolutionsforSmallCommunities_25925_WP_Proactive%20Wastewater%20Master%20Planning%20Reveals%20Attain/Proactive%20Wastewater%20Master%20Planning%20Reveals%20Attainable%20Improvements%20for%20Small%20Communities-25925-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Proactive Wastewater Master Planning Reveals Attainable Improvements for Small Communities </h4> <p> All communities, regardless of size and financial resources, eventually face wastewater collection system trials and tribulations. Reactive remedies can temporarily plug the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/proactive-wastewater-master-planning-reveals-attainable-improvements-for-small-communities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution, utility-analytics"> <section class="project-image"> <section aria-label="T&D World: BEC, Burns & McDonnell Partner to Deliver Energy Analytics Platform to Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: BEC, Burns & McDonnell Partner to Deliver Energy Analytics Platform to Utilities </h4> <p> </p> </section> <a href="https://www.tdworld.com/smart-utility/data-analytics/article/21213601/bec-partners-with-burns-and-mcdonnell-to-deliver-energy-analytics-platform-to-electric-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, scada-systems, electrical-transmission-distribution, electrical-distribution"> <section class="project-image"> <section aria-label="IEEE Smart Grid: CPS Energy Recloser Program Builds a Smart Grid For San Antonio" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IEEE Smart Grid: CPS Energy Recloser Program Builds a Smart Grid For San Antonio </h4> <p> </p> </section> <a href="https://smartgrid.ieee.org/bulletins/january-2022/cps-energy-recloser-program-builds-a-smart-grid-for-san-antonio" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="transportation-electrification, transportation"> <section class="project-image"> <section aria-label="Taking Charge of Growing Demand for EV Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_PHX_APSTakeChargeAZ_16011/Taking-Charge-of-Growing-Demand-for-EV-Infrastructure-case-study-burns-mcdonell-16011-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking Charge of Growing Demand for EV Infrastructure </h4> <p> When a utility client launched a pilot program to install and maintain electric vehicle charging stations for a variety of nonresidential customers, interest was high.... </p> </section> <a href="https://info.burnsmcd.com/case-study/taking-charge-of-growing-demand-for-ev-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="azco, burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Helical Piles Improve Cost, Schedule and Durability of Substantial Industrial Projects " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/AZCO_KCM_HelicalPiles_25490_SF_Improving%20Cost%20and%20Schedule%20of%20Substantial%20Industrial%20Projects/Helical%20Piles%20Service%20Feature%20_Landing%20Page%20Hero_1600x800px_25490.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Helical Piles Improve Cost, Schedule and Durability of Substantial Industrial Projects </h4> <p> Helical piles have secured their spot as one of the most resilient, cost-effective foundation choices. When incorporated into an integrated delivery approach, in-house... </p> </section> <a href="https://info.burnsmcd.com/service-feature/helical-piles-improve-cost-schedule-and-durability-of-substantial-industrial-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, robotics-automation, exploration-production, pipeline-services, refining, electric-utility-cybersecurity, process-optimization, manufacturing-industrial-facilities, pipeline-facilities, pipeline-automation"> <section class="project-image"> <section aria-label="Manage Facilities More Efficiently Through the Industrial Internet of Things" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_CyberSecurityInstrumentation_23683/Manage-Facilities-More-Efficiently-Through-the-Industrial-Internet-of-Things-White-Paper-23683-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Manage Facilities More Efficiently Through the Industrial Internet of Things </h4> <p> Investment in the Industrial Internet of Things (IIoT) can provide the means to correlate supply and demand with plant capabilities at various locations. Additionally, it can... </p> </section> <a href="https://info.burnsmcd.com/white-paper/manage-facilities-more-efficiently-through-industrial-internet-of-things" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, refining, renewable-fuels-chemicals, water, industrial-water-wastewater"> <section class="project-image"> <section aria-label="Addressing Wastewater in the Renewable Diesel Sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_HandlingWastewaterFacilities_25554_WP_Addressing%20Wastewater%20in%20the%20Renewable%20Diesel%20Sector/Addressing-Wastewater-In-The-Renewable-Diesel-Sector-white-paper-25554-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Wastewater in the Renewable Diesel Sector </h4> <p> Understanding the unique challenges of wastewater generated from renewable diesel production is critical to avoid unexpected issues during a renewable diesel refining... </p> </section> <a href="https://info.burnsmcd.com/white-paper/addressing-wastewater-in-the-renewable-diesel-sector" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="energy-storage, transportation-electrification, electrical-distribution, grid-modernization, distributed-energy-resources"> <section class="project-image"> <section aria-label="Power Grid International: New in ’22 - Five trends in transportation electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Grid International: New in ’22 - Five trends in transportation electrification </h4> <p> </p> </section> <a href="https://www.power-grid.com/der-grid-edge/new-in-22-five-trends-in-transportation-electrification/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, carbon-capture-utilization-storage-(ccus), environmental"> <section class="project-image"> <section aria-label="Burns & McDonnell Joins Internationally Recognized Group Focused on Carbon Capture Utilization and Storage (CCUS)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Joins Internationally Recognized Group Focused on Carbon Capture Utilization and Storage (CCUS) </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is proud to announce its partnership in the<a href="https://undeerc.org/pcor/" target="_blank" title="Plains CO2 Reduction (PCOR) Partnership Initiative" rel="noopener">Plains CO<sub>2</sub>Reduction (PCOR) Partnership Initiative</a>, led by the<a href="http://www.undeerc.org/" target="_blank" title="University of North Dakota Energy &amp; Environmental Research Center (EERC)" rel="noopener">University of North...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/joins-group-focused-on-ccus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Project Maturity Assessments: Chasing the Scoring" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/CDB_KCM_ProjectMaturityAssessments_26385_WP_Project%20Maturity%20Assessments%20Chasing%20the%20Scoring/Project-Maturity-Assessments-Chasing-the-Scoring-Whitepaper-26385-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Project Maturity Assessments: Chasing the Scoring </h4> <p> Projects go through critical stages of maturity as they are developed, and each step is instrumental to the project’s completion. A project maturity assessment and score can... </p> </section> <a href="https://info.burnsmcd.com/white-paper/project-maturity-assessments-chasing-the-scoring" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="azco" data-service="construction"> <section class="project-image"> <section aria-label="AZCO: Construction Industry Veteran Earle Cianchette Named New AZCO CEO" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_Web_Assets/Images/AZCOWebsite_25032-Project-NoPhotoHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZCO: Construction Industry Veteran Earle Cianchette Named New AZCO CEO </h4> <p> <span>APPLETON, Wisconsin — AZCO, part of the </span><a href="https://www.burnsmcd.com/?hsLang=en" rel="noopener" target="_blank">Burns & McDonnell</a><span> family of companies, has selected Earle Cianchette as the next CEO of the national industrial construction and...</span> </p> </section> <a href="https://azco.burnsmcd.com/construction-industry-veteran-earle-cianchette-named-new-azco-ceo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, data-analytics" data-brand="1898-co." data-service="power, data-analytics"> <section class="project-image"> <section aria-label="Analytics Yield Clearer Picture of System Losses for Electric Cooperative" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Analytics-Yield-Clearer-Picture-of-System-Losses-for-Electric-Cooperative-26693-Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Analytics Yield Clearer Picture of System Losses for Electric Cooperative </h4> <p> A data platform built for Rappahannock Electric Cooperative delivers system analytics and greater insight into what is causing system electricity losses. </p> </section> <a href="https://1898blog.burnsmcd.com/analytics-yield-clearer-picture-of-system-losses-for-electric-cooperative" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, water" data-brand="burns-mcdonnell" data-service="environmental, emerging-contaminants-pfas, remediation, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Advancing PFAS Mitigation Through New Funding Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_BidensInfrastructurePlanPFASFunding_24432/WTR-KCM-Bidens-Infrastructure-Plan-PFAS-Funding_Landing-Page_24432_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advancing PFAS Mitigation Through New Funding Opportunities </h4> <p> The presence of per- and polyfluoroalkyl substances (PFAS) in drinking water is driving new funding opportunities for utilities. Now is the time for water utilities to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/advancing-pfas-mitigation-through-new-funding-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, substations"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Partnership with Chicago firm expands Burns & Mac’s electrical services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Partnership with Chicago firm expands Burns & Mac’s electrical services </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2021/12/20/burns-mcdonnell-kdm-engineering-partnership-dei.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution, fuel-truck-loading-unloading, hydrant-fueling, construction"> <section class="project-image"> <section aria-label="Upgrading Fuel Facilities on a Tight Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_MSP_MKEFuelGeneralMitchellAirport_16852/Upgrading-Fuel-Facilities-On-A-Tight-Timeline-Case-study-16852-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrading Fuel Facilities on a Tight Timeline </h4> <p> When Milwaukee General Mitchell International Airport (MKE) Fuel proceeded to improve efficiencies and reduce environmental concerns for its sites, fast work was needed to... </p> </section> <a href="https://info.burnsmcd.com/case-study/upgrading-fuel-facilities-on-a-tight-timeline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, program-management, procurement-execution-plan, environmental, environmental-studies-permitting, stakeholder-management, land-right-of-way-management, public-involvement, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label=" Managing an Array of Targeted Grid Improvement Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_ATL_GeorgiaPowerGridProgram_25815_CS_%20Managing%20an%20Array%20of%20Targeted%20Grid%20Improvement%20Projects/Georgia%20Power%20Grid%20Program%20Case%20Study_Landing%20Page%20Hero_1600x800px_25815.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Managing an Array of Targeted Grid Improvement Projects </h4> <p> Georgia Power is investing in projects across the state to improve the electrical grid’s reliability and resiliency. The first phase includes upgrades to 1,700 miles of power... </p> </section> <a href="https://info.burnsmcd.com/case-study/managing-an-array-of-targeted-grid-improvement-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="transportation-electrification, transportation"> <section class="project-image"> <section aria-label="Burns & McDonnell to Deliver Charging Infrastructure for Calgary Electric Bus Pilot Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Deliver Charging Infrastructure for Calgary Electric Bus Pilot Project </h4> <p> </p><p>CALGARY, Alberta — The City of Calgary has selected Burns & McDonnell, a global engineering, architecture and construction firm with a local office in Calgary, to provide...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/charging-infrastructure-for-calgary-electric-bus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, electrical-transmission-distribution, interconnection-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Boosts Renewable Power Capabilities in Puerto Rico" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Boosts Renewable Power Capabilities in Puerto Rico </h4> <p> </p><p>SAN JUAN, Puerto Rico — Burns & McDonnell, a leading engineering and construction firm, is expanding its presence in<a href="https://www.burnsmcd.com/locations/san-juan">Puerto Rico</a>with the addition of Rafael Pagan, director...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/renewable-power-capabilities-in-puerto-rico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The 411 on Leadership Podcast: Success, Failure & Lessons Learned in 2021 - Lesson of Adaptability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The 411 on Leadership Podcast: Success, Failure & Lessons Learned in 2021 - Lesson of Adaptability </h4> <p> </p> </section> <a href="https://podcasts.apple.com/us/podcast/success-failure-lessons-learned-in-2021-lesson-of/id1556111923?i=1000542005013" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, healthcare, buildings, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Healthcare Industry Veterans Join Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Healthcare Industry Veterans Join Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is expanding its<a href="https://www.burnsmcd.com/services/buildings/commercial-buildings/healthcare-research-facilities">healthcare</a>team with the addition of four industry veterans, poised to lead and support hospital and healthcare...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/healthcare-industry-veterans-join-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional, environmental" data-brand="burns-mcdonnell" data-service="complex-site-remediation, sediment-investigation-remediation, remediation, manufactured-gas-plant-(mgp)-site-remediation"> <section class="project-image"> <section aria-label="Comprehensive Remediation Transforms Manufactured Gas Plant Site for Future Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_ManufacturedGasPlantSiteFutureDevelopment_25685/-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Remediation Transforms Manufactured Gas Plant Site for Future Development </h4> <p> After a manufactured gas plant located in a mixed commercial, industrial and residential neighborhood closed, the site owner needed remedial design support. Site... </p> </section> <a href="https://info.burnsmcd.com/case-study/comprehensive-remediation-transforms-manufactured-gas-plant-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, pipeline-services, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, routing-siting-permitting, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Chris McCall to Lead Transmission & Distribution Group in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Chris McCall to Lead Transmission & Distribution Group in California </h4> <p> </p><p>BREA, California — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction company, promoted<a href="https://www.linkedin.com/in/clmccall/" target="_blank" title="Chris McCall LinkedIn Profile" rel="noopener">Chris McCall</a>to lead the Transmission & Distribution...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chris-mccall-transmission-distribution-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell, 1898-co." data-service="buildings, commercial-buildings, healthcare-research-facilities, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell and 1898 & Co. Adds Two Employee-Owners to Leadership Team in the Southeast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and 1898 & Co. Adds Two Employee-Owners to Leadership Team in the Southeast </h4> <p> </p><p>ATLANTA, Georgia —<a href="https://www.linkedin.com/in/ali-elnaamani-16648841/" target="_blank" title="Ali Elnaamani LinkedIn Profile" rel="noopener">Ali Elnaamani</a>and<a href="https://www.linkedin.com/in/lori-m-jones/" target="_blank" title="Lori Jones LinkedIn Profile" rel="noopener">Lori Jones</a>have been promoted within the Burns & McDonnell family of companies’ regional office in<a href="https://www.burnsmcd.com/locations/atlanta">Atlanta</a>. Elnaamani leads the regional...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leadership-team-in-southeast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Moosejaw Today: Donation made to Salvation Army ‘Adopt A Family’ program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Moosejaw Today: Donation made to Salvation Army ‘Adopt A Family’ program </h4> <p> </p> </section> <a href="https://www.moosejawtoday.com/local-news/donation-to-salvation-army-adopt-a-family-program-4834462" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, communication-site-infrastructure, utility-analytics"> <section class="project-image"> <section aria-label="Utility Fiber Build Capital Programs Gain Multiple Benefits from Data Dashboards " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_SCA_FiberBuildDashboard_25094_WP_UtilityFiberBuildCapitalProgramsGainMultipleBenefits/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Fiber Build Capital Programs Gain Multiple Benefits from Data Dashboards </h4> <p> Regionwide fiber-optic network installations typically require multiple years to complete. Integrated digital dashboards are becoming essential tools to manage the complexity... </p> </section> <a href="https://info.burnsmcd.com/white-paper/utility-fiber-build-capital-programs-gain-multiple-benefits-from-data-dashboards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell, KDM Engineering Announce Substation Alliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell, KDM Engineering Announce Substation Alliance </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell and<a href="https://kdmengineering.com/" target="_blank" title="KDM Engineering" rel="noopener">KDM Engineering</a>have announced an alliance as KDM Engineering looks to launch expanded services to the<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution/substations">electrical substation...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kdm-engineering-substation-alliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, decommissioning-demolition, remediation, manufactured-gas-plant-(mgp)-site-remediation"> <section class="project-image"> <section aria-label="Former Chicago Manufactured Gas Plant Site Remediated With Phased Approach " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_EnvironmentalRemediation_24195/ENS-CHI-MGP-Division-Street-Site-Removal_Landing-Page_24195_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Former Chicago Manufactured Gas Plant Site Remediated With Phased Approach </h4> <p> When a utility client sought to reduce its overall operational footprint on a former MGP site, it first needed to remediate its 14 acres. A phased approach kept operations... </p> </section> <a href="https://info.burnsmcd.com/project-profile/environmental-remediation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional, government-military, water" data-brand="burns-mcdonnell" data-service="buildings, commercial-buildings, aerospace-space, federal-military, manufacturing-industrial-facilities, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Aerospace and Water Industry Leaders, Bolstering Florida Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Aerospace and Water Industry Leaders, Bolstering Florida Operations </h4> <p> </p><p>ORLANDO, Florida — Burns & McDonnell has hired<a href="https://www.linkedin.com/in/richardpruss/" target="_blank" title="Richard Pruss LinkedIn Profile" rel="noopener">Richard Pruss</a>and<a href="https://www.linkedin.com/in/justinsobol/" target="_blank" title="Justin Sobol LinkedIn Profile" rel="noopener">Justin Sobol</a>to expand the 100% employee-owned firm's teams that support the aerospace, defense, space,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aerospace-water-leaders-florida" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Judges Surprise Student Finalists in Kansas City’s Largest STEM Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/Judges-Surprise-Student-Finalists-in-Kansas-Citys-Largest-STEM-Competition-26187-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Judges Surprise Student Finalists in Kansas City’s Largest STEM Competition </h4> <p> </p><p>KANSAS CITY, Missouri — Crews from Burns & McDonnell and Science City boarded “battle buses” and drove to schools across the Greater Kansas City area to surprise students and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/student-finalists-botb-stem-competition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and Librestream Partner to Implement Collaboration Platform Supporting Critical Infrastructure Workforces" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Librestream Partner to Implement Collaboration Platform Supporting Critical Infrastructure Workforces </h4> <p> </p> </section> <a href="https://www.burnsmcd.com/insightsnews/in-the-news/2021/09/librestream-collaboration-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military, power" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, architecture, airport-design, healthcare, manufacturing-industrial, workplace, commercial-buildings, office-buildings, mission-critical-buildings, electric-power-generation, renewables, federal-military, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands New York City Office, Strengthening Its Design-Build Capabilities in the Northeast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands New York City Office, Strengthening Its Design-Build Capabilities in the Northeast </h4> <p> </p><p>NEW YORK, New York — Burns & McDonnell is growing its Northeast operations with the expansion of its New York City presence and the addition of three industry leaders,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-york-office-expansion-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Planning Considerations for an HVDC Transmission Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_NovemberWebinar_26457/TND_CAN_NovCanadaWebinarHVDC_26457_header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Planning Considerations for an HVDC Transmission Project </h4> <p> A number of high-voltage direct current (HVDC) projects are being contemplated to boost interconnectivity across Canada. These interconnections between regions and even... </p> </section> <a href="https://info.burnsmcd.com/webinar/planning-considerations-for-an-hvdc-transmission-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service="distribution-planning-studies"> <section class="project-image"> <section aria-label="Evaluating the Impacts of Electric Vehicles on Utility Distribution Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_ATL_EVImpactonDistributionSystems_25483/Evaluating-the-Impacts-of-Electric-Vehicles-on-Utility-Distribution-Systems-white-paper-25483-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evaluating the Impacts of Electric Vehicles on Utility Distribution Systems </h4> <p> Consumers and transportation companies are embracing the electric vehicle transformation, but electric utilities across the U.S. will need to prepare for increased demand. To... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/evaluating-the-impacts-of-electric-vehicles-on-utility-distribution-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, green-infrastructure, master-planning-for-water-wastewater-utilities, smart-infrastructure, wastewater-stormwater-collection, water, industrial-water-wastewater, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Chitra Foster to Lead and Expand Water Group in Dallas-Fort Worth Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Chitra Foster to Lead and Expand Water Group in Dallas-Fort Worth Region </h4> <p> </p><p>DALLAS-FORT WORTH — As Burns & McDonnell works to support the significant growth of municipal, industrial and construction markets across the Southern U.S., the firm has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chitra-foster-water-dallas-fort-worth-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="BBP Media: Burns & McDonnell Awarded £14 Million National Grid Substations Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> BBP Media: Burns & McDonnell Awarded £14 Million National Grid Substations Contract </h4> <p> </p> </section> <a href="https://www.bbpmedia.co.uk/news/professionalservices/burns-amp-mcdonnell-awarded-14-million-national-grid.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, renewables, solar, owner's-engineer, interconnection-facilities"> <section class="project-image"> <section aria-label="Solar Project Oversight Addresses Climate Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_CAN_CanadianSolarSuffieldProject_25804_CS_Solar%20Project%20Oversight%20Addresses%20Climate%20Challenges/TND-CAN-Canadian-Solar--Suffield-Project_Landing-Page_25804_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar Project Oversight Addresses Climate Challenges </h4> <p> Utility-scale solar energy projects are being connected to the grid throughout North America. However, geographical considerations require different approaches for design and... </p> </section> <a href="https://info.burnsmcd.com/case-study/solar-project-oversight-addresses-climate-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="sustainability"> <section class="project-image"> <section aria-label="New Civil Engineer: Five ways for civil engineers to act on climate change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Civil Engineer: Five ways for civil engineers to act on climate change </h4> <p> </p> </section> <a href="https://www.newcivilengineer.com/latest/five-ways-for-civil-engineers-to-act-on-climate-change-19-11-2021/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, chemicals, midstream, pipeline-services, refining, storage-logistics, pipeline-facilities, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Aligning Communication Between Multiple Parties on Complex Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/HOU_InterfaceMGMT_10306%20/AdobeStock_184648816-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aligning Communication Between Multiple Parties on Complex Projects </h4> <p> Most complex oil, gas and chemical projects require an array of stakeholders, contractors and site personnel for the decision-making process. Intentional interface management... </p> </section> <a href="https://info.burnsmcd.com/white-paper/avoiding-costly-miscommunication-on-complex-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, transportation" data-brand="burns-mcdonnell" data-service="green-buildings, microgrids, air-quality-noise, transportation-electrification, ports-maritime, distributed-energy-resources"> <section class="project-image"> <section aria-label="As-Needed Energy Services to Drive Sustainable Port Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_SCA_SanDiegoUnifiedPort_24336/ENR-SCA-San-Diego-Unified-Port-District--Ports_Landing-Page_24336_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> As-Needed Energy Services to Drive Sustainable Port Operations </h4> <p> The San Diego Unified Port District has embraced a leadership role in establishing operations that reduce emissions and improve air quality. To help determine the right... </p> </section> <a href="https://info.burnsmcd.com/case-study/a-robust-relationship-to-drive-sustainable-port-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="commissioning-(cx), buildings, commercial-buildings, refining, electric-power-generation, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Operational and Cost Benefits of Early Commissioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_BenefitsofEarlyCommissioning_24277/_ANF-KCM-Benefits-of-Early-Commissioning_Landing-Page_24277_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Operational and Cost Benefits of Early Commissioning </h4> <p> Engaging commissioning and startup staff early in the project life cycle and detail design helps to minimize potential startup and operational risks. A comprehensive... </p> </section> <a href="https://info.burnsmcd.com/white-paper/operational-and-cost-benefits-of-early-commissioning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell Receives Three United States Air Force Design Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/USAF-Design-Awards-Burlington-ANG-Base-F-35-Maintenance-Hangar-26539-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives Three United States Air Force Design Awards </h4> <p> </p><p>KANSAS CITY, Missouri — A testament to the firm’s dedication to project quality, Burns & McDonnell has received three United States Air Force (USAF) Design Awards. Two were...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/united-states-air-force-design-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded £14 Million National Grid Substations Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded £14 Million National Grid Substations Contract </h4> <p> </p><p>BIRMINGHAM, England — National Grid has awarded engineering-led construction firm Burns & McDonnell a £14 million engineer-procure-construct (EPC) contract for the design,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/national-grid-substations-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, sustainability"> <section class="project-image"> <section aria-label="Preparing the Electrical Grid for a Net Zero Transition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_UKO_Zero2050_25916_CS_Preparing%20the%20Electrical%20Grid%20for%20a%20Net%20Zero%20Transition/TND-UKO-Zero2050_Landing-Page_25916_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing the Electrical Grid for a Net Zero Transition </h4> <p> Meeting the U.K.’s net zero targets will require significant infrastructure changes and investments. The Zero2050 initiative is designed to identify obstacles and find... </p> </section> <a href="https://info.burnsmcd.com/case-study/preparing-the-electrical-grid-for-a-net-zero-transition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, federal-military, agencies-military-branches, federal-civilian-agencies"> <section class="project-image"> <section aria-label="Burns & McDonnell and Bluestone Environmental Group Announce Partnership Through U.S. Small Business Administration’s Mentor-Protégé Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_GasTurbineUserExperienceApp_13146/defaults/DefaultHeader-Mobile.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Bluestone Environmental Group Announce Partnership Through U.S. Small Business Administration’s Mentor-Protégé Program </h4> <p> </p><p>KANSAS CITY, Missouri — Small businesses can contribute great things to projects of all sizes and that is why engineering, architecture and construction firm Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bluestone-partnership-sba-mentor-protege-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, gas-turbines"> <section class="project-image"> <section aria-label="Four New Scholarships Target STEM-Related Coursework at Saskatchewan Polytechnic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Four New Scholarships Target STEM-Related Coursework at Saskatchewan Polytechnic </h4> <p> </p><p>MOOSE JAW, Saskatchewan — Burns & McDonnell is providing four $5,000 scholarships for Saskatchewan Polytechnic students pursuing STEM-related coursework at the institution in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/stem-scholarships-at-saskatchewan-polytechnic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="ENR Midwest: Midwest People News for November 2021" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest: Midwest People News for November 2021 </h4> <p> </p> </section> <a href="https://www.enr.com/articles/52984-midwest-people-news-for-november-2021?oly_enc_id=4157D1958123A8I" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, wireless-communications, communication-site-infrastructure"> <section class="project-image"> <section aria-label="Evaluating Passive Optical Networks for Electric Utilities " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_FiberAutomationwithPons_25332_WP_Evaluating%20Passive%20Optical%20Networks%20for%20Electric%20Utilities/Fiber%20Automation%20with%20PONs%20White%20Paper_Landing%20Page%20Hero_1600x800px_25332.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evaluating Passive Optical Networks for Electric Utilities </h4> <p> Passive optical networks (PONs) are a flexible, scalable communication architecture. Utilities might be able to leverage existing assets and infrastructure to deliver... </p> </section> <a href="https://info.burnsmcd.com/white-paper/evaluating-passive-optical-networks-for-electric-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution, utility-analytics"> <section class="project-image"> <section aria-label="Utility Analytics Institute: How to Handle the Load" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Analytics Institute: How to Handle the Load </h4> <p> </p> </section> <a href="https://utilityanalytics.com/2021/11/how-to-handle-the-load-rappahannock-electric-cooperative-utilizes-analytics-to-identify-system-line-losses-and-reduce-costs/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Continues Building Team for Georgia Grid Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Continues Building Team for Georgia Grid Program </h4> <p> </p><p>ATLANTA, Georgia — Burns & McDonnell is providing program and construction management services for a multiyear, $7.5 billion<a href="https://www.georgiapower.com/company/energy-industry/grid-investment.html" target="_blank" title="Georgia Power Grid Investment Plan" rel="noopener">Georgia Power Grid Investment Plan</a>. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/building-team-for-georgia-grid-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, wastewater-stormwater-collection, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Water Services Team in the Mid-Atlantic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Water Services Team in the Mid-Atlantic </h4> <p> </p><p>NORFOLK-HAMPTON ROADS, Virginia — With more than 30 years of experience in the water, wastewater and stormwater industry, <a href="https://www.linkedin.com/in/paul-delphos1/" rel="noopener" target="_blank">Paul Delphos, PE</a>, joins Burns & McDonnell as <a href="https://www.burnsmcd.com/services/industries/water" rel="noopener">Water...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/water-services-team-in-mid-atlantic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="power-generation-project-delivery, engineer-procure-construct, renewables, wind, electrical-transmission-distribution, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Reaches Substantial Completion for Evergy Switching Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellReachesSubstantialCompletionforEvergySwitchingStation25841hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reaches Substantial Completion for Evergy Switching Station </h4> <p> </p><p>KANSAS CITY, Missouri — The 161-kV <a href="https://www.evergy.com/" rel="noopener" target="_blank">Evergy</a> Jayhawk Switching Station near Fort Scott, Kansas, has achieved substantial completion. The project to connect a 195-megawatt (MW)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/substantial-completion-evergy-switching-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-facilities"> <section class="project-image"> <section aria-label="American Gas Magazine: Automation for Continuous Monitoring of Compressor Stations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> American Gas Magazine: Automation for Continuous Monitoring of Compressor Stations </h4> <p> </p> </section> <a href="https://read.nxtbook.com/aga/american_gas_magazine/american_gas_november_2021/automation_for_continuous_mon.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="aviation, architecture, federal, healthcare, higher-education, mixed-use-development, manufacturing-industrial, workplace, buildings, commercial-buildings, healthcare-research-facilities, mixed-use-facilities, office-buildings, higher-education-facilities, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="The Power of Place: Leverage Design to Reinvent the Workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_NEO_ModernWorkplaceDesign_24421/new/_1600x800px_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Power of Place: Leverage Design to Reinvent the Workplace </h4> <p> From managing safety concerns to incorporating creative, collaborative areas, office environments will likely transform in the coming months and years to meet evolving needs... </p> </section> <a href="https://info.burnsmcd.com/white-paper/power-of-place-leverage-design-to-reinvent-workplace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Utility-Scale Energy Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_OctoberWebinar_26077/ENR_CAN_UtilityScaleEnergyStorageWebinar_26077-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility-Scale Energy Storage </h4> <p> Storage technologies, both old and new, short and long duration, are competing for space in a rapidly evolving and dynamic energy storage market. The rapid advancement and... </p> </section> <a href="https://info.burnsmcd.com/webinar/utility-scale-energy-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Alissa Schuessler Named as Next Chief Financial Officer of Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Alissa Schuessler Named as Next Chief Financial Officer of Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://www.burnsmcd.com/about-us" rel="noopener">Burns & McDonnell</a> has selected <a href="https://www.linkedin.com/in/alissa-schuessler/" rel="noopener" target="_blank">Alissa Schuessler</a> as the next chief financial officer (CFO) of the 100% employee-owned firm. Schuessler’s promotion...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/alissa-schuessler-chief-financial-officer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Earns ISO 27001 Certification for Information Security Management Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Earns ISO 27001 Certification for Information Security Management Systems </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell recently attained the<a href="https://www.coalfirecertification.com/Certificates/Burns-McDonnell-ISO-27001-Certificate-Award_8-18-2021.pdf" target="_blank" title="(ISO) 27001 certification" rel="noopener">(ISO) 27001 certification</a>, the most widely recognized standard for information security management systems....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/iso-27001-certification-for-information-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="program-management, utility-automation, distribution-automation, scada-systems, electrical-transmission-distribution, electrical-distribution"> <section class="project-image"> <section aria-label="Economies of Scale Speed Studies and Distribution Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_PEPCORecloserDeployment_21215_CS_EconomiesofScaleSpeedStudiesandDistributionDesign/TND_KCM_PEPCO-Recloser-Deployment_Landing-Page_21215_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Economies of Scale Speed Studies and Distribution Design </h4> <p> Automatic circuit reclosers are valuable equipment to enhance reliability and limit outages on electrical distribution lines. For a large East Coast utility ramping up... </p> </section> <a href="https://info.burnsmcd.com/case-study/economies-of-scale-speed-studies-and-distribution-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Supply Chain Briefing Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_APPA_11124/brochures/generic-header-2500-wide.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Supply Chain Briefing Webinar </h4> <p> Please join us for our upcoming supplier briefing webinar where we’ll share details about opportunities the Transmission & Distribution (T&D) team is pursuing.The session... </p> </section> <a href="https://info.burnsmcd.com/webinar/supply-chain-briefing-webinar" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind"> <section class="project-image"> <section aria-label="Engineering & Technology: How innovation can make the UK a global leader in offshore wind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering & Technology: How innovation can make the UK a global leader in offshore wind </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2021/10/how-innovation-can-make-the-uk-a-global-leader-in-offshore-wind/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="Shifting 3 Fundamental Elements of Culture Creates a New Environment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Shifting-3-Fundamental-Elements-of-Culture-Creates-New-Environment-25552-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shifting 3 Fundamental Elements of Culture Creates a New Environment </h4> <p> Culture is made up of behavior patterns that emerge based on individuals’ views of roles and mind maps. To change culture, we must tackle these inner thoughts. </p> </section> <a href="https://1898blog.burnsmcd.com/shifting-3-fundamental-elements-of-culture-creates-a-new-environment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="T&D World: Considerations in Guyed Steel Pole Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Considerations in Guyed Steel Pole Design </h4> <p> </p> </section> <a href="https://secure.viewer.zmags.com/publication/6d425226#/6d425226/78" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Four Answers to Navigating the Interconnection Queue" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Four-Answers-to-Navigating-Interconnection-Queue-25524-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Four Answers to Navigating the Interconnection Queue </h4> <p> Navigating the interconnection queue for renewable power is difficult for utilities. Four experience-based lessons offer pointers on factors to consider. </p> </section> <a href="https://1898blog.burnsmcd.com/four-answers-to-navigating-the-interconnection-queue" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, government-military, enterprise-technology, policy-regulatory" data-brand="1898-co." data-service="water, government-military, enterprise-technology, policy-regulatory"> <section class="project-image"> <section aria-label="Employing a Robust GIS Program to Comply With EPA's Lead and Copper Rule" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Employing-Robust-GIS-Program-to-Comply-With-EPAs-Lead-Copper-Rule-25812-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Employing a Robust GIS Program to Comply With EPA's Lead and Copper Rule </h4> <p> Having a robust GIS program will help utilities comply with the EPA’s Lead and Copper Rule and provide safe and clean drinking water to their communities. </p> </section> <a href="https://1898blog.burnsmcd.com/employing-a-robust-gis-program-to-comply-with-epas-lead-and-copper-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Even after 35 years, Burns & McDonnell continues to benefit from ESOP status" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Even after 35 years, Burns & McDonnell continues to benefit from ESOP status </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2021/10/13/burns-mcdonnell-esop-mollman-schuessler.html?b=1634128413%5E21982897" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="safety, liquefied-natural-gas-(lng), storage-logistics, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Converting Terminal Assets for Renewable Fuels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/OGC_KCM_Future-FocusedSolutions_23212%20WP/OGC-KCM-Converting-Tanks-for-Renewable-Fuels_Landing-Page_23212_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Converting Terminal Assets for Renewable Fuels </h4> <p> The Renewable Fuel Standard (RFS) and state-level Low Carbon Fuel Standards (LCFS) are driving interest and growth of renewable fuel production in the U.S. These regulations... </p> </section> <a href="https://info.burnsmcd.com/white-paper/future-focused-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="healthcare, manufacturing-industrial, buildings, commercial-buildings, healthcare-research-facilities, mission-critical-buildings, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Closing the Loop: Incorporating a Design-Build Approach to Address Helium Supply Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/GFS_DEN_DesignBuildSolutions_16157%20WP/GFS-DEN-Cryogenics_Landing-Page_16157_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Closing the Loop: Incorporating a Design-Build Approach to Address Helium Supply Challenges </h4> <p> Helium has rapidly transformed from a commodity to a precious resource. Helium liquefaction recovery systems implemented by a trusted and proven partner can recover up to 95%... </p> </section> <a href="https://info.burnsmcd.com/white-paper/closing-the-loop-incorporating-a-design-build-approach-to-address-helium-supply-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Foundation Announces National Partnership With Veterans Community Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/News/VeteransCommunityProjectVolunteersKansasCity25997hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Foundation Announces National Partnership With Veterans Community Project </h4> <p> </p><p>KANSAS CITY, Missouri — In response to housing instability for at-risk veterans, the<a href="https://www.burnsmcd.com/giving-and-outreach">Burns & McDonnell Foundation</a>is forming a national partnership with the<a href="https://www.veteranscommunityproject.org/" target="_blank" title="Veterans Community Project" rel="noopener">Veterans...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/national-partnership-veterans-community-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Texas Commission on Environmental Quality, Burns & McDonnell Complete Industry-Leading Recycling Market Development Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Texas Commission on Environmental Quality, Burns & McDonnell Complete Industry-Leading Recycling Market Development Plan </h4> <p> </p><p>AUSTIN, Texas — The Texas Commission on Environmental Quality (TCEQ) has released its<a href="https://www.tceq.texas.gov/assets/public/assistance/P2Recycle/Recyclable-Materials/2021%20Recycling%20Market%20Development%20Plan.pdf" target="_blank" title="Recycling Market Development Plan" rel="noopener">Recycling Market Development Plan</a>(RMDP) — designed as a tool and resource for strategy...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/recycling-market-development-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, transportation-electrification"> <section class="project-image"> <section aria-label="Investment Drives Interest in Flow Batteries and Long-Duration Energy Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_KCM_NextGenBatteries_25063%20WP/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investment Drives Interest in Flow Batteries and Long-Duration Energy Storage </h4> <p> The commercialization of next-generation long-duration energy storage may get a boost in the U.S. with the expected passage of bipartisan infrastructure legislation that... </p> </section> <a href="https://info.burnsmcd.com/white-paper/investment-drives-interest-in-flow-batteries-and-long-duration-energy-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, agencies-military-branches, department-of-energy, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected as an Awardee for $650 Million Multiple-Award Contract by Supply Chain Management Center (SCMC)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected as an Awardee for $650 Million Multiple-Award Contract by Supply Chain Management Center (SCMC) </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/services/federal--military/agencies-military-branches/department-of-energy">Burns & McDonnell</a>is an awardee of the Supply Chain Management Center's first-of-its-kind Architect & Engineering (A/E) Services Agreement, an...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/multiple-award-contract-by-scmc" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, environmental-health-safety-(ehs)-compliance, environmental-studies-permitting, remediation"> <section class="project-image"> <section aria-label="Cuomo Joins Burns & McDonnell to Lead Environmental Services in Mid-Atlantic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cuomo Joins Burns & McDonnell to Lead Environmental Services in Mid-Atlantic </h4> <p> </p><p>RALEIGH, North Carolina — With more than 25 years of environmental consulting experience, <a href="https://www.linkedin.com/in/chris-cuomo-pe-mba/" rel="noopener" target="_blank">Chris Cuomo, PE</a>, joins Burns & McDonnell as the new <a href="https://www.burnsmcd.com/services/environmental" rel="noopener">environmental services</a> regional...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cuomo-environmental-services-mid-atlantic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, mission-critical-networks, utility-automation, wireless-communications, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="Choosing Private Over Public Networks for Critical Communications for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_BenefitsPrivateNetworksUtilities_08510/CoverPhoto.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing Private Over Public Networks for Critical Communications for Utilities </h4> <p> When disaster strikes, communities need power restored quickly. To make that possible, communications are paramount. With limits and conflicting priorities on public... </p> </section> <a href="https://info.burnsmcd.com/white-paper/choosing-private-over-public-networks-for-critical-communications-bm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization"> <section class="project-image"> <section aria-label="Massive Grid Improvement Program Positions Indiana for the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MSP_DukeEnergyTDSICIndianaProgram_22506/Massive-Grid-Improvement-Program-Positions-Indiana-for-the-Future_Landing-Page_22506_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Massive Grid Improvement Program Positions Indiana for the Future </h4> <p> When our client received regulatory approval to proceed with a massive transmission and distribution grid upgrade, it was a classic “good news/bad news” situation. Funding... </p> </section> <a href="https://info.burnsmcd.com/project-profile/massive-grid-improvement-program-positions-indiana-for-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, electrical-distribution, grid-modernization, substations"> <section class="project-image"> <section aria-label="Duquesne Light Company and Burns & McDonnell Mobilize Construction of Sweeping Distribution Reliability Enhancement Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/RiazziGISSubstationConstructionDuquesneLight25039hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Duquesne Light Company and Burns & McDonnell Mobilize Construction of Sweeping Distribution Reliability Enhancement Program </h4> <p> </p><p>PITTSBURGH —<a href="https://www.duquesnelight.com/" target="_blank" title="Duquesne Light Company" rel="noopener">Duquesne Light Company</a>(DLC) and Burns & McDonnell recently began construction of a comprehensive underground<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution/grid-modernization">distribution reliability enhancement</a>program in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/duquesne-light-distribution-reliability" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, water" data-brand="1898-co." data-service="transaction-advisory, asset-planning-management, capital-asset-planning, business-strategy-transformation, enterprise-technology, geospatial"> <section class="project-image"> <section aria-label="Rightsizing Your Risk: Understanding Stakeholder Exposure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_RightsizingYourRisk_25551%20WP/Rightsizing-your-risk-understanding-stakeholder-exposure-white-paper-25551-lp-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rightsizing Your Risk: Understanding Stakeholder Exposure </h4> <p> Most businesses have embraced or are in the process of adopting risk management. Risk is the impact of uncertainty on objectives. The simplest way to reduce business risks is... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/rightsizing-your-risk-understanding-stakeholder-exposure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Burns & McDonnell Delivers on Capital Power’s Genesee Repowering Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Delivers on Capital Power’s Genesee Repowering Project </h4> <p> </p><p>CALGARY, Alberta — In an important step toward providing reliable baseload power while reducing carbon emissions, Capital Power is working with Burns & McDonnell to repower...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/capital-power-genesee-repowering-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, aviation-support-facilities, fuel-storage-tanks-distribution, hydrant-fueling"> <section class="project-image"> <section aria-label="New Bulk Fuel Storage Facility Prepares St. Louis Lambert International Airport (STL) for Future Travel Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/STLFuelFacility25896hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Bulk Fuel Storage Facility Prepares St. Louis Lambert International Airport (STL) for Future Travel Demands </h4> <p> </p><p>ST. LOUIS, Missouri — St. Louis Lambert International Airport (STL) leaders joined airline partners, local officials and Burns & McDonnell project team members for a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bulk-fuel-storage-facility-st-louis-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, natural-gas-generation, coal-fired, gas-turbines, plant-services"> <section class="project-image"> <section aria-label="Utility Dive: Burns & McDonnell Delivers on Capital Power’s Genesee Repowering Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Dive: Burns & McDonnell Delivers on Capital Power’s Genesee Repowering Project </h4> <p> </p> </section> <a href="https://www.utilitydive.com/press-release/20210929-burns-mcdonnell-delivers-on-capital-powers-genesee-repowering-project/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Emerging Energy Advisory Services Help Energy Industry Decarbonize Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/ServiceFeatures/E98_HOU_OGCCEmergingEnergyAdvisory_25441_SF/Emerging-energy-advisory-services-help-energy-industry-decarbonize-processes-service-feature-25441-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Emerging Energy Advisory Services Help Energy Industry Decarbonize Processes </h4> <p> The pressure to decarbonize energy production and reduce overall carbon emissions is rapidly intensifying. Combining environmental, social and governance (ESG) pressures with... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/emerging-energy-advisory-services-help-energy-industry-decarbonize-processes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, engineering, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="Using Intellectual Stimulation to Improve Work Culture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_MAR_12ThingstoRethinkforConstructionandDesignFirms_24522%20WP/CDB-MAR-12%20Things%20to%20Rethink%20for%20the%20Construction%20and%20Design%20Firms%20In%20A%20Post-COVID%20World_Landing-Page_24522_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Intellectual Stimulation to Improve Work Culture </h4> <p> Design and construction firms are refocusing on the importance of culture and its role in acquiring talent and improving the workplace. Understanding the benefits of... </p> </section> <a href="https://info.burnsmcd.com/white-paper/using-intellectual-stimulation-to-improve-work-culture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Energy Infrastructure in Mining: The Key Factor for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_SeptMexicoWebinar_25427/25427_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Infrastructure in Mining: The Key Factor for Success </h4> <p> A mining operation’s energy infrastructure is the key factor for success in operational safety, reliability, expansion flexibility and energy efficiency, reducing operating... </p> </section> <a href="https://info.burnsmcd.com/webinar/energy-infrastructure-in-mining" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, environmental, government-military, power, transportation, water" data-brand="burns-mcdonnell" data-service="aviation, construction, oil-gas-chemicals, electric-power-generation, environmental, federal-military, mining-infrastructure, ports-maritime, manufacturing-industrial-facilities, electrical-transmission-distribution, transportation, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Presence and Service Offerings to the Twin Ports Region With Duluth Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ExpandsPresenceServiceOfferingstoTwinPortsRegionbyOpeningDuluthOffice25810hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Presence and Service Offerings to the Twin Ports Region With Duluth Expansion </h4> <p> </p><p>DULUTH, Minnesota — After a century of service and commitment in Minnesota, Burns & McDonnell is expanding its footprint in<a href="https://www.burnsmcd.com/locations/duluth">Duluth</a>— the second office location in the state —...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/duluth-office-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, food-beverage, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Team to Propel Expansion of Cold Chain Logistics Solutions Nationwide" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Team to Propel Expansion of Cold Chain Logistics Solutions Nationwide </h4> <p> </p><p>MINNEAPOLIS — Global engineering, construction and architecture firm Burns & McDonnell is bolstering its support of the food and beverage and<a href="https://hubs.li/H0YbN3V0" title="cold chain logistics" target="_blank" rel="noopener">cold chain logistics</a>industries....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expansion-of-cold-chain-logistics-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="It Takes Courage to Push Past Boundaries for True Organizational Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/It-Takes-Courage-to-Push-Past-Boundaries-for-True-Organizational-Change-25582-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> It Takes Courage to Push Past Boundaries for True Organizational Change </h4> <p> Transformational changes are not for the faint of heart. Steel yourself for the emotional roller coaster, required at all levels of the organization chart. </p> </section> <a href="https://1898blog.burnsmcd.com/it-takes-courage-to-push-past-boundaries-for-true-organizational-change" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, environmental, power, transportation" data-brand="burns-mcdonnell" data-service="aviation, construction, commercial-buildings, electric-power-generation, environmental, manufacturing-industrial-facilities, transportation"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes New Leadership to Boost Multimarket Support in Central Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellPromotesNewLeadershiptoBoostMultimarketSupportinCentralTexas25809hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes New Leadership to Boost Multimarket Support in Central Texas </h4> <p> </p><p>AUSTIN, Texas — Burns & McDonnell has promoted<a href="https://www.linkedin.com/in/merrimanjacob/" target="_blank" title="Jake Merriman LinkedIn Profile" rel="noopener">Jake Merriman</a>to lead its<a href="https://www.burnsmcd.com/locations/austin-texas">Central Texas office in Austin</a>as it works to support significant growth in the region's...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-leadership-in-austin-central-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="underground-transmission, electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Are Overhead Wires or Underground Cables the Best Solution for Your Transmission Project?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_OHvsUGConsiderations_25423/OH%20vs%20UG%20Considerations%20White%20Paper%20_Landing%20Page%20Hero_1600x800px_25423.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Are Overhead Wires or Underground Cables the Best Solution for Your Transmission Project? </h4> <p> Beginning in the 1880s, the earliest days of the electric power industry, wooden poles were preferred as support structures for power lines. Later, as high-voltage power... </p> </section> <a href="https://info.burnsmcd.com/white-paper/are-overhead-wires-or-underground-cables-the-best-solution-for-your-transmission-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="Power Grid Challenges and Opportunities for Transit Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Power-Grid-Challenges-and-Opportunities-for-Transit-Electrification-24871-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Grid Challenges and Opportunities for Transit Electrification </h4> <p> Utilities and transit agencies face many challenges in transforming the grid, but working together can help overcome concerns and identify opportunities. </p> </section> <a href="https://1898blog.burnsmcd.com/power-grid-challenges-and-opportunities-for-transit-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, aviation, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="aviation, construction, oil-gas-chemicals, electric-power-generation, federal-military, industrial-manufacturing-optimization, telecommunications, electrical-transmission-distribution, transportation, water"> <section class="project-image"> <section aria-label="Burns & McDonnell and Librestream Partner to Implement Collaboration Platform Supporting Critical Infrastructure Workforces" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellLibrestreamPartnership25548hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Librestream Partner to Implement Collaboration Platform Supporting Critical Infrastructure Workforces </h4> <p> </p><p>KANSAS CITY, Missouri, and WINNIPEG, Manitoba — To support clients in the critical infrastructure industries, Burns & McDonnell, a 100% employee-owned engineering,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/librestream-collaboration-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Lessons the U.S. Offshore Wind Market Can — and Can't — Learn from Europe" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_NEO_OffshoreWindMarketComparisonLandingPage_09291/CoverPhoto2.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lessons the U.S. Offshore Wind Market Can — and Can't — Learn from Europe </h4> <p> It’s estimated the U.S. has over 4,000 GW of offshore wind potential — four times the amount of electricity needed to power the country. Given Europe’s 15-year head start in... </p> </section> <a href="https://info.burnsmcd.com/white-paper/offshore-wind-market-comparison" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Carbon Capture, Utilization and Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_SeptemberWebinar_25414/ENR_CAN_CanadaSeptWebinar_25414-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carbon Capture, Utilization and Storage </h4> <p> Carbon capture, utilization and storage (CCUS) will play an essential role as Canada transitions toward a net zero carbon economy between now and 2050. The recent... </p> </section> <a href="https://info.burnsmcd.com/webinar/carbon-capture-utilization-and-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Containing the Costs of Stray Current" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_DCInterference_24640%20WP/TND-KCM-DC-Interference_Landing-Page_24640_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Containing the Costs of Stray Current </h4> <p> DC interference and stray current corrosion could be damaging your metal assets. This common problem for utilities and the oil and gas industry often goes unnoticed by... </p> </section> <a href="https://info.burnsmcd.com/white-paper/containing-the-costs-of-stray-current" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage"> <section class="project-image"> <section aria-label="Promising Outlook for Lithium-Ion Battery Technology — Once Risks Are Addressed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Promising-Outlook-for-Lithium-Ion-Battery-Technology-Once-Risks-are-Addressed-White-Paper-_Landing-Page-Hero_1600x800px_16014_03.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Promising Outlook for Lithium-Ion Battery Technology — Once Risks Are Addressed </h4> <p> Lithium-ion batteries have become the technology of choice for utility-scale energy storage configurations. Further growth will depend on how manufacturers and the utility... </p> </section> <a href="https://info.burnsmcd.com/white-paper/lithium-ion-battery-safety" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, water, government-military, industrial-cybersecurity, policy-regulatory" data-brand="1898-co." data-service="power, water, government-military, industrial-cybersecurity, policy-regulatory"> <section class="project-image"> <section aria-label="Let’s Get Real About Federal Spending on Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Lets-Get-Real-About-Federal-Spending-on-Cybersecurity-25564-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Let’s Get Real About Federal Spending on Cybersecurity </h4> <p> The federal infrastructure bill under consideration acknowledges that cybersecurity is a national priority, but funding allocated so far falls far short. </p> </section> <a href="https://1898blog.burnsmcd.com/lets-get-real-about-federal-spending-on-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Brett Williams Chosen to Lead Construction Business at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Brett Williams Chosen to Lead Construction Business at Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — Brett Williams will take over the<a href="https://www.burnsmcd.com/services/industries/construction">Construction/Design-Build (CDB) Group</a>at Burns & McDonnell in 2022. He is a 22-year employee of the firm and has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/brett-williams-leads-construction-business" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, business-strategy-transformation"> <section class="project-image"> <section aria-label="To Change Behavior, Reduce or Increase Friction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/To-Change-Behavior-Reduce-or-Increase-Friction-25581-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> To Change Behavior, Reduce or Increase Friction </h4> <p> When starting a difficult or complex task, create efficiencies by simplifying options and reducing friction. “Easy” smooths the path to acceptance of change. </p> </section> <a href="https://1898blog.burnsmcd.com/to-change-behavior-reduce-or-increase-friction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), storage-logistics, environmental, stakeholder-management, public-involvement, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Streamlining LNG Plant Construction With Proactive Stakeholder Engagement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_LNGMicrosite_15144/CDB_NEO_LNGMicrosite_15144_contentheader_slide7-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamlining LNG Plant Construction With Proactive Stakeholder Engagement </h4> <p> Owner-operators need to bring liquefied natural gas (LNG) facilities online to meet growing energy demand. By engaging stakeholders early, LNG companies can build... </p> </section> <a href="https://info.burnsmcd.com/connect-to-comprehensive-lng-solutions/streamlining-lng-plant-construction-with-proactive-stakeholder-engagement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Creating Long-Lasting Sustainable Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_CreatingLongLastingSustainableSolutions_23783/business_team_collaboration_conference_room_velocity_01-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Long-Lasting Sustainable Solutions </h4> <p> Through Velocity, an iterative, flexible engagement process, our holistic team fosters in-depth conversations and working sessions to create a strategy that helps clients... </p> </section> <a href="https://info.burnsmcd.com/service-feature/creating-long-lasting-sustainable-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military" data-brand="burns-mcdonnell" data-service="green-buildings, healthcare-research-facilities, federal-military, air-force-air-force-reserve, agencies-military-branches, sustainability"> <section class="project-image"> <section aria-label="New Facilities Improve Munitions Testing and Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/ANF_KCM_AdvancedMunitionsTechnologyComplex_25114%20PP/Stats-01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Facilities Improve Munitions Testing and Development </h4> <p> Modern facilities for advanced capabilities are paramount to the mission of the U.S. Air Force. The new Advanced Munitions Technology Complex will support advanced technology... </p> </section> <a href="https://info.burnsmcd.com/project-profile/new-facilities-improve-munitions-testing-and-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, offshore-wind, wind, grid-modernization"> <section class="project-image"> <section aria-label="Three Innovations Could Help the UK Become a Global Leader in Offshore Wind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_UKO_PursuingNetZero_25532%20WP/How%20Can%20the%20UK%20Capitalise%20on%20its%20Offshore%20Ambitions%20White%20Paper%20_Landing%20Page%20Hero_1600x800px_25532.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Innovations Could Help the UK Become a Global Leader in Offshore Wind </h4> <p> The United Kingdom’s ambitious plan to install a total of 40 gigawatts (GW) of offshore wind capacity by 2030 poses a significant challenge. It also creates an even more... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pursuing-net-zero" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, aviation" data-brand="1898-co." data-service="new-technology-screening-selection, energy-policy-advisory"> <section class="project-image"> <section aria-label="Is Your Oil Refinery a Candidate for Renewable Diesel or Sustainable Aviation Fuel?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_OilRefineryConversions_24026%20WP/Is-your-oil-refinery-a-candidate-for-renewable-diesel-or-sustainable-aviation-fuel-white-paper-1898andCo-24026-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Is Your Oil Refinery a Candidate for Renewable Diesel or Sustainable Aviation Fuel? </h4> <p> Refineries have many options available for full or partial conversion to renewable diesel or sustainable aviation fuel production. With momentum continuing in the renewable... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/oil-refinery-conversions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="On the Road to Fleet Electrification With Foothill Transit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_2020Webinar3Electrification_17628/TND_KCM_2020Webinar3Electrification_17628-Tile.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> On the Road to Fleet Electrification With Foothill Transit </h4> <p> </p><p>Transportation electrification provides potential for electric growth within a utility’s service territory while supporting transportation decarbonization within the region....</p> <p></p> </section> <a href="https://info.burnsmcd.com/webinar/on-the-road-to-fleet-electrification-with-foothill-transit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, manufacturing-industrial, buildings, robotics-automation, consumer-products, food-beverage, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Automation and Warehouse Logistics Industry Leader David Campbell Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Automation and Warehouse Logistics Industry Leader David Campbell Joins Burns & McDonnell </h4> <p> </p><p>GRAND RAPIDS, Michigan — With two decades of engineering, project management and automation experience, <a href="https://www.linkedin.com/in/dave-campbell-7669a8b" rel="noopener" target="_blank">David Campbell</a> joins <a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a> to lead design and construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/automation-warehouse-logistics-david-campbell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Contracted to Build 250 MW of Solar Projects in Wisconsin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellContractedtoBuildSolarProjectsinWisconsin25399hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Contracted to Build 250 MW of Solar Projects in Wisconsin </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is providing the engineering, procurement and construction (EPC) services for three Alliant Energy solar projects in Wisconsin. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/build-solar-projects-in-wisconsin" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, emissions-controls, carbon-capture-utilization-storage-(ccus), power-generation-project-delivery, engineer-procure-construct, natural-gas-generation"> <section class="project-image"> <section aria-label="Designing a Cost-Efficient System to Reduce Power Plant Carbon Impacts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/TND_KCM_CO2PipelineFrontEndEngineeringDesign_24007/TND-KCM-Tundra-CO2-Pipeline-FEED_Landing-Page_24007_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing a Cost-Efficient System to Reduce Power Plant Carbon Impacts </h4> <p> To keep its fossil-fueled generation plant productive in the near term, Minnkota Power Cooperative needed a way to reduce environmental impacts. It sought preliminary design... </p> </section> <a href="https://info.burnsmcd.com/case-study/co2-pipeline-front-end-engineering-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, government-military, transportation, water" data-brand="burns-mcdonnell" data-service="environmental, permitting, natural-cultural-resources, ecological-studies-protected-species, cultural-resources, transportation, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Two Key Hires in Omaha, Expands Square Footage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Two Key Hires in Omaha, Expands Square Footage </h4> <p> </p><p>OMAHA, Nebraska —<a href="https://www.linkedin.com/in/michelle-winkelmann-5b376425/" target="_blank" title="Michelle Winkelmann LinkedIn Profile" rel="noopener">Michelle Winkelmann</a>and<a href="https://www.linkedin.com/in/patrickjfinigan2021/" target="_blank" title="Patrick Finigan LinkedIn Profile" rel="noopener">Patrick Finigan</a>join Burns & McDonnell, an employee-owned leading engineering and construction firm, in the Omaha office to expand...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expansion-and-key-hires-in-omaha" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, telecommunications" data-brand="burns-mcdonnell" data-service="environmental, permitting, stakeholder-management, public-involvement, telecommunications, fiber-optic-infrastructure, construction-environmental-monitoring"> <section class="project-image"> <section aria-label="Permitting Considerations for Installing Fiber-Optic Cable Below Ground" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENS_KCM_UndergroundFiberOpticCableConstruction_21711%20WP/ENS-KCM-Public-Outreach-And-Permitting_Landing-Page_21711_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Permitting Considerations for Installing Fiber-Optic Cable Below Ground </h4> <p> Before installing fiber-optic cables underground, a utility first needs the support — and often the permission — of many people. By engaging environmental and permitting... </p> </section> <a href="https://info.burnsmcd.com/white-paper/underground-fiber-optic-cable-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Athletes to Support Children’s Mercy Kansas City at 12th Annual Rock the Parkway" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/RocktheParkwayhero002.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Athletes to Support Children’s Mercy Kansas City at 12th Annual Rock the Parkway </h4> <p> </p><p>KANSAS CITY, Missouri — Athletes returned to race along historic Ward Parkway in the 12th annual<a href="https://www.rocktheparkway.com/" target="_blank" title="Burns &amp; McDonnell Rock the Parkway" rel="noopener">Burns & McDonnell Rock the Parkway</a>Half Marathon and 5K.<a href="https://www.burnsmcd.com/giving-and-outreach">Burns & McDonnell</a>and</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/childrens-mercy-rock-the-parkway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal, higher-education, workplace, office-buildings, federal-military, higher-education-facilities, agencies-military-branches, department-of-energy"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Federal Services With New Office in Oak Ridge, Tennessee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Federal Services With New Office in Oak Ridge, Tennessee </h4> <p> </p><p>OAK RIDGE, Tennessee — To support new and ongoing projects in the region, Burns & McDonnell is opening a new, permanent office in Oak Ridge, Tennessee, slated for completion...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/federal-services-oak-ridge-tennessee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Opportunities for Canada in a Hydrogen Economy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_AugustWebinar_25412/ENR_CAN_CanadaAugWebinar_25412_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Opportunities for Canada in a Hydrogen Economy </h4> <p> Hydrogen is an important part of Canada’s commitment to achieving net zero carbon emissions by 2050. It has the potential to decarbonize many sectors of our Canadian economy,... </p> </section> <a href="https://info.burnsmcd.com/webinar/opportunities-for-canada-in-a-hydrogen-economy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, government-military, power, transportation, water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="1898 & Co. and Idaho National Laboratory Counter Cyber-Sabotage for Critical Infrastructure Industries Globally" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. and Idaho National Laboratory Counter Cyber-Sabotage for Critical Infrastructure Industries Globally </h4> <p> </p><p>KANSAS CITY, Missouri — A partnership announced today between<a href="https://1898andco.burnsmcd.com/" target="_blank" title="1898 &amp; Co." rel="noopener">1898 & Co.</a>, a preeminent industrial control system (ICS) cybersecurity solutions provider, and <a href="http://www.inl.gov/" target="_blank" title="Idaho National Laboratory" rel="noopener">Idaho National...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/1898-inl-counter-cyber-sabotage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, landside-services, aviation-technology-security-systems, passenger-terminals"> <section class="project-image"> <section aria-label="The Next-Generation Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/TheNext-GenerationAirport.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Next-Generation Airport </h4> <p> Whether redesigning an existing space or creating an entirely new airport, key stakeholders must collaborate to develop innovative solutions that prioritize the travel... </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/article/the-next-generation-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, fueling-ramp-services, ramp-services, aviation-master-planning, passenger-terminals, program-management"> <section class="project-image"> <section aria-label="Delivering Solutions + Results" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/DeliveringSolutions+Results.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Solutions + Results </h4> <p> Program managers and engineering consultants are playing increasingly vital roles as extensions of airlines and airports facing turbulent industry conditions. </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/article/delivering-solutions-results" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fuel-truck-loading-unloading, hydrant-fueling"> <section class="project-image"> <section aria-label="Prioritizing Efficiencies With Prefabrication" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/PrioritizingEfficiencies.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Prioritizing Efficiencies With Prefabrication </h4> <p> As airlines continue to rebound from a decline in revenue, finding ways to save time and money for new projects — like fuel truck loading and unloading — has been critical,... </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/article/prioritizing-efficiencies-with-prefabrication" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-master-planning, aviation-infrastructure, hangars, land-right-of-way-management"> <section class="project-image"> <section aria-label="Tapping Into Real Estate Potential" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/TappingIntoRealEstatePotential.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tapping Into Real Estate Potential </h4> <p> From air cargo utilization to nonaeronautical projects, airport operators are turning to real estate to help increase revenue. </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/tapping-into-real-estate-potential" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-support-facilities, commissioning-(cx), commissioning-(cx)"> <section class="project-image"> <section aria-label="Airports That Run Themselves" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/AirportsThatRunThemselves.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airports That Run Themselves </h4> <p> As airports grow more complex, monitoring-based commissioning is becoming an indispensable part of the construction program. </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/airports-that-run-themselves" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, aviation-support-facilities, hangars"> <section class="project-image"> <section aria-label="Rehabilitate, Reconstruct or Replace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2021AviationSpecialReportMicrosite_25226/article-headers/RehabilitateReconstruct.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rehabilitate, Reconstruct or Replace </h4> <p> Performing a condition assessment prior to beginning airport infrastructure renovations could help save time and money. </p> </section> <a href="https://info.burnsmcd.com/2021/aviation-special-report/rehabilitate-reconstruct-or-replace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Principal Class of 2021" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Principal Class of 2021 </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has promoted 22 employee-owners across the U.S. to the Principal Group after a record year of sales in 2020 for the 100%...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-announces-principal-class-of-2021" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="stakeholder-management, design-build-for-water-wastewater-infrastructure, pump-stations, source-development-groundwater-supply, water-storage, water, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="New Water Treatment Facility Offers Flexibility and Resilience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/WTR_KCM_NorthwestWichitaWaterFacility_22136%20PP/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Water Treatment Facility Offers Flexibility and Resilience </h4> <p> With a more than 65-year-old water treatment facility and a growing population, the City of Wichita decided to construct a new facility to treat multiple water sources... </p> </section> <a href="https://info.burnsmcd.com/project-profile/northwest-wichita-water-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, data-analytics" data-brand="1898-co." data-service="manufacturing-industrial, power, data-analytics"> <section class="project-image"> <section aria-label="Refining the Roles of Planning and People in Digital Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Refining-Roles-of-Planning-People-in-Digital-Transformation-25166-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Refining the Roles of Planning and People in Digital Transformation </h4> <p> Implementing new technologies, restructuring workflows and training people is easier when leadership understand technical and change management processes. </p> </section> <a href="https://1898blog.burnsmcd.com/refining-the-roles-of-planning-and-people-in-digital-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="A Holistic Approach To ‘Build Cold’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/GFS_MSP_ColdChainLogisticsSolutions_23715%20SF/GFS_MSP_Refrigerated-Warehouse-Solutions_Landing-Page_1600x800px_23715_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Holistic Approach To ‘Build Cold’ </h4> <p> Cold environments are an essential attribute for numerous providers in the cold chain logistics industry. As the locations, sizes and operations of these facilities change to... </p> </section> <a href="https://info.burnsmcd.com/service-feature/cold-chain-logistics-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="1898 & Co. Managed Threat Detection and Response, Powered by the Dragos Platform, Expands Into Manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Managed Threat Detection and Response, Powered by the Dragos Platform, Expands Into Manufacturing </h4> <p> </p><p>KANSAS CITY, Missouri — <a href="https://1898andco.burnsmcd.com/services/manage-your-risk/managed-security-services" target="_blank" rel="noopener">1898 & Co.,</a> a leading industrial control system (ICS) cybersecurity consulting and solutions provider, and <a href="https://www.dragos.com/" target="_blank" title="Dragos Inc." rel="noopener">Dragos Inc.</a>, a global leader in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/managed-threat-detection-dragos-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, commercial-retail-institutional, government-military, power" data-brand="burns-mcdonnell" data-service="architecture, buildings, commercial-buildings, electric-power-generation, federal-military, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Hosts Hawaiian Blessing of Honolulu Office Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/Honoluluofficeteam25357hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hosts Hawaiian Blessing of Honolulu Office Expansion </h4> <p> </p><p>HONOLULU, Hawaii — A testament to the firm’s rapid growth in Honolulu, Burns & McDonnell hosted a traditional Hawaiian blessing of its new 5,800-square-foot<a href="https://www.burnsmcd.com/locations/honolulu">office space in...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hawaiian-blessing-of-honolulu-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, commercial-retail-institutional, government-military, power, transportation" data-brand="burns-mcdonnell" data-service="federal-military, agencies-military-branches, federal-civilian-agencies, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Southern Reach With Opening of Amarillo, Texas, Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellExpandsSouthernReachWithOpeningofAmarilloOffice25355hero3.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Southern Reach With Opening of Amarillo, Texas, Office </h4> <p> </p><p>AMARILLO, Texas — To support local clients and expand service offerings across West Texas and New Mexico, Burns & McDonnell has expanded operations with a<a href="https://www.burnsmcd.com/locations/amarillo">new office in...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/opening-of-amarillo-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, water" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="A Structured Approach Supports Proactive Asset Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_AssetManagement_11707_WP/Structured-approach-supports-proactive-asset-management-white-paper-11707-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Structured Approach Supports Proactive Asset Management </h4> <p> Managing assets is critical to successful business outcomes, yet many companies take an ad hoc approach to the process. Implementing a formal program supported by... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/a-structured-approach-supports-proactive-asset-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, engineer-procure-construct, renewables, wind, electrical-transmission-distribution, substations, interconnection-facilities"> <section class="project-image"> <section aria-label="Stacked Tasks Help Utility Meet Expedited Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/HOU_StackedTasksHelpUtilityMeetExpeditedTimeline_21849/Stacked-Tasks-Help-Utility-Meet-Expedited-Timeline_Landing-Page_21849_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stacked Tasks Help Utility Meet Expedited Timeline </h4> <p> The wind of change is strong in Texas. Interconnecting wind power with the electrical grid is essential to deliver that renewable power to end users. To serve one new wind... </p> </section> <a href="https://info.burnsmcd.com/case-study/stacked-tasks-help-utility-meet-expedited-timeline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Six Simple Measures to Prepare for Industrial Cyberattacks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Six-Simple-Measures-to-Prepare-for-Industrial-Cyberattacks-24869-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Six Simple Measures to Prepare for Industrial Cyberattacks </h4> <p> As industrial cyberattacks occur with more frequency, companies across all sectors must be better prepared. Here are six steps to get started. </p> </section> <a href="https://1898blog.burnsmcd.com/six-simple-measures-to-prepare-for-industrial-cyberattacks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, construction, engineering, healthcare, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Pinpoint a Flexible Solution for Shifting Standards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_ASHEPDCSummit_08311/PINPOINT%20A%20FLEXIBLE%20SOLUTION.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pinpoint a Flexible Solution for Shifting Standards </h4> <p> New standards from the United States Pharmacopeial Convention (USP) will make regulations for hazardous and nonhazardous drug compounding more stringent. Until the standards... </p> </section> <a href="https://info.burnsmcd.com/white-paper/usp-797-and-usp-800-standards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, policy-regulatory" data-brand="1898-co." data-service="power, policy-regulatory"> <section class="project-image"> <section aria-label="Distribution Implications of DER Aggregation Under FERC 2222" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Distribution-Implications-of-DER-Aggregation-Under-FERC-2222-25037-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Distribution Implications of DER Aggregation Under FERC 2222 </h4> <p> FERC Order 2222 opens the door for distributed energy resource (DER) aggregations to access wholesale markets. This will have implications for the grid. </p> </section> <a href="https://1898blog.burnsmcd.com/distribution-implications-of-der-aggregation-under-ferc-2222" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals"> <section class="project-image"> <section aria-label="World of Chemicals: Making the most of safety integrity levels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> World of Chemicals: Making the most of safety integrity levels </h4> <p> </p> </section> <a href="https://www.worldofchemicals.com/media/making-the-most-of-safety-integrity-levels/6349.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, wastewater-stormwater-collection, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Treatment Facility Improves With Intermediate Pump Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_CityofHuthinsonWater_22993%20CS/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Treatment Facility Improves With Intermediate Pump Station </h4> <p> Old infrastructure, outdated systems and regulatory obligations posed several challenges for a wastewater treatment facility. A detailed study identified rapid and... </p> </section> <a href="https://info.burnsmcd.com/case-study/city-of-hutchinson-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power" data-brand="burns-mcdonnell" data-service="consumer-products, food-beverage, oil-gas-chemicals, chemicals, midstream, pipeline-services, refining, storage-logistics, electric-power-generation, environmental, manufacturing-industrial-facilities, renewable-fuels-chemicals, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Chad Hotovec Named as CEO and Director of Burns & McDonnell India" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Chad Hotovec Named as CEO and Director of Burns & McDonnell India </h4> <p> </p><p>MUMBAI, India — Burns & McDonnell India, ranked No. 63 on the list of India’s Best Companies to Work for 2021, has welcomed<a href="https://www.linkedin.com/in/chotovec/" target="_blank" title="Chad Hotovec LinkedIn Profile" rel="noopener">Chad Hotovec</a>as its next CEO and director. Hotovec...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chad-hotovec-ceo-burns-mcdonnell-india" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power, transportation" data-brand="burns-mcdonnell" data-service="transit-rail, substations, transportation"> <section class="project-image"> <section aria-label="Powering Up HS2" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/TND_UKO_SubstationDesign_19017%20PP/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Powering Up HS2 </h4> <p> With the U.K. government launching the largest public transit improvement project in a generation, a critical substation was needed for a tunnel boring project near Long... </p> </section> <a href="https://info.burnsmcd.com/project-profile/powering-up-hs2" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Electric Bus/Fleet Transition Planning — Lessons Learned" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_JulyWebinar_24941/TND_CAN_JulyCanadaWebinarElectricBusFleetTransitionPlanningLessonsLearned_24941_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electric Bus/Fleet Transition Planning — Lessons Learned </h4> <p> Electrifying vehicle fleets typically ranks as an achievable goal as municipalities, fleet operators and electric utilities implement sustainability and emissions reduction... </p> </section> <a href="https://info.burnsmcd.com/webinar/lessons-learned-in-planning-transitions-to-an-electric-fleet" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, transportation" data-brand="burns-mcdonnell" data-service="ports-maritime"> <section class="project-image"> <section aria-label="The Maritime Executive: Robust Cybersecurity Solutions for Maritime Transportation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Maritime Executive: Robust Cybersecurity Solutions for Maritime Transportation </h4> <p> </p> </section> <a href="https://www.maritime-executive.com/editorials/robust-cybersecurity-solutions-for-maritime-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation" data-brand="1898-co." data-service="power, business-strategy-transformation"> <section class="project-image"> <section aria-label="How Hydrogen Storage Could Support Renewable Energy Resiliency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/How-Hydrogen-Storage-Could-Support-Renewable-Energy-Resiliency-24826-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Hydrogen Storage Could Support Renewable Energy Resiliency </h4> <p> Green hydrogen could provide a long-duration energy storage option to help electric utilities maintain power in times of extreme weather events. </p> </section> <a href="https://1898blog.burnsmcd.com/how-hydrogen-storage-could-support-renewable-energy-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Connection of Industrial Plants to the Electric Grid: The New Critical Path" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_APPA_11124/brochures/generic-header-2500-wide.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Connection of Industrial Plants to the Electric Grid: The New Critical Path </h4> <p> Many industrial projects in Mexico have been delayed because of not having carried out the process of connecting to the electrical network correctly. This is due to the... </p> </section> <a href="https://info.burnsmcd.com/webinar/la-nueva-ruta-crítica" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Pipeline & Gas Journal: Burns & McDonnell's Glaeser Looks to Pipeline Integrity Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline & Gas Journal: Burns & McDonnell's Glaeser Looks to Pipeline Integrity Future </h4> <p> </p> </section> <a href="https://pgjonline.com/magazine/2021/july-2021-vol-248-no-7/executive-profile/burns-mcdonnell-s-glaeser-looks-to-pipeline-integrity-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="fueling-ramp-services, aviation-infrastructure, hydrant-fueling, environmental, noise-studies, environmental-engineering, environmental-health-safety-(ehs)-compliance, solid-waste-resource-recovery, transportation-electrification, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="On-Call Environmental Services Keep Progress Flying" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_LAWAEnvironmentalSupport_23467/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> On-Call Environmental Services Keep Progress Flying </h4> <p> To support Southern California’s regional aviation demands, Los Angeles World Airports needed environmental and technical consulting services on demand to deliver... </p> </section> <a href="https://info.burnsmcd.com/case-study/lawa-environmental-support" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power, mining-minerals" data-brand="burns-mcdonnell" data-service="industrial-manufacturing-optimization, mining-infrastructure"> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Mining Team With Two Strategic Hires" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ExpandsMiningTeamWithTwoStrategicHires25119hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Mining Team With Two Strategic Hires </h4> <p> </p><p>PHOENIX, Arizona — Burns & McDonnell hires Ulises Arvayo and Dan Richards to support<a href="https://hubs.li/H0SG68Y0" target="_blank" title="mining growth" rel="noopener">mining growth</a>in the United States and Latin America. With mining projects on the rise,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-mining-team-with-two-strategic-hires" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, environmental, environmental-studies-permitting, permitting, environmental-emergency-response, stakeholder-management"> <section class="project-image"> <section aria-label="Dedicated On-Call Team Accelerates Project Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_DeltaAirlinesatLAWAEnvironmental_22918%20PP/ANF-SCA-Delta-Air-Lines-at-LAWA-Environmental_Landing-Page_22918_1600x800px_Hero_02.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dedicated On-Call Team Accelerates Project Timeline </h4> <p> To confidently complete a massive infrastructure update, Los Angeles International Airport (LAX) and Delta Air Lines needed an on‑call partner to handle environmental impact... </p> </section> <a href="https://info.burnsmcd.com/project-profile/on-call-environmental-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="alternative-delivery-for-transportation, highways, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="American City & County: The Kansas Transportation System moves to modernize its transportation infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> American City & County: The Kansas Transportation System moves to modernize its transportation infrastructure </h4> <p> </p> </section> <a href="https://www.americancityandcounty.com/2021/07/16/the-kansas-transportation-system-moves-to-modernize-its-transportation-infrastructure/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="construction, alternative-delivery-for-transportation, major-river-crossings, highways, streets, transportation, bridges, highway-bridges"> <section class="project-image"> <section aria-label="Design-Build Approach Maintains Focus on Key Objectives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/TRN_KCM_30CrossingDesignBuildProject_20295/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Approach Maintains Focus on Key Objectives </h4> <p> Arkansas is wrapping up an ambitious 10-year transportation improvement program with its first major design-build project. The 30 Crossing project is focused on managing... </p> </section> <a href="https://info.burnsmcd.com/project-profile/30-crossing-design-build-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, power-generation-project-delivery, renewables, solar"> <section class="project-image"> <section aria-label="Embarking on a Utility-Scale Solar Project to Meet Emission Reduction Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_CenterPointEnergy50MWacTroySolar_24040%20CS/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Embarking on a Utility-Scale Solar Project to Meet Emission Reduction Goals </h4> <p> To continue to provide reliable service, CenterPoint Energy needed a new 50-megawatt alternating current (MWac)/64.7-megawatt direct current (MWdc) universal solar array.... </p> </section> <a href="https://info.burnsmcd.com/case-study/self-perform-solar-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, agencies-military-branches, department-of-energy, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Burns & McDonnell Wins Contract for Architecture Engineering Design Services for the Second Target Station Project at Oak Ridge National Laboratory" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins Contract for Architecture Engineering Design Services for the Second Target Station Project at Oak Ridge National Laboratory </h4> <p> </p><p>OAK RIDGE, Tennessee — To address emerging science challenges and advance neutron science research capabilities, Oak Ridge National Laboratory (ORNL) is upgrading the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/second-target-station-project-at-ornl" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, government-military, power, telecommunications, water" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="1898 & Co. Partners With CyberSaint to Bring Cybersecurity Automation to Critical Infrastructure Assets" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Partners With CyberSaint to Bring Cybersecurity Automation to Critical Infrastructure Assets </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://1898andco.burnsmcd.com/services/manage-your-risk/critical-infrastructure-cybersecurity" target="_blank" rel="noopener">1898 & Co., part of Burns & McDonnell</a>, has formed a partnership with<a href="https://www.cybersaint.io/" target="_blank" title="CyberSaint" rel="noopener">CyberSaint</a>, developer of the leading platform delivering cyber risk automation,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cybersecurity-partnership-with-cybersaint" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, power-generation-project-delivery, engineer-procure-construct, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="Power Station Expands Natural Gas Generation Capabilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_CAN_GreatPlainsPowerStation_23570/Sask_GPPS_ProposalCovers_NoMoose_00002.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Station Expands Natural Gas Generation Capabilities </h4> <p> SaskPower’s new natural gas power station is needed to support Saskatchewan’s generation demands and integrate additional renewable generation into the utility’s system.... </p> </section> <a href="https://info.burnsmcd.com/project-profile/great-plains-power-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="First 100 Days" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_First100DaysWebinar_24721/ENR_KCM_First100DaysWebinar_24721_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> First 100 Days </h4> <p> U.S. senators have introduced a plan that would revamp tax credits for new power plants, stand-alone storage, high-voltage transmission lines, distributed generation and... </p> </section> <a href="https://info.burnsmcd.com/webinar/first-100-days" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Entergy Louisiana and Burns & McDonnell Mobilize Construction of 16.3-Mile, 230-kV Waterford to Vacherie Transmission Line in Southeast Louisiana" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/EntergyLouisianaBurnsMcDonnellWaterfordVacherieProjectTeam23941hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Entergy Louisiana and Burns & McDonnell Mobilize Construction of 16.3-Mile, 230-kV Waterford to Vacherie Transmission Line in Southeast Louisiana </h4> <p> </p><p>KILLONA, Louisiana — After overcoming a few years of unavoidable, unrelated challenges,<a href="https://www.entergylouisiana.com/" target="_blank" title="Entergy Louisiana" rel="noopener">Entergy Louisiana</a>and Burns & McDonnell have begun helicopter operations to construct...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/entergy-waterford-to-vacherie-transmission-line" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="construction, renewables, offshore-wind, wind"> <section class="project-image"> <section aria-label="Wind Energy Network: Offshore Wind Supply Chain - A Collaborative Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wind Energy Network: Offshore Wind Supply Chain - A Collaborative Approach </h4> <p> </p> </section> <a href="https://flowpaper.com/404-publication-not-found/?path=7ac10783/WEN59WEB#page=28" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service="electric-power-generation, wind, data-centers-switch-centers, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Growth Recognized in ENR 2021 Sourcebook Rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Growth Recognized in ENR 2021 Sourcebook Rankings </h4> <p> </p><p>KANSAS CITY, Missouri — Continued support of critical infrastructure projects and diversified services helped<a href="https://www.burnsmcd.com/services">Burns & McDonnell</a>achieve a strong standing in the 2021<em>...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/enr-2021-sourcebook-rankings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, manufacturing-industrial, buildings, aerospace-space, fire-protection-code-consulting, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Design Alternatives for Special Industrial Occupancies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_MAR_PerformanceBasedDesign_23920/ENS-MAR-Performance-Based-Design-Alternatives-in-Special-Industrial-Occupancies_Landing-Page-Hero_1600x800px_23920Landin.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design Alternatives for Special Industrial Occupancies </h4> <p> One size does not fit all when achieving and maintaining optimal asset protection and life safety for special industrial occupancies. Performance-based fire design helps... </p> </section> <a href="https://info.burnsmcd.com/white-paper/performance-based-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Progressive Design-Build Approach Accelerates Work on a Water Treatment System" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_ThorntonWaterTreatmentPlant_24186/WTR-KCM-Thornton-WTP_Landing-Page_24186_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Progressive Design-Build Approach Accelerates Work on a Water Treatment System </h4> <p> A new water treatment plant uses innovative technologies such as ozone and biological filtration to solve taste and odor challenges. Upon project completion, the new facility... </p> </section> <a href="https://info.burnsmcd.com/case-study/thornton-water-treatment-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="All-New Thornton Water Treatment Plant Positions Growing Colorado City for the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_WaterDesignBuildThornton_15087%20WP/WTR_DEN_-Water-Design-Build-Article-into-Thornton_Landing-Page_15087_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> All-New Thornton Water Treatment Plant Positions Growing Colorado City for the Future </h4> <p> The City of Thornton was looking for a solution to consistently manage water quality challenges. Through an innovative new water treatment plant, the city used ozone and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/thornton-water-treatment-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Current: Meeting decarbonisation goals with reliability and resilience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Meeting decarbonisation goals with reliability and resilience </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/blogs/meeting-decarbonisation-goals-with-reliability-and-resilience" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Considerations for Replacing or Upgrading Underground Transmission Assets" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_JuneWebinar_24635/Considerations-For-Replacing-or-Upgrading-Underground-Trainsmission-Assets-webinar-June-24635-hero-registration.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for Replacing or Upgrading Underground Transmission Assets </h4> <p> Utilities face a number of new demands on power infrastructure, while also facing the need for replacement or upgrades of aging transmission assets. The task becomes even... </p> </section> <a href="https://info.burnsmcd.com/webinar/considerations-for-replacing-or-upgrading-underground-transmission-assets" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Electrical Master Planning for Industrial Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_JuneWebinarSiteSelection101forIndustrialsinMexico_24520/24520_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrical Master Planning for Industrial Facilities </h4> <p> Facility electrical infrastructure assessment, also known as electrical master planning, is a critical industry practice to help reduce the possibility of electrical failures... </p> </section> <a href="https://info.burnsmcd.com/webinar/electrical-master-planning-for-industrial-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Ameren Missouri and Burns & McDonnell Break Ground on 6.5-Megawatt, 12,200-Panel Community Solar Project in East-Central Missouri" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ameren Missouri and Burns & McDonnell Break Ground on 6.5-Megawatt, 12,200-Panel Community Solar Project in East-Central Missouri </h4> <p> </p><p>NEW FLORENCE, Missouri — To continue powering<a href="https://www.ameren.com/missouri/company/environment-and-sustainability/integrated-resource-plan?wt.mc_id=vanity_offline_amo_c2c" target="_blank" title="Ameren Missouri" rel="noopener">Ameren Missouri</a>’s transformational renewable generation plans, the utility and Burns & McDonnell have broken ground on a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ameren-community-solar-project-missouri" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-utility-cybersecurity, electric-utility-compliance, electric-utility-risk-management, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="A Robust Program Significantly Reduces Compliance Errors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_BCHydroNercCipCompliance_23530/TND-CAN-BC-Hydro-NERC-CIP-Compliance-Support_Landing-Page_23530_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Robust Program Significantly Reduces Compliance Errors </h4> <p> Understanding and implementing North American Electric Reliability Corp. (NERC) Critical Infrastructure Protection (CIP) standards can be challenging for utilities.... </p> </section> <a href="https://info.burnsmcd.com/project-profile/bc-hydro-nerc-cip-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Institution of Mechanical Engineers: 5 ways diversity enhances engineering projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Institution of Mechanical Engineers: 5 ways diversity enhances engineering projects </h4> <p> </p> </section> <a href="https://www.imeche.org/news/news-article/feature-5-ways-diversity-enhances-engineering-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="liquefied-natural-gas-(lng), environmental, mitigation-banking, ecological-studies-protected-species"> <section class="project-image"> <section aria-label="Burns & McDonnell Secures U.S. Fish and Wildlife Service Approval for National Eagle Protection and Offset Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellSecuresUSFishWildlifeServiceApprovalforNationalEagleProtectionOffsetProgram24237hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Secures U.S. Fish and Wildlife Service Approval for National Eagle Protection and Offset Program </h4> <p> </p><p>KANSAS CITY, Missouri — With support from the U.S. Fish and Wildlife Service (USFWS), Burns & McDonnell is helping project owners across the country mitigate impacts to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/approval-for-eagle-protection-offset-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, industrial-power, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell and bpx energy Cut Oilfield Emissions Through Electrification in Permian-Delaware Basin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/bpxenergyoilfieldelectrification24053hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and bpx energy Cut Oilfield Emissions Through Electrification in Permian-Delaware Basin </h4> <p> </p><p>MIDLAND, Texas — As reported in<a href="https://www.bp.com/content/dam/bp/business-sites/en/global/corporate/pdfs/sustainability/group-reports/bp-sustainability-report-2020.pdf" target="_blank" title="bp’s 2020 corporate sustainability report" rel="noopener">bp’s 2020 corporate sustainability report</a>,<a href="https://hubs.li/H0QKCdR0" target="_blank" title="oilfield electrification" rel="noopener">oilfield electrification</a>at<a href="https://www.bp.com/en_us/united-states/home/who-we-are/what-we-do/exploration-and-production/bpx-energy.html" target="_blank" title="bpx" rel="noopener">bpx</a>energy — bp’s U.S. onshore oil and gas operations — led to a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bpx-energy-electrification-cuts-oilfield-emissions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, emissions-controls, gas-turbines, plant-services"> <section class="project-image"> <section aria-label="Creative Solution Overcomes Challenges to Power a Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_CAN_CityofMedicineHat_23719/Creative-Solution-Overcomes-Challenges-to-Power-a-Community_Landing-Page_23719_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creative Solution Overcomes Challenges to Power a Community </h4> <p> Facing a quick timeline to accommodate the harsh winter months and accompanying bitter cold temperatures, as well as adjust to the challenges posed by the ongoing COVID-19... </p> </section> <a href="https://info.burnsmcd.com/project-profile/creative-solution-overcomes-challenges-to-power-a-community" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, natural-cultural-resources, ecological-studies-protected-species, federal-military, navy-marine-corps, environmental-services-for-military-facilities, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell, Marine Corps Air Station Camp Pendleton and U.S. Fish and Wildlife Service Break Ground on a Restoration Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/MoosaCreekRestorationMCASCampPendleton23608hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell, Marine Corps Air Station Camp Pendleton and U.S. Fish and Wildlife Service Break Ground on a Restoration Project </h4> <p> </p><p>SAN DIEGO — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, joined Marine Corps Air Station Camp Pendleton and the U.S. Fish and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/moosa-creek-restoration-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="scada-systems, electrical-transmission-distribution, electrical-distribution, grid-modernization"> <section class="project-image"> <section aria-label="CPS Energy Selects Burns & McDonnell as Contractor for Multi-Year Turnkey Grid Modernization Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CPSEnergySelectsBurnsMcDonnellasContractorforMultiYearTurnkeyGridModernizationProgram23716hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> CPS Energy Selects Burns & McDonnell as Contractor for Multi-Year Turnkey Grid Modernization Program </h4> <p> </p><p>SAN ANTONIO, Texas —<a href="https://www.cpsenergy.com/en.html" target="_blank" title="CPS Energy" rel="noopener">CPS Energy</a>has selected 100% employee-owned engineering, construction and architecture firm Burns & McDonnell as program manager for a state-of-the-art<a href="https://hubs.li/H0Qnrpc0" target="_blank" title="grid modernization" rel="noopener">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cps-energy-turnkey-grid-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="data-infrastructure-platforms, enterprise-technology, systems-platforms, implementation-upgrades, data-analytics, architecture-infrastructure"> <section class="project-image"> <section aria-label="Digital Transformation Project for Northeast Utility Yields Significant Operational Efficiencies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_ComputerizedMaintenanceManagementSolution_22981/Digital-transformation-project-for-Northeast-utility-yields-significant-operational-efficiencies-_Landing%20Page_22981_160_1600x800px_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital Transformation Project for Northeast Utility Yields Significant Operational Efficiencies </h4> <p> A computerized maintenance management solution (CMMS) implementation for a large Northeastern utility has enabled operational staff to view digital twins of physical... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/computerized-maintenance-management-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Ranks No. 63 on the Great Place to Work List of ‘India’s Best Companies to Work For 2021’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Ranks No. 63 on the Great Place to Work List of ‘India’s Best Companies to Work For 2021’ </h4> <p> </p><p>VIKHROLI, Mumbai —<a href="https://www.burnsmcd.com/locations/mumbai">Burns & McDonnell India</a>has again been recognised as a great place to work by Great Place to Work Institute, marking the fifth consecutive year the company...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/india-great-place-to-work-list-2021" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Birmingham Business: Q&A With Zoe Dempsey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Birmingham Business: Q&A With Zoe Dempsey </h4> <p> </p> </section> <a href="https://www.birminghambiz.co.uk/five-minutes-with/Five-minutes-with-Zoe-Dempsey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="government-military" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Achieving Efficient and Effective Protection With Managed Security for OT Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_1898CoVerveJointPartnershipWebinar_24627/E98_1898&CoVerveJointPartnershipWebinar_24627_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieving Efficient and Effective Protection With Managed Security for OT Systems </h4> <p> Ransomware, insider threats and advanced persistent threats all pose significant risks to the connected industrial enterprise. OT assets that historically have been unmanaged... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/achieving-efficient-and-effective-protection-with-managed-security-for-ot-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment, operational-support-for-water-wastewater-facilities"> <section class="project-image"> <section aria-label="Engineering News-Record: Progressive Design-Build Enhances Project Completion and Operational Flexibility of Water Treatment Plant in Colorado" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Progressive Design-Build Enhances Project Completion and Operational Flexibility of Water Treatment Plant in Colorado </h4> <p> </p> </section> <a href="http://digitaladmin.bnpmedia.com/publication/?m=38305&i=710585&p=4&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Cybersecurity Directive for Oil and Gas Pipelines Targets Vulnerabilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Cybersecurity-Directive-for-Oil-Gas-Pipelines-Targets-Vulnerabilities-24718-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cybersecurity Directive for Oil and Gas Pipelines Targets Vulnerabilities </h4> <p> A recent federal security directive is the first of many steps toward greater protection of oil and gas pipelines and related infrastructure. </p> </section> <a href="https://1898blog.burnsmcd.com/cybersecurity-directive-for-oil-and-gas-pipelines-targets-vulnerabilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, coal-combustion-residuals-management, natural-gas-generation"> <section class="project-image"> <section aria-label="Lake Filled With Coal Ash Takes on New Life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_MoresLakeCCRImpoundment_23793/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lake Filled With Coal Ash Takes on New Life </h4> <p> The City of Columbia, Missouri, is transforming a coal ash impoundment into a freshwater lake and centerpiece of a public park. Through closure and restoration efforts, the... </p> </section> <a href="https://info.burnsmcd.com/project-profile/lake-filled-with-coal-ash-takes-on-new-life" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, baggage-handling, aviation-technology-security-systems, passenger-terminals, architecture, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="Rethinking Passenger Terminal Space Configurations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_PassengerTerminalSpace_23688/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rethinking Passenger Terminal Space Configurations </h4> <p> Even as the aviation industry grows and evolves, enhancing the passenger experience remains at the forefront. Airlines are discovering inventive ways to use existing space to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/rethinking-passenger-terminal-space-configurations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Let’s Find Better Strategies to Counter the Upsurge in Ransomware" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Lets-find-a-better-way-to-fight-back-against-the%20upsurge-in-cyberattacks-blog-24708-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Let’s Find Better Strategies to Counter the Upsurge in Ransomware </h4> <p> Recent ransomware incidents highlight the importance of protecting against OT system vulnerabilities with a risk assessment and robust preparedness plans. </p> </section> <a href="https://1898blog.burnsmcd.com/lets-find-better-strategies-to-counter-the-upsurge-in-ransomware" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="smart-infrastructure, physical-security, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="The Ticking Clock for AWIA Compliance on Risk Assessment and Emergency Response Plans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_AmericanWaterInfrastructure_12089/desktop/ContentHeader_01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Ticking Clock for AWIA Compliance on Risk Assessment and Emergency Response Plans </h4> <p> America’s Water Infrastructure Act (AWIA) sets into motion a timeline for risk and resiliency compliance requirements for community water systems. A cohesive, comprehensive... </p> </section> <a href="https://info.burnsmcd.com/americas-water-infrastructure-act/ticking-clock-for-awia-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Dividing Wall Column Theory, Application and Execution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_DividingWallColumnDWCWebinar_22003/22003_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dividing Wall Column Theory, Application and Execution </h4> <p> A patented dividing wall column (DWC) design is helping the oil and gas industry meet ESG goals. By reconceptualizing a traditional distillation system with a DWC, capital... </p> </section> <a href="https://info.burnsmcd.com/webinar/dividing-wall-column-theory" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="RMEL: Scott Clausen Receives RMEL’s 2021 Emerging Leader Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> RMEL: Scott Clausen Receives RMEL’s 2021 Emerging Leader Award </h4> <p> </p> </section> <a href="https://www.rmel.org/RMEL/Recognize/Scott_Clausen_Receives_RMEL_s_2021_Emerging_Leader_Award.aspx?WebsiteKey=f7a54cab-b849-49bc-bcd5-06f3641fadd0" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="strategic-asset-management, generation-benchmarking"> <section class="project-image"> <section aria-label="Evaluating Firm Fuel Options to Weather Challenging Conditions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_FirmingFuel_24385/Evaluating-firm-fuel-options-to-weather-challenging-conditions-white-paper-24385-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evaluating Firm Fuel Options to Weather Challenging Conditions </h4> <p> Power disruptions in Texas due to an extreme winter storm exposed the urgency of preparing generation facilities to operate on firm backup fuels when necessary. Operators... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/evaluating-firm-fuel-options-to-weather-challenging-conditions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Utility Consulting Industry Leaders Debashis Bose and Brian Despard Join 1898 & Co. in Houston" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Consulting Industry Leaders Debashis Bose and Brian Despard Join 1898 & Co. in Houston </h4> <p> </p><p>HOUSTON — As challenges surrounding thermal energy retirements meet related needs of integrating large-scale renewable generation, utilities are tasked with creating and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/utility-consulting-industry-leaders" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water-pipelines-conveyance, water, municipal-water-wastewater, advanced-water-wastewater-treatment, water-supply-distribution"> <section class="project-image"> <section aria-label="Proactive Preparation for Lead and Copper Rule Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Proactive_Preparation_For_Lead_and_Copper_Rule_Compliance_Landing_Page_Hero_1600x800_23139.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Proactive Preparation for Lead and Copper Rule Compliance </h4> <p> Changes to the U.S. Environmental Protection Agency Lead and Copper Rule require water service providers to develop an effective compliance strategy to protect the public,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/lead-and-copper-rule" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Mission-Critical Leader David Bals Joins Burns & McDonnell, Propelling Firm’s Design-Build Offerings for Data Centers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mission-Critical Leader David Bals Joins Burns & McDonnell, Propelling Firm’s Design-Build Offerings for Data Centers </h4> <p> </p><p>COLUMBUS, Ohio — As the data center market continues its rapid growth worldwide,<a href="https://www.linkedin.com/in/davidbals/" target="_blank" title="David Bals LinkedIn Profile" rel="noopener">David Bals</a>will expand Burns & McDonnell’s comprehensive services for mission-critical...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mission-critical-leader-david-bals-joins-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, reciprocating-engines"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected as EPC Contractor for 175-MW Natural Gas-Fired Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellSelectedasEPCContractorfor175MWNaturalGasFiredPlant24196hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected as EPC Contractor for 175-MW Natural Gas-Fired Plant </h4> <p> </p><p>KANSAS CITY, Missouri — NorthWestern Energy is adding dispatchable capacity to its portfolio through a 175-megawatt (MW) natural gas-fired RICE plant, the Laurel Generation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contractor-for-natural-gas-fired-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, permitting, gas-turbines, owner's-engineer"> <section class="project-image"> <section aria-label="Expanding Power Capabilities for Southwestern Canada" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_CAN_KineticorCascade_23788/Expanding-Power-Capabilities-For-Southwestern-Canada_Landing-Page_23788_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Expanding Power Capabilities for Southwestern Canada </h4> <p> Kineticor Resource Corp. needed a coordinated owner’s engineer team to support its development and execution of a cleaner, more efficient power generation solution. Working... </p> </section> <a href="https://info.burnsmcd.com/project-profile/expanding-power-capabilities-for-southwestern-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Scott Glaeser Joins Burns & McDonnell as Leader of New Pipeline Integrity Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Scott Glaeser Joins Burns & McDonnell as Leader of New Pipeline Integrity Group </h4> <p> </p><p>KANSAS CITY, Missouri — Scott Glaeser has joined Burns & McDonnell, where he will start up and lead a pipeline integrity practice within the Transmission & Distribution (T&D)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/scott-glaeser-pipeline-integrity-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Electra: Transforming 3D substation design with engineering design automation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electra: Transforming 3D substation design with engineering design automation </h4> <p> </p> </section> <a href="https://electra.cigre.org/316-june-2021/technology-e2e/transforming-3d-substation-design-with-engineering-design-automation.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Overcoming the Challenges of Operational Cybersecurity With Verve" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_Cybersecurity/Overcoming-challenges-of-operational-cybersecurity-with-a-key-partnership-24557.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming the Challenges of Operational Cybersecurity With Verve </h4> <p> With threat profiles continuing to evolve, operational cybersecurity is becoming a top priority for every critical infrastructure industry. Challenges can be overcome by... </p> </section> <a href="https://1898blog.burnsmcd.com/overcoming-challenges-of-operational-cybersecurity-with-verve" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications"> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Under Forty: Amanda Olson" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Under Forty: Amanda Olson </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2021/06/under-forty-amanda-olson?authkey=911a20b5af8ff0e3c38c62f122fd2ef49a8ba527acfbe0326516dc262bd82538" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, power" data-brand="burns-mcdonnell" data-service="aviation-support-facilities, distributed-energy-resources, chp/cogeneration"> <section class="project-image"> <section aria-label="Central Utility Plant Upgrade Project Improves Airport Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_CHI_ORDInternationalAirportChillerReplacement_23238/Central-Utility-Plant-Upgrade-Project-Improves-Airport-Efficiency_Landing-Page_23238_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Central Utility Plant Upgrade Project Improves Airport Efficiency </h4> <p> The replacement of aging chillers and water-based pumps and the upgrade of a cooling tower at O’Hare International Airport provided the chance to add system redundancy while... </p> </section> <a href="https://info.burnsmcd.com/case-study/central-utility-plant-upgrade-project-improves-airport-efficiency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Industrial Site Selection in Mexico: What Industrial Energy Users Need to Know" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/MEX_SiteSelectionMexico_22792%20Webinar/23398_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industrial Site Selection in Mexico: What Industrial Energy Users Need to Know </h4> <p> Industrial site selection is one of the most critical and complex decisions every industrial investor must make. In addition to supply chain considerations, the energy and... </p> </section> <a href="https://info.burnsmcd.com/webinar/site-selection-in-mexico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, asset-planning-management" data-brand="1898-co." data-service="power, oil-gas-chemicals, asset-planning-management"> <section class="project-image"> <section aria-label="Proactive LNG Equipment Assessments Can Help Maintain Energy Supply" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Proactive-LNG-equipment-assessments-can-help-maintain-energy-supply-24244-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Proactive LNG Equipment Assessments Can Help Maintain Energy Supply </h4> <p> A mechanical integrity program can assess longevity of critical liquefied natural gas (LNG) plant equipment and reduce risk of downtime during peak demand. </p> </section> <a href="https://1898blog.burnsmcd.com/proactive-lng-equipment-assessments-can-help-maintain-energy-supply" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="What You Should Know When Planning Gas-Insulated Substations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Modularized-Electrical-Substation-May-24003-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What You Should Know When Planning Gas-Insulated Substations </h4> <p> Please join us for a live webinar discussing the features and benefits of gas-insulated substations (GIS), versus air-insulated substations (AIS). Though a GIS has higher... </p> </section> <a href="https://info.burnsmcd.com/webinar/what-you-should-know-when-planning-gas-insulated-substations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Joins Second Major National Grid Framework to Support Net Zero Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Joins Second Major National Grid Framework to Support Net Zero Projects </h4> <p> </p><p>BIRMINGHAM, England — National Grid Electricity Transmission (NGET) has selected engineering-led EPC construction firm Burns & McDonnell to be part of its new RIIO T2...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/second-national-grid-framework-net-zero-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, government-military, policy-regulatory" data-brand="1898-co." data-service="oil-gas-chemicals, government-military, policy-regulatory"> <section class="project-image"> <section aria-label="Understanding the Effects of Incentives in the Renewable Fuels Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Understanding-Effects-of-Incentives-in-Renewable-Fuels-Market-24240-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the Effects of Incentives in the Renewable Fuels Market </h4> <p> Although the U.S. does not currently have a carbon tax on transportation fuels, national and regional standards effectively put a price on carbon. </p> </section> <a href="https://1898blog.burnsmcd.com/understanding-the-effects-of-incentives-in-the-renewable-fuels-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, wireless-communications, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="Ready or Not, Here Comes an Open Ecosystem for Wireless Broadband" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_OpenRAN_23247%20WP/TND-KCM-Open-RAN_Landing-Page_23247_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ready or Not, Here Comes an Open Ecosystem for Wireless Broadband </h4> <p> Open radio access network (RAN), or O-RAN technology, is emerging as an attractive cellular solution. Though exact benefits are still disputed by some, there is evidence that... </p> </section> <a href="https://info.burnsmcd.com/white-paper/open-ran-telecommunications" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell an Awardee for $2 Billion Design and Construction Services Contract With U.S. Military" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell an Awardee for $2 Billion Design and Construction Services Contract With U.S. Military </h4> <p> </p><p>KANSAS CITY, Missouri — To advance worldwide design and construction missions across multiple branches of the U.S. armed forces, Burns & McDonnell was selected as an awardee...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-construction-services-for-military" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Two New Members for Board of Directors to Help Guide Growth and Evolution of the Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Two New Members for Board of Directors to Help Guide Growth and Evolution of the Firm </h4> <p> </p><p>KANSAS CITY, Mo. — Ray Kowalik, chairman and CEO of<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, announces the addition of two members to the board of directors, including<a href="https://www.linkedin.com/in/renitamollman/" target="_blank" title="Renita Mollman LinkedIn Profile" rel="noopener">Renita Mollman</a>, the first...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/two-new-members-for-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, power" data-brand="burns-mcdonnell" data-service="aviation, aviation-support-facilities, electric-power-generation, campus-energy, district-energy, distributed-energy-resources, chp/cogeneration"> <section class="project-image"> <section aria-label="Midway International Airport Keeps Its Cool" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CHI_ANF_CentralHeatingRefrigerationPlantUpgrade_23209/MDW%20CHRP-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Midway International Airport Keeps Its Cool </h4> <p> A major renovation to Midway’s central heating and refrigeration plant offers increased energy efficiency while maintaining its robustness and reliability. These improvements... </p> </section> <a href="https://info.burnsmcd.com/case-study/central-heating-and-refrigeration-plant-upgrade" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, energy-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Engineer-Procure-Construct Contract for West Texas Storage Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BatteryEnergyStorageSystemhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Engineer-Procure-Construct Contract for West Texas Storage Projects </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell was selected by<a href="https://www.lgensol.com/en/company#:~:text=LG%20Energy%20Solution%20leads%20the" target="_blank" title="LG Energy Solution" rel="noopener">LG Energy Solution</a>and<a href="https://www.sercapitalpartners.com/" target="_blank" title="Sustainable Environmental Renewable (SER) Capital Partners " rel="noopener">Sustainable Environmental Renewable (SER) Capital Partners</a>to provide...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-for-west-texas-storage-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, grid-modernization"> <section class="project-image"> <section aria-label="Optimizing Infrastructure for the Next-Generation Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SCA_SCEDistributionEngineeringServices_12145/TND_SCA_SCEDistributionEngineeringServices_Landing-Page-Hero-1600x800px_12145Landing-Page-Hero-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Infrastructure for the Next-Generation Grid </h4> <p> Southern California Edison — one of the nation’s largest electric utilities — is modernizing its distribution grid to help propel its communities into the future. It is... </p> </section> <a href="https://info.burnsmcd.com/project-profile/optimizing-infrastructure-for-the-next-generation-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, power-generation-project-delivery, renewables, solar"> <section class="project-image"> <section aria-label="Burns & McDonnell Self-Performs Construction for 50-Megawatt Alternating Current Solar Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/TroySolarhero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Self-Performs Construction for 50-Megawatt Alternating Current Solar Project </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell recently completed the construction of<a href="https://www.centerpointenergy.com/en-us/" target="_blank" title="CenterPoint Energy" rel="noopener">CenterPoint Energy</a>’s utility-scale solar project. Located near Troy, Indiana, the 50-megawatt...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/self-performs-construction-for-ac-solar-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="hangars, federal-military, air-force-air-force-reserve, agencies-military-branches, military-fueling"> <section class="project-image"> <section aria-label="Arrival of C-17 Aircraft Creates Demand for a Hangar of Significant Proportions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ANF_KCM_PittsburghC-17_26100_CS_ArrivalofC-17AircraftCreatesDemandforHangarofSignificantProportions/2020_Pittsburgh_ARS_C_17_Hangar_001.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Arrival of C-17 Aircraft Creates Demand for a Hangar of Significant Proportions </h4> <p> The 911th Air Reserve Wing at the Pittsburgh Air Reserve Station required a new hangar in order to maintain its new aircraft. The space needed at the base had to offer new... </p> </section> <a href="https://info.burnsmcd.com/case-study/arrival-of-c-17-aircraft-creates-demand-for-a-hangar-of-significant-proportions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Cyber Incident and Executive Order Bring Zero-Trust Model to Forefront" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Cyber-Incident-Executive-Order-Bring-Zero-Trust-Model-to-Forefront-24460-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cyber Incident and Executive Order Bring Zero-Trust Model to Forefront </h4> <p> The cyberattack on Colonial Pipeline and a new executive order bring attention to the importance of a zero-trust security model for operational technology. </p> </section> <a href="https://1898blog.burnsmcd.com/cyber-incident-and-executive-order-bring-zero-trust-model-to-forefront" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, government-military, transportation" data-brand="burns-mcdonnell" data-service="environmental-studies-permitting, land-right-of-way-management, public-involvement, major-river-crossings, transportation, bridges"> <section class="project-image"> <section aria-label="Bridge Replacement Project to Reduce Congestion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_BuckONeill_22389/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bridge Replacement Project to Reduce Congestion </h4> <p> After an inspection found numerous structural deficiencies, the Missouri Department of Transportation needed to decide whether to rehabilitate or replace its Buck O’Neil... </p> </section> <a href="https://info.burnsmcd.com/project-profile/bridge-replacement-project-to-reduce-congestion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, environmental, air-quality-noise, environmental-studies-permitting, national-environmental-policy-act-(nepa), permitting, public-involvement"> <section class="project-image"> <section aria-label="Securing Commission Certification With Thorough Documentation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_MountaineerXpress_11956/ENS-KCM-Project-Profile-on-Mountaineer-Xpress-Project_Landing-Page_11956_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Securing Commission Certification With Thorough Documentation </h4> <p> As with any big pipeline project, Columbia Gas Transmission’s Mountaineer XPress Project — a 170-mile-long greenfield pipeline stretching across 13 counties in West Virginia... </p> </section> <a href="https://info.burnsmcd.com/project-profile/securing-commission-certification-with-thorough-documentation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, gas-transmission-distribution, renewables, environmental, solid-waste-resource-recovery, renewable-fuels-chemicals, distributed-energy-resources, biomass"> <section class="project-image"> <section aria-label="Environmental and Economic Benefits of Renewable Natural Gas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SCA_RNGTechnologyApplications_15232/TND-SCA-Renewable-Natural-Gas-Applications-&-Technology_Landing-Page-Hero_1600x800px_15232Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental and Economic Benefits of Renewable Natural Gas </h4> <p> Developing renewable natural gas (RNG) resources can enhance waste management practices, create job opportunities and increase energy production. Additionally, it can build... </p> </section> <a href="https://info.burnsmcd.com/white-paper/rng-technology-and-applications" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Furthers Commitment to Puerto Rico Infrastructure Revitalization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Furthers Commitment to Puerto Rico Infrastructure Revitalization </h4> <p> </p><p>SAN JUAN, Puerto Rico — To deepen a commitment to Puerto Rico and support the island’s critical infrastructure projects,<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution">Burns & McDonnell</a>announced<a href="https://www.linkedin.com/in/robvargas/" target="_blank" title="Robert Vargas LinkedIn Profile" rel="noopener">Robert Vargas</a>has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/puerto-rico-infrastructure-revitalization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Top Design Firms Set Revenue Record Despite Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Top Design Firms Set Revenue Record Despite Pandemic </h4> <p> </p> </section> <a href="https://www.enr.com/articles/51732-top-design-firms-set-revenue-record-despite-pandemic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Assess, Prevent and Minimize OT Cyber Intrusions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_Xage1898Webinar_24128/E98_KCM_Xage1898Webinar_24128_WebHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Assess, Prevent and Minimize OT Cyber Intrusions </h4> <p> Traditional perimeter-based security models that rely on implicit trust and network access are falling short of protecting the connected infrastructure needed for digital... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/assess-prevent-minimize-ot-cyber-intrusions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Getting Bigger ... by Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Getting Bigger ... by Design </h4> <p> </p> </section> <a href="https://www.omagdigital.com/publication/?m=54501&i=707035&p=56" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Flatland: Shaping the New Normal in a Post-Pandemic Workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flatland: Shaping the New Normal in a Post-Pandemic Workplace </h4> <p> </p> </section> <a href="https://flatlandkc.org/news-issues/shaping-the-new-normal-in-a-post-pandemic-workplace/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, agencies-military-branches, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="The Pantex Plant Breaks Ground on High Explosive Science and Engineering Facility, Designed by Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/highexplosivescienceengineeringfacilityhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Pantex Plant Breaks Ground on High Explosive Science and Engineering Facility, Designed by Burns & McDonnell </h4> <p> </p><p>AMARILLO, Texas — The Pantex Plant recently broke ground on its new<a href="https://www.burnsmcd.com/projects/high-explosive-science-engineering-facility">High Explosive Science and Engineering (HESE) Facility</a>. Once complete, this state-of-the-art facility,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pantex-plant-breaks-ground-on-hese-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, solar"> <section class="project-image"> <section aria-label="RMEL Magazine: Utility-Scale Solar-Plus-Storage Considerations: Selecting the Right Battery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> RMEL Magazine: Utility-Scale Solar-Plus-Storage Considerations: Selecting the Right Battery </h4> <p> </p> </section> <a href="https://www.electricenergy-digital.com/rmet/0121_spring_2021/MobilePagedArticle.action?articleId=1680865#articleId1680865" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, agencies-military-branches"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Provide AEC Services for $200 Million B-21 Beddown" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/B21beddown24157hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Provide AEC Services for $200 Million B-21 Beddown </h4> <p> </p><p>KANSAS CITY, Missouri — As the U.S. Air Force prepares to bring the B-21 Raider — a next-generation long-range bomber aircraft — into service, Burns & McDonnell has been...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aec-services-for-b-21-beddown" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Diversity: Andy Jarvis and Ron Evans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Diversity: Andy Jarvis and Ron Evans </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2021/05/diversity-andy-jarvis-and-ron-evans?authkey=1c200cc5e01ecaaa12553e4fb25bd4f203e5193ba4c6747f9bbf4bb24555fd76" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="municipal-water-wastewater"> <section class="project-image"> <section aria-label="Informing Better Business Decisions Using A Digital Water Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_UsingDatatoCreateaDigitalTwin_21846/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Informing Better Business Decisions Using A Digital Water Approach </h4> <p> After years of data gathering, the water utility industry is beginning to see a shift toward better use of that data. In the past, consultants would simply provide clients... </p> </section> <a href="https://info.burnsmcd.com/white-paper/informing-better-business-decisions-using-a-digital-water-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Verifying Integrity of Natural Gas Pipelines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/wp%20additions/verifying-integrity/TND_KCM_PHMSA-Rulemaking-Summary-_Landing-Page-Hero-1600x800px_13260Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Verifying Integrity of Natural Gas Pipelines </h4> <p> An aging pipeline system coupled with unprecedented demands on U.S. natural gas production has prompted regulatory changes that transform the maintenance and safety... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pipeline-integrity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="program-management, underground-transmission, telecommunications, utility-automation, distribution-automation, scada-systems, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations, communication-site-infrastructure"> <section class="project-image"> <section aria-label="Well-Managed Grid Enhancements Aim To Make Puerto Rico Stronger Than Ever" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_ProgramManagementElectricalSystemRecovery_21426/TND-MEX-PREPA_Landing-Page-Hero_1600x800px_21426Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Well-Managed Grid Enhancements Aim To Make Puerto Rico Stronger Than Ever </h4> <p> After Hurricanes Irma and Maria wreaked havoc in the Carribean, the Puerto Rico Electric Power Authority sought help to permanently restore and strengthen its electric grid.... </p> </section> <a href="https://info.burnsmcd.com/project-profile/program-management-for-electrical-system-recovery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, government-military, power, water" data-brand="burns-mcdonnell" data-service="electric-power-generation, manufacturing-industrial-facilities, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Nine area engineering companies rank in ENR’s Top 500 Design Firms list" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Nine area engineering companies rank in ENR’s Top 500 Design Firms list </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2021/04/28/enr-top-500-design-burns-mcdonnell-black-veatch.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Inside-the-Fence Energy Q&A Panel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_AprilMexicoWebinar_22763/22763_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inside-the-Fence Energy Q&A Panel </h4> <p> Join Air Liquide, Capital Energético Mexicano (CEM) and Burns & McDonnell for a Q&A panel discussing inside-the-fence energy options for industrial users in Mexico from... </p> </section> <a href="https://info.burnsmcd.com/webinar/inside-the-fence-energy-q-a-panel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military" data-brand="burns-mcdonnell" data-service="federal, federal-military, agencies-military-branches, department-of-energy, federal-civilian-agencies"> <section class="project-image"> <section aria-label="Burns & McDonnell Names Willie Clark as Federal Strategies Director" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Willie Clark as Federal Strategies Director </h4> <p> </p><p>WASHINGTON, D.C. — To support the firm’s growing federal market, Burns & McDonnell names<a href="https://www.linkedin.com/in/willieclarkiii/" target="_blank" title="Willie Clark LinkedIn Profile" rel="noopener">Willie Clark</a>as federal strategies director. In this role, Clark will seek to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/willie-clark-federal-strategies-director" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="freight-rail, transit-rail, transportation, rail"> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Jeff Jones as a Rail Leader" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Jeff Jones as a Rail Leader </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/jeff-jones-86320b8/" title="Jeff Jones LinkedIn Profile" target="_blank" rel="noopener">Jeff Jones</a>has joined Burns & McDonnell as a rail leader within the Transportation Group in Kansas City. Jeff will be responsible for growing the rail...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-hires-jeff-jones-as-a-rail-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Accelerating Industrial Digital Transformation by Focusing on Cybersecurity: 1898 & Co. Partners with Xage to Secure Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Accelerating Industrial Digital Transformation by Focusing on Cybersecurity: 1898 & Co. Partners with Xage to Secure Critical Infrastructure </h4> <p> </p><p>KANSAS CITY, Missouri — 1898 & Co., part of Burns & McDonnell, has formed a partnership with<a href="https://xage.com/" target="_blank" title="Xage" rel="noopener">Xage</a>to bring zero-trust security to businesses in critical infrastructure...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/1898-partners-with-xage-critical-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation, enterprise-technology" data-brand="1898-co." data-service="power, business-strategy-transformation, enterprise-technology"> <section class="project-image"> <section aria-label="Three Keys to Successfully Implement Oracle Primavera Unifier" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Three-Keys-to-Successfully-Implement-Oracle-Primavera-Unifier-23585-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Keys to Successfully Implement Oracle Primavera Unifier </h4> <p> Robust planning, realistic expectations and adequate training can smooth the complex deployment and timely adoption of Oracle Primavera Unifier. </p> </section> <a href="https://1898blog.burnsmcd.com/three-keys-to-successfully-implement-oracle-primavera-unifier" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="Hindsight is 2020: The Future of Work is Here" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_WorkplaceDesignEmployeeExperience_22650/Hindsight-is-2020-The-Future-of-work-is-here_Landing-Page-Hero-1600x800px_22650Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hindsight is 2020: The Future of Work is Here </h4> <p> Companies have been given a unique opportunity to rethink the workplace and create an environment that supports people’s ideal work styles and positively impacts employee... </p> </section> <a href="https://info.burnsmcd.com/white-paper/hindsight-is-2020-the-future-of-work-is-here" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Designing the Canadian Grid for Resiliency and Severe Weather" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_CanadaWebinarApril_24002/Designing-Grid-Resiliency-Severe-Weather-webinar-April-24002-hero-registration.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing the Canadian Grid for Resiliency and Severe Weather </h4> <p> Please join us for a live webinar discussing steps utilities must consider in building a more resilient power delivery infrastructure that can better respond to future severe... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, power, telecommunications, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, electric-power-generation, environmental, telecommunications, wastewater-stormwater-collection, manufacturing-industrial-facilities, electrical-transmission-distribution, remediation"> <section class="project-image"> <section aria-label="Burns & McDonnell Maintains No. 9 Ranking on Annual Industry List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Maintains No. 9 Ranking on Annual Industry List of Top 500 Design Firms </h4> <p> </p><p>KANSAS CITY, Mo. — Continued<a href="https://www.burnsmcd.com/services?category=industry#industry" target="_self" title="service diversification">service diversification</a>and movement toward<a href="https://www.burnsmcd.com/about-us/corporate-sustainability">sustainability</a>and<a href="https://www.burnsmcd.com/services/industries/construction">integrated delivery models</a>helped Burns & McDonnell maintain a strong standing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranking-in-enr-2020-top-500-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="transportation"> <section class="project-image"> <section aria-label="Midwest Contractor: Burns & McDonnell Promotes Herrington to Director of Projects, Hires Otto as Transportation Director in Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Midwest Contractor: Burns & McDonnell Promotes Herrington to Director of Projects, Hires Otto as Transportation Director in Kansas City </h4> <p> </p> </section> <a href="https://www.acppubs.com/articles/burns-mcdonnell-promotes-herrington-to-director-of-projects-hires-otto-as-transportation-director-in-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service="fleet-electrification-advisory"> <section class="project-image"> <section aria-label="A Road Map for Successful Conversion to a Fully Electric Fleet" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/A-road-map-for-successful-conversion-to-a-fully-electric-fleet-white-paper-15539-hero-1600x650.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Road Map for Successful Conversion to a Fully Electric Fleet </h4> <p> Electric utilities and transit agencies may not know how to complete an efficient conversion when it comes to electrifying their vehicle fleets. Following a comprehensive... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/a-road-map-for-successful-conversion-to-a-fully-electric-fleet" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals, liquefied-natural-gas-(lng), midstream, pipeline-services, refining, storage-logistics, pipeline-facilities, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Significant Promotions in Oil, Gas and Chemical Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Significant Promotions in Oil, Gas and Chemical Group </h4> <p> </p><p>KANSAS CITY, Missouri — As the oil, gas and chemicals industries adapt to transitions in the market, Burns & McDonnell is announcing key leadership promotions to help the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/promotions-in-oil-gas-chemical-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="smart-infrastructure, wastewater-stormwater-collection, water-wastewater-program-management, water, sewer-separation"> <section class="project-image"> <section aria-label="Burns & McDonnell Congratulates City of Kansas City, Missouri on Third Amended Consent Decree" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Congratulates City of Kansas City, Missouri on Third Amended Consent Decree </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell congratulates the City of Kansas City, Missouri, for its breakthrough achievement in successfully negotiating a more sustainable and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kansas-city-third-amended-consent-decree" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="commissioning-(cx), healthcare, existing-building-commissioning, buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Retro-Commissioning Jump-Starts Healthcare Facility Accreditation Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SLO_ExploringtheImportanceofRetroCommissioning_22563/Retro-Commissioning-Jump-Starts-Healthcare-Facility-Accreditation-Process-22563-Header-image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Retro-Commissioning Jump-Starts Healthcare Facility Accreditation Process </h4> <p> Every three years most U.S. hospitals undergo a comprehensive evaluation by The Joint Commission, the leading accrediting body for the healthcare system. A... </p> </section> <a href="https://info.burnsmcd.com/white-paper/retro-commissioning-jump-starts-healthcare-facility-accreditation-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="hydrogen-production-distribution, electric-power-generation, renewables, hydrogen-use-storage"> <section class="project-image"> <section aria-label="Burns & McDonnell Supporting Orlando Utilities Commission in Hydrogen Demonstration Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/HydrogenSupportsDiversifiedEnergyAsset%20Portfolios22297Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Supporting Orlando Utilities Commission in Hydrogen Demonstration Project </h4> <p> </p><p>ORLANDO, Florida —<a href="https://www.ouc.com/" target="_blank" title="Orlando Utilities Commission" rel="noopener">Orlando Utilities Commission</a>(OUC) is developing a nation-leading technology demonstration project that could help the utility meet its 2050 goal of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/orlando-utilities-commission-hydrogen-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Area Development: Siting Next-Generation Data Centers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: Siting Next-Generation Data Centers </h4> <p> </p> </section> <a href="https://www.areadevelopment.com/data-centers/Q2-2021/siting-next-generation-data_-centers.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, grid-modernization"> <section class="project-image"> <section aria-label="Birmingham Business: New UK projects director appointed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Birmingham Business: New UK projects director appointed </h4> <p> </p> </section> <a href="https://www.birminghambiz.co.uk/news/New-UK-projects-director-appointed" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Zero-Trust Security Model: First Line of Defense in Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Zero-Trust-Security-Model-First-Line-of-Defense-in-Cybersecurity-24052-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Zero-Trust Security Model: First Line of Defense in Cybersecurity </h4> <p> A zero-trust model for cybersecurity gives operators a unique, effective way to fill gaps, leading to greater protection of industrial systems and assets. </p> </section> <a href="https://1898blog.burnsmcd.com/zero-trust-security-model-first-line-of-defense-in-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="microgrids, electrical-transmission-distribution, distributed-energy-resources"> <section class="project-image"> <section aria-label="Matterport: Burns & McDonnell Helps Client Avoid a Year-Long Delay on Distributed Energy Effort" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Matterport: Burns & McDonnell Helps Client Avoid a Year-Long Delay on Distributed Energy Effort </h4> <p> </p> </section> <a href="https://matterport.com/industries/case-studies/burns-mcdonnell-helps-client-avoid-year-long-delay-distributed-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Digital Substations Are a Catalyst to Achieving Net Zero" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/UKO_DigitalSubstations_21935/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital Substations Are a Catalyst to Achieving Net Zero </h4> <p> Achieving net zero requires more than just changes in the generation portfolio. Enabling more distributed energy resources requires a grid that is nimble and flexible while... </p> </section> <a href="https://info.burnsmcd.com/white-paper/digital-standard" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Are Americans Aware of the Cost of Litter?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/General-Assets/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Are Americans Aware of the Cost of Litter? </h4> <p> The Keep America Beautiful landmark study on littering is nearing completion, but early results suggest many Americans are not aware of the cost of litter. While preventing... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="A New Approach to Optimize the Pathway to Response Complete at Complex Contaminated Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SCA_ESSOnDemandWebinarSeries_22718/ENS_SCA_ESSOnDemandWebinarSeries_22718-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A New Approach to Optimize the Pathway to Response Complete at Complex Contaminated Sites </h4> <p> By placing the proper emphasis on a site’s geologic model and building a data-driven conceptual site model (CSM), our developed approach to remediating complex contaminated... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-supply-chain-studies, construction, oil-gas-chemicals, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="LanzaJet: LanzaJet awards engineering, procurement, and construction contracts to Zeton and Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> LanzaJet: LanzaJet awards engineering, procurement, and construction contracts to Zeton and Burns & McDonnell </h4> <p> </p> </section> <a href="https://www.lanzajet.com/lanzajet-awards-engineering-procurement-and-construction-contracts-to-zeton-and-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named One of the 2021 Best Workplaces in Texas by Great Place to Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BestWorkplacesinTexas2021hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named One of the 2021 Best Workplaces in Texas by Great Place to Work </h4> <p> </p><p>HOUSTON — Great Place to Work has honored Burns & McDonnell as one of the<a href="https://www.greatplacetowork.com/best-workplaces/texas/2021" target="_blank" title="2021 Great Place to Work’s Best Workplaces in Texas." rel="noopener">2021 Great Place to Work’s Best Workplaces in Texas.</a>The recognition signifies the 100%...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2021-best-workplaces-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="1898-co." data-service="business-strategy-transformation, people-culture-change, change-management, capital-asset-planning, strategic-asset-management"> <section class="project-image"> <section aria-label="Building a Case for People Change Management in Sustainable Capital Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_ChangeManagementandCapitalFunding_14655%20WP/Building-a-case-for-change-management-in-capital-projects-14655-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Case for People Change Management in Sustainable Capital Projects </h4> <p> A utility’s large capital projects must be justified to investors and stakeholders before resources can be allocated. Correctly positioning people change management within... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/change-management-and-capital-funding" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, green-infrastructure, master-planning-for-water-wastewater-utilities, wastewater-stormwater-collection, water-wastewater-program-management, water, industrial-water-wastewater, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Zach Herrington to Director of Projects in the Water Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Zach Herrington to Director of Projects in the Water Group </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/zach-herrington-p-e-pmp-375285b/" target="_blank" title="Zach Herrington LinkedIn Profile" rel="noopener">Zach Herrington</a>, PE, has been promoted to director of projects within the Water Group in Kansas City at Burns & McDonnell. This role becomes a dual...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/zach-herrington-director-of-projects-in-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Using SOAR to Speed Incident Resolution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Insights/Using-Security-Orchestration-Automation-Response-SOAR-to-Speed-Incident-Resolution.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using SOAR to Speed Incident Resolution </h4> <p> A large electrical transmission owner/operator (LTOO) sought to expand automation as a force multiplier. </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/using-soar-to-speed-incident-resolution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Master Planning To Enhance Cybersecurity Maturity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_MasterPlanningEnhanceCybersecurityMaturity_CS_Master%20Planning%20To%20Enhance%20Cybersecurity/OTcybersecuritystrategyprogramdesignmonitoringdeployment1898andco.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Master Planning To Enhance Cybersecurity Maturity </h4> <p> A transportation sector manufacturing client needed to improve its cybersecurity defenses. We developed an operational technology (OT) cybersecurity strategy, program design... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/master-planning-to-enhance-cybersecurity-maturity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="nerc-cip-compliance-services, security-consulting-services"> <section class="project-image"> <section aria-label="Asset Protection and NERC CIP Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_AssetProtectionNERCCompliance_WP_Asset%20Protection%20and%20NERC%20CIP%20Compliance/Cybersecurityregulatorycomplianceriskmanagementservices1898andco.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Asset Protection and NERC CIP Compliance </h4> <p> A major North American electric utility holding company needed assistance with cybersecurity, regulatory compliance and risk management for its critical assets, including... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/asset-protection-and-nerc-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Jason Chandler Joins Burns & McDonnell U.K. Leadership Team as Projects Director" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jason Chandler Joins Burns & McDonnell U.K. Leadership Team as Projects Director </h4> <p> </p><p><strong>BIRMINGHAM, England —</strong>Engineering-led design and EPC construction firm Burns & McDonnell has named Jason Chandler as projects director for the U.K., a new senior leadership...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jason-chandler-uk-projects-director" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="alternative-delivery-for-transportation, highways, streets, transportation-planning-policy, transportation, bridges"> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Industry Leader Agnes Otto as Transportation Director" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Industry Leader Agnes Otto as Transportation Director </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/agnesotto/" target="_blank" title="Agnes Otto LinkedIn Profile" rel="noopener">Agnes Otto</a>has been hired as transportation director within the<a href="https://www.burnsmcd.com/services/industries/transportation">Transportation</a>Group at Burns & McDonnell.</p> <p>As transportation director, Otto will...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/agnes-otto-transportation-director" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation"> <section class="project-image"> <section aria-label="Three Things We Can Do to Reduce Friction and Lessen the Pain of Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Three-Things-We-Can-Do-to-Reduce-Friction-Lessen-Pain-of-Change-23155-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Three Things We Can Do to Reduce Friction and Lessen the Pain of Change </h4> <p> Change is constant and occurs with increasing speed and force. Expressing admiration for others, giving hope and being courageous can ease that friction. </p> </section> <a href="https://1898blog.burnsmcd.com/three-things-we-can-do-to-reduce-friction-and-lessen-the-pain-of-change" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="construction, manufacturing-industrial, oil-gas-chemicals, chemicals, refining, industrial-power, electric-power-generation, engineer-procure-construct, industrial-manufacturing-optimization, manufacturing-industrial-facilities, renewable-fuels-chemicals, substations"> <section class="project-image"> <section aria-label="Beyond EPC: A Turnkey Approach to Industrial Electrical Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HOU_IESTurnkeyDesignandConstruction_21742/TND-HOU-IES-Turnkey-Design-and-Construction_Landing-Page-Hero_1600x800px_21742Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beyond EPC: A Turnkey Approach to Industrial Electrical Services </h4> <p> Because keeping a facility online directly impacts profitability, electrical systems can play an outsized role in the success of industrial, refinery and petrochemical... </p> </section> <a href="https://info.burnsmcd.com/white-paper/beyond-epc-a-turnkey-approach-to-industrial-electrical-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="transportation" data-brand="burns-mcdonnell" data-service="transportation"> <section class="project-image"> <section aria-label="Building Arkansas: Recognizing the value of the engineering profession" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Arkansas: Recognizing the value of the engineering profession </h4> <p> </p> </section> <a href="https://arkansasengineers.org/home/wp-content/uploads/2021/05/BARK-April-2021-for-web.pdf#page=6" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Pipeline & Gas Journal: Improving Natural Gas Distribution Systems to Ease Pressure Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline & Gas Journal: Improving Natural Gas Distribution Systems to Ease Pressure Risks </h4> <p> </p> </section> <a href="https://pgjonline.com/magazine/2021/april-2021-vol-248-no-4/features/improving-natural-gas-distribution-systems-to-ease-pressure-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="E&T: Pioneering women’s tales can inspire the talent of tomorrow" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> E&T: Pioneering women’s tales can inspire the talent of tomorrow </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2021/03/pioneering-women-s-tales-can-inspire-the-talent-of-tomorrow/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Power Plant Retirement Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_CanadaWebinarMarch_23463/Power-plant-retirement-planning-webinar-March-23462-hero-registration.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Plant Retirement Planning </h4> <p> Please join us for a live webinar discussing issues utilities must deal with due to the impending closures of fossil fuel-fired power plants.With a number of federal and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="decommissioning-demolition, plant-decommissioning"> <section class="project-image"> <section aria-label="Area Development: Cultivate a Second Life for Decommissioned Power Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: Cultivate a Second Life for Decommissioned Power Plants </h4> <p> </p> </section> <a href="https://www.areadevelopment.com/energy/Q1-2021/cultivate-second-life-for-decommissioned-power-plants.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="commissioning-(cx), healthcare, buildings, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Moody Center for Breast Health at Parkland Opens Its Doors, Ready to Serve Dallas County Residents" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/MoodyCenterforBreastHealthatParklandOpensItsDoors23304hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Moody Center for Breast Health at Parkland Opens Its Doors, Ready to Serve Dallas County Residents </h4> <p> </p><p>DALLAS — Nearly six years after its architectural inception, the newly opened Moody Center for Breast Health at<a href="https://www.parklandhospital.com/" target="_blank" title="Parkland Health &amp; Hospital System" rel="noopener">Parkland Health & Hospital System</a>’s (Parkland) main campus...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/moody-center-for-breast-health-at-parkland" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-master-planning, aviation-infrastructure, general-aviation, passenger-terminals"> <section class="project-image"> <section aria-label="Williston Basin International Airport (XWA) Awards Burns & McDonnell Five-Year On-Call Services Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/WillistonBasinInternationalAirportAwardsBurnsMcDonnellOnCallServicesContract23453hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Williston Basin International Airport (XWA) Awards Burns & McDonnell Five-Year On-Call Services Contract </h4> <p> </p><p>WILLISTON, North Dakota (March 24, 2021) — Extending its partnership with<a href="https://www.flywilliston.net/" target="_blank" title="Williston Basin International Airport" rel="noopener">Williston Basin International Airport</a>(XWA), 100% employee-owned engineering, construction and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/williston-on-call-services-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, healthcare, healthcare-research-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Healthcare Capabilities Nationwide" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Healthcare Capabilities Nationwide </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is expanding its healthcare team and deepening its support of the industry, hiring five industry leaders who collectively bring...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bolsters-healthcare-capabilities-nationwide" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="engineering"> <section class="project-image"> <section aria-label="Missouri In-House Counsel: Constructive career: Quatman leaves a legacy of expertise in both law and architecture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Missouri In-House Counsel: Constructive career: Quatman leaves a legacy of expertise in both law and architecture </h4> <p> </p> </section> <a href="https://molawyersmedia.com/missouriinhouse/2021/03/24/great-career-quatman-leaves-legacy-expertise-law-architecture/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation"> <section class="project-image"> <section aria-label="Affirmation and Japanese Philosophy Can Help Your Change Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Affirmation-Japanese-Philosophy-Can-Help-Your-Change-Project-23154-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Affirmation and Japanese Philosophy Can Help Your Change Project </h4> <p> Established philosophies like Japanese Kintsugi can be one tool to help overcome the fear of change and rebuild with the lessons we learn from failure. </p> </section> <a href="https://1898blog.burnsmcd.com/affirmation-and-japanese-philosophy-can-help-your-change-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="On-Site Energy: Cogeneration and Microgrids" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_MarchMexicoWebinar_22567/22567_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> On-Site Energy: Cogeneration and Microgrids </h4> <p> Augmenting or replacing utility-delivered power at industrial plants can take many forms. Which one is right for you? Can they be combined? Join us for a conversation about... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Introducing Step Right Up! Science City Opens Brilliant New Exhibit, Courtesy of the Burns & McDonnell Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/GrandOpeningStepRightUphero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Introducing Step Right Up! Science City Opens Brilliant New Exhibit, Courtesy of the Burns & McDonnell Battle of the Brains </h4> <p> </p><p>KANSAS CITY, Missouri — Cheered by their families, teachers and hundreds of proud fans in the community via livestream, 12 students from<a href="https://www.tong464.org/vnews/display.v/SEC/Middle%20School" target="_blank" title="Tonganoxie Middle School" rel="noopener">Tonganoxie Middle School</a>took the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/introducing-step-right-up-science-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, acquisition-divestment, business-strategy-transformation" data-brand="1898-co." data-service="power, oil-gas-chemicals, acquisition-divestment, business-strategy-transformation"> <section class="project-image"> <section aria-label="Five Factors Form the Basis for Wellfield Electrification Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Five-Factors-Form-Basis-for-Wellfield-Electrification-Decisions-23491-Social1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Five Factors Form the Basis for Wellfield Electrification Decisions </h4> <p> The economic benefits of oil and gas wellfield electrification can justify the investment but only with proper planning and due diligence by producers. </p> </section> <a href="https://1898blog.burnsmcd.com/five-factors-form-the-basis-for-wellfield-electrification-decisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, construction, mixed-use-development, commercial-construction, commercial-buildings, mixed-use-facilities"> <section class="project-image"> <section aria-label="Integrated Design-Build Approach Elevates a Modern Living High-Rise" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Integrated-Design-Build-Approach-Elevates-A-Modern-Living-High-Rise-case-study-21075-header-2000x900.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrated Design-Build Approach Elevates a Modern Living High-Rise </h4> <p> Employing an integrated design-build approach, Burns & McDonnell built a distinctive high-rise apartment building into the historic Crossroads Arts District. The project team... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/complementing-a-historic-neighborhood-with-modern-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="KSHB: UMKC engineers plan to move university forward" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: UMKC engineers plan to move university forward </h4> <p> </p> </section> <a href="https://www.kshb.com/rebound/umkc-engineers-plan-to-move-university-forward" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, higher-education, commercial-buildings, higher-education-facilities"> <section class="project-image"> <section aria-label="Innovative Planning and Design Creates Cost-effective College Campus Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Commercial_08116%20CS%20Donnelly%20College%20Academic%20Building%20and%20Master%20Plan/Innovative-Planning-and-Design-Creates-Cost-effective-College-Campus-Solutions_Landing-Page-Hero-1600x800px_22329Landing.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovative Planning and Design Creates Cost-effective College Campus Solutions </h4> <p> To continue providing high-quality, accessible education for decades to come, the Donnelly College campus was in need of an innovative renovation solution. With a tight... </p> </section> <a href="https://info.burnsmcd.com/case-study/innovative-planning-and-design-creates-cost-effective-college-campus-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Leon Harden as Firm's First Diversity, Equity and Inclusion Strategy Manager" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Leon Harden as Firm's First Diversity, Equity and Inclusion Strategy Manager </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/about-us/diversity-and-inclusion">Burns & McDonnell</a>has promoted<a href="https://www.linkedin.com/in/leonharden/" target="_blank" title="Leon Harden LinkedIn Profile" rel="noopener">Leon Harden</a>as the firm’s first diversity, equity and inclusion (DEI) strategy manager. After three years working in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leon-harden-diversity-equity-inclusion-strategy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, critical-power, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Mission-Critical Offerings in Upper Midwest, Adding Three Industry Leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Mission-Critical Offerings in Upper Midwest, Adding Three Industry Leaders </h4> <p> </p><p>CHICAGO — 100% employee-owned engineering, construction and architecture firm Burns & McDonnell is expanding its support of mission-critical services in the Upper Midwest....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bolsters-mission-critical-offerings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, environmental, telecommunications, electrical-transmission-distribution, electrical-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Execute Engineering, Procurement and Construction for Bonneville Power Administration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/EPCforBonnevillePowerAdministration20878hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Execute Engineering, Procurement and Construction for Bonneville Power Administration </h4> <p> </p><p>VANCOUVER, Washington — Burns & McDonnell, ranked No. 6 in Top 100 Design-Build Firms by<em>Engineering News-Record (ENR)</em>, was selected by Bonneville Power Administration (BPA)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-for-bonneville-power-administration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power, manufacturing-industrial" data-brand="1898-co." data-service="enterprise-technology, data-analytics, asset-planning-management"> <section class="project-image"> <section aria-label="Asset Information Enablers for Business Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_AssetManagement_22855/Asset-information-enablers-for-business-management-white-paper-22855-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Asset Information Enablers for Business Management </h4> <p> Bill Gates once said that information technology and business are becoming inextricably interwoven; nobody can talk meaningfully about one without talking about the other. In </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/asset-information-enablers-for-business-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Carbon Capture Utilization & Storage " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_CarbonCaptureUsageStorageEnergyOnDemandWebinar_23029/23029_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carbon Capture Utilization & Storage </h4> <p> As pressure increases to meet decarbonization goals, interest in carbon capture, low-carbon fuel standards and credit generation opportunities are gaining steam. Join our... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, water, oil-gas-chemicals, business-strategy-transformation"> <section class="project-image"> <section aria-label="A Few Pages From Agile Principles Can Be an Antidote to Change Weariness" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Few-Pages-From-Agile-Principles-Can-Be-Antidote-to-Change-Weariness-23152-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Few Pages From Agile Principles Can Be an Antidote to Change Weariness </h4> <p> Even amid worldwide disruption, the pace of change is accelerating, causing change fatigue. The way forward requires thoughtful and agile principles. </p> </section> <a href="https://1898blog.burnsmcd.com/a-few-pages-from-agile-principles-can-be-an-antidote-to-change-weariness" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="master-planning-for-water-wastewater-utilities, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="MWEA Current: Performing Risk Assessment & Preparing Emergency Response Plans for Wastewater Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> MWEA Current: Performing Risk Assessment & Preparing Emergency Response Plans for Wastewater Utilities </h4> <p> </p> </section> <a href="https://www.kelmanonline.com/httpdocs/files/Current/spring2021/index.html?page=14&fbclid=IwAR3owGcYUiuu5U0Y_PaqaO1D4q2_sa9wuBd0jXlQcE16l_xl5Q50YBxHpyM" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Join Scottish and Southern Electricity Networks Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Join Scottish and Southern Electricity Networks Framework </h4> <p> </p><p>BIRMINGHAM, England — Scottish and Southern Electricity Networks (SSEN) has selected engineering-led construction firm Burns & McDonnell to be part of its new protection and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/join-scottish-southern-electricity-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, industrial-cybersecurity" data-brand="1898-co." data-service="power, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Navigating the Practicality of Cybersecurity Investment Incentives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Practicality-of-Cybersecurity-Investment-Incentives-23541-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Practicality of Cybersecurity Investment Incentives </h4> <p> Proposed rules on cybersecurity investment incentives from FERC are a starting point but may need further practical development to increase adoption. </p> </section> <a href="https://1898blog.burnsmcd.com/navigating-the-practicality-of-cybersecurity-investment-incentives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="ENR Midwest: Construction Starts in Kansas City, Mo., and Kan." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest: Construction Starts in Kansas City, Mo., and Kan. </h4> <p> </p> </section> <a href="https://www.enr.com/articles/51359-midwest-city-scoop-construction-starts-in-kansas-city-mo-and-kan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="government-military, industrial-cybersecurity" data-brand="1898-co." data-service="government-military, industrial-cybersecurity"> <section class="project-image"> <section aria-label="What You Need to Know About Upcoming Federal CMMC Requirements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/What-You-Need-to-Know-About-Upcoming-Federal-CMMC-Requirements-23356-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What You Need to Know About Upcoming Federal CMMC Requirements </h4> <p> Under the Cybersecurity Maturity Model Certification (CMMC), new classification levels are being imposed and will require demonstrated compliance. </p> </section> <a href="https://1898blog.burnsmcd.com/what-you-need-to-know-about-upcoming-federal-cmmc-requirements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="construction, engineering, federal, buildings, green-buildings, commercial-buildings, federal-military, federal-civilian-agencies"> <section class="project-image"> <section aria-label="Upgrading Essential Facilities for Today’s Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_LLNLB642_17857/ANF-SCA-LLNL-B642_Landing-Page-Hero-1600x800px_17857Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrading Essential Facilities for Today’s Demands </h4> <p> As national defense responses change over the years, the infrastructure that supports these operations must also evolve. To enhance performance and increase efficiencies,... </p> </section> <a href="https://info.burnsmcd.com/project-profile/upgrading-essential-facilities-for-todays-demands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="construction, federal, buildings, commercial-buildings, mission-critical-buildings, federal-military, agencies-military-branches, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Modernizing Critical Facilities for Today’s Demands" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_LLNLEOC_17856/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modernizing Critical Facilities for Today’s Demands </h4> <p> As national defense responses change over the years, so must the supporting infrastructure. To enhance performance and increase efficiencies, Lawrence Livermore National... </p> </section> <a href="https://info.burnsmcd.com/project-profile/modernizing-critical-facilities-for-todays-demands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, exploration-production, environmental, complex-site-remediation, remediation"> <section class="project-image"> <section aria-label="The High Cost of Cross-Industry Cultural Disconnect" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SCA_GroundwaterRemediation_19279/ENS-SCA-Groundwater-Remediation_Landing-Page-Hero_1600x800px_19279Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The High Cost of Cross-Industry Cultural Disconnect </h4> <p> Past groundwater remediation strategies have proved to be costly, falling short of cleanup goals largely due to complex geological factors. Fortunately, the application of... </p> </section> <a href="https://info.burnsmcd.com/white-paper/the-high-cost-of-cross-industry-cultural-disconnect" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="transportation, ports-maritime, industrial-cybersecurity" data-brand="1898-co." data-service="transportation, ports-maritime, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Employing Robust Cybersecurity Solutions for Maritime Transportation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Employing-Robust-Cybersecurity-Solutions-for-Maritime-Transportation-23267-Social-1898-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Employing Robust Cybersecurity Solutions for Maritime Transportation </h4> <p> Maritime companies and port authorities must use constant threat monitoring and detection systems to protect against cyberattacks and prevent disturbances. </p> </section> <a href="https://1898blog.burnsmcd.com/employing-robust-cybersecurity-solutions-for-maritime-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="T&D World: NGET Selects Burns & McDonnell To Join Major National Grid Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: NGET Selects Burns & McDonnell To Join Major National Grid Framework </h4> <p> </p> </section> <a href="https://www.tdworld.com/grid-innovations/transmission/article/21156973/nget-selects-burns-mcdonnell-to-join-major-national-grid-framework" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, environmental, permitting, land-right-of-way-management"> <section class="project-image"> <section aria-label="Considerations for Successfully Preparing Land Use Permitting for Natural Gas Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_MAR_NaturalGasLandUsePermitting_%2021633/Considerations-for-Successfully-Preparing-Land-Use-Permitting-for-Natural-Gas-Projects-21633-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for Successfully Preparing Land Use Permitting for Natural Gas Projects </h4> <p> Natural gas utility work that requires the replacement, upgrade or new installation of pipeline, regulator stations, city gates, or other above ground the infrastructure has... </p> </section> <a href="https://info.burnsmcd.com/white-paper/considerations-for-successfully-preparing-land-use-permitting-for-natural-gas-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, remediation"> <section class="project-image"> <section aria-label="Adaptive Remediation Design Creates Sustainable Reuse Opportunities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_TulsaFuelManufacturingSuperfund_16381/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Adaptive Remediation Design Creates Sustainable Reuse Opportunities </h4> <p> An agile framework allowed a remediation design to evolve as issues arose on a Superfund site. This created opportunities to remove contaminants and transform the site into a... </p> </section> <a href="https://info.burnsmcd.com/case-study/adaptive-remediation-design-creates-sustainable-reuse-opportunities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial, power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Evergy to Use AssetLens Software to Manage Distribution Assets, Plan Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/2022%20Site%20Assets/1898-Generic-Hero-Overlay.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Evergy to Use AssetLens Software to Manage Distribution Assets, Plan Projects </h4> <p> </p><p>KANSAS CITY, Missouri — Evergy will use<a href="https://hubs.ly/H0Hvgl20" target="_blank" title="AssetLens" rel="noopener">AssetLens</a>, an asset investment planning software developed by<a href="https://1898andco.burnsmcd.com/" target="_blank" rel="noopener">1898 & Co.</a>, part of Burns & McDonnell, to assess the condition and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/evergy-to-use-assetlens-software" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="The Business Desk: Engineering firm makes string of hires as business continues rapid growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Business Desk: Engineering firm makes string of hires as business continues rapid growth </h4> <p> </p> </section> <a href="https://www.thebusinessdesk.com/westmidlands/news/2049253-engineering-firm-makes-string-of-hires-as-business-continues-rapid-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Burns & McDonnell Partners on the Design and Construction for Advanced Treatment at Castle Rock Plum Creek Water Purification Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/DesignConstructionforAdvancedTreatmentatCastleRockPlumCreekWaterPurificationFacility14599hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Partners on the Design and Construction for Advanced Treatment at Castle Rock Plum Creek Water Purification Facility </h4> <p> </p><p>CASTLE ROCK, Colorado — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces the completion of the design and construction of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-construction-advanced-treatment-plum-creek" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, power, transportation, water" data-brand="burns-mcdonnell" data-service="renewables, environmental, solid-waste-resource-recovery, transportation-electrification, green-infrastructure, transportation, water, water-supply-distribution"> <section class="project-image"> <section aria-label="Building Sustainable, Resilient and Greener Cities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SCA_GreeningofUrbanEnvironments_%2015142/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Sustainable, Resilient and Greener Cities </h4> <p> The world’s population is growing, and drastic climate changes are happening in urban and rural areas alike. To safeguard the environment and provide better living... </p> </section> <a href="https://info.burnsmcd.com/white-paper/building-sustainable-resilient-and-greener-cities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="APWA Reporter: A Tale of Two Cities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> APWA Reporter: A Tale of Two Cities </h4> <p> </p> </section> <a href="https://apwa.partica.online/reporter/march-2021/features/a-tale-of-two-cities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="aerospace-space, automotive, consumer-products, food-beverage, steel, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Kansas City Business Journal: Tech advancements reshaping manufacturing and ushering in rapid transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Tech advancements reshaping manufacturing and ushering in rapid transformation </h4> <p> </p> </section> <a href="https://partners.bizjournals.com/celebrating-engineers-2021/tech-advancements-reshaping-manufacturing-and-ushering-in-rapid-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Extending the Life of a Critical Substation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_HydroOneStanleySubstation_19878/Extending-the-Life-of-a-Critical-Substation-case-study-burnsmcdonnell-19878-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Extending the Life of a Critical Substation </h4> <p> Upgrading critical power system components requires a strategic design plan that considers all connections and customers. Hydro One relied on a phased approach for seamless... </p> </section> <a href="https://info.burnsmcd.com/case-study/extending-the-life-of-a-critical-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Overview of Federal Water Policy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_FundingWebinarSeries_%2022736/WTR_KCM_FundingWebinarSeries_22736-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overview of Federal Water Policy </h4> <p> The federal administration transition coupled with the start of a new year make for a prime time to reflect on previous infrastructure priorities and look ahead at what is to... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="mission-critical-buildings, data-centers-switch-centers, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Continues Rapid Growth in UK" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Continues Rapid Growth in UK </h4> <p> </p><p>BIRMINGHAM, England — Engineering, design and construction firm Burns & McDonnell has hired a dozen new employees across its U.K. business after a positive year of growth.</p> <p>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-continues-rapid-growth-in-uk" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, environmental, power, transportation" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Projects Across the U.S. Earn Excellence Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellProjectsEarnExcellenceAwards22573hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Projects Across the U.S. Earn Excellence Awards </h4> <p> </p><p>KANSAS CITY, Missouri — Three Burns & McDonnell projects have received 2021 Engineering Excellence Awards from the<a href="https://www.acec.org/" target="_blank" title="American Council of Engineering Companies (ACEC)" rel="noopener">American Council of Engineering Companies (ACEC)</a>in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/projects-earn-excellence-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="public-involvement, highways, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="Pilot Study Explores Alternative Transportation Funding Options" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_I-95Corridor_19414/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pilot Study Explores Alternative Transportation Funding Options </h4> <p> Nearly stagnant gasoline taxes across the U.S. have led to growing shortfalls in budgets for maintaining and enhancing transportation systems. An extensive study into... </p> </section> <a href="https://info.burnsmcd.com/project-profile/pilot-study-explores-alternative-transportation-funding-options" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, transportation" data-brand="1898-co." data-service="new-technology-screening-selection, business-case-assessment"> <section class="project-image"> <section aria-label="Comparing the Advantages of Lithium-Ion Batteries and Hydrogen" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/Comparing-the-advantages-of-lithium-ion-batteries-and-hydrogen-white-paper-1898andCo-22663-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comparing the Advantages of Lithium-Ion Batteries and Hydrogen </h4> <p> The future of energy storage will depend on being able to store energy practically and economically for months at a time, as opposed to hours. While batteries are clear... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/comparing-the-advantages-of-lithium-ion-batteries-and-hydrogen" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Supply Challenges for New Industrial Plants in Mexico" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_FebMexicoWebinar_22534/22534_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Supply Challenges for New Industrial Plants in Mexico </h4> <p> Changes in Mexican energy regulations are causing delays in projects to build new industrial plants, mainly due to the complexity of maneuvering through the permitting and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Birmingham Business Post: Burns & McDonnell selected to join major National Grid framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Birmingham Business Post: Burns & McDonnell selected to join major National Grid framework </h4> <p> </p> </section> <a href="https://www.bbpmedia.co.uk/news/manufacturing/burns-mcdonnell-selected-to-join-major-national-grid-frame.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, electrical-upgrades, plant-services"> <section class="project-image"> <section aria-label="Streamlined Electrical and Prefabrication Work Repowers Midwest Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_SunflowerCimarronRiverCoolingTower_20584/Streamlined-Electrical-and-Prefabrication-Work-Repowers-Midwest-Plant_Landing-Page-Hero-1600x800px_20584Landing-Page-Her.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamlined Electrical and Prefabrication Work Repowers Midwest Plant </h4> <p> An unreliable cooling tower electrical system created operational challenges for a power plant in the Midwest. A quick solution was needed to fix the problem and improve... </p> </section> <a href="https://info.burnsmcd.com/case-study/streamlined-electrical-and-prefabrication-work-repowers-midwest-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution"> <section class="project-image"> <section aria-label="IJGlobal: NGET selects Burns & McDonnell for engineering contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IJGlobal: NGET selects Burns & McDonnell for engineering contract </h4> <p> </p> </section> <a href="https://www.ijglobal.com/articles/153383/nget-selects-burns-and-mcdonnell-for-engineering-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, project-management-office-(pmo)"> <section class="project-image"> <section aria-label="Exploring the Merits of Merging Program Management With PMO" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCN_Strength%20of%20a%20PMOProgramManagement_20016/Exploring-the-Merits-of-Merging-Program-Management-with-PMO_Landing-Page-Hero-1600x800px_20016.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring the Merits of Merging Program Management With PMO </h4> <p> Despite unique functions and benefits, project management offices (PMOs) and program management services are sometimes viewed as interchangeable. Rather than choosing one... </p> </section> <a href="https://info.burnsmcd.com/white-paper/strength-of-a-project-management-office-and-program-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="offshore-wind, electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Join Major National Grid Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Join Major National Grid Framework </h4> <p> </p><p>BIRMINGHAM, England —<a href="https://www.nationalgrid.com/uk/electricity-transmission/" target="_blank" title="National Grid Electricity Transmission" rel="noopener">National Grid Electricity Transmission</a>(NGET) has selected engineering-led construction firm Burns & McDonnell to be part of its new RIIO T2 EPC...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/selected-for-major-national-grid-framework" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="construction, engineering, operations-maintenance, electric-power-generation, campus-energy, district-energy, fire-protection-code-consulting, distributed-energy-resources, chp/cogeneration"> <section class="project-image"> <section aria-label="A District Energy System Is Bigger in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_HOU_TECOTexasMedicalCenterCUP_22315/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A District Energy System Is Bigger in Texas </h4> <p> It takes the biggest district energy system in North America to deliver reliable, chilled water and steam to the world’s largest medical center. But what happens when demand... </p> </section> <a href="https://info.burnsmcd.com/case-study/district-energy-systems-are-bigger-in-texas-too" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, transportation, water" data-brand="1898-co." data-service="regulatory-support, enterprise-technology, asset-planning-management"> <section class="project-image"> <section aria-label="A Pragmatic Approach for Asset Management Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_AssetManagementPlanning_16879%20WP/A-pragmatic-approach-for-asset-management-planning-white-paper-1898andCo-16879-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Pragmatic Approach for Asset Management Planning </h4> <p> Strategy and planning should be at the heart of every organization. Success depends on many factors, including maintaining line of sight from organizational strategy to... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/asset-management-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, remediation"> <section class="project-image"> <section aria-label="Environmental Business Journal Recognizes Burns & McDonnell for Community Giving and Technological Advancement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental Business Journal Recognizes Burns & McDonnell for Community Giving and Technological Advancement </h4> <p> </p><p>KANSAS CITY, Missouri (Feb. 15, 2021) — The<em><a href="https://ebionline.org/product-category/environmental-business-journal/" target="_blank" title="Environmental Business Journal" rel="noopener">Environmental Business Journal</a></em>(EBJ) has announced that Burns & McDonnell has been recognized in two awards categories at this...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ebj-community-giving-technological-advancement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, policy-regulatory" data-brand="1898-co." data-service="power, policy-regulatory"> <section class="project-image"> <section aria-label="Reflecting on Solar Panel Glare and How to Mitigate It" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Reflecting-on-Solar-Panel-Glare-How-to-Mitigate-It-22121-Social-1898.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reflecting on Solar Panel Glare and How to Mitigate It </h4> <p> Several options can mitigate the risk of potential glare from sunlight on installations of large solar photovoltaic (PV) modules at airports. </p> </section> <a href="https://1898blog.burnsmcd.com/reflecting-on-solar-panel-glare-and-how-to-mitigate-it" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, underground-distribution"> <section class="project-image"> <section aria-label="Upgrading and Expanding Underground Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CHI_UndergroundDistributionReplacements_15560/Upgrading-and-Expanding-Underground-Infrastructure_Landing-Page-Hero-1600x800px_15560Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrading and Expanding Underground Infrastructure </h4> <p> Locating power lines underground has many benefits. Because underground distribution makes for more attractive streetscapes, the public prefers it, too. Utilities face... </p> </section> <a href="https://info.burnsmcd.com/white-paper/upgrading-and-expanding-underground-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Upgraded Design Allows Water Treatment Facility to Meet Increasing Demand" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_BroomfieldWaterTreatmentPlan_14597/WTR_DEN_Broomfield-Water-Treatment-Plant_Landing-Page-Hero_1600x800px_14597Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgraded Design Allows Water Treatment Facility to Meet Increasing Demand </h4> <p> The Broomfield, Colorado, water treatment facility was entering its third decade of life and striving to serve a population that had more than doubled in size. After... </p> </section> <a href="https://info.burnsmcd.com/case-study/upgraded-design-allows-water-treatment-facility-to-meet-increasing-demand" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="business-strategy-transformation, enterprise-technology" data-brand="1898-co." data-service="business-strategy-transformation, enterprise-technology"> <section class="project-image"> <section aria-label="It Comes in Threes: Key Lessons Learned From Training on Oracle Primavera" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/It-Comes-in-Threes-Key-Lessons-Learned-From-Training-on-Primavera-Products-22588-Social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> It Comes in Threes: Key Lessons Learned From Training on Oracle Primavera </h4> <p> Training on new processes and technologies must account for how adults learn. Support and familiarity with principles of People Change Management helps. </p> </section> <a href="https://1898blog.burnsmcd.com/it-comes-in-threes-key-lessons-learned-from-training-on-oracle-primavera" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Retirement of General Counsel Bill Quatman, Names Paul Odum as Successor" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Retirement of General Counsel Bill Quatman, Names Paul Odum as Successor </h4> <p> </p><p>KANSAS CITY, Mo. — Burns & McDonnell Senior Vice President and General Counsel G. William (Bill) Quatman will retire from the company in mid-March. He will be succeeded as...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/general-counsel-bill-quatman-paul-odum" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, industrial-cybersecurity" data-brand="1898-co." data-service="water, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Protection, Detection and Response Form Cornerstones of Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Protection-Detection-Response-Form-Cornerstones-of-Cybersecurity-22905-social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protection, Detection and Response Form Cornerstones of Cybersecurity </h4> <p> The recent cyberattack on a water treatment system was an example of how the severity and frequency of attacks on critical infrastructure are increasing. </p> </section> <a href="https://1898blog.burnsmcd.com/protection-detection-and-response-form-cornerstones-of-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, environmental-health-safety-(ehs)-compliance, erosion-sediment-control, environmental-studies-permitting, permitting, construction-environmental-monitoring"> <section class="project-image"> <section aria-label="Do’s and Don’ts of Preparing And Implementing SWPPPs for Multiphase, Multiscope Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/meeting-2284501_1920.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Do’s and Don’ts of Preparing And Implementing SWPPPs for Multiphase, Multiscope Projects </h4> <p> Today’s large projects involve a variety of components, including the input of engineers and contractors, as well as environmental and schedule constraints. Getting all... </p> </section> <a href="https://info.burnsmcd.com/white-paper/stormwater-pollution-prevention-plans" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, storage-logistics"> <section class="project-image"> <section aria-label="A Robust Effort To Fuel a Growing Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_DEN_BrownfieldTerminalExpansion_20508/OGC_DEN_-Confidential-client_Phillips-66-Denver-Terminal-Growth-Expansion-anding-Page-Hero-1600x800px_20508Landing-Page-.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Robust Effort To Fuel a Growing Community </h4> <p> The Denver region is bustling with tourists and a consistently growing population. Recognizing the profit potential in fueling this active community, a confidential client... </p> </section> <a href="https://info.burnsmcd.com/case-study/brownfield-terminal-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service="construction"> <section class="project-image"> <section aria-label="Burns & McDonnell Launches Together By Design Newsletter Focused on Spotlighting Importance of Business Diversity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellLaunchesTogetherByDesignNewsletter22147.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches Together By Design Newsletter Focused on Spotlighting Importance of Business Diversity </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is launching<em><a href="https://hubs.ly/H0FP_p40" target="_blank" title="Together By Design, a quarterly business diversity newsletter" rel="noopener">Together By Design</a></em><a href="https://hubs.ly/H0FP_p40" target="_blank" title="Together By Design, a quarterly business diversity newsletter" rel="noopener">, a quarterly business diversity newsletter</a>that seeks to advance a community of inclusion. The email...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/spotlighting-importance-of-business-diversity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, ports-maritime, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, ports-maritime, business-strategy-transformation"> <section class="project-image"> <section aria-label="Making the Move to Port Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Making-Move-to-Port-Electrification-22167-Social-1898.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making the Move to Port Electrification </h4> <p> Though port electrification has environmental benefits, operators face many challenges in paying for and building out the necessary infrastructure. </p> </section> <a href="https://1898blog.burnsmcd.com/making-the-move-to-port-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, power, transportation" data-brand="burns-mcdonnell" data-service="transportation-electrification, ports-maritime"> <section class="project-image"> <section aria-label="An Electrified Future for Cargo Shipping Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_PortofOakland_%2009882_PP_TruckDepotElectrification/Port-of-Oakland-anding-Page-Hero-1600x800px_09882Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Electrified Future for Cargo Shipping Services </h4> <p> As part of an overall program aimed at accelerating the adoption of medium- to heavy-duty electric vehicles, the Port of Oakland embarked on a project to provide its depot... </p> </section> <a href="https://info.burnsmcd.com/case-study/an-electrified-future-for-cargo-shipping-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, offshore-wind, wind, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Offshore Wind Industry Leader Mark Rogers Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Offshore Wind Industry Leader Mark Rogers Joins Burns & McDonnell </h4> <p> </p><p>WALLINGFORD, Connecticut —<a href="https://www.burnsmcd.com/services/electric-power-generation/renewables/offshore-wind">Burns & McDonnell</a>, ranked the No. 1 firm in Power by<em>Engineering News-Record</em>, has hired industry veteran<a href="https://www.linkedin.com/in/mark-rogers-6bb53a8a/" target="_blank" title="Mark Rogers LinkedIn Profile" rel="noopener">Mark Rogers</a>to lead the firm’s development...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/offshore-wind-industry-leader-mark-rogers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, program-management"> <section class="project-image"> <section aria-label="Burns & McDonnell Continues Overseeing Progress at Louis Armstrong International Airport Through New Program Management Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ProgramManagementLouisArmstrongNewOrleansInternationalAirporthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Continues Overseeing Progress at Louis Armstrong International Airport Through New Program Management Contract </h4> <p> </p><p>KANSAS CITY, Missouri — As improvements continue to be made at the new Louis Armstrong New Orleans International Airport (MSY), Burns & McDonnell has been reselected by the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/program-management-new-orleans-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Delivering Big Service for a Small Replacement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SCA_PaloAlto60kVBreakerDesign-Build_17863/TND-SCA-Palo-Alto-60kV-Breaker-Design-Build_Landing-Page-Hero_1600x800px_17863Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Big Service for a Small Replacement </h4> <p> Facing future maintenance complications and potential power outages due to outdated equipment, a municipality set out to upgrade the breakers within its two substations. We... </p> </section> <a href="https://info.burnsmcd.com/project-profile/delivering-big-service-for-a-small-replacement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, oil-gas-chemicals, financial-analysis" data-brand="1898-co." data-service="power, oil-gas-chemicals, financial-analysis"> <section class="project-image"> <section aria-label="Understanding the Role of Renewable Identification Numbers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Understanding-Role-of-Renewable-Identification-Numbers-21952-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the Role of Renewable Identification Numbers </h4> <p> Understanding government incentives to move from conventional to renewable energy sources can be a challenge. But there are benefits. </p> </section> <a href="https://1898blog.burnsmcd.com/understanding-the-role-of-renewable-identification-numbers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management, business-strategy-transformation" data-brand="1898-co." data-service="power, asset-planning-management, business-strategy-transformation"> <section class="project-image"> <section aria-label="Four Reasons to Choose the Desert for Your Data Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Four-Reasons-to-Choose-the-Desert-For-Your-Data-Center-20077-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Four Reasons to Choose the Desert for Your Data Center </h4> <p> Easy access to renewable power sources and careful facility design can overcome obstacles and make the desert Southwest an option for data centers. </p> </section> <a href="https://1898blog.burnsmcd.com/four-reasons-to-choose-the-desert-for-your-data-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Trio of Significant Oil, Gas & Chemical Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Trio of Significant Oil, Gas & Chemical Promotions </h4> <p> </p><p>KANSAS CITY, Missouri — As the oil, gas and chemical industries navigate current market conditions, Burns & McDonnell has promoted three employee-owners to sustain and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/trio-of-oil-gas-chemical-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, commercial-retail-institutional, power, telecommunications" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Announces New Leadership Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Announces New Leadership Promotions </h4> <p> </p> </section> <a href="https://www.tdworld.com/careers/article/21154233/burns-mcdonnell-announces-new-leadership-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Mayor Quinton Lucas announces COVID-19 Vaccine Task Force" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mayor Quinton Lucas announces COVID-19 Vaccine Task Force </h4> <p> </p> </section> <a href="https://www.kshb.com/news/coronavirus/mayor-quinton-lucas-announces-covid-19-vaccine-task-force" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-transmission, competitive-transmission-development"> <section class="project-image"> <section aria-label="Renewable Energy World: FERC Order 845’s ‘option to build’ impacts renewable developers as much as the PTC and ITC" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy World: FERC Order 845’s ‘option to build’ impacts renewable developers as much as the PTC and ITC </h4> <p> </p> </section> <a href="https://www.renewableenergyworld.com/wind-power/ferc-order-845s-option-to-build-impacts-renewable-developers-as-much-as-the-ptc-and-itc/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, commercial-retail-institutional, environmental, government-military, power, telecommunications, transportation, water" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Four Senior Executives, Expands Officer Group After Record-Breaking Growth Year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Four Senior Executives, Expands Officer Group After Record-Breaking Growth Year </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/services?category=industry#industry" target="_self" title="Burns &amp; McDonnell">Burns & McDonnell</a>announces several key leadership promotions to president, senior vice president and vice president after another record year of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/officer-promotions-amid-record-breaking-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Increase Confidence With Cybersecurity Commissioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Increase-Confidence-With-Cybersecurity-Commissioning-21289-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increase Confidence With Cybersecurity Commissioning </h4> <p> Building commissioning is standard practice across many industries, but cybersecurity commissioning is fast becoming more important in a data-driven world. </p> </section> <a href="https://1898blog.burnsmcd.com/increase-confidence-with-cybersecurity-commissioning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Exploring Hydrogen’s Role in a Decarbonized Economy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_HydrogenWebinar-EnergyOnDemand_22117/ENR_KCM_HydrogenWebinar-EnergyOnDemand_22117-MicrositeHeader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring Hydrogen’s Role in a Decarbonized Economy </h4> <p> As trends toward decarbonization and renewable generation gain steam, interest in hydrogen has reemerged as a potentially key technology in the evolution of the power... </p> </section> <a href="https://info.burnsmcd.com/webinar/exploring-hydrogens-role-in-the-energy-economy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, smart-airports, aviation-infrastructure, aviation-support-facilities, aviation-technology-security-systems, general-aviation, hangars, passenger-terminals, federal, federal-military, environmental-services-for-military-facilities, military-master-planning, smart-governance, agencies-military-branches, energy-resiliency, foreign-military-sales, military-fueling"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Key Leadership Promotion for Its Aviation & Federal Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Key Leadership Promotion for Its Aviation & Federal Group </h4> <p> </p><p>KANSAS CITY, Missouri — At a pivotal time for the aviation and federal industries, Burns & McDonnell has named<a href="https://www.linkedin.com/in/joel-deboer/" target="_blank" title="Joel DeBoer LinkedIn Profile" rel="noopener">Joel DeBoer</a>, senior vice president, to lead the<a href="https://www.burnsmcd.com/services/industries/aviation">Aviation</a>&<a href="https://www.burnsmcd.com/services/industries/government-military-municipal">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leadership-for-aviation-federal-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Bifacial Modules: There are Two Sides to Every Solar Panel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_Renewables/Solar-Panels-01-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bifacial Modules: There are Two Sides to Every Solar Panel </h4> <p> Most of today’s solar panels collect solar irradiance from only the front side of the panel, which faces the sun. A new generation of bifacial panels capable of capturing... </p> </section> <a href="https://info.burnsmcd.com/white-paper/bifacial-solar-panels" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, renewables, offshore-wind"> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: U.S. Built Offshore Wind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: U.S. Built Offshore Wind </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2021/02/us-built-offshore-wind?authkey=c82ab0e6b2614edfedf7f8e907a9721b6977494cfdd3df19f28b97d3720681dc" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, wastewater-stormwater-collection, water-wastewater-program-management, water, industrial-water-wastewater, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Kerrie Greenfelder to Manager of Engineering in the Water Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Kerrie Greenfelder to Manager of Engineering in the Water Group </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/kerriegreenfelder/" target="_blank" title="Kerrie Greenfelder LinkedIn Profile" rel="noopener">Kerrie Greenfelder</a>, PE, has been promoted to Manager of Engineering within the Water Group at<a href="https://www.burnsmcd.com/services/industries/water">Burns & McDonnell</a>.</p> <p>Within this role Greenfelder will...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kerrie-greenfelder-manager-of-engineering-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, robotics-automation, automotive, consumer-products, food-beverage, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Driving the Design of ASRS Solutions With Data" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Driving-Design-of-ASRS-Solutions-With-Data-white-paper-burns-mcdonnell_Landing-Page-Hero-1600x800px-07533Landing-Page-He.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Driving the Design of ASRS Solutions With Data </h4> <p> Data is vital when considering a warehouse automation project, but it can be unclear how data drives the design of automated storage and retrieval systems. Learn how... </p> </section> <a href="https://info.burnsmcd.com/white-paper/how-data-drives-design-of-automated-storage-and-retrieval-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="data-infrastructure-platforms, architecture-infrastructure"> <section class="project-image"> <section aria-label="Operational Data Gaps Resolved With an OSIsoft PI Software Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_OSIsoft_21376/E98_KCM_OperationalDataGapsResolvedOSIsoft_835400-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Operational Data Gaps Resolved With an OSIsoft PI Software Solution </h4> <p> A Midwest-based independent power producer and supplier was seeing discrepancies between energy output of wind turbines and the energy available to be sold to customers. To... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/operational-data-gaps-resolved-with-an-osisoft-pi-software-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, power, telecommunications" data-brand="burns-mcdonnell" data-service="engineering, operations-maintenance, telecommunications"> <section class="project-image"> <section aria-label="Digitization Creates Efficiencies for Pacific Northwest Electric Utility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_DEN_CentralLincolnPUDCAD_%2018566/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digitization Creates Efficiencies for Pacific Northwest Electric Utility </h4> <p> Having accurate, comprehensive drawings to reference can be vital to utility operations and maintenance. Central Lincoln People’s Utility District turned to Burns & McDonnell... </p> </section> <a href="https://info.burnsmcd.com/case-study/digitization-creates-efficiencies-for-pacific-northwest-electric-utility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="consumer-products, food-beverage, pre-capital-consulting, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Packaging Design Leader Mitch Hamm Joins Burns & McDonnell in Cincinnati" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Packaging Design Leader Mitch Hamm Joins Burns & McDonnell in Cincinnati </h4> <p> </p><p>Mitch Hamm joins Burns & McDonnell in Ohio to lead packaging design solutions for food and consumer products clients nationwide.</p> <p><span>Within his more than 30 years of experience,...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hamm-packaging-design-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="renewables, telecommunications, electrical-transmission-distribution, grid-modernization"> <section class="project-image"> <section aria-label="T&D World: Three Trends to Energize 2021 Power Objectives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Three Trends to Energize 2021 Power Objectives </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21153558/three-trends-to-energize-2021-power-objectives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="aviation, aviation-support-facilities, renewables, solar, distributed-energy-resources"> <section class="project-image"> <section aria-label="Paving the Way for Sustainable Airport Campus Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_DistributedEnergyResourceFeasibilityStudy_17907/ANF-SCA-SFO-DER_Landing-Page-Hero-1600x800px_17907Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Paving the Way for Sustainable Airport Campus Operations </h4> <p> To help achieve its goal of becoming the first zero net energy airport in the world, San Francisco International Airport implemented a distributed energy resource program.... </p> </section> <a href="https://info.burnsmcd.com/case-study/distributed-energy-resource-feasibility-study" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mission: 2021 Safety Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_2021SafetyKickoffWebinar_21746/OGC_KCM_2021SafetyKickoff_21746_Webinar.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mission: 2021 Safety Webinar </h4> <p> Beginning every task with safety in mind is a guiding principle at Burns & McDonnell. Which is why we are starting out the new year by hosting an out-of-this-world virtual... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, remediation"> <section class="project-image"> <section aria-label="Design Optimization Reduces the Cost and Uncertainty of Remediation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_GroundwaterRemediation_19541/New%20photo.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design Optimization Reduces the Cost and Uncertainty of Remediation </h4> <p> Groundwater extraction and treatment — or pump and treat — is making a comeback in the remediation industry, primarily due to technological advancements that focus this... </p> </section> <a href="https://info.burnsmcd.com/white-paper/design-optimization-reduces-the-cost-and-uncertainty-of-remediation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, mining-minerals" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, industrial-manufacturing-optimization, mining-infrastructure"> <section class="project-image"> <section aria-label="Improving Mining Project Execution Through EPC" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PHX_EPCforMining_21775/Improving-Mining-Project-Execution-Through-EPC_Landing-Page-Hero-1600x800px_21775Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Mining Project Execution Through EPC </h4> <p> Working with an experienced, comprehensive engineer-procure-construct (EPC) team provides considerable advantages for the mining industry to manage complex and high-risk... </p> </section> <a href="https://info.burnsmcd.com/white-paper/improving-mining-project-execution-through-epc" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, renewables, environmental"> <section class="project-image"> <section aria-label="Engineering News-Record: Biden's Climate Plan Set to Accelerate Action on Resilience, Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Biden's Climate Plan Set to Accelerate Action on Resilience, Renewables </h4> <p> </p> </section> <a href="https://www.enr.com/articles/51073-bidens-climate-plan-set-to-accelerate-action-on-resilience-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization"> <section class="project-image"> <section aria-label="T&D World: PREPA Selects Burns & McDonnell for Reconstruction, Grid Modernization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: PREPA Selects Burns & McDonnell for Reconstruction, Grid Modernization </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21152735/prepa-selects-burns-mcdonnell-for-reconstruction-grid-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="environmental" data-brand="burns-mcdonnell" data-service="construction, environmental"> <section class="project-image"> <section aria-label="Engineering News-Record: Environmental Rule Changes Coming for Construction Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Environmental Rule Changes Coming for Construction Sites </h4> <p> </p> </section> <a href="https://www.enr.com/articles/51063-environmental-rule-changes-coming-for-construction-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="safety, engineer-procure-construct, renewables, solar, scada-systems"> <section class="project-image"> <section aria-label="Key Factors for Successful Solar Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/IMG_2622.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Factors for Successful Solar Construction </h4> <p> With PV module costs dropping, decarbonization efforts increasing and the solar ITC extended, interest in solar is high. A changing marketplace, however, is complicating the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/construction-of-solar-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, refining, electric-power-generation, renewables, renewable-fuels-chemicals, biomass"> <section class="project-image"> <section aria-label="Understanding the Role of RFS in Our Energy Transition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_FederalRenewableEnergy_17939/OGC-KCM-The-Current-Policy-for-Federal-Renewable-Energy_Landing-Page-Hero-1600x800px_17939Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the Role of RFS in Our Energy Transition </h4> <p> The current federal renewable energy policy is on the table for extension, debate or cancellation. To advocate for a robust renewable fuel program, it is essential to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/understanding-the-role-of-rfs-in-our-energy-transition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, wireless-communications, communication-site-infrastructure, long-term-evolution-(lte), utility-analytics"> <section class="project-image"> <section aria-label="Overcoming Private LTE Hurdles: Setting a Standard and Picking Spectrum" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_OvercomingPrivateLTEHurdles_15954/Overcoming-Private-LTE-Hurdles-Setting-A-Standard-and-Picking-Spectrum_Landing%20Page-Hero_Landing-Page-Hero-1600x800px_15954.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Private LTE Hurdles: Setting a Standard and Picking Spectrum </h4> <p> Facing rapid changes in generation, transmission and distribution of electricity, utilities are contemplating how the deployment of private wireless long-term-evolution... </p> </section> <a href="https://info.burnsmcd.com/white-paper/overcoming-private-lte-hurdles-setting-a-standard-and-picking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="project-management-office-(pmo)"> <section class="project-image"> <section aria-label="Unveiling the Business Benefits of a PMO Implementation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCN_ValueProjectManagementOffice_19993/AdobeStock_228453610.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unveiling the Business Benefits of a PMO Implementation </h4> <p> Despite proven capabilities to enhance effectiveness and successful outcomes, project management offices (PMOs) still face perception challenges — especially in demonstrating... </p> </section> <a href="https://info.burnsmcd.com/white-paper/value-of-a-project-management-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Financing Energy Projects at the U.S.-Mexico Border" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_JanMexicoWebinar_21761/21702-MexicoWebinar-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Financing Energy Projects at the U.S.-Mexico Border </h4> <p> Financing is a key element of any energy capital project. And it is a complex endeavor that needs to be carefully planned and executed for the project to succeed. Join us for... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, exploration-production, midstream, refining, industrial-power, electrical-transmission-distribution, sustainability"> <section class="project-image"> <section aria-label="The Business Case for Electrification of the Oilfield" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HOU_ElectrificationoftheOilField_16091/The%20Business%20Case%20for%20Electrification%20of%20the%20Oilfield_Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Business Case for Electrification of the Oilfield </h4> <p> Oil and gas production and delivery to midstream refiners consumes significant amounts of energy. The costs associated with this energy routinely rank as a top lease... </p> </section> <a href="https://info.burnsmcd.com/white-paper/business-case-for-electrification-of-the-oil-field" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, substations"> <section class="project-image"> <section aria-label="Efficiency and Schedule Certainty Drive Project Delivery Selection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ORL_BenefitsofEPC_20499/TND-ORL-Benefits-of-EPC-with-Beaches-Energy_Landing-Page-Hero-1600x800px_20499Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Efficiency and Schedule Certainty Drive Project Delivery Selection </h4> <p> Critical improvements at electrical substations call for timely repairs, but traditional project delivery methods can take years to complete. The engineer-procure-construct... </p> </section> <a href="https://info.burnsmcd.com/white-paper/efficiency-and-schedule-certainty-drive-project-delivery-selection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, aviation-infrastructure, general-aviation, passenger-terminals"> <section class="project-image"> <section aria-label="Airports Council International-North America Names Brian Reed Vice Chair of World Business Partners/Associates Board of Directors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airports Council International-North America Names Brian Reed Vice Chair of World Business Partners/Associates Board of Directors </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/brian-reed-b5a68b105/" target="_blank" title="Brian Reed LinkedIn Profile" rel="noopener">Brian Reed</a>, director of aviation strategic initiatives at Burns & McDonnell, has been elected as vice chair of the<a href="https://airportscouncil.org/" target="_blank" title="Airports Council International-North America" rel="noopener">Airports Council...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aci-na-brian-reed-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="ITA US Mexico Energy Business Council" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ITA US Mexico Energy Business Council </h4> <p> </p> </section> <a href="https://www.trade.gov/press-release/us-departments-commerce-and-energy-appoint-us-selection-us-mexico-energy-business" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="Engineering News-Record: Burns & McDonnell Named Program Manager for Massive Puerto Rico Grid Rebuild" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Burns & McDonnell Named Program Manager for Massive Puerto Rico Grid Rebuild </h4> <p> </p> </section> <a href="https://www.enr.com/articles/50995-burns-mcdonnell-named-program-manager-for-massive-puerto-rico-grid-rebuild" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization"> <section class="project-image"> <section aria-label="Puerto Rico Electric Power Authority Selects Burns & McDonnell to Provide Program Management Services for Electrical Grid Revitalization Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellawardedcontractforprogrammanagementservicestosupportPREPAhero16548.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Puerto Rico Electric Power Authority Selects Burns & McDonnell to Provide Program Management Services for Electrical Grid Revitalization Work </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution">Burns & McDonnell</a>has been awarded a contract for program management services to support the<a href="https://www.aeepr.com/INVESTORS/" target="_blank" title="Puerto Rico Electric Power Authority (PREPA)" rel="noopener">Puerto Rico Electric Power Authority (PREPA)</a>with the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/prepa-program-management-for-grid-revitalization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental, government-military, power, water" data-brand="burns-mcdonnell" data-service="consumer-products, food-beverage, oil-gas-chemicals, renewables, manufacturing-industrial-facilities, life-sciences-technology, electrical-transmission-distribution, water"> <section class="project-image"> <section aria-label="Burns & McDonnell Commemorates Nearly 110 Years of Service to Ohio With Opening of Akron Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/OpeningofBurnsMcDonnellAkronOfficehero21802.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Commemorates Nearly 110 Years of Service to Ohio With Opening of Akron Office </h4> <p> </p><p>AKRON, Ohio — After more than a century of service and commitment in Ohio, Burns & McDonnell is putting down roots in Akron — its second office location in the state — to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/opening-of-akron-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Shifting Power Market Dynamics Prompt Focus on Unit Operating Parameters" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Flexible-Dispatching-Prompts-Focus-on-Unit-Operating-Parameters-21803-social.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shifting Power Market Dynamics Prompt Focus on Unit Operating Parameters </h4> <p> Better understanding of unit operating parameters will help fossil generation asset owner/operators deploy assets more efficiently and economically. </p> </section> <a href="https://1898blog.burnsmcd.com/shifting-power-market-dynamics-prompt-focus-on-unit-operating-parameters" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, fiber-optic-infrastructure, mission-critical-networks, wireless-communications"> <section class="project-image"> <section aria-label="Burns & McDonnell Named Program Manager by SDG&E for New Wireless Broadband Telecommunications Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/OvercomingPrivateLTEHurdlesSettingStandardPickingSpectrum15954jpg.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named Program Manager by SDG&E for New Wireless Broadband Telecommunications Network </h4> <p> </p><p>SAN DIEGO, California —<a href="https://www.sdge.com/" target="_blank" title="San Diego Gas &amp; Electric (SDG&amp;E)" rel="noopener">San Diego Gas & Electric (SDG&E)</a>has selected<a href="https://www.burnsmcd.com/services/industries/telecommunications">Burns & McDonnell</a>to program manage the implementation of its new private long-term evolution (PLTE)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wireless-broadband-telecommunications-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, government-military, transportation" data-brand="burns-mcdonnell" data-service="air-quality-noise, transportation-planning-policy, smart-infrastructure, stormwater-management, sustainability, transportation, traffic-engineering"> <section class="project-image"> <section aria-label="On the Road to Sustainable Transportation in Los Angeles County" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_LA-Metro_13310/AdobeStock_221614545-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> On the Road to Sustainable Transportation in Los Angeles County </h4> <p> The Los Angeles County Metropolitan Transportation Authority (LA Metro) mandate to improve transportation embraces new approaches and the right resources to deliver success. </p> </section> <a href="https://info.burnsmcd.com/project-profile/on-the-road-to-sustainable-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, complex-site-remediation, remediation, manufactured-gas-plant-(mgp)-site-remediation"> <section class="project-image"> <section aria-label="A More Efficient, Targeted Approach to Manufactured Gas Plant Site Cleanup" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SLO_IntegratedHigh-ResolutionSite_16440/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A More Efficient, Targeted Approach to Manufactured Gas Plant Site Cleanup </h4> <p> Contamination at former manufactured gas plant (MGP) sites traditionally has been investigated and remediated using time-consuming and highly disruptive techniques. By... </p> </section> <a href="https://info.burnsmcd.com/white-paper/a-more-efficient-targeted-approach-to-manufactured-gas-plant-site-cleanup" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, pipeline-services, gas-transmission-distribution"> <section class="project-image"> <section aria-label="Communicate to Accelerate Pipeline Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ATL_BuildingaSuccessfulPipeline_19804/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Communicate to Accelerate Pipeline Project Delivery </h4> <p> In any successful relationship, constant communication is crucial, and pipeline projects are no different. To execute these complex projects during complicated times, the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/communicate-to-accelerate-pipeline-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, program-management, electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Key Leadership Promotions as Power Industry Sees Rapidly Changing Generation Mix" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Key Leadership Promotions as Power Industry Sees Rapidly Changing Generation Mix </h4> <p> </p><p>KANSAS CITY, Missouri — Amid a rapidly changing electric generation mix, Burns & McDonnell is announcing key leadership promotions to help the firm deliver on clients’...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/promotions-amid-rapidly-changing-generation-mix" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, engineering, healthcare, buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Burns & McDonnell Selected to Plan and Design University of Missouri Health Care East Pavilion Hospital Addition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected to Plan and Design University of Missouri Health Care East Pavilion Hospital Addition </h4> <p> </p><div> <div> <p>COLUMBIA, Missouri — Further enhancing its world-class patient care experience, University of Missouri Health Care (MU Health Care) has selected Burns & McDonnell to plan...</p> </div> </div> <p></p> </section> <a href="https://www.burnsmcd.com/news/mu-health-care-east-pavilion-hospital-addition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, nuclear, nuclear-plant-upgrades"> <section class="project-image"> <section aria-label="Coordinating Improvements at a Nuclear Power Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_OntarioPowerDarlington_%2019104/Coordinating-Improvements-at-a-Nuclear-Power-Plant-case-study-burns-mcdonnell-19104-hero-2500x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Coordinating Improvements at a Nuclear Power Plant </h4> <p> When a Canadian utility was preparing to spend billions of dollars on a 10-year refurbishment of a vital nuclear station, it sought independent oversight of the program... </p> </section> <a href="https://info.burnsmcd.com/case-study/coordinating-improvements-at-a-nuclear-power-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications, water" data-brand="1898-co." data-service="geospatial, utility-network-model-advisory"> <section class="project-image"> <section aria-label="Steps for Successful Migration to the Utility Network Model" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_UtilityNetworkModel_11681%20WP/Steps-for-successful-migration-to-the-utility-network-model-11681-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Steps for Successful Migration to the Utility Network Model </h4> <p> The ArcGIS Utility Network allows utilities to improve operational efficiency and asset utilization while strengthening relationships with regulators and consumers. But... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/utility-network-model" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, pump-stations, water-pipelines-conveyance, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Village of Homewood Awards Burns & McDonnell $11.72 Million Progressive Design-Build Water Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/HomewoodAwardsDesignBuildWaterProject13943hero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Village of Homewood Awards Burns & McDonnell $11.72 Million Progressive Design-Build Water Project </h4> <p> </p><p>HOMEWOOD, Illinois —<a href="https://www.burnsmcd.com/services/water">Burns & McDonnell</a>, a 100% employee-owned engineering, construction and architecture firm, has been selected by the Village of Homewood, Illinois, to lead...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/homewood-awards-design-build-water-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals, midstream, refining"> <section class="project-image"> <section aria-label="Improve Operations and Reduce Process Risk by Automating the Application of Knowledge" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_AutomatingtheApplicationofKnowledge_21294/Improve-Operations-and-Reduce-Process-Risk-By-Automating-The-Application-of-Knowledge_Landing%20Page%20Hero-1600x800px_21294.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improve Operations and Reduce Process Risk by Automating the Application of Knowledge </h4> <p> Risk analysis methods such as Layer of Protection Analysis (LOPA) may contribute to an under-utilization of the Basic Process Control System (BPCS) to manage process risk. By... </p> </section> <a href="https://info.burnsmcd.com/white-paper/improve-operations-and-reduce-process-risk-by-automating-the-application-of-knowledge" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="renewables"> <section class="project-image"> <section aria-label="Backing Up Vision With Substance and Investment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_UKO_GreenIndustrialRevolution_21505/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Backing Up Vision With Substance and Investment </h4> <p> The U.K. government’s energy white paper sets out how the U.K. will clean up its energy system and reach net zero emissions by 2050, a bracing commitment to a broad... </p> </section> <a href="https://info.burnsmcd.com/white-paper/backing-up-vision-with-substance-and-investment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="engineering, program-management, oil-gas-chemicals, pipeline-services, renewable-fuels-chemicals, rail"> <section class="project-image"> <section aria-label="New Facility Advances Alternative Energy Efforts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/DSC_0212.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Facility Advances Alternative Energy Efforts </h4> <p> The Gulf Coast will soon be home to a new renewable diesel plant, which will allow an international manufacturer and marketer of transportation fuels and petrochemicals to... </p> </section> <a href="https://info.burnsmcd.com/project-profile/renewable-diesel-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, water" data-brand="burns-mcdonnell" data-service="mining-infrastructure, water-reuse-reclamation, industrial-water-wastewater"> <section class="project-image"> <section aria-label="Uncover Sound Water Management Strategies for Mining" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PHX_SettingYourMineUpforSuccesswithSoundWaterTreatment_13306/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Uncover Sound Water Management Strategies for Mining </h4> <p> Balancing large water requirements against water scarcity and quality is vital for mining operators to maximize efficiency and minimize water-related impacts to the bottom... </p> </section> <a href="https://info.burnsmcd.com/white-paper/uncover-sound-water-management-strategies-for-mining" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="External Communication in Energy Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_Dec17ExternalCommunicationinEnergyProjects_21312/TND_MEX_Dec17ExternalCommunicationinEnergyProjects_21312-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> External Communication in Energy Projects </h4> <p> Communication is critical to every energy project, both internally and externally. Most companies struggle communicating the benefits of capital projects externally to their... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Bryan Knowles Joins Chicago Office to Lead Power Distribution Modernization Initiatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bryan Knowles Joins Chicago Office to Lead Power Distribution Modernization Initiatives </h4> <p> </p><p>Bryan Knowles joins Burns & McDonnell in Chicago to provide technical leadership on power distribution modernization projects nationwide.</p> <p>In his 15 years of experience, Bryan...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bryan-knowles-power-distribution-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Two Burns & McDonnell Employee-Owners Named to Engineering News-Record’s 2021 National Top 20 Under 40 List" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Two Burns & McDonnell Employee-Owners Named to Engineering News-Record’s 2021 National Top 20 Under 40 List </h4> <p> </p><p>KANSAS CITY, Missouri — Two Burns & McDonnell employee-owners have been selected for<em>Engineering News-Record</em>(<em>ENR</em>) magazine’s<a href="https://www.enr.com/blogs/13-critical-path/post/50808-enr-names-2021-top-20-under-40" target="_blank" title="2021 National Top 20 Under 40" rel="noopener">2021 National Top 20 Under 40</a>list. Jacob...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/employee-owners-named-to-enr-list" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, financial-analysis, policy-regulatory" data-brand="1898-co." data-service="oil-gas-chemicals, financial-analysis, policy-regulatory"> <section class="project-image"> <section aria-label="Carbon Intensity Is Important for Renewable Fuels Investments" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Carbon-Intensity-Is-Important-for-Renewable-Fuels-Investments-21456-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carbon Intensity Is Important for Renewable Fuels Investments </h4> <p> ROI for biofuel projects depends on state, federal and international programs that assign values based on carbon intensity of fuel type and process tech. </p> </section> <a href="https://1898blog.burnsmcd.com/carbon-intensity-is-important-for-renewable-fuels-investments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, pipeline-services, environmental-studies-permitting, permitting, stakeholder-management, land-right-of-way-management, public-involvement"> <section class="project-image"> <section aria-label="Two Major Pipelines Expand Capabilities in Northern Michigan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_TwoMajorPipelinesExpandCapabilitiesInNorthernMichigan_20602%20PP/HDD%202-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Two Major Pipelines Expand Capabilities in Northern Michigan </h4> <p> One of North America’s largest energy utilities required a team of engineers for the design and construction phases of two pipelines in Traverse City, Michigan, to provide... </p> </section> <a href="https://info.burnsmcd.com/project-profile/systemwide-natural-gas-pipelines-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline History From 1937 to the Present" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/updates/Header-153.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline History From 1937 to the Present </h4> <p> Claudia Farrell and Rebekah Taylor continue to explore the history of the pipeline industry from 1937 to the present. In the second installment of this conversation, you will... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Planning for the Unplanned: Recognizing Disruptions During Crisis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_UtilityDivePodcastLandingPage_21962/01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Planning for the Unplanned: Recognizing Disruptions During Crisis </h4> <p> In episode one, we discuss how utilities approach the essential task of contingency planning, what’s been learned during this pandemic, and how planning should be reimagined... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Leveraging the Technology Spectrum: From Security to Project Execution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_UtilityDivePodcastLandingPage_21962/03.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging the Technology Spectrum: From Security to Project Execution </h4> <p> In episode three, we discuss how utilities can deploy a range of technologies in order to keep critical infrastructure projects moving safely and efficiently, without... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Shift to Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_UtilityDivePodcastLandingPage_21962/05.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Shift to Renewables </h4> <p> In episode five, we work our way through some of these conflicting assessments and get a firmer grasp on where the markets for storage, rooftop solar, electric vehicles and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Keeping Projects Moving During a Disruption" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_UtilityDivePodcastLandingPage_21962/02.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping Projects Moving During a Disruption </h4> <p> In episode two, we discuss the role of project management offices (PMOs) in keeping infrastructure projects moving ahead during a disruption. </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="On-Site to Online: Keeping Construction Moving Forward" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_UtilityDivePodcastLandingPage_21962/04.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> On-Site to Online: Keeping Construction Moving Forward </h4> <p> In episode four, we discuss how utilities can keep their critical infrastructure projects moving toward completion in spite of the ripple effects of supply chain disruptions... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, electrical-transmission, overhead-transmission"> <section class="project-image"> <section aria-label="Overcoming Extreme Weather in Northern Canada for Effective Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_DesigningConstruction_20790/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Extreme Weather in Northern Canada for Effective Project Delivery </h4> <p> The world’s second-largest country, Canada is known for its natural beauty, diverse wildlife and multicultural diversity. It’s also known for its severe winters and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/designing-and-Constructing-in-northern-canada" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mayflower Wind Awards Contract to Burns & McDonnell for Feed Design of Onshore Substation and Cable System" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mayflower Wind Awards Contract to Burns & McDonnell for Feed Design of Onshore Substation and Cable System </h4> <p> </p><p>NEWTON, Massachusetts —<a href="https://www.burnsmcd.com/services/electric-power-generation/renewables/offshore-wind" title="Burns &amp; McDonnell">Burns & McDonnell</a>has been awarded the onshore Front End Engineering Design (FEED) for an offshore wind project with<a href="https://mayflowerwind.com/" title="Mayflower Wind Energy LLC" target="_blank" rel="noopener">Mayflower Wind Energy LLC</a>, a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mayflower-awards-contract-for-feed-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Clinton S. Burns Named Historic Civil Engineer by the American Society of Civil Engineers " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/social-suggested-images/1898andco.burnsmcd.comhubfsImported%20sitepage%20imagesheader-bg-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Clinton S. Burns Named Historic Civil Engineer by the American Society of Civil Engineers </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell co-founder Clinton S. Burns has been named a Historic Civil Engineer by the American Society of Civil Engineers (ASCE). Burns joins...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-named-historic-civil-engineer-by-asce" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, nuclear, nuclear-plant-upgrades, instrumentation-control"> <section class="project-image"> <section aria-label="Project Controls Programs are Fundamental for Life Extensions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_BrucePower_%2019103/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Project Controls Programs are Fundamental for Life Extensions </h4> <p> As North America’s aging nuclear power plants near the end of their useful design lives, life extension programs are becoming a matter of necessity. Programs for replacement... </p> </section> <a href="https://info.burnsmcd.com/case-study/project-controls-programs-are-fundamental-for-life-extensions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, exploration-production, industrial-power, electrical-transmission-distribution, electrical-distribution"> <section class="project-image"> <section aria-label="Investing in Oilfield Integration and Electrification to Power Ahead" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/HOU_OilfieldElectrification_20439/IMG_3553.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investing in Oilfield Integration and Electrification to Power Ahead </h4> <p> With many oil and gas companies planning for future alternative energy needs, a confidential client in West Texas requested our team help plan and implement upgrades that... </p> </section> <a href="https://info.burnsmcd.com/project-profile/oilfield-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="construction, healthcare, buildings, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Deploying the Next Evolution of Flexible Healthcare Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_MobileTestingFacility_19430/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Deploying the Next Evolution of Flexible Healthcare Facilities </h4> <p> Beyond innovative medical treatments, the approach to delivering quality healthcare demands personal and comprehensive patient care. As outpatient facilities increasingly... </p> </section> <a href="https://info.burnsmcd.com/white-paper/deploying-the-next-evolution-of-flexible-healthcare-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, pipeline-services, permitting, land-right-of-way-management, public-involvement"> <section class="project-image"> <section aria-label="Why a Single-Source Approach Benefits Some Pipeline Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why a Single-Source Approach Benefits Some Pipeline Projects </h4> <p> The location of oil and gas pipeline installations outside the confines of conventional construction sites adds complexity to everything from permitting and community... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/why-a-single-source-approach-benefits-some-pipeline-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, power" data-brand="burns-mcdonnell" data-service="construction, underground-transmission, environmental, permitting, natural-cultural-resources, ecological-studies-protected-species, electrical-transmission-distribution, electrical-transmission, overhead-transmission, routing-siting-permitting, routing-siting-studies"> <section class="project-image"> <section aria-label="Field Collaboration Enables Seamless Construction in Protected Species Habitat" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KirtlandsSnake_Jeffrey%20G.%20Davis_16337%20%281%29.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Field Collaboration Enables Seamless Construction in Protected Species Habitat </h4> <p> Construction of new transmission lines can be complicated, especially when the project impacts a protected species habitat. A permitting consultant with an experienced... </p> </section> <a href="https://info.burnsmcd.com/white-paper/protected-species-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="SaskPower Names Burns & McDonnell as EPC Contractor for Great Plains Power Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> SaskPower Names Burns & McDonnell as EPC Contractor for Great Plains Power Station </h4> <p> </p><p>KANSAS CITY, Missouri — SaskPower has selected Burns & McDonnell as the engineer-procure-construct (EPC) contractor for the new Great Plains Power Station. The new power...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/saskpower-epc-great-plains-power-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Stepping Up to Complete a Complicated Project Safely" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_GreenfieldSubstationConstruction_19378/IMG_2948%20%28003%29-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stepping Up to Complete a Complicated Project Safely </h4> <p> After a utility began work on a greenfield substation, the project hit an unforeseen snag that left it paused in varying stages of execution. With only a few months left to... </p> </section> <a href="https://info.burnsmcd.com/case-study/greenfield-substation-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Grid Code in Industrial Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_Nov19ConnectingtotheGridLowVoltageConsiderationsMexicoWebinarSeries_19143/TND_MEX_Nov19ConnectingtotheGridLowVoltageConsiderationsMexicoWebinarSeries_19143-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Code in Industrial Projects </h4> <p> This webinar aims to introduce the technical requirements that the grid code demands from load centers. This presentation will be of interest to load centers already... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Bladt Industries A/S and Burns & McDonnell Announce Alliance to Empower Expansion of Offshore Wind Industry in the U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bladt Industries A/S and Burns & McDonnell Announce Alliance to Empower Expansion of Offshore Wind Industry in the U.S. </h4> <p> </p><p>WALLINGFORD, Connecticut —<a href="https://www.bladt.dk/home.aspx" target="_blank" title="Bladt Industries" rel="noopener">Bladt Industries</a>A/S, a global leader in foundations and substations for offshore wind, and<a href="https://www.burnsmcd.com/services/electric-power-generation/renewables/offshore-wind">Burns & McDonnell</a>, a 100% employee-owned engineering,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/alliance-to-empower-expansion-of-offshore-wind" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Wichita Northwest Water Treatment Facility Receives Green Light to Proceed with Design-Build Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wichita Northwest Water Treatment Facility Receives Green Light to Proceed with Design-Build Contract </h4> <p> </p><p>WICHITA, Kansas — The Wichita City Council has voted unanimously to issue a full notice to proceed (FNTP) to Wichita Water Partners — led by Burns & McDonnell and<a href="https://alberici.com/" target="_blank" title="Alberici Constructors" rel="noopener">Alberici...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wichita-northwest-water-treatment-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, industrial-cybersecurity" data-brand="1898-co." data-service="power, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Vulnerability Assessments Create Road Map for Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Vulnerability-Assessments-Create-Road-Map-for-Cybersecurity-20672-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Vulnerability Assessments Create Road Map for Cybersecurity </h4> <p> Vulnerability assessments can insure against evolving threats. They identify assets and detect openings to cyberthreats via a systematic look at IT networks. </p> </section> <a href="https://1898blog.burnsmcd.com/vulnerability-assessments-create-road-map-for-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="project-planning-development, project-portfolio-management-systems, configuration-optimization-implementation-services"> <section class="project-image"> <section aria-label="Turning Data into Action With Project Management Tools" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Turning-data-into-action-with-project-management-tools-case-study-1898andCo-04791-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turning Data into Action With Project Management Tools </h4> <p> FirstEnergy’s project pipeline is essential to continue serving its 6 million customers reliably. In need of an integrated suite of project management tools — tailored and... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/turning-data-into-action-with-project-management-tools" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, pipeline-services"> <section class="project-image"> <section aria-label="Understanding the Feasibility and Design of Horizontal Directional Drilling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HDDDesignBestPractices_17297%20WP/HDD%204.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding the Feasibility and Design of Horizontal Directional Drilling </h4> <p> Evaluating the feasibility of the horizontal directional drilling technique can be a challenge for utilities and pipeline operators. A thorough survey of the site and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/hdd-design-best-practices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="asset-planning-management, project-planning-development, owner's-engineer-services"> <section class="project-image"> <section aria-label="Empowering Renewable Energy to Cross U.S.-Mexico Border" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/additional_slides/whitepaper/slideshow/Empowering-renewable-energy-to-cross-US-Mexico-border-case-study-1898andCo-15566-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Empowering Renewable Energy to Cross U.S.-Mexico Border </h4> <p> Baja California in Mexico offers some of the strongest wind resources on the West Coast. For all the minute details involved in developing a major wind farm to help serve... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/energ%C3%ADa-sierra-ju%C3%A1rez-wind-farm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, wireless-communications, communication-site-infrastructure"> <section class="project-image"> <section aria-label="4G LTE or 5G? Evaluating What Matters for Utility Grade Wireless Broadband" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_4Gvs5G_19169/AdobeStock_165779888.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 4G LTE or 5G? Evaluating What Matters for Utility Grade Wireless Broadband </h4> <p> Excitement is building over 5G wireless solutions. Utilities face a host of considerations — all boiling down to selecting the communications technology that best supports... </p> </section> <a href="https://info.burnsmcd.com/white-paper/wireless-broadband" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Connecting Increased Capacity to Power Communities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZ_GasCompressorPipingInstallation_16582/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Connecting Increased Capacity to Power Communities </h4> <p> As the need for reliable natural gas increased, Consumers Energy sought a way to increase capacity at its Freedom Station in Michigan. With a three-phase approach, five new... </p> </section> <a href="https://info.burnsmcd.com/project-profile/gas-compressor-piping-installation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Making Refineries Safer - Apprenticeship Programs Are Key to SB54's Model for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZ_RefineryConstructionMaintenance_09957/Foster%20Wheeler%20-%20Bayway%20Refinery%20%28002%29%20SK.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Refineries Safer - Apprenticeship Programs Are Key to SB54's Model for Success </h4> <p> Since California Senate Bill 54 (SB54) took effect in January 2014, California refineries have been transitioning their construction and maintenance contracts to building... </p> </section> <a href="https://info.burnsmcd.com/white-paper/refinery-construction-and-maintenance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Power Plant Upgrades Improve Efficiencies and Performance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_KCM_LosEsteros_16583/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Plant Upgrades Improve Efficiencies and Performance </h4> <p> After 10 years of operating, the Los Esteros Energy Facility in San Jose, California, needed an upgrade. In order to convert from a single‑cycle facility into a... </p> </section> <a href="https://info.burnsmcd.com/case-study/los-esteros-critical-energy-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Restoring an Urban Watershed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q2/Main-Hub/02_TooMuchWater/lp-elements/InLine-BM18-2-TooMuchWater-BigCanyonCreek.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoring an Urban Watershed </h4> <p> </p> </section> <a href="https://info.burnsmcd.com/case-study/big-canyon-creek-watershed" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="When Old Meets New: Modernizing a Colorado Hydroelectric Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_XcelEnergyCabinCreekHydroElectrical_09134%20When%20Old%20Meets%20New/MVIMG_20181205_0719101.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> When Old Meets New: Modernizing a Colorado Hydroelectric Plant </h4> <p> When Xcel Energy’s Cabin Creek Generating Station came online more than 50 years ago, the hydroelectric plant was a marvel of engineering nestled in the Rocky Mountains more... </p> </section> <a href="https://info.burnsmcd.com/project-profile/modernizing-a-colorado-hydroelectric-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Integrating Robotics Into Existing Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Manufacturing_06326/whitepapers/iStock_000025963931Large.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrating Robotics Into Existing Processes </h4> <p> Industrial automation through robotics is more accessible than ever with robots performing human-like functions such as assembling and testing products and picking and... </p> </section> <a href="https://info.burnsmcd.com/service-feature/robotics-and-automation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="engineering, oil-gas-chemicals, refining, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Converting a Petroleum Diesel Refinery for Renewable Diesel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_SLO_BiodieselPlantTransitionedtoNewTech_16334/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Converting a Petroleum Diesel Refinery for Renewable Diesel </h4> <p> As refiners consider renewable, low-carbon alternatives, renewable diesel — refined from agricultural products using petroleum refinery processes — is gaining traction.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/renewable-diesel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Improving Natural Gas Distribution Systems to Ease Pressure Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%2013.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Natural Gas Distribution Systems to Ease Pressure Risks </h4> <p> Providing a continuous supply of gas to residences and industries is the main objective of gas utilities. An overpressure event can jeopardize safety, damage the... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/improving-natural-gas-distribution-systems-to-ease-pressure-risks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ray Reigns" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ray Reigns </h4> <p> New Burns & McDonnell CEO Ray Kowalik talks about his responsibilities, the AZCO acquisition and the biggest change he has seen in the AEC industry in 30 years. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/ray-reigns" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Creating Waves in Smart Seaport Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark_mobile/assets/lp-headers/BM17-GreenTerminal-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Waves in Smart Seaport Operations </h4> <p> The Port of Los Angeles now has a renewable-powered, disaster-proof seaport microgrid. The energy-efficient marine terminal also reduces greenhouse gases. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/creating-waves-in-small-seaport-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Building for the Big Data Revolution" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building for the Big Data Revolution </h4> <p> The world is increasingly data hungry; data processing and storage are critical. We design and engineer new data centers as a foundation for the future. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/building-for-the-big-data-revolution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="A (Second) Home Sweet Home" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A (Second) Home Sweet Home </h4> <p> Material reuse enables sustainability-minded companies to give landfill-bound building materials a second life on the secondary market. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/second-home-sweet-home" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rev Up With Cleaner Fuel" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rev Up With Cleaner Fuel </h4> <p> Natural gas as a vehicle fuel - compressed or liquified - offers compelling benefits. But refueling with this renewable fuel will require changes to our system. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/rev-up-with-cleaner-fuel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Contaminants Emerging Understanding" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Contaminants Emerging Understanding </h4> <p> Identification and remediation of emerging contaminants like PFAS are gaining attention because of concerns about effects on human health and the environment. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/new-contaminants-emerging-understanding" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Compounding Compounds: Complying With New PFAS Regulations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark_mobile/assets/lp-headers/BM17-TB-PFAs-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Compounding Compounds: Complying With New PFAS Regulations </h4> <p> Rising concern over emerging contaminants in drinking water across the country has brought more attention to a collection of compounds known as PFAS. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/compounding-compounds" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Natural Gas Logistics: The Art of Negotiation" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Natural Gas Logistics: The Art of Negotiation </h4> <p> Competition is intense in the natural gas market, which is why power generators should learn to negotiate pricing for gas interconnect and delivery services. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/natural-gas-logistics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Testing and Monitoring: Optimal Green Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark_mobile/assets/lp-headers/BM17-TB-Green-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Testing and Monitoring: Optimal Green Infrastructure </h4> <p> To best sustain green infrastructure — and avoid costly maintenance, weed infiltration and poor performance — thorough testing and monitoring are critical. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/testing-and-monitoring" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="From Putrid to Profit: Finding Reusability in Landfill Gas" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> From Putrid to Profit: Finding Reusability in Landfill Gas </h4> <p> Despite the greenhouse gas captured from landfills in 2015, there is still potential to capture, reuse and profit from more than 445 million cubic feet per day. </p> </section> <a href="https://info.burnsmcd.com/benchmark/2017/may/from-putrid-to-profit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Keep on Trucking" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-KeepOnTrucking-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keep on Trucking </h4> <p> Heavy-duty electric vehicles are accelerating change in the landscape of smart infrastructure and smart transportation. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/keep-on-trucking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="The Big Switch" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-TheBigSwitch-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Big Switch </h4> <p> New environmental rules, changes in electricity consumption and growing distributed energy resources are leading utilities to rethink how to power the grid. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/the-big-switch" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Lights, Camera, Interaction!" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-LightsCameraInteraction-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lights, Camera, Interaction! </h4> <p> Streetlights are part of a smart cities transformation, enhanced with tech-driven safety innovations, helping develop smart infrastructure and smart governance. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/lights-camera-interaction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Securing the Future and the Internet of Things" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-SecuringTheFutureAndTheInternetOfThings-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Securing the Future and the Internet of Things </h4> <p> The convenience of connected devices today comes with risk. Protect your assets by following a few cybersecurity strategies and protocols. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/securing-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Getting Real With Augmented Reality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-ConceptToCompletion-AR-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Getting Real With Augmented Reality </h4> <p> Augmented reality (AR) technologies will shift our attention from screens to the world around us. Smart cities will harness the power of AR to communicate. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/getting-real-with-augmented-reality" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="John Talks Tech" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-QandA-JohnTalksTech-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> John Talks Tech </h4> <p> Smart cities initiatives can come from our new industry partners, implementing technology solutions that are deployable on a large scale. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/john-talks-tech" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Empowering a Smart Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-Spotlight-EmpoweringASmartCommunity-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Empowering a Smart Community </h4> <p> We worked with a client partner to turn a neighborhood into a controlled lab environment to test the impact of smart cities tech on power grid modernization. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/empowering-smart-community" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="X Marks the Spot" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-TechBriefs-XMarksTheSpot-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> X Marks the Spot </h4> <p> Survey-form and map-centric software makes field data collection easier and more accurate. As mobile technology grows smarter, it will be even more relevant. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/x-marks-the-spot" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Eyes in the Sky" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-TechBriefs-EyeInTheSky-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eyes in the Sky </h4> <p> Unmanned aerial systems (UAS), or drones, are a game-changer for smart cities, informing decisions on smart infrastructure, safety and security. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/eyes-in-the-sky" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Living in an Innovation Neighborhood" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2017_issue2/images/headers/BM17-2-TrendingTopics-LivingInAnInnovationNeighborhood-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Living in an Innovation Neighborhood </h4> <p> The smart cities movement is a vision for improving communities with smart infrastructure catering to sustainability, technology, cleanliness and convenience. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2017-issue-2/trending-topics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Disrupting the Norm With an Integrated Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_BenchMark2018_Q1_03319/Email/FeatureTile-Email-BM18-1-DisruptingTheNorm.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Disrupting the Norm With an Integrated Approach </h4> <p> An integrated team approach picks up the project delivery pace, assembling a crew on day one, streamlining processes, procedures, budgets and timelines. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/disrupting-the-norm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Prefab Can Be Fab on Commercial Projects" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Prefab Can Be Fab on Commercial Projects </h4> <p> Prefabricated building solutions are gaining ground on some commercial projects. Such modularization can be a faster, safer and more affordable approach. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/prefab-can-be-fab" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Nailing Seamless Program Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q1/05/MainTile-Experience-BM18-1-NailingSeamlessProgramManagement.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Nailing Seamless Program Management </h4> <p> Program management relieves stress and saves time and money while reducing risk when using integrated technology and an industry-specific program manager. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/nailing-seamless-program-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Sparking Connections" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q1/07/MainTile-Experience-BM18-1-SparkingConnections-185076-edited.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Sparking Connections </h4> <p> AZCO enhances the construction options for complex heavy industrial facilities and projects. Teams can gain more control of the variables that affect a project. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/sparking-connections" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Play It Safe On-Site" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q1/08/MainTile-Experience-BM18-1-PlayItSafeOnSite-440412-edited.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Play It Safe On-Site </h4> <p> Tackling safety challenges on-site requires the right people and the right plan. It starts with making construction safety the top priority from the outset. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/play-it-safe-on-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Finding Value In Taking Control" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding Value In Taking Control </h4> <p> The desire for efficiency means project managers must focus on the fundamentals while incorporating advancements. This is especially true for project controls. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/finding-value-in-taking-control" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Randy's Insight On-Site" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Randy's Insight On-Site </h4> <p> Randy Griffin, president of design-build construction, works with his team to provide safe, efficient and cost-effective design-build construction. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/randys-insight-on-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="More Talk, a Lot More Action" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> More Talk, a Lot More Action </h4> <p> A new district office building and maintenance facility — brought to life through design-build project delivery — preserve the legacy of an energy company. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/more-talk-a-lot-more-action" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Groundwater Remedies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q1/09/MainTile-Experience-BM18-1-TB-GroundwaterRemedies.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Groundwater Remedies </h4> <p> For remediation of groundwater, the subsurface produces uncertainty. Environmental sequence stratigraphy (ESS) provides efficient and cost-effective insight. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/groundwater-remedies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Avoiding the Dreaded Shutdown" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q1/10/Header-Experience-BM18-1-TB-AvoidingDreadedShutdown.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Avoiding the Dreaded Shutdown </h4> <p> Safety instrumented systems (SIS) balance safety, reliability and cost. Integrating SIS in the engineer-procure-construct (EPC) process improves success. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/avoiding-the-dreaded-shutdown" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Making Labor Costs More Predictable" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Labor Costs More Predictable </h4> <p> </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-1/making-labor-costs-more-predictable" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Raising the Elevation of a Substation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q2/Main-Hub/07_Spotlight/SmallTile-Experience-BM18-2-RaisingTheElevationOfASubstation.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Raising the Elevation of a Substation </h4> <p> Eversource Energy wanted to set up new electrical substations in a booming area of South Boston but wondered how it could expand in a crowded urban space. Being near the... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/raising-the-elevation-of-a-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Nature’s Next Move?" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Nature’s Next Move? </h4> <p> The future of natural disasters looks bleak, with the trend showing that events have become more common and more costly over the last century. Knowing the history and... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/natures-next-move" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Finding Order Among the Chaos" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding Order Among the Chaos </h4> <p> Building an emergency response and restoration plan that fits your location and environment is key to preparing for a natural disaster event. More importantly, understanding... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/finding-order-among-the-chaos" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="What to Do With Too Much Water" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q2/Main-Hub/02_TooMuchWater/lp-elements/InLine-BM18-2-TooMuchWater-Harvey.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What to Do With Too Much Water </h4> <p> 2017 was year of catastrophic flooding; extreme weather events will only increase in the future. How can communities and companies guard against the damaging effects of too... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/what-to-do-with-too-much-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="What to Do With Too Little Water" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> What to Do With Too Little Water </h4> <p> Water use has grown at more than twice the rate of the population. Without sufficient water supply planning, communities wither. But some are securing an abundant future with... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/what-to-do-with-too-little-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Uncover What Lies Beneath" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Uncover What Lies Beneath </h4> <p> As the duration, severity and location of weather-related events increase, utilities are turning focus, and rightfully so, below the surface to natural gas pipelines. </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/uncover-what-lies-beneath" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power in the Eye of the Storm" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power in the Eye of the Storm </h4> <p> The good news for utilities and customers is that modern technology and strategic planning have advanced the resilience of electric power generation and transmission... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/power-in-the-eye-of-the-storm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Renita Responds to Coastal Concerns" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renita Responds to Coastal Concerns </h4> <p> Renita Mollman is the vice president and general manager of the Burns & McDonnell California locations. Southern California is a fire-prone region that battles drought,... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/renita-responds-to-coastal-concerns" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Building More Resilient Communities" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building More Resilient Communities </h4> <p> When a city’s power supply goes down, it can take other community services with it. By better understanding the connectedness between energy and other critical infrastructure... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/building-more-resilient-communities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Delivering Safe Drinking Water" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q2/Main-Hub/09_TB-DeliveringSafeDrinkingWater/MainTile-Experience-BM18-2-TB-DeliveringSafeDrinkingWater.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering Safe Drinking Water </h4> <p> Safe drinking water is vital to public health, but many water treatment plants struggle to consistently deliver reliable, high-quality water that meets finished water goals.... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-2/delivering-safe-drinking-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Delivery on Demand: Provided by ASRS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/06_ConceptToCompletion/MainTile-Experience-BM18-3-C2C-DeliveryOnDemandASRS.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivery on Demand: Provided by ASRS </h4> <p> Consumers expect on-demand delivery, and automated storage and retrieval systems (ASRS) make it possible. But successfully implementing a custom ASRS is complex. For... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-3/delivery-on-demand-provided-by-asrs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="How Blockchain Can Reset Expectations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/11_TrendingTopics/MainTile-Experience-BM18-3TrendingTopics.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Blockchain Can Reset Expectations </h4> <p> Decades old but still finding new applications, blockchain technology has the potential to disrupt and transform a wide range of commercial and industrial fields, extending... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-3/how-blockchain-can-reset-expectations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Electricity’s New Reality: The Balancing Act" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2018_Q4_07389/digital_assets/01_GridMod/primary/MainTile-Experience-GridMod.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electricity’s New Reality: The Balancing Act </h4> <p> An ongoing revolution in renewable energy sources and distributed generation options is changing the structure of the power delivery system. Grid modernization is a... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-4/electricitys-new-reality" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Constructing a Cleaner Energy Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2018_Q4_07389/digital_assets/8_ConstructingACleanerEnergyFuture/MainTile-Experience-ConstCleaner.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Constructing a Cleaner Energy Future </h4> <p> Southwest Saskatchewan, Canada, is home to a new 350-megawatt natural gas-fired power facility. Slated for completion in late 2019, the combined-cycle facility will provide... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-4/constructing-a-cleaner-energy-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Power Industry: Meet Your Digital Twin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2018_Q4_07389/digital_assets/3_DigitalTwin/MainTile-Experience-DigitalTwin.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Industry: Meet Your Digital Twin </h4> <p> Digital solutions and smart technologies are beginning to disrupt the power industry. More specifically, the digital twin, a near-real-time digital image of an object or... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-4/power-industry-meet-your-digital-twin" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="The Key to Decommissioning Is to Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2018_Q4_07389/digital_assets/6-panel/MainTile-Experience-Decommission.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Key to Decommissioning Is to Plan </h4> <p> Utilities are weighing if, how and when to retire or demolish the least-efficient coal-fired plants in their fleet. Follow these critical steps when decommissioning an... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2018-issue-4/the-key-to-decommissioning-is-to-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Mastering Master Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/website/9_TrendingTopics/MainTile-Experience-MastPlan.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mastering Master Planning </h4> <p> The master-planned communities of tomorrow will require reimagining how cities function, how residents interact with the buildings and technology within them, and how they... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2019-issue-1/mastering-master-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Controlling the Stormwater" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/website/1_Controlling%20The%20Stormwater/MainAssets/MainTile-Experience-ChangeFreq.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Controlling the Stormwater </h4> <p> Deferred maintenance, rudimentary standards and an increase in significant rain events are overwhelming traditional stormwater systems. Before putting bigger pipes in the... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2019-issue-1/controlling-the-stormwater" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Going to Bat for Conservation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/website/6_Spotlight/Main%20Assets/MainTile-Experience-Voltvar.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Going to Bat for Conservation </h4> <p> The Chariton Hills Conservation Bank is the first of its kind in the nation to protect the Indiana and northern long-eared bats. In addition, developers can use credits from... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2019-issue-1/going-to-bat-for-conservation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Plan Ahead to Protect" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_ENR_Mining_11863/additions/Tile%207_PLAN%20AHEAD%20TO%20PROTECT.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Plan Ahead to Protect </h4> <p> Higher-order controls make it possible for companies to eliminate arc flash hazards upfront. But to be most effective, arc flash prevention must be considered early, for... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2019-issue-1/plan-ahead-to-protect" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Turning Waste Into Worth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/website/8-Techbrief%202/MainTile-Experience-WasteWorth.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turning Waste Into Worth </h4> <p> Adding alternative feedstock sources — such as fats, oils and grease — can allow wastewater facilities to capitalize on the growing opportunity for biogas, but facilities... </p> </section> <a href="https://info.burnsmcd.com/benchmark-2019-issue-1/turning-waste-into-worth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Breaking Through: Finding Answers to Labor Shortage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Feature-Workforce%20ChallengesHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Breaking Through: Finding Answers to Labor Shortage </h4> <p> The construction industry doesn’t lack projects or face a struggling economy. Firms are looking to clear a persistent hurdle: craft labor shortage. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/breaking-through" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Where the Tech Are We?" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Where the Tech Are We? </h4> <p> The construction industry is flooded with technology claiming to offer better safety, efficiency and quality. To choose, know what’s now and what’s next. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/where-the-tech-are-we" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Navigating a New Route" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/navigating/Feature-Deliberating%20DeliveryHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating a New Route </h4> <p> Cost and schedule matter, but so do speed to market and team integration. Some try a new approach to project delivery; others find options within a model. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/navigating-a-new-route" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Packaging Wrapped in Tech" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/1_ConceptToCompletion/Department-ConceptToCompletionHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Packaging Wrapped in Tech </h4> <p> Collaborative teams and integrated systems allow Advanced Work Packaging to improve project safety, quality and efficiencies, making it a hot topic. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/concept-to-completion/packaging-wrapped-in-tech" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Material Advantage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Feature-Cost%20MaterialHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Material Advantage </h4> <p> Construction market pressures — fluctuating material costs and resource scarcity — increase the importance of planning in staying on time and on budget. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/material-advantage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Leading the Construction Conversation" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leading the Construction Conversation </h4> <p> Robert Brockington, COO of AZCO, and Jeff Rashall, president of Ref-Chem, see challenges facing the construction industry — and offer insight on solutions. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/qa/leading-the-construction-conversation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hold On to Your Hats" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hold On to Your Hats </h4> <p> Europe embraced offshore wind 15 years ago, but the U.S. market is in its infancy because of a lack of a national offshore wind transmission master plan. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/hold-on-to-your-hats" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Surging Ahead With Fluid Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/3_Spotlight/Department-SpotlightHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Surging Ahead With Fluid Delivery </h4> <p> A program management approach is helping FirstEnergy enhance service reliability, operating flexibility and security of its large-scale transmission system. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/spotlight/surging-ahead-with-fluid-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Smooth Operators" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/operators/Feature-Field%20OperationsHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smooth Operators </h4> <p> When a project moves to construction, field operations take the lead. Site managers face challenges, stemming from interesting situations on the job site. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/smooth-operators" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Safety: An All-Encompassing Force" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/safety/Feature-SafetyHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Safety: An All-Encompassing Force </h4> <p> Safety involves more than just the work on-site. Every decision in the project spectrum — from concept to completion — is founded in safety. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/feature/safety-an-all-encompassing-force" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rugged, Reliable Connectivity" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rugged, Reliable Connectivity </h4> <p> Advances in commercial off-the-shelf wireless mesh networks make it possible for construction companies to capitalize on technologies. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/techbrief/rugged-reliable-connectivity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Avoiding Oil Spills" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/Techbrief_AvoidingOilSpills/Department-Techbrief-SpillPreventionHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Avoiding Oil Spills </h4> <p> Spill Prevention, Control and Countermeasure plans are required during construction. An effective plan helps prevent spills and keep projects on schedule. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/techbrief/avoiding-oil-spills" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Tomorrow's Tech and Trends for Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q2_10614/articles/13_TrendingTopics/Department-TrendingTopicsHeader%20-%20Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tomorrow's Tech and Trends for Construction </h4> <p> Trends, technologies and tools help transform construction in the face of labor shortages, safety, efficiency, productivity and profitability challenges. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-2/trending-topic/tomorrows-tech-and-trends-for-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Islands in a Storm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q3_11993/digital%20files/articles/F5_PowerIslanding/Header-Desktop-F5_Power.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Islands in a Storm </h4> <p> When disasters create electrical service disruptions, islanding and black start capabilities are important ways to maintain or restore power quickly. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-3/feature/islands-in-a-storm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Building for Biomeds" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q3_11993/digital%20files/articles/F4_Biomeds/Header-Desktop-F4.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building for Biomeds </h4> <p> Genomic-based drugs have implications for pharmaceutical manufacturing. When drug costs are a daily discussion, how should the built environment respond? </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-3/feature/building-for-biomeds" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Welcome Home: The Community of the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q3_11993/digital%20files/articles/D3_SpotlightSterlingRanch/Header-Desktop-D3_Spotlight.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Welcome Home: The Community of the Future </h4> <p> The master-planned community of Sterling Ranch in Colorado is a benchmark for what future communities can look like in terms of smart living experiences. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-3/spotlight/welcome-home-the-community-of-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Making Waves With Smart Data" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q3_11993/digital%20files/articles/D5_TB_RealtimeWaterData/Header-Desktop-D5.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Waves With Smart Data </h4> <p> Lake Erie is poised to become the world’s first smart lake, with smart technology and infrastructure utilized to actively monitor water data in real time. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2019/issue-3/techbrief/making-waves-with-smart-data" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Turnkey Solar Project Delivery Meets Accelerated Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/8-MInute-Solar-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turnkey Solar Project Delivery Meets Accelerated Timeline </h4> <p> When a solar company needed to install transformer pads within four months to receive full solar tax credits, an engineer-procure-construct (EPC) approach achieved the rigid... </p> </section> <a href="https://info.burnsmcd.com/case-study/epc-renewable-energy-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Moving Efficiently From Strategy to Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PMOCampaignMicrosite_13791/assets/AdobeStock_212048981.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Moving Efficiently From Strategy to Solution </h4> <p> Project management office (PMO) principles can increase alignment of projects with strategic initiatives, implement best-in-class practices to produce consistent outcomes,... </p> </section> <a href="https://info.burnsmcd.com/project-management-office/moving-efficiently-from-strategy-to-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Mitigating the Impact of Pipeline Projects on Interior Forest Habitats" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_ATL_PipelineProjectRightOfWayConsiderationsWhitePaperSocialPostAndLandingPage_10179/Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigating the Impact of Pipeline Projects on Interior Forest Habitats </h4> <p> In West Virginia, where interior forests provide breeding habitat for sensitive species, regulatory agencies worked with Columbia Gas Transmission to minimize impacts... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pipeline-project-right-of-way-considerations#read" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="guide" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Know Before You Grow: The Energy Guide for New Industrial Plants in Mexico" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_TheEnergyGuideforNewIndustrialPlantsinMexico_21767/TND_MEX_TheEnergyGuideforNewIndustrialPlantsinMexico_21767_Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Know Before You Grow: The Energy Guide for New Industrial Plants in Mexico </h4> <p> When building a new industrial plant in Mexico, a well-managed grid connection process, aligned with the plant on-site energy plan, is critical to avoid costly surprises and... </p> </section> <a href="https://info.burnsmcd.com/the-energy-guide-for-new-industrial-plants-in-mexico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Future-Focused Technical Assessments Reduce Risks of Electrical Failures" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HOU_TechnicalFieldServices_20733%20SF/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Future-Focused Technical Assessments Reduce Risks of Electrical Failures </h4> <p> Well-maintained electrical systems are the foundation of reliable refinery and industrial plant operations. Testing and assessments of critical electrical infrastructure can... </p> </section> <a href="https://info.burnsmcd.com/service-feature/technical-field-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="azco" data-service=""> <section class="project-image"> <section aria-label="Critical Upgrades Help Double Production Capacity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZCO_PackagingFacilityPrefabrication_23808/8.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Critical Upgrades Help Double Production Capacity </h4> <p> A paper manufacturing company was struggling to meet growing demand and had outgrown its existing facility. A new facility with improved technology and infrastructure... </p> </section> <a href="https://azco.burnsmcd.com/case-study/packaging-facility-prefabrication" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Modular Substations Provide Adaptable Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Modular-Substations-Provide-Adaptable-Approach_Landing-Page-Hero-1600x800px_21865Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modular Substations Provide Adaptable Approach </h4> <p> Across the transmission and distribution industry, identifying the right solution is often dependent on schedule and load/generation constraints needed to meet demand.... </p> </section> <a href="https://info.burnsmcd.com/service-feature/modular-substations-provide-adaptable-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Creative Planning Campus" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/hero-after.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creative Planning Campus </h4> <p> </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/creative-planning-campus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Union Station Western Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/hero-after-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Union Station Western Expansion </h4> <p> Burns & McDonnell provided design-build services for a $7.5 million project to adapt Union Station Kansas City for the 21st century, while enhancing the landmark structure’s... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/union-station-western-expansion-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="9450 Ward Parkway Expansion – Phase 1" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/hero-after-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 9450 Ward Parkway Expansion – Phase 1 </h4> <p> In 2016, we opened phase one of the expansion, a new 310,000-square-foot building on our 34-acre campus in South Kansas City to accommodate an additional 1,400... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/9450-ward-parkway-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="9450 Ward Parkway Expansion – Phase 2" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/9450-south-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 9450 Ward Parkway Expansion – Phase 2 </h4> <p> In 2020, we opened phase two of the expansion, a new 142,000-square-foot building on our campus in South Kansas City to increase the world headquarters’ capacity by 22%.... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/9450-ward-parkway-expansion-south" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Grid Reliability Depends on Sophisticated Protective Relays" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/TND_HOU_ComprehensiveRelaySettings_24543%20SF/TND-HOU-Comprehensive-Relay-Settings-Services-with-Automated-Capabilities_Landing-Page_24543_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Reliability Depends on Sophisticated Protective Relays </h4> <p> As power grids grow more complex, sophisticated protective relays are essential for the reliability and resilience utilities require. Programming, installation and... </p> </section> <a href="https://info.burnsmcd.com/service-feature/comprehensive-relay-settings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-spotlight" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Cargill Soybean Preparation Unit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_CargillFiveSeasonsSoybeanPrepUnit_26558_PS%20Cargill/GFS_KCM_CargillFiveSeasonsSoybeanPrepUnit-ProjectSpotlight_26558-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cargill Soybean Preparation Unit </h4> <p> While working for 19 months on a design-build brownfield project designed to modernize a soybean processing facility for Cargill, Burns & McDonnell prioritizes safety and... </p> </section> <a href="https://info.burnsmcd.com/project-spotlight/cargill" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Georgia Engineer: Three Keys to Building a Winning Culture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Georgia Engineer: Three Keys to Building a Winning Culture </h4> <p> </p> </section> <a href="https://issuu.com/a4inc/docs/gaeng_february_march_2016" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fortnightly Magazine: Regarding Big Transmission" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fortnightly Magazine: Regarding Big Transmission </h4> <p> </p> </section> <a href="http://www.fortnightly.com/fortnightly/2016/02/response-huntoon-re-big-transmission" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Dotted Line: How design-build can create a ‘symphony’ of collaboration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Dotted Line: How design-build can create a ‘symphony’ of collaboration </h4> <p> </p> </section> <a href="https://www.constructiondive.com/news/the-dotted-line-how-design-build-can-create-a-symphony-of-collaboration/415589/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: The Real Value of Drones in T&D" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: The Real Value of Drones in T&D </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-transmission/article/20966340/the-real-value-of-drones-in-td" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Power 100 - Ray Kowalik" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Power 100 - Ray Kowalik </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/feature/ray-kowalik.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering360: Education & Training - Make the Most of Your Engineering Internship" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering360: Education & Training - Make the Most of Your Engineering Internship </h4> <p> </p> </section> <a href="https://insights.globalspec.com/article/2537/make-the-most-of-your-engineering-internship" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Electrical Construction & Maintenance: Announcing the 2016 Top 10 Electrical Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrical Construction & Maintenance: Announcing the 2016 Top 10 Electrical Design Firms </h4> <p> </p> </section> <a href="https://www.ecmweb.com/top-40-electrical-design-firms-landing-page/media-gallery/20902148/announcing-ecms-2016-top-10-electrical-design-firms#slide-9-field_images-136251" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Business community supports more shared ownership operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Business community supports more shared ownership operations </h4> <p> </p> </section> <a href="https://www.fultonsun.com/news/2016/jun/02/business-community-supports-more-shared-ownership-/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The State Of Missouri Wants You To Sell Your Business To An ESOP" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The State Of Missouri Wants You To Sell Your Business To An ESOP </h4> <p> </p> </section> <a href="https://www.forbes.com/sites/darrendahl/2016/06/01/the-state-of-missouri-wants-you-to-sell-your-business-to-an-esop/?sh=4dc5e99f7a46" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Missouri ESOP bill - What it means for KC businesses" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Missouri ESOP bill - What it means for KC businesses </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/06/01/missouri-employee-stock-ownership-plan-bill.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="St. Louis Public Radio: Missouri Chamber pushes for governor to sign employee ownership tax break" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> St. Louis Public Radio: Missouri Chamber pushes for governor to sign employee ownership tax break </h4> <p> </p> </section> <a href="https://news.stlpublicradio.org/government-politics-issues/2016-06-01/missouri-chamber-pushes-for-governor-to-sign-employee-ownership-tax-break" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Forbes: How Do You Build Companies That Last Hundreds of Years? Make Them Employee-Owned" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Forbes: How Do You Build Companies That Last Hundreds of Years? Make Them Employee-Owned </h4> <p> </p> </section> <a href="https://www.forbes.com/sites/darrendahl/2016/06/17/how-do-you-build-companies-that-last-hundreds-of-years-make-them-employee-owned/?sh=4155faa96c56" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering Annual Plant Construction Survey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering Annual Plant Construction Survey </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/95789-th-annual-plant-construction-survey-projects-peak-as-consumer-demands-grow" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Business News: FSMA - Are You Ready?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Business News: FSMA - Are You Ready? </h4> <p> </p> </section> <a href="https://www.foodbusinessnews.net/articles/8060-f-s-m-a-are-you-ready" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: New Trends in Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: New Trends in Project Delivery </h4> <p> </p> </section> <a href="https://www.enr.com/articles/39609-new-trends-in-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water Online: Governor Nixon Signs Design-Build Law, So Half of States Have Full Design-Build Authority" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Online: Governor Nixon Signs Design-Build Law, So Half of States Have Full Design-Build Authority </h4> <p> </p> </section> <a href="https://www.wateronline.com/doc/governor-nixon-design-build-law-full-design-build-authority-0001" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Energy People - Ken Gerling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Energy People - Ken Gerling </h4> <p> </p> </section> <a href="http://www.fortnightly.com/fortnightly/2016/07/energy-people-ken-gerling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Plant Engineering: The Future of Professional Engineers: Communication" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Plant Engineering: The Future of Professional Engineers: Communication </h4> <p> </p> </section> <a href="https://www.csemag.com/articles/the-future-of-professional-engineers-communication/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Meet the 2016 Class of NextGen Leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Meet the 2016 Class of NextGen Leaders </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/07/05/2016-nextgen-leaders.html?ana=e_ae_set1&s=article_du&ed=2016-07-05&u=GaGoqC79UqU2oZtI7Dl1sw0f9fdf33&t=1467754368&j=74599232" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Global Construction Review: Port of Los Angeles pilots zero-carbon, solar cargo operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Global Construction Review: Port of Los Angeles pilots zero-carbon, solar cargo operations </h4> <p> </p> </section> <a href="https://www.globalconstructionreview.com/port-los-angeles-pilots-zero-car7bon-sol7ar-car7go/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Electric Energy Online: Empire District Electric Co. Celebrates Completion of Riverton Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electric Energy Online: Empire District Electric Co. Celebrates Completion of Riverton Project </h4> <p> </p> </section> <a href="https://electricenergyonline.com/news.php?ID=588497&titre=Empire+District+Electric+Company+celebrates+completion+of+%24168+million+Unit+12+Combined+Cycle+project+at+its+Riverton+Power+Plant&cat=;52" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Office Giants: Technology is giving office workers the chance to play musical chairs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Office Giants: Technology is giving office workers the chance to play musical chairs </h4> <p> </p> </section> <a href="https://www.bdcnetwork.com/office-giants-technology-giving-office-workers-chance-play-musical-chairs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: The Top 100 Green Designers and Contractors - New Standards Beyond Buildings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: The Top 100 Green Designers and Contractors - New Standards Beyond Buildings </h4> <p> </p> </section> <a href="https://www.enr.com/articles/40025-the-top-environmental-firms-and-green-designers-and-contractors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record New England: Best Project Winners Announced" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record New England: Best Project Winners Announced </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/8-new-england-news-and-views/post/40066-best-project-winners-announced-for-enr-new-england" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering 360: Geotechnical Society: Getting More than " just" a college education" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering 360: Geotechnical Society: Getting More than "Just" a College Education </h4> <p> </p> </section> <a href="https://insights.globalspec.com/article/3078/geotechnical-society-getting-more-than-just-a-college-education" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="X-energy and Burns & McDonnell Partner on Deployment of Xe-100 Advanced Nuclear Reactor" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> X-energy and Burns & McDonnell Partner on Deployment of Xe-100 Advanced Nuclear Reactor </h4> <p> </p> </section> <a href="https://www.prnewswire.com/news-releases/x-energy-and-burns--mcdonnell-partner-on-deployment-of-xe-100-advanced-nuclear-reactor-300336500.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Wall Street Journal: The Case for Daycare at the Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Wall Street Journal: The Case for Daycare at the Office </h4> <p> </p> </section> <a href="https://www.wsj.com/articles/the-case-for-day-care-at-the-office-1474882201" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: KC Corporations See Potential in Minority Entrepreneurs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: KC Corporations See Potential in Minority Entrepreneurs </h4> <p> </p> </section> <a href="https://ingrams.com/article/kc-corporations-see-potential-in-minority-entrepreneurs/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Low Prices Keep Lid on LNG, Pipeline Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Low Prices Keep Lid on LNG, Pipeline Work </h4> <p> </p> </section> <a href="https://www.enr.com/articles/40336-low-prices-keep-lid-on-lng-pipeline-work" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering Inc.: The Smart Revolution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering Inc.: The Smart Revolution </h4> <p> </p> </section> <a href="https://www.nxtbook.com/nxtbooks/acec/engineeringinc0916/index.php#/p/22" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KC Options: Veterans Make Kansas City Home" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KC Options: Veterans Make Kansas City Home </h4> <p> </p> </section> <a href="https://issuu.com/kcoptions/docs/kco16_17" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Renewable Energy World: Demonstrated Excellence: The 2016 Power-Gen Woman of the Year Finalists" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy World: Demonstrated Excellence: The 2016 Power-Gen Woman of the Year Finalists </h4> <p> </p> </section> <a href="https://www.renewableenergyworld.com/storage/demonstrated-excellence-the-2016-power-gen-woman-of-the-year-finalists/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pittsburgh Post-Gazette: Duquesne Light moves forward on microgrid project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pittsburgh Post-Gazette: Duquesne Light moves forward on microgrid project </h4> <p> </p> </section> <a href="https://www.post-gazette.com/business/powersource/2016/11/15/Duquesne-Light-moves-forward-on-microgrid-project/stories/201611150026" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Houston Chronicle: At Burns & McDonnell, employees feel like owners — because they are" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Houston Chronicle: At Burns & McDonnell, employees feel like owners — because they are </h4> <p> </p> </section> <a href="https://www.houstonchronicle.com/business/top-workplaces/article/At-Burns-McDonnell-employees-feel-like-owners-10427076.php" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Entergy: Vermont Yankee’s Decommissioning to be Accelerated by Decades" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Entergy: Vermont Yankee’s Decommissioning to be Accelerated by Decades </h4> <p> </p> </section> <a href="https://www.entergynewsroom.com/news/vermont-yankeedecommissioning-accelerated-by-decades/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR New England: Excellence in Safety Award and Best Energy/Industrial — Interstate Reliability Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR New England: Excellence in Safety Award and Best Energy/Industrial — Interstate Reliability Project </h4> <p> </p> </section> <a href="https://www.enr.com/articles/40955-excellence-in-safety-award-and-best-energyindustrial---interstate-reliability-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Combined Cycle Journal: Repowering prepares century-old plant for decades more life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Combined Cycle Journal: Repowering prepares century-old plant for decades more life </h4> <p> </p> </section> <a href="http://www.ccj-online.com/combined-cycle-journal-number-50/riverton-power-plant-repowering-prepares-century-old-plant-for-decades-more-life/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: SCE Puts 500-kV Underground" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: SCE Puts 500-kV Underground </h4> <p> </p> </section> <a href="https://www.tdworld.com/installation-techniques/sce-puts-500-kv-underground" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Post-Crescent: Appleton's AZCO Acquired by Kansas City Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Post-Crescent: Appleton's AZCO Acquired by Kansas City Firm </h4> <p> </p> </section> <a href="https://www.postcrescent.com/story/money/2016/12/12/appletons-azco-acquired-kc-firm/95346848/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Threat of money taken away encourages exercise, study finds" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Threat of money taken away encourages exercise, study finds </h4> <p> </p> </section> <a href="https://fox4kc.com/health/threat-of-money-taken-away-encourages-exercise-study-finds/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR New York: NJ Utility Turns Switch on Billion-Dollar Rewire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR New York: NJ Utility Turns Switch on Billion-Dollar Rewire </h4> <p> </p> </section> <a href="https://www.enr.com/articles/39085-nj-utility-turns-switch-on-billion-dollar-rewire" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Viewpoint - When Products Are Engineered to Deceive" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Viewpoint - When Products Are Engineered to Deceive </h4> <p> </p> </section> <a href="https://www.enr.com/articles/39020-engineered-to-deceive" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB: Union Station Expansion Project Now Underway" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: Union Station Expansion Project Now Underway </h4> <p> </p> </section> <a href="https://www.kshb.com/news/local-news/union-station-expansion-project-now-underway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC Firm celebrates expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC Firm celebrates expansion </h4> <p> </p> </section> <a href="https://fox4kc.com/news/burns-and-mcdonnell-celebrates-85-million-expansion-to-world-headquarters/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell designs, builds lots of perks into HQ expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell designs, builds lots of perks into HQ expansion </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/05/19/burns-mcdonnell-headquarters-expansion-tour.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="San Diego Regional Chamber of Commerce Business Leader Spotlight: Renita Mollman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> San Diego Regional Chamber of Commerce Business Leader Spotlight: Renita Mollman </h4> <p> </p> </section> <a href="https://sdchamber.org/2016/06/business-spotlight-renita-mollman-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR Southwest: Designers Are Seeing Shifts in Power Markets, Regulations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Southwest: Designers Are Seeing Shifts in Power Markets, Regulations </h4> <p> </p> </section> <a href="https://www.enr.com/articles/39749-designers-are-seeing-shifts-in-power-markets-regulations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Winning Combo - Make ice cream and learn about science at the same time" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Winning Combo - Make ice cream and learn about science at the same time </h4> <p> </p> </section> <a href="https://fox4kc.com/news/winning-combo-make-ice-cream-and-learn-about-science-at-the-same-time/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Fox 4 summer school explores Rube Goldberg experiment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Fox 4 summer school explores Rube Goldberg experiment </h4> <p> </p> </section> <a href="https://fox4kc.com/mornings/fox-4-summer-school-explores-rube-goldberg-experiment/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Chicago Tribune: Airbus A380 Lands at O'Hare" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Chicago Tribune: Airbus A380 Lands at O'Hare </h4> <p> </p> </section> <a href="https://www.chicagotribune.com/business/ct-emirates-a380-ohare-0721-biz-20160719-story.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Security Systems News: Specifically Speaking with Shawn M. Whalen" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security Systems News: Specifically Speaking with Shawn M. Whalen </h4> <p> </p> </section> <a href="https://www.securitysystemsnews.com/article/specifically-speaking-shawn-m-whalen" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Microgrid News: Contract to Design Six Interconnected Microgrids at Pearl Harbor Goes to Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Microgrid News: Contract to Design Six Interconnected Microgrids at Pearl Harbor Goes to Burns & McDonnell </h4> <p> </p> </section> <a href="http://microgridmedia.com/contract-6-interconnected-microgrids-pearl-harbor-goes-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: The top companies of the 2016 Best Places to Work are ..." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: The top companies of the 2016 Best Places to Work are ... </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/10/14/the-top-companies-of-the-2016-best-places-to-work.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Chief Executive: What Employee-Centered and Employee-Owned Firms Can Offer Business Leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Chief Executive: What Employee-Centered and Employee-Owned Firms Can Offer Business Leaders </h4> <p> </p> </section> <a href="https://chiefexecutive.net/%e2%80%8b%e2%80%8b%e2%80%8bwhat-employee-centered-employee-owned-firms-can-offer-business-leaders__trashed/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Construction Dive: Getting Off the Ground - How drones can improve project design and operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Dive: Getting Off the Ground - How drones can improve project design and operations </h4> <p> </p> </section> <a href="https://www.constructiondive.com/news/getting-off-the-ground-how-drones-can-improve-project-design-and-operation/430755/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Smart Utilities Enable Smart Cities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Smart Utilities Enable Smart Cities </h4> <p> </p> </section> <a href="https://www.enr.com/articles/41184-smart-utilities-enable-smart-cities-creating-the-smart-cities-of-the-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="St. Louis Post-Dispatch: Engineering Center set to begin remodeling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> St. Louis Post-Dispatch: Engineering Center set to begin remodeling </h4> <p> </p> </section> <a href="https://www.stltoday.com/business/columns/building-blocks/engineering-center-set-to-begin-remodeling/article_4bbbd01f-7ee8-5271-a541-1173c2b392f9.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airport Magazine: A Smooth Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Magazine: A Smooth Approach </h4> <p> </p> </section> <a href="https://www.airportmagazine-digital.com/airportmagazine/december_2016_january_2017?pg=30#pg30" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: 2017 Capstone Award winners gallery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: 2017 Capstone Award winners gallery </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/02/03/2017-capstone-award-winners.html?ana=e_kan_bn&u=0q3TJN5CTrVlwE4mr04QsQ08a990bb&t=1488396741&j=77525031#g31" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Tap into Morristown: Jersey Central Power & Light Project Earns Recognition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tap into Morristown: Jersey Central Power & Light Project Earns Recognition </h4> <p> </p> </section> <a href="https://www.tapinto.net/towns/morristown/articles/jersey-central-power-and-light-power-project-leadi" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Metro Atlanta CEO: Inaugural Georgia Engineering Awards Held to Celebrate Industry Leaders and Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Metro Atlanta CEO: Inaugural Georgia Engineering Awards Held to Celebrate Industry Leaders and Projects </h4> <p> </p> </section> <a href="http://metroatlantaceo.com/news/2017/03/inaugural-georgia-engineering-awards-held-celebrate-industry-leaders-and-projects/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonell-Designed C2 Facility to Support Navy’s Maritime Surveillance Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonell-Designed C2 Facility to Support Navy’s Maritime Surveillance Operations </h4> <p> </p> </section> <a href="https://blog.executivebiz.com/2017/04/burns-mcdonell-designed-c2-facility-to-support-navys-maritime-surveillance-operations/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Who Says the Era of Long-Haul Billion-Dollar Projects is Behind Us?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Who Says the Era of Long-Haul Billion-Dollar Projects is Behind Us? </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-transmission/article/20969711/who-says-the-era-of-longhaul-billiondollar-projects-is-behind-us" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell unveils architectural team for KCI plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell unveils architectural team for KCI plan </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/06/29/burns-mcdonnell-unveils-architectural-team-for-kci.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Future Prospects Look Bright For Region’s Designers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Future Prospects Look Bright For Region’s Designers </h4> <p> </p> </section> <a href="https://www.enr.com/articles/42112-future-prospects-look-bright-for-regions-designers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB: Breaking down the bid process for new KCI terminal" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: Breaking down the bid process for new KCI terminal </h4> <p> </p> </section> <a href="https://www.kshb.com/news/local-news/breaking-down-the-bid-process-for-new-kci-terminal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell adds to its KCI team, vows Nov. 8 start" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell adds to its KCI team, vows Nov. 8 start </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/07/18/burns-mcdonnell-kci-single-terminal-team.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Vancouver Business Journal: Engineering firm plans to double local workforce" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Vancouver Business Journal: Engineering firm plans to double local workforce </h4> <p> </p> </section> <a href="https://www.vbjusa.com/news/top-stories/engineering-firm-plans-double-local-workforce/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Constructech Names The 2017 Women In Construction And Leading Women Consultants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Constructech Names The 2017 Women In Construction And Leading Women Consultants </h4> <p> </p> </section> <a href="https://constructech.com/constructech-names-the-2017-women-in-construction-and-leading-women-consultants/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Water/Environment Best Project: City of Westminster Pump Stations Improvements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Water/Environment Best Project: City of Westminster Pump Stations Improvements </h4> <p> </p> </section> <a href="https://www.enr.com/articles/43139-waterenvironment-best-project-city-of-westminster-pump-stations-improvements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste Dive: Recycling in Texas up overall, down for plastics, e-waste" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste Dive: Recycling in Texas up overall, down for plastics, e-waste </h4> <p> </p> </section> <a href="https://www.wastedive.com/news/report-recycling-in-texas-up-overall-down-for-plastics-e-waste/511037/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: The Network Flexibility Revolution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: The Network Flexibility Revolution </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/the-network-flexibility-revolution/#.WjgOxlWnGUl" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB41: All-girls team hopes to be the first to win Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB41: All-girls team hopes to be the first to win Battle of the Brains </h4> <p> </p> </section> <a href="https://www.kshb.com/news/local-news/all-girls-team-hopes-to-be-the-first-to-win-battle-of-the-brains" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Graves May Be Leaving Burns & McDonnell, but He’ll Remain a Civic Force in KC" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Graves May Be Leaving Burns & McDonnell, but He’ll Remain a Civic Force in KC </h4> <p> </p> </section> <a href="https://ingrams.com/article/graves-may-be-leaving-burns-mcdonnell-but-hell-remain-a-civic-force-in-kc/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Burns & McDonnell employees raise more than $80,000 for Salvation Army in just one hour" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Burns & McDonnell employees raise more than $80,000 for Salvation Army in just one hour </h4> <p> </p> </section> <a href="https://fox4kc.com/news/burns-and-mcdonnell-employees-raise-more-than-80000-for-salvation-army-in-just-one-hour/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell helps bring down 10-story tower in just 10 seconds [video]" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell helps bring down 10-story tower in just 10 seconds [video] </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/01/24/burns-mcdonnell-vantrust-office-tower-implosion.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Consulting-Specifying Engineer: Smart utility meters enhance utility operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Consulting-Specifying Engineer: Smart utility meters enhance utility operations </h4> <p> </p> </section> <a href="http://bt.e-ditionsbyfry.com/publication/?m=&l=1&i=378479&p=70&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Randy Schmidt Named as New Leader of the Burns & McDonnell Oil and Gas Terminals and Pipelines Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Randy Schmidt Named as New Leader of the Burns & McDonnell Oil and Gas Terminals and Pipelines Group </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>HOUSTON (Feb. 20, 2017) —<a href="http://hubs.ly/H06jHv-0" title="Randy Schmidt LinkedIn" rel="noopener" target="_blank">Randy Schmidt</a>has been named managing director of the Burns & McDonnell Terminals and Pipelines group,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/schmidt-named-leader-of-terminals-pipelines-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline & Gas Journal: Burns & McDonnell Makes Leadership Change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline & Gas Journal: Burns & McDonnell Makes Leadership Change </h4> <p> </p> </section> <a href="https://pgjonline.com/news/2017/02/burns-mcdonnell-makes-leadership-change" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Oil & Gas Journal: Schmidt to lead Burns & McDonnell’s terminals, pipelines group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Oil & Gas Journal: Schmidt to lead Burns & McDonnell’s terminals, pipelines group </h4> <p> </p> </section> <a href="https://www.ogj.com/general-interest/personnel-moves-promotions/article/17290296/schmidt-to-lead-burns-mcdonnells-terminals-pipelines-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: CEO Kowalik ‘always has his eye on what’s next’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: CEO Kowalik ‘always has his eye on what’s next’ </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/02/16/newsmaker-burns-mcdonnell-ceo-kowalik-always-has.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ECN: PEARL Microgrid Project Demonstrates New Possibilities in Military Energy Resiliency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ECN: PEARL Microgrid Project Demonstrates New Possibilities in Military Energy Resiliency </h4> <p> </p> </section> <a href="https://www.eeworldonline.com/pearl-microgrid-project-demonstrates-new-possibilities-in-military-energy-resiliency/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="2017 Capstone Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 2017 Capstone Awards </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/feature/capstone-awards/2017" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: The Power of the ESOP - The perks of employee ownership" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: The Power of the ESOP - The perks of employee ownership </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/03/03/the-power-of-the-esop-the-perks-of-employee.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Mason Elementary students get glimpse of million-dollar project come to life at Union Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Mason Elementary students get glimpse of million-dollar project come to life at Union Station </h4> <p> </p> </section> <a href="https://fox4kc.com/news/mason-elementary-students-get-a-glimpse-of-their-million-dollar-project-come-to-life-at-union-station/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: AABE Conference Interview with Laron Evans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: AABE Conference Interview with Laron Evans </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2017/05/aabe-conference-laron-evans-interview" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Mason Elementary students put their stamp on Union Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Mason Elementary students put their stamp on Union Station </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/05/05/burns-mcdonnell-science-city-outdoor-exhibit.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell adds big KC construction players to its KCI team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell adds big KC construction players to its KCI team </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2017/06/21/burns-mcdonnell-kci-terminal-je-dunn-mccowngordon.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Minneapolis StarTribune: Gene Sieve, vice president, Minneapolis-St. Paul office, Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Minneapolis StarTribune: Gene Sieve, vice president, Minneapolis-St. Paul office, Burns & McDonnell </h4> <p> </p> </section> <a href="https://www.startribune.com/gene-sieve-vice-president-minneapolis-st-paul-office-burns-amp-mcdonnell/434572443/?refresh=true" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCUR: Burns & McDonnell Adds 20 Partners to Its KCI Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCUR: Burns & McDonnell Adds 20 Partners to Its KCI Team </h4> <p> </p> </section> <a href="https://www.kcur.org/economy/2017-07-18/burns-mcdonnell-adds-20-partners-to-its-kci-team#stream/0" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: 2017 New England Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: 2017 New England Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/42399-enr-new-england-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Youth Outreach Services: A Beach Blast!" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Youth Outreach Services: A Beach Blast! </h4> <p> </p> </section> <a href="https://www.yos.org/newsroom/news/beach-blast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Happy Trails in Your Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Happy Trails in Your Community </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-transmission/article/20970082/happy-trails-in-your-community" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Shepherd News: U.S. DoD trials robotic tank inspection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shepherd News: U.S. DoD trials robotic tank inspection </h4> <p> </p> </section> <a href="https://www.shephardmedia.com/news/mil-log/first-dod-robotics-fuel-tank-inspection-conducted/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilties Fortnightly: Who's Engineering Tomorrow's Grid?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilties Fortnightly: Who's Engineering Tomorrow's Grid? </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2017/08/whos-engineering-tomorrows-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline & Gas Journal: Burns & McDonnell Expands Vancouver Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline & Gas Journal: Burns & McDonnell Expands Vancouver Office </h4> <p> </p> </section> <a href="https://pgjonline.com/news/2017/08/burns-mcdonnell-expands-vancouver-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Minneapolis Star-Tribune: Employee ownership is secret sauce at rapidly growing Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Minneapolis Star-Tribune: Employee ownership is secret sauce at rapidly growing Burns & McDonnell </h4> <p> </p> </section> <a href="https://www.startribune.com/employee-ownership-is-secret-sauce-at-rapidly-growing-burns-amp-mcdonnell/441052133/?refresh=true" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="American Recycler: Trends to Watch in the Solid Waste Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> American Recycler: Trends to Watch in the Solid Waste Industry </h4> <p> </p> </section> <a href="https://americanrecycler.com/8568759/index.php/news/waste-news/2558-trends-to-watch-in-the-solid-waste-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="High-Powered Conversion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> High-Powered Conversion </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-transmission/article/20970418/highpowered-conversion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Birmingham Post: Historic US engineering firm opens first UK base in Birmingham" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Birmingham Post: Historic US engineering firm opens first UK base in Birmingham </h4> <p> </p> </section> <a href="https://www.business-live.co.uk/commercial-property/historic-engineering-firm-opens-first-13770118" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Energy/Industrial Award of Merit: Phillips 66 Terminal Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Energy/Industrial Award of Merit: Phillips 66 Terminal Expansion </h4> <p> </p> </section> <a href="https://www.enr.com/articles/42971-energyindustrial-award-of-merit-phillips-66-terminal-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Building Design + Construction: A More Intense Shade of Green" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Design + Construction: A More Intense Shade of Green </h4> <p> </p> </section> <a href="https://www.bdcnetwork.com/more-intense-shade-green" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Products Finishing: Arresting Indoor Air Quality Criminals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Products Finishing: Arresting Indoor Air Quality Criminals </h4> <p> </p> </section> <a href="https://www.pfonline.com/articles/arresting-indoor-air-quality-criminals-" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCTV5: Grandview Elementary students win Battle of the Brains, will have exhibit at Science City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCTV5: Grandview Elementary students win Battle of the Brains, will have exhibit at Science City </h4> <p> </p> </section> <a href="https://www.kctv5.com/story/36966828/grandview-elementary-students-win-battle-of-the-brains-will-have-exhibit-at-science-city/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="How to make your own custom holiday lights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How to make your own custom holiday lights </h4> <p> </p> </section> <a href="https://www.kshb.com/entertainment/kcl/home-kcl/how-to-make-your-own-custom-holiday-lights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fort Worth Magazine: Burns & McDonnell: Best Company to Work For - Large Companies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fort Worth Magazine: Burns & McDonnell: Best Company to Work For - Large Companies </h4> <p> </p> </section> <a href="https://fwtx.com/fortworth/burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox 4 helps Burns & McDonnell surprise local elementary school with news that they’re a finalist in Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox 4 helps Burns & McDonnell surprise local elementary school with news that they’re a finalist in Battle of the Brains </h4> <p> </p> </section> <a href="https://fox4kc.com/news/fox-4-helps-burns-and-mcdonnell-surprise-local-elementary-school-with-news-that-theyre-finalist-in-battle-of-the-brains/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste 360: A Look at How Minneapolis Is Working to Achieve Zero Waste" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste 360: A Look at How Minneapolis Is Working to Achieve Zero Waste </h4> <p> </p> </section> <a href="https://www.waste360.com/waste-reduction/look-how-minneapolis-working-achieve-zero-waste" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water Online: Can Public Outreach Help Resolve The Water Industry Crisis?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Online: Can Public Outreach Help Resolve The Water Industry Crisis? </h4> <p> </p> </section> <a href="https://www.wateronline.com/doc/can-public-outreach-help-resolve-the-water-industry-crisis-0001" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="BusinessWire: ACEC California Announces 2018 Engineering Excellence Awards -" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> BusinessWire: ACEC California Announces 2018 Engineering Excellence Awards - </h4> <p> </p> </section> <a href="https://www.businesswire.com/news/home/20180116005765/en" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: Energy storage needs proper regulatory framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: Energy storage needs proper regulatory framework </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/energy-storage-needs-proper-regulatory-framework/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Precast/Prestressed Concrete Institute 2018 Design Awards: Transportation - Best Main Span Bridge" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Precast/Prestressed Concrete Institute 2018 Design Awards: Transportation - Best Main Span Bridge </h4> <p> </p> </section> <a href="https://www.pci.org/PCI/Project_Resources/Project_Profile/Project_Profile_Details.aspx?ID=214954" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Inaugural Great Place to Work® For All Leadership Awards Honor Top Women Leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inaugural Great Place to Work® For All Leadership Awards Honor Top Women Leaders </h4> <p> </p> </section> <a href="https://www.prnewswire.com/news-releases/inaugural-great-place-to-work-for-all-leadership-awards-honor-top-women-leaders-300607572.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: How to upgrade your plant to meet food safety standards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: How to upgrade your plant to meet food safety standards </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/97366-how-to-upgrade-your-plant-to-meet-food-safety-standards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fortune: The Best Companies in Consulting and Professional Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fortune: The Best Companies in Consulting and Professional Services </h4> <p> </p> </section> <a href="https://fortune.com/2018/04/24/best-companies-consulting-professional-services-2/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: 2018 Top 500 Design Firms - Worry Despite Strong Markets" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: 2018 Top 500 Design Firms - Worry Despite Strong Markets </h4> <p> </p> </section> <a href="https://www.enr.com/articles/44389-enr-2018-top-500-design-firms-worry-despite-strong-markets" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Hurricane-Hit Islands Look to Jump to Modern Power Grids" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Hurricane-Hit Islands Look to Jump to Modern Power Grids </h4> <p> </p> </section> <a href="https://www.enr.com/articles/43510-hurricane-hit-islands-look-to-jump-to-modern-power-grids" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Kincardine Record: Companies open office in Tiverton to support Bruce Power's life-extension program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Kincardine Record: Companies open office in Tiverton to support Bruce Power's life-extension program </h4> <p> </p> </section> <a href="https://www.kincardinerecord.com/story.php?id=5123" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Midwest Names Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Midwest Names Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/10-midwest-musings/post/43683-enr-midwest-names-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Former Rivals AECOM, Burns & McDonnell See New Chance for Big Airport Contract" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Former Rivals AECOM, Burns & McDonnell See New Chance for Big Airport Contract </h4> <p> </p> </section> <a href="https://www.enr.com/articles/43700-former-rivals-aecom-burns-mcdonnell-see-new-chance-for-big-airport-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Houston Business Journal: Meet the Mentors for Bizwomen Mentoring Monday" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Houston Business Journal: Meet the Mentors for Bizwomen Mentoring Monday </h4> <p> </p> </section> <a href="https://www.bizjournals.com/houston/news/2018/01/29/meet-your-mentor-40-influential-women-to-share.html#g/428212/7" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fort Worth Business Press: Why I Love Where I Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fort Worth Business Press: Why I Love Where I Work </h4> <p> </p> </section> <a href="http://fortworthbusiness.com/news/architecture_engineering/why-i-love-where-i-work/article_5be55d7a-f260-11e7-bd37-dbafdc6a67a7.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Lack of specific LEED certification for food processing creates challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Lack of specific LEED certification for food processing creates challenges </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/97239-lack-of-specific-leed-certification-for-food-processing-creates-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Texas & Louisiana's 2018 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Texas & Louisiana's 2018 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/4-texas-louisiana-stories/post/43714-enr-texas-louisianas-2018-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR New England Unveils 2018 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR New England Unveils 2018 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/8-new-england-news-and-views/post/43879-enr-new-england-unveils-2018-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Mountain States Announces 2018 Top Young Professionals Winners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Mountain States Announces 2018 Top Young Professionals Winners </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/9-talk-of-the-rockies/post/43716-enr-mountain-states-announces-2018-top-young-professionals-winners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Midwest's 2018 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Midwest's 2018 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/43825-enr-midwests-2018-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Dbusiness: Construction Services Firm Burns & McDonnell Establishes Office in Downtown Detroit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dbusiness: Construction Services Firm Burns & McDonnell Establishes Office in Downtown Detroit </h4> <p> </p> </section> <a href="https://www.dbusiness.com/daily-news/construction-services-firm-burns-and-mcdonnell-establishes-office-in-downtown-detroit/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Xcel Energy's New Aesthetic GIS Substation Provides Reliability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Xcel Energy's New Aesthetic GIS Substation Provides Reliability </h4> <p> </p> </section> <a href="https://www.tdworld.com/grid-innovations/distribution/article/20970863/xcel-energys-new-aesthetic-gis-substation-provides-reliability" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Smart Cities Connect: Burns & McDonnell On Fulfilling Smart City Vision - An Interview with Mike Beehler" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smart Cities Connect: Burns & McDonnell On Fulfilling Smart City Vision - An Interview with Mike Beehler </h4> <p> </p> </section> <a href="https://smartcitiesconnect.org/burns-mcdonnell-on-fulfilling-smart-city-vision-an-interview-with-mike-beehler/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell pumps up design-build presence with veteran hire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell pumps up design-build presence with veteran hire </h4> <p> </p> </section> <a href="http://www.metrowiremedia.com/news/burns-mcdonnell-pumps-up-design-build-presence-with-veteran-hire" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Around Town: Big Canyon Creek restoration wins award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Around Town: Big Canyon Creek restoration wins award </h4> <p> </p> </section> <a href="https://www.latimes.com/socal/daily-pilot/news/tn-dpt-me-around-town-20180221-story.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="publication" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> publication </h4> <p> </p> </section> <a href="https://www.bluetoad.com/publication/?m=35765&i=473308&p=4&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering Georgia: 100 Influential Women to Know" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering Georgia: 100 Influential Women to Know </h4> <p> </p> </section> <a href="https://www.bluetoad.com/publication/?i=473308&ver=html5&p=26" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Young Leaders Selected for ENR's National Top 20 Under 40 List" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Young Leaders Selected for ENR's National Top 20 Under 40 List </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/13-critical-path/post/44247-young-leaders-selected-for-enrs-national-top-20-under-40-list" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Business Manchester: Burns & McDonnell partners with Manchester MBA students to deliver electric vehicle research project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Business Manchester: Burns & McDonnell partners with Manchester MBA students to deliver electric vehicle research project </h4> <p> </p> </section> <a href="https://businessmanchester.co.uk/2018/03/20/burns-mcdonnell-partners-manchester-mba-students-deliver-electric-vehicle-research-project/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Engineer: Let’s be bolder in delivering change" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Engineer: Let’s be bolder in delivering change </h4> <p> </p> </section> <a href="https://www.theengineer.co.uk/whole-system-decarbonise-energy-sector/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Smart Cities Dive: Top 5 takeaways from Smart Cities Connect 2018" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smart Cities Dive: Top 5 takeaways from Smart Cities Connect 2018 </h4> <p> </p> </section> <a href="https://www.smartcitiesdive.com/news/smart-cities-connect-2018-top-takeaways/520383/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Network: The Communications Challenge" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Network: The Communications Challenge </h4> <p> </p> </section> <a href="https://networks.online/gas/the-communications-challenge/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell, Cushman & Wakefield execs make national list of 100 CRE influencers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell, Cushman & Wakefield execs make national list of 100 CRE influencers </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2018/04/27/joe-accurso-trevor-hoiland-100-cre-influencers.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: 40 Under 40" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: 40 Under 40 </h4> <p> </p> </section> <a href="http://www.omagdigital.com/publication/?m=&l=1&i=489395&p=64&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Construction Specifier: Defense agency HQ delivered $7M under budget" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Construction Specifier: Defense agency HQ delivered $7M under budget </h4> <p> </p> </section> <a href="https://www.constructionspecifier.com/defense-agency-hq-delivered-7m-under-budget/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="American City & County: Think Big, Start Small, Move Fast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> American City & County: Think Big, Start Small, Move Fast </h4> <p> </p> </section> <a href="https://www.americancityandcounty.com/2018/04/23/think-big-start-small-move-fast/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Diversity - Laron Evans and Michelle Word" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Diversity - Laron Evans and Michelle Word </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2018/05/diversity-laron-evans-and-michelle-word" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Network: Supporting a Whole System Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Network: Supporting a Whole System Approach </h4> <p> </p> </section> <a href="https://networks.online/power/supporting-a-whole-system-approach/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record Southeast: Top Design Firms 2018" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record Southeast: Top Design Firms 2018 </h4> <p> </p> </section> <a href="https://www.enr.com/southeast/toplists/2018-top-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Energy's Spend and Workplace Diversity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Energy's Spend and Workplace Diversity </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2018/05/energys-spend-and-workplace-diversity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record Southwest: Top Design Firms 2018" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record Southwest: Top Design Firms 2018 </h4> <p> </p> </section> <a href="https://www.enr.com/southwest/toplists/2018-top-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record California: Design Firms Bring Innovation to Growing Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record California: Design Firms Bring Innovation to Growing Market </h4> <p> </p> </section> <a href="https://www.enr.com/articles/44534-california-design-firms-bring-innovation-to-growing-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Engineers, Contractors Building More Renewable Energy Power Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Engineers, Contractors Building More Renewable Energy Power Plants </h4> <p> </p> </section> <a href="https://www.enr.com/articles/44436-engineers-contractors-building-more-renewable-energy-power-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="DVIDS: Georgia Guard partners with UGA seniors on capstone project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> DVIDS: Georgia Guard partners with UGA seniors on capstone project </h4> <p> </p> </section> <a href="https://www.dvidshub.net/news/275760/georgia-guard-partners-with-uga-seniors-capstone-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Osborne joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Osborne joins Burns & McDonnell </h4> <p> </p> </section> <a href="https://networks.online/power/osborne-joins-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Exclusive: Burns & Mac jumps into the stadium design game with key hire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exclusive: Burns & Mac jumps into the stadium design game with key hire </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2018/07/23/exclusiveburns-mac-jumps-into-the-stadium-design.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Announcing ENR Texas & Louisiana's 2018 Best Projects Winners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Announcing ENR Texas & Louisiana's 2018 Best Projects Winners </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/4-texas-louisiana-stories/post/44693-announcing-enr-texas-louisianas-2018-best-projects-winners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: LaGuardia Shoehorns $8B Megaproject at Busy Site" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: LaGuardia Shoehorns $8B Megaproject at Busy Site </h4> <p> </p> </section> <a href="https://www.enr.com/articles/44829-laguardia-shoehorns-8b-megaproject-at-busy-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers of Commerce: Engineer joins fast-growing firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers of Commerce: Engineer joins fast-growing firm </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2018/7/5/engineer-joins-fast-growing-firm/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Leaders Speak Great Mid Size/Justin Sherman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leaders Speak Great Mid Size/Justin Sherman </h4> <p> </p> </section> <a href="http://www.greatplacetowork.in/leaders-speak-great-mid-size/justin-sherman/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4KC: Annual ‘Treads and Threads’ fundraiser helps KU Cancer Center provide cutting edge care" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4KC: Annual ‘Treads and Threads’ fundraiser helps KU Cancer Center provide cutting edge care </h4> <p> </p> </section> <a href="https://fox4kc.com/news/annual-treads-and-threads-fundraiser-helps-ku-cancer-center-provide-cutting-edge-care/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: How to get the most out of sensors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: How to get the most out of sensors </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/97663-how-to-get-the-most-out-of-sensors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="District Energy: Putting sustainable biomass to the test" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> District Energy: Putting sustainable biomass to the test </h4> <p> </p> </section> <a href="https://www.districtenergy-digital.org/districtenergy/2018Q3/MobilePagedReplica.action?pm=2&folio=18#pg20" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Conservation Federation: Burns & McDonnell Establishes Missouri's First Conservation Bank" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Conservation Federation: Burns & McDonnell Establishes Missouri's First Conservation Bank </h4> <p> </p> </section> <a href="https://issuu.com/missouriwildlife/docs/september_2018_vol_79_no_5/60" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Storm Water Solutions: Investing in Intelligent Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Storm Water Solutions: Investing in Intelligent Infrastructure </h4> <p> </p> </section> <a href="https://www.estormwater.com/storm-water-monitoring-equipment/investing-intelligent-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering Inc.: What Makes a Workplace Great?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering Inc.: What Makes a Workplace Great? </h4> <p> </p> </section> <a href="https://www.nxtbook.com/nxtbooks/acec/engineeringinc0918/index.php#/p/26" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Crain's Detroit Business: Civil engineering firm triples office space in downtown Detroit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Crain's Detroit Business: Civil engineering firm triples office space in downtown Detroit </h4> <p> </p> </section> <a href="https://www.crainsdetroit.com/news/civil-engineering-firm-triples-office-space-downtown-detroit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Chattanoogan: Burns & McDonnell Opens Office on MLK Boulevard" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Chattanoogan: Burns & McDonnell Opens Office on MLK Boulevard </h4> <p> </p> </section> <a href="https://www.chattanoogan.com/2018/10/4/377463/Burns--McDonnell-Opens-Office-On-MLK.aspx" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Tidal Forces of Change: Jeffrey Casey, UK director of business development at Burns & McDonnell, examines the four D's that are creating utility disruption and offers some ideas to stop utilities from being left behind. " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tidal Forces of Change: Jeffrey Casey, UK director of business development at Burns & McDonnell, examines the four D's that are creating utility disruption and offers some ideas to stop utilities from being left behind. </h4> <p> </p> </section> <a href="https://networks.online/gas/tidal-forces-of-change/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Grid International: Burns & McDonnell names new head for business, technology group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Grid International: Burns & McDonnell names new head for business, technology group </h4> <p> </p> </section> <a href="https://www.elp.com/articles/2018/07/burns-mcdonnell-names-new-head-for-business-technology-group.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB: Burns & McDonnell hires first Battle of the Brains winner" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: Burns & McDonnell hires first Battle of the Brains winner </h4> <p> </p> </section> <a href="https://www.kshb.com/news/local-news/burns-mcdonnell-hires-first-battle-of-the-brains-winner" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell launches Missouri's first conservation bank (for bats)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell launches Missouri's first conservation bank (for bats) </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2018/07/31/burns-mcdonnell-chariton-hills-conservation-bank.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: HVDC Lines a Possible Answer to Intermittent Renewables" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: HVDC Lines a Possible Answer to Intermittent Renewables </h4> <p> </p> </section> <a href="https://www.enr.com/articles/44850-hvdc-lines-a-possible-answer-to-intermittent-renewables" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste Dive: Will there ever be one standard recycling measurement?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste Dive: Will there ever be one standard recycling measurement? </h4> <p> </p> </section> <a href="https://www.wastedive.com/news/one-standard-recycling-measurement/530805/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Underground Construction: HDD Projects Help Connect Colorado Water Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Underground Construction: HDD Projects Help Connect Colorado Water Systems </h4> <p> </p> </section> <a href="https://ucononline.com/magazine/2018/august-2018-vol-73-no-8/features/hdd-projects-help-connect-colorado-water-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Society of Women Engineers: SWE Awards Recognize Individuals in the STEM Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Society of Women Engineers: SWE Awards Recognize Individuals in the STEM Community </h4> <p> </p> </section> <a href="https://alltogether.swe.org/2018/08/swe-awards-recognize-individuals-in-the-stem-community/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="PUD breaks ground on cutting-edge Arlington Microgrid and Clean Energy Technology Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PUD breaks ground on cutting-edge Arlington Microgrid and Clean Energy Technology Center </h4> <p> </p> </section> <a href="https://www.marysvilleglobe.com/news/pud-breaks-ground-on-cutting-edge-arlington-microgrid-and-clean-energy-technology-center/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Prism: Burns & McDonnell Hires Industry Leader to Expand Architecture Services in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Prism: Burns & McDonnell Hires Industry Leader to Expand Architecture Services in Texas </h4> <p> </p> </section> <a href="https://prismpub.com/burns-mcdonnell-hires-industry-leader-to-expand-architecture-services-in-texas/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Network: Burns & McDonnell outlines commitment to West Midlands infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Network: Burns & McDonnell outlines commitment to West Midlands infrastructure </h4> <p> </p> </section> <a href="https://networks.online/power/burns-mcdonnell-outlines-commitment-to-west-midlands-infrastructure/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers: Mayor helps construction giants mark one year in city" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers: Mayor helps construction giants mark one year in city </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2018/8/29/mayor-helps-construction-giants-mark-one-year-in-city/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR New England Selects 2018 Excellence in Safety Award Winner" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR New England Selects 2018 Excellence in Safety Award Winner </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/8-new-england-news-and-views/post/44986-enr-new-england-selects-2018-excellence-in-safety-award-winner" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Smart Cities May Stall, But Smarter Communities Are Surging" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Smart Cities May Stall, But Smarter Communities Are Surging </h4> <p> </p> </section> <a href="https://www.enr.com/articles/45096-smart-cities-may-stall-but-smarter-communities-are-surging" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Mountain States Announces Winners of 2018 Best Projects Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Mountain States Announces Winners of 2018 Best Projects Competition </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/9-talk-of-the-rockies/post/44683-enr-mountain-states-honors-xx-winners-of-annual-best-projects-competition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR New England Announces Best Projects Winners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR New England Announces Best Projects Winners </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/8-new-england-news-and-views/post/44686-enr-new-england-set-to-host-best-projects-awards-breakfast" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="EE Online: Chinook Power Station Reaches Important Milestones" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EE Online: Chinook Power Station Reaches Important Milestones </h4> <p> </p> </section> <a href="https://electricenergyonline.com/news.php?site=energy&type=category&valeur_txt=generation&valeur=52&ID=715480&titre=chinook-power-station-reaches-important-milestones.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ACEC’S ENGINEERING INC. — Aviation Infrastructure Market Booming" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ACEC’S ENGINEERING INC. — Aviation Infrastructure Market Booming </h4> <p> </p> </section> <a href="https://www.infrastructureusa.org/acecs-engineering-inc-aviation-infrastructure-market-booming/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste 360: SWANA Releases New Technical Policy for Measuring Recycling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste 360: SWANA Releases New Technical Policy for Measuring Recycling </h4> <p> </p> </section> <a href="https://www.waste360.com/recycling/swana-releases-new-technical-policy-measuring-recycling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="IEEE Electrification: Future of Batteries in an Electrified Fleet" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IEEE Electrification: Future of Batteries in an Electrified Fleet </h4> <p> </p> </section> <a href="https://www.nxtbook.com/nxtbooks/pes/electrification_september2018/index.php#/p/44" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="EC&M: Burns & McDonnell Grows Arizona Footprint with New Office in Pima County" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EC&M: Burns & McDonnell Grows Arizona Footprint with New Office in Pima County </h4> <p> </p> </section> <a href="https://www.ecmweb.com/construction/article/20903958/burns-mcdonnell-grows-arizona-footprint-with-new-office-in-pima-county" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chamber: Consultancy urges industries to take action on electric vehicle infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chamber: Consultancy urges industries to take action on electric vehicle infrastructure </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2018/10/18/consultancy-urges-industries-to-take-action-on-electric-vehicle-infrastructure/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: Ellesmere Port smart energy network project lands Innovate UK backing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Ellesmere Port smart energy network project lands Innovate UK backing </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/news/ellesmere-port-smart-energy-network-project-lands-innovate-uk-backing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Aviation Pros: 2018 Airport Business Top 40 Under 40" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aviation Pros: 2018 Airport Business Top 40 Under 40 </h4> <p> </p> </section> <a href="https://www.aviationpros.com/airports/article/12422213/2018-airport-business-top-40-under-40-jason-fuehne-pe" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airport Technology: Deals this week: SITA, Wipro, Burns & McDonnell, WM Schlosser" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Technology: Deals this week: SITA, Wipro, Burns & McDonnell, WM Schlosser </h4> <p> </p> </section> <a href="https://www.airport-technology.com/news/deals-sita-wipro-burns-mcdonnell-watson/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: Effective communications is key to a zero-carbon future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: Effective communications is key to a zero-carbon future </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/effective-communications-key-zero-carbon-future/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell wins contract to build $220M Mizzou research facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell wins contract to build $220M Mizzou research facility </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2018/11/01/burns-mcdonnell-mizzou-research-facility.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Environmental Science & Engineering: Surfactant technology enhances remediation at contaminated grain elevator site" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental Science & Engineering: Surfactant technology enhances remediation at contaminated grain elevator site </h4> <p> </p> </section> <a href="https://esemag.com/hazmat-remediation/surfactant-technology-remediation/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Shale Gas Fuels U.S. Chemical Plant Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Shale Gas Fuels U.S. Chemical Plant Construction </h4> <p> </p> </section> <a href="https://www.enr.com/articles/45920-shale-gas-fuels-us-chemical-plant-construction?id=45920-shale-gas-fuels-us-chemical-plant-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell's latest expansion — its C-suite" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell's latest expansion — its C-suite </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2018/12/17/burns-mcdonnells-latest-expansion-its-c-suite.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Infrastructure Intelligence: Let’s make a serious commitment to energy infrastructure investment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Infrastructure Intelligence: Let’s make a serious commitment to energy infrastructure investment </h4> <p> </p> </section> <a href="http://www.infrastructure-intelligence.com/article/dec-2018/let%E2%80%99s-make-serious-commitment-energy-infrastructure-investment-0" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Energy Sector Expects 2019 Growth in Renewable and Natural Gas Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Energy Sector Expects 2019 Growth in Renewable and Natural Gas Projects </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46131-energy-sector-expects-2019-growth-in-renewable-and-natural-gas-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water Online: The Benefits of Piloting for Water Treatment Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Online: The Benefits of Piloting for Water Treatment Plants </h4> <p> </p> </section> <a href="https://www.wateronline.com/doc/the-benefits-of-piloting-for-water-treatment-plants-0001" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste 360: Cheyenne, Wyo., Selects Firm to Complete Solid Waste Management Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste 360: Cheyenne, Wyo., Selects Firm to Complete Solid Waste Management Plan </h4> <p> </p> </section> <a href="https://www.waste360.com/business/cheyenne-wyo-selects-firm-complete-solid-waste-management-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record Midwest: 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record Midwest: 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/blogs/10-midwest-musings/post/46065-enr-midwest-names-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: How Times Have Changed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: How Times Have Changed </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46100-the-school-robotics-team-was-43-female-i-see-that-as-a-good-sign" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Arizona Business: Matt Brinkman 2019 Arizona Business Leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Arizona Business: Matt Brinkman 2019 Arizona Business Leaders </h4> <p> </p> </section> <a href="https://issuu.com/azbigmedia/docs/abl2019/202" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Santiago Calatrava: Firm Proposes Soaring Vision for Modernized Chicago O’Hare Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Santiago Calatrava: Firm Proposes Soaring Vision for Modernized Chicago O’Hare Airport </h4> <p> </p> </section> <a href="https://calatrava.com/news/reader/santiago-calatrava-proposes-soaring-vision-for-modernized-chicago-ohare-airport.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Obras: La tarea es en infraestructura: una oportunidad para el sector energético" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Obras: La tarea es en infraestructura: una oportunidad para el sector energético </h4> <p> </p> </section> <a href="https://obras.expansion.mx/opinion/2019/01/29/la-tarea-es-en-infraestructura-una-oportunidad-para-el-sector-energetico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Infrastructure Intelligence: Two new arrivals boost Birmingham office of Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Infrastructure Intelligence: Two new arrivals boost Birmingham office of Burns & McDonnell </h4> <p> </p> </section> <a href="http://www.infrastructure-intelligence.com/article/jan-2019/two-new-arrivals-boost-birmingham-office-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Southwest's 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Southwest's 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46149-enr-southwests-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Southeast's 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Southeast's 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46202-enr-southeasts-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Engineer: The promise paradox of autonomous vehicles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Engineer: The promise paradox of autonomous vehicles </h4> <p> </p> </section> <a href="https://www.theengineer.co.uk/content/opinion/the-promise-and-paradox-of-autonomous-vehicles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water Online: Fixin' to Solve Resiliency: Texas, Burns & McDonnell Tackle Infrastructure and Sustainability Issues" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Online: Fixin' to Solve Resiliency: Texas, Burns & McDonnell Tackle Infrastructure and Sustainability Issues </h4> <p> </p> </section> <a href="https://www.wateronline.com/doc/fixin-to-solve-resiliency-texas-burns-mcdonnell-tackle-infrastructure-and-sustainability-issues-0001" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: The smart world is built on grid modernisation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: The smart world is built on grid modernisation </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/smart-world-built-grid-modernisation/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Balancing Capital Investment with Long-Term Sustainability Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Balancing Capital Investment with Long-Term Sustainability Goals </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98003-balancing-capital-investment-with-long-term-sustainability-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Digital twins for construction: out with the old, in with the twin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital twins for construction: out with the old, in with the twin </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2019/01/digital-twins-for-construction-out-with-the-old-in-with-the-twin/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Broadband Alliance: Utility Industry Leaders Join New Alliance to Champion Private Broadband Networks for Critical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Broadband Alliance: Utility Industry Leaders Join New Alliance to Champion Private Broadband Networks for Critical Infrastructure </h4> <p> </p> </section> <a href="https://www.prnewswire.com/news-releases/utility-industry-leaders-join-new-alliance-to-champion-private-broadband-networks-for-critical-infrastructure-300789110.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Columbian: Architecture company Burns & McDonnell completes expansion of Vancouver office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Columbian: Architecture company Burns & McDonnell completes expansion of Vancouver office </h4> <p> </p> </section> <a href="https://www.columbian.com/news/2019/feb/26/architecture-company-burns-mcdonnell-completes-expansion-of-vancouver-office/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Missourian: UM moves forward with $220 million research facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Missourian: UM moves forward with $220 million research facility </h4> <p> </p> </section> <a href="https://www.columbiamissourian.com/news/higher_education/with-budget-tight-um-moves-forward-with-million-research-facility/article_0317c9c6-2a59-11e9-a95c-5bf1f0cb6566.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB: Grandview students get leg up with new technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: Grandview students get leg up with new technology </h4> <p> </p> </section> <a href="https://www.kshb.com/news/local-news/grandview-students-get-leg-up-with-new-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KMBZ: Grandview students' brainy work to be featured at Science City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KMBZ: Grandview students' brainy work to be featured at Science City </h4> <p> </p> </section> <a href="https://www.audacy.com/kmbz/articles/grandview-students-brainy-work-be-featured-science-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Announcing the 2019 Capstone Award winners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Announcing the 2019 Capstone Award winners </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/02/06/2019-capstone-award-winners.html?iana=hpmvp_kan_news_headline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell, Black & Veatch switch spots & other engineering data" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell, Black & Veatch switch spots & other engineering data </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/02/15/top-of-the-list-kc-area-engineering-firms.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: 2019 Healthiest Employers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: 2019 Healthiest Employers </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/02/15/kc-2019-healthiest-employers-event-photos.html?ana=e_ae_set1&s=article_du&ed=2019-02-15&u=ogKEgpPlJYSG7osaX1xsVo2uj6X&t=1550265161&j=86707491#g/449957/19" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="IJ Global: Charged with uncertainty - EV charging infra" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IJ Global: Charged with uncertainty - EV charging infra </h4> <p> </p> </section> <a href="https://www.ijglobal.com/articles/137911/charged-with-uncertainty-ev-charging-infra" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Mountain States' 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Mountain States' 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46343-mountain-states-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR MidAtlantic's 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR MidAtlantic's 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46350-enr-midatlantics-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR California's 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR California's 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46303-enr-californias-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: 10 Minutes with Electric Grid Visionary Doug Houseman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: 10 Minutes with Electric Grid Visionary Doug Houseman </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46412--minutes-with-electric-grid-visionary-doug-houseman" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="AZ Big Media: Moving toward renewable energy creates challenges for utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZ Big Media: Moving toward renewable energy creates challenges for utilities </h4> <p> </p> </section> <a href="https://azbigmedia.com/business/arizona-energy-industry/moving-toward-renewable-energy-creates-challenges-for-utilities/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Milenio: Licitación restringida para refinería en Dos Bocas fue prudente: Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Milenio: Licitación restringida para refinería en Dos Bocas fue prudente: Burns & McDonnell </h4> <p> </p> </section> <a href="https://www.milenio.com/negocios/licitacion-refineria-bocas-prudente-burns-amp-mcdonell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hartford Business: Best Places to Work Connecticut 2019" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hartford Business: Best Places to Work Connecticut 2019 </h4> <p> </p> </section> <a href="https://www.hartfordbusiness.com/article/burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energía a Debate: Piden reglas claras y mayor comunicación en el sector" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energía a Debate: Piden reglas claras y mayor comunicación en el sector </h4> <p> </p> </section> <a href="https://energiaadebate.com/electricidad/piden-reglas-claras-y-mayor-comunicacion-en-el-sector/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: RIIO-T2 and the need to drive new capital programme delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: RIIO-T2 and the need to drive new capital programme delivery </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/blogs/riio-t2-and-the-need-to-drive-new-capital-programme-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Aviation Pros: Mortenson Completes $105 Million in New Airport Ground Facilities in 11 Months for United Airlines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aviation Pros: Mortenson Completes $105 Million in New Airport Ground Facilities in 11 Months for United Airlines </h4> <p> </p> </section> <a href="https://www.aviationpros.com/airports/press-release/21072846/mortenson-mortenson-completes-105-million-in-new-airport-ground-facilities-in-11-months-for-united-airlines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airport Magazine: Digital Transformation - An Imperative for Airports" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Magazine: Digital Transformation - An Imperative for Airports </h4> <p> </p> </section> <a href="https://www.airportmagazine-digital.com/airportmagazine/february_march_2019/MobilePagedReplica.action?pm=2&folio=16#pg18" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Restoration & Remediation: Historic Former Power Plant Restoration Project Wins Engineering Excellence Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoration & Remediation: Historic Former Power Plant Restoration Project Wins Engineering Excellence Award </h4> <p> </p> </section> <a href="https://www.randrmagonline.com/articles/88428-historic-former-power-plant-restoration-project-wins-engineering-excellence-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Network: Burns & McDonnell registered as ICP" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Network: Burns & McDonnell registered as ICP </h4> <p> </p> </section> <a href="https://networks.online/technology-operations/burns-mcdonnell-registered-as-icp/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Solar, Sharp Client Focus Spur Regional Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solar, Sharp Client Focus Spur Regional Success </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46736-solar-sharp-client-focus-spur-regional-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell and Manitoba Hydro Partner on Augmented Reality Software" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell and Manitoba Hydro Partner on Augmented Reality Software </h4> <p> </p> </section> <a href="https://www.tdworld.com/electric-utility-operations/article/20972451/burns-mcdonnell-burns-mcdonnell-and-manitoba-hydro-partner-on-augmented-reality-software" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Baking Business: How Grupo Bimbo, Flowers Foods and Campbell Soup save energy at plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking Business: How Grupo Bimbo, Flowers Foods and Campbell Soup save energy at plants </h4> <p> </p> </section> <a href="https://www.bakingbusiness.com/articles/48357-how-grupo-bimbo-flowers-foods-and-campbell-soup-save-energy-at-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="UtilityWeek: Communications are key for the future network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> UtilityWeek: Communications are key for the future network </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/communications-key-future-network/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Record-Journal: United Way of Meriden/Wallingford honors donors during annual awards ceremony" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Record-Journal: United Way of Meriden/Wallingford honors donors during annual awards ceremony </h4> <p> </p> </section> <a href="https://www.myrecordjournal.com/News/Meriden/Meriden-News/United-Way-of-Meriden-and-Wallingford-Awards.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Prioritizing criteria to select a new food/beverage plant site" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Prioritizing criteria to select a new food/beverage plant site </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98307-prioritizing-criteria-to-select-a-new-foodbeverage-plant-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Architectural Digest: Chicago Architecture Biennial Participants Announced" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Architectural Digest: Chicago Architecture Biennial Participants Announced </h4> <p> </p> </section> <a href="https://www.architecturaldigest.com/story/chicago-architecture-biennial-ebony-test-kitchen-more-news-this-week" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Dalles Chronicle: New Substation in TD Celebrated" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Dalles Chronicle: New Substation in TD Celebrated </h4> <p> </p> </section> <a href="https://www.columbiagorgenews.com/gorge-life/new-substation-in-td-celebrated/article_35812dba-b921-56da-8397-01cc18a4d4ee.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Renewable Energy World: Offshore wind experts jockey for position as industry heats up in the US Northeast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewable Energy World: Offshore wind experts jockey for position as industry heats up in the US Northeast </h4> <p> </p> </section> <a href="https://www.renewableenergyworld.com/wind-power/offshore-wind-experts-jockey-for-position-as-industry-heats-up-in-the-us-northeast/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="reNEWS: Burns & McDonnell names offshore chief" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> reNEWS: Burns & McDonnell names offshore chief </h4> <p> </p> </section> <a href="https://renews.biz/53608/burns-mcdonnell-names-offshore-chief/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="North American Windpower: Appleton Joins Offshore Wind Team At Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> North American Windpower: Appleton Joins Offshore Wind Team At Burns & McDonnell </h4> <p> </p> </section> <a href="https://nawindpower.com/appleton-joins-offshore-wind-team-at-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Creating a digital twin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating a digital twin </h4> <p> </p> </section> <a href="https://networks.online/power/creating-a-digital-twin/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Electric Light & Power: Burns & McDonnell hires offshore wind veteran Tony Appleton" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electric Light & Power: Burns & McDonnell hires offshore wind veteran Tony Appleton </h4> <p> </p> </section> <a href="https://www.elp.com/articles/2019/06/burns-mcdonnell-hires-offshore-wind-veteran-tony-appleton.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Crain's Chicago Business: Engineering firm plans hiring spree in growing Chicago office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Crain's Chicago Business: Engineering firm plans hiring spree in growing Chicago office </h4> <p> </p> </section> <a href="https://www.chicagobusiness.com/commercial-real-estate/engineering-firm-plans-hiring-spree-growing-chicago-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="bbpmedia: Birmingham’s Burns & McDonnell bolsters global efforts for offshore wind, hiring industry veteran Tony Appleton" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> bbpmedia: Birmingham’s Burns & McDonnell bolsters global efforts for offshore wind, hiring industry veteran Tony Appleton </h4> <p> </p> </section> <a href="https://www.bbpmedia.co.uk/news/agriculture-environment/birmingham-s-burns-amp-mcdonnell-bolsters-global-efforts.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hartford Business Journal: HBJ names Best Places to Work winners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hartford Business Journal: HBJ names Best Places to Work winners </h4> <p> </p> </section> <a href="https://www.hartfordbusiness.com/article/hbj-names-best-places-to-work-winners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: ENR Texas & Louisiana's 2019 Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: ENR Texas & Louisiana's 2019 Top Young Professionals </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46319-enr-texas-louisianas-2019-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Baking & Snack: Bakers look to save energy and money by targeting certification from LEED and other organizations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking & Snack: Bakers look to save energy and money by targeting certification from LEED and other organizations </h4> <p> </p> </section> <a href="http://digitalbs.bakingbusiness.com/sosland/bs/2019_02_01/index.php#/p/108" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water Online: Industry Leader Patrick Clifford Joins Burns & McDonnell To Head Water Services Group In Chicago" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Online: Industry Leader Patrick Clifford Joins Burns & McDonnell To Head Water Services Group In Chicago </h4> <p> </p> </section> <a href="https://www.wateronline.com/doc/industry-leader-patrick-clifford-joins-burns-mcdonnell-chicago-0001" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Smart Water Magazine: Patrick Clifford to head Water Services Group in Burns & McDonnell, Chicago" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smart Water Magazine: Patrick Clifford to head Water Services Group in Burns & McDonnell, Chicago </h4> <p> </p> </section> <a href="https://smartwatermagazine.com/news/burns-mcdonnell/patrick-clifford-head-water-services-group-burns-mcdonnell-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Network: Chapman joins CIGRE UK executive committee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Network: Chapman joins CIGRE UK executive committee </h4> <p> </p> </section> <a href="https://networks.online/power/chapman-joins-cigre-uk-executive-committee/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mass Transit: Burns & McDonnell will support L.A. Metro with environmental efforts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mass Transit: Burns & McDonnell will support L.A. Metro with environmental efforts </h4> <p> </p> </section> <a href="https://www.masstransitmag.com/technology/miscellaneous/press-release/21071393/burns-mcdonnell-burns-mcdonnell-will-support-la-metro-with-environmental-efforts" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Batteries Edge Out Natural Gas Peaking Plants in Arizona RFP" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Batteries Edge Out Natural Gas Peaking Plants in Arizona RFP </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46550-batteries-edge-out-natural-gas-peaking-plants-in-arizona-rfp" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="California Construction News: L.A. Metro selects Burns & McDonnell to provide environmental compliance services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> California Construction News: L.A. Metro selects Burns & McDonnell to provide environmental compliance services </h4> <p> </p> </section> <a href="https://www.californiaconstructionnews.com/2019/03/08/l-a-metro-selects-burns-mcdonnell-to-provide-environmental-compliance-services/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="World Pharma: Build big and reap the advantages" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> World Pharma: Build big and reap the advantages </h4> <p> </p> </section> <a href="https://secure.viewer.zmags.com/publication/5f9e93a9#/5f9e93a9/78" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCTV: New construction techniques from KC company weather storms, reduce runoff" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCTV: New construction techniques from KC company weather storms, reduce runoff </h4> <p> </p> </section> <a href="https://www.kctv5.com/news/new-construction-techniques-from-kc-company-weather-storms-reduce-runoff/article_f12adb4a-6554-11e9-aa88-bf11c5003237.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell names new global transportation head" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell names new global transportation head </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/04/02/burns-mcdonnell-global-transport-gm-mike-debacker.html?ana=e_ae_set3&s=article_du&ed=2019-04-02&u=ogKEgpPlJYSG7osaX1xsVo2uj6X&t=1554236764&j=87584441" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Industrial WaterWorld: Secondary Effluent Reuse - A Win-Win Proposition for Refiners and Municipalities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industrial WaterWorld: Secondary Effluent Reuse - A Win-Win Proposition for Refiners and Municipalities </h4> <p> </p> </section> <a href="https://www.watertechonline.com/industry/oil-gas/article/16246878/secondary-effluent-reuse" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENRMidwest: Nebraska Flood Exposes Weak Points" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENRMidwest: Nebraska Flood Exposes Weak Points </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46616-nebraska-flood-exposes-weak-points" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Voice: Offshore wind ramp-up puts pressure on skills" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Voice: Offshore wind ramp-up puts pressure on skills </h4> <p> </p> </section> <a href="https://www.energyvoice.com/opinion/198165/offshore-wind-ramp-up-puts-pressure-on-skills/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Alto Nivel: Cogeneración: un paso hacia la autosuficiencia energética en México" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Alto Nivel: Cogeneración: un paso hacia la autosuficiencia energética en México </h4> <p> </p> </section> <a href="https://www.altonivel.com.mx/lideres/de-opinion/cogeneracion-un-paso-hacia-la-autosuficiencia-energetica-en-mexico/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: A Faster Horse: IOUs in the New Energy Economy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: A Faster Horse: IOUs in the New Energy Economy </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/20972455/a-faster-horse-ious-in-the-new-energy-economy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utilities Spend And Workplace Diversity 2019" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utilities Spend And Workplace Diversity 2019 </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2019/05/utilities-spend-and-workplace-diversity-2019" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Is your facility food safe and defensible?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Is your facility food safe and defensible? </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98309-is-your-facility-food-safe-and-defensible" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record New England: No Slowdown in Sight for Region’s Designers and Contractors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record New England: No Slowdown in Sight for Region’s Designers and Contractors </h4> <p> </p> </section> <a href="https://www.enr.com/articles/46906-no-slowdown-in-sight-for-regions-designers-and-contractors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: A New Reality for the Power Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: A New Reality for the Power Industry </h4> <p> </p> </section> <a href="https://www.tdworld.com/electrification/article/20972633/a-new-reality-for-the-power-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy News Network: Smart grid transformation hinges on data bandwidth — and lots of it" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy News Network: Smart grid transformation hinges on data bandwidth — and lots of it </h4> <p> </p> </section> <a href="https://energynews.us/2019/06/10/smart-grid-transformation-hinges-on-data-bandwidth-and-lots-of-it/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns Mcdonnell Selects Peter Aarons Lead Aviation Group West" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns Mcdonnell Selects Peter Aarons Lead Aviation Group West </h4> <p> </p> </section> <a href="https://airportimprovement.com/news/burns-mcdonnell-selects-peter-aarons-lead-aviation-group-west" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Emporia Gazette: City unveils new wastewater treatment plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Emporia Gazette: City unveils new wastewater treatment plant </h4> <p> </p> </section> <a href="http://www.emporiagazette.com/free/article_7cfba0a4-92c4-11e9-a3c0-8773b5f6f941.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="EE Online: Burns & McDonnell Bolsters Global Efforts for Offshore Wind, Hiring Industry Veteran Tony Appleton" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EE Online: Burns & McDonnell Bolsters Global Efforts for Offshore Wind, Hiring Industry Veteran Tony Appleton </h4> <p> </p> </section> <a href="https://electricenergyonline.com/article/energy/category/appointments/54/772685/burns-mcdonnell-bolsters-global-efforts-for-offshore-wind-hiring-industry-veteran-tony-appleton-.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: 2019 NextGen Leaders - Chris Underwood" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: 2019 NextGen Leaders - Chris Underwood </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/07/26/2019-nextgen-leaders-chris-underwood.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Houston Chronicle: Burns & McDonnell expands lease, plans to add 300 Houston jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Houston Chronicle: Burns & McDonnell expands lease, plans to add 300 Houston jobs </h4> <p> </p> </section> <a href="https://www.houstonchronicle.com/business/real-estate/article/Burns-McDonnell-expands-lease-plans-to-add-300-14119887.php" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Houston Business Journal: Engineering, architecture and construction firm expands Houston lease, plans to hire 300 employees" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Houston Business Journal: Engineering, architecture and construction firm expands Houston lease, plans to hire 300 employees </h4> <p> </p> </section> <a href="https://www.bizjournals.com/houston/news/2019/07/24/engineering-architecture-and-construction-firm.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox 4 KC: Woman pays it forward to co-worker who is using basketball to help young people become leaders" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox 4 KC: Woman pays it forward to co-worker who is using basketball to help young people become leaders </h4> <p> </p> </section> <a href="https://fox4kc.com/news/pay-it-forward/woman-pays-it-forward-to-co-worker-who-is-using-basketball-to-help-young-people-become-leaders/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Global Gust for Offshore Wind Energy Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Global Gust for Offshore Wind Energy Market </h4> <p> </p> </section> <a href="https://www.enr.com/articles/47244-theres-a-global-gust-in-the-offshore-wind-energy-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: How electrification at multi-unit dwellings is critical to unlocking EV revolution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: How electrification at multi-unit dwellings is critical to unlocking EV revolution </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/blogs/how-electrification-at-multi-unit-dwellings-is-critical-to-unlocking-ev-revolution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="BusinessWorld: Great Place To Work 2019 - List of Winning Companies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> BusinessWorld: Great Place To Work 2019 - List of Winning Companies </h4> <p> </p> </section> <a href="https://www.businessworld.in/article/Great-Place-To-Work-2019-List-Of-Winning-Companies/19-07-2019-173638/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Completes Quenett Creek Substation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Completes Quenett Creek Substation </h4> <p> </p> </section> <a href="https://www.tdworld.com/substations/article/20972935/burns-mcdonnell-burns-mcdonnell-completes-quenett-creek-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Necessity the Mother of Invention: Is Grid Modernization Reducing Dependence on Utilities?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Necessity the Mother of Invention: Is Grid Modernization Reducing Dependence on Utilities? </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/20973011/necessity-the-mother-of-invention-is-grid-modernization-reducing-dependence-on-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Engineering Offshore Wind and LTE Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Engineering Offshore Wind and LTE Networks </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2019/08/engineering-offshore-wind-and-lte-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell working on facility for military 'space battalion'" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell working on facility for military 'space battalion' </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/08/12/burns-mcdonnell-working-on-facility-for-military.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: 2019 Top 200 Environmental Firms-Building Up to Meet Demand" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: 2019 Top 200 Environmental Firms-Building Up to Meet Demand </h4> <p> </p> </section> <a href="https://www.enr.com/articles/47303-enr-2019-top-200-environmental-firms-building-up-to-meet-demand" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Civil + Structural Engineer: 10-Dimensional: Mike DeBacker" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Civil + Structural Engineer: 10-Dimensional: Mike DeBacker </h4> <p> </p> </section> <a href="https://csengineermag.com/10-demensional-mike-debacker/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste Today: City of Sioux Falls increases airspace utilization for regional landfill" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste Today: City of Sioux Falls increases airspace utilization for regional landfill </h4> <p> </p> </section> <a href="https://www.wastetodaymagazine.com/article/sioux-falls-increases-airspace-utilization-regional-landfill/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: The Impact of 5G on Utilities Starts Now" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: The Impact of 5G on Utilities Starts Now </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-distribution/article/20973067/the-impact-of-5g-on-utilities-starts-now" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: EPA ACEs out the Clean Power Plan: Impacts and Projections" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: EPA ACEs out the Clean Power Plan: Impacts and Projections </h4> <p> </p> </section> <a href="https://www.power-eng.com/coal/epa-aces-out-the-clean-power-plant-impacts-and-projections/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: Let's Rethink Our Priorities for Stormwater Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Let's Rethink Our Priorities for Stormwater Management </h4> <p> </p> </section> <a href="https://www.kelmanonline.com/httpdocs/files/Current/fall2019/index.html?page=18" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Central Exchange: Wendy Hageman Honored with STEMMy Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Central Exchange: Wendy Hageman Honored with STEMMy Award </h4> <p> </p> </section> <a href="https://www.youtube.com/watch?v=M9aaAEMBed4" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Launches 1898 & Co., a New Future-Focused Consultancy Arm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Launches 1898 & Co., a New Future-Focused Consultancy Arm </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/20973294/burns-mcdonnell-burns-mcdonnell-launches-1898-co-a-new-futurefocused-consultancy-arm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Burns & McDonnell launches 1898 & Co. strategic consulting brand" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Burns & McDonnell launches 1898 & Co. strategic consulting brand </h4> <p> </p> </section> <a href="https://www.power-eng.com/om/burns-mcdonnell-launches-1898-co-strategic-consulting-brand/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell launches consulting service" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell launches consulting service </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/10/22/burns-mcdonnell-launches-consulting-service.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Burns & McDonnell Unveils New Operating Unit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Burns & McDonnell Unveils New Operating Unit </h4> <p> </p> </section> <a href="https://ingrams.com/article/burns-mcdonnell-unveils-new-operating-unit/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Careers & the Disabled - Veterans Issue: Prioritizing Veteran Hires" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Careers & the Disabled - Veterans Issue: Prioritizing Veteran Hires </h4> <p> </p> </section> <a href="https://cdn.coverstand.com/29024/600947/47ba4f8762b82053fb1aeb03d126498c86b7d464.pdf" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="BusinessWorld: Living Up The MacCulture Principles Every Day" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> BusinessWorld: Living Up The MacCulture Principles Every Day </h4> <p> </p> </section> <a href="https://www.businessworld.in/article/Burns-McDonnell-Living-up-the-MacCulture-Principles-Every-Day/23-07-2019-173806/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="AJC: Roswell OKs $175K to design new transfer station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AJC: Roswell OKs $175K to design new transfer station </h4> <p> </p> </section> <a href="https://www.ajc.com/news/local/roswell-oks-175k-design-new-transfer-station/BKCbxKUqdCBS6Q5uxLuH5M/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Cheshire Live: Green energy plan for Ellesmere Port would generate jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cheshire Live: Green energy plan for Ellesmere Port would generate jobs </h4> <p> </p> </section> <a href="https://www.cheshire-live.co.uk/news/chester-cheshire-news/green-energy-plan-ellesmere-port-16743873" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Engineer: Security technology is not enough" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Engineer: Security technology is not enough </h4> <p> </p> </section> <a href="https://www.theengineer.co.uk/cyber-security/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Location, Location, Location: Does It Still Hold in Electric Transmission?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Location, Location, Location: Does It Still Hold in Electric Transmission? </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/20973002/location-location-location-does-it-still-hold-in-electric-transmission" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Like Riding a Bicycle: Demand Fluctuation and Electricity Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Like Riding a Bicycle: Demand Fluctuation and Electricity Storage </h4> <p> </p> </section> <a href="https://www.tdworld.com/distributed-energy-resources/energy-storage/article/20972998/like-riding-a-bicycle-demand-fluctuation-and-electricity-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Tony Appleton on Offshore Wind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Tony Appleton on Offshore Wind </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2019/08/tony-appleton-offshore-wind" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Modular construction possible key in push for larger gas generation units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Modular construction possible key in push for larger gas generation units </h4> <p> </p> </section> <a href="https://www.power-eng.com/news/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell picks up 7 USACE contracts, including $100M project near St. Louis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell picks up 7 USACE contracts, including $100M project near St. Louis </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/08/13/burns-mcdonnell-army-corps-of-engineers-contracts.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell makes stronger play for life sciences work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell makes stronger play for life sciences work </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/09/05/burns-mcdonnell-life-sciences-growth-focus-hiring.html?b=1567710277%5E21537725" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Complying with FSMA for pet food manufacturing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Complying with FSMA for pet food manufacturing </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98498-complying-with-fsma-for-pet-food-manufacturing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Dallas Business Journal: Kansas City firm adds office space in Dallas, Fort Worth to accommodate growing employee base" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dallas Business Journal: Kansas City firm adds office space in Dallas, Fort Worth to accommodate growing employee base </h4> <p> </p> </section> <a href="https://www.bizjournals.com/dallas/news/2019/09/25/kansas-city-firm-adds-office-space-in-dallas-fort.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Birmingham Live: New Birmingham base for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Birmingham Live: New Birmingham base for Burns & McDonnell </h4> <p> </p> </section> <a href="https://www.business-live.co.uk/commercial-property/new-birmingham-base-burns--16968919" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: Regulatory shake-up needed to hit net-zero" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: Regulatory shake-up needed to hit net-zero </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/regulatory-shake-needed-hit-net-zero/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Site Selection: What Will the City of the Future Look Like?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Site Selection: What Will the City of the Future Look Like? </h4> <p> </p> </section> <a href="https://siteselection.com/trustbelt/what-will-the-city-of-the-future-look-like.cfm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Number of Domestic LNG Facilities on the Rise" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Number of Domestic LNG Facilities on the Rise </h4> <p> </p> </section> <a href="https://www.enr.com/articles/48250-number-of-domestic-lng-facilities-on-the-rise?id=48250-number-of-domestic-lng-facilities-on-the-rise&oly_enc_id=4435B3715301A4X" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hydrocarbon Engineering: 1898 & Co. forms new team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hydrocarbon Engineering: 1898 & Co. forms new team </h4> <p> </p> </section> <a href="https://www.hydrocarbonengineering.com/gas-processing/06122019/1898-co-forms-new-team/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Expectations for conveniently packaged specialty pet food create challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Expectations for conveniently packaged specialty pet food create challenges </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98623-expectations-for-conveniently-packaged-specialty-pet-food-create-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rigzone: Experts Offer a Downstream Preview for 2020" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rigzone: Experts Offer a Downstream Preview for 2020 </h4> <p> </p> </section> <a href="https://www.rigzone.com/news/experts_offer_a_downstream_preview_for_2020-02-jan-2020-160685-article/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="West Midlands Growth Company: Burns & McDonnell Profile" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> West Midlands Growth Company: Burns & McDonnell Profile </h4> <p> </p> </section> <a href="https://investwestmidlands.com/case-study/burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Understanding a Successful Migration to the Utility Network Model" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Understanding a Successful Migration to the Utility Network Model </h4> <p> </p> </section> <a href="https://www.tdworld.com/smart-utility/data-analytics/article/21122792/understanding-a-successful-migration-to-the-utility-network-model" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Roads & Bridges: Contractor Raises Kansas Bridges Using Hydraulic Jacking Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Roads & Bridges: Contractor Raises Kansas Bridges Using Hydraulic Jacking Approach </h4> <p> </p> </section> <a href="https://www.roadsbridges.com/contractor-raises-kansas-bridges-using-hydraulic-jacking-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hydrocarbon Engineering: Burns & McDonnell launches consultancy arm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hydrocarbon Engineering: Burns & McDonnell launches consultancy arm </h4> <p> </p> </section> <a href="https://www.hydrocarbonengineering.com/petrochemicals/23102019/burns-mcdonnell-launches-consultancy-arm/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chamber of Commerce: Engineering firm pledge for more women at the top" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chamber of Commerce: Engineering firm pledge for more women at the top </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2019/10/15/engineering-firm-pledge-for-more-women-at-the-top" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: 1898 & Co. to grow tech and management consulting talent" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: 1898 & Co. to grow tech and management consulting talent </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98555-co-to-grow-tech-and-management-consulting-talent" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Baking Business: Key questions to ask before selecting a new production site" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking Business: Key questions to ask before selecting a new production site </h4> <p> </p> </section> <a href="https://www.bakingbusiness.com/articles/49678-key-questions-to-ask-before-selecting-a-new-bakery-site" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Mirror: Tonganoxie Middle School finalist for Battle of Brains; students need help from community for online votes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Mirror: Tonganoxie Middle School finalist for Battle of Brains; students need help from community for online votes </h4> <p> </p> </section> <a href="http://www.tonganoxiemirror.com/news/2019/nov/15/tonganoxie-middle-school-finalist-battle-brains-st/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Shawnee Mission Post: Brookwood Elementary fifth graders’ proposal makes Top 20 Finalist list for possible Science City exhibit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Shawnee Mission Post: Brookwood Elementary fifth graders’ proposal makes Top 20 Finalist list for possible Science City exhibit </h4> <p> </p> </section> <a href="https://shawneemissionpost.com/2019/11/14/brookwood-elementary-fifth-graders-proposal-makes-top-20-finalist-list-for-possible-science-city-exhibit-84403/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: How to keep your lithium-ion based energy storage project from catching fire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: How to keep your lithium-ion based energy storage project from catching fire </h4> <p> </p> </section> <a href="https://www.power-eng.com/energy-storage/how-to-keep-your-lithium-ion-based-energy-storage-project-from-catching-fire/#gref" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Lee's Summit Tribune: Summit Technology Academy engineering students are finalists for Burns & Mac’s Battle of the Brains competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lee's Summit Tribune: Summit Technology Academy engineering students are finalists for Burns & Mac’s Battle of the Brains competition </h4> <p> </p> </section> <a href="https://lstribune.net/index.php/2019/11/14/summit-technology-academy-engineering-students-are-finalists-for-burns-macs-battle-of-the-brains-competition/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Going With the Flow" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Going With the Flow </h4> <p> </p> </section> <a href="https://www.omagdigital.com/publication/?m=&l=1&i=637301&p=48&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's Destination Kansas City: Moving the Needle on Regional Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's Destination Kansas City: Moving the Needle on Regional Growth </h4> <p> </p> </section> <a href="https://www.omagdigital.com/publication/?m=&l=1&i=637305&p=20&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Courier Tribune: STEMulating the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Courier Tribune: STEMulating the Future </h4> <p> </p> </section> <a href="https://www.mycouriertribune.com/schools/k_12/stemulating-the-future/article_897f5bc6-07cd-11ea-9f3d-13788051072f.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="AZBigMedia: Burns & McDonnell opens new office, adds jobs in Tucson" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AZBigMedia: Burns & McDonnell opens new office, adds jobs in Tucson </h4> <p> </p> </section> <a href="https://azbigmedia.com/business/business-leaders/newsmakers/burns-mcdonnell-opens-new-office-adds-jobs-in-tucson/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Challenges in Implementing Non-Wires Alternatives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Challenges in Implementing Non-Wires Alternatives </h4> <p> </p> </section> <a href="https://www.tdworld.com/overhead-distribution/article/21114505/challenges-in-implementing-nonwires-alternatives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rigzone: A Look Back at Downstream Trends in 2019" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rigzone: A Look Back at Downstream Trends in 2019 </h4> <p> </p> </section> <a href="https://www.rigzone.com/news/a_look_back_at_downstream_trends_in_2019-31-dec-2019-160682-article/?all=HG2" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell adds talent, new biz segment to consulting arm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell adds talent, new biz segment to consulting arm </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2019/12/05/burns-mcdonnell-1898-consulting-hiring-energy.html?iana=hpmvp_kan_news_headline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power: Well-Planned Retirement: Keys to Successful Coal Plant Decommissioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power: Well-Planned Retirement: Keys to Successful Coal Plant Decommissioning </h4> <p> </p> </section> <a href="https://www.powermag.com/well-planned-retirement-keys-to-successful-coal-plant-decommissioning/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: Networks fire back at ‘disappointing’ RIIO-2 Challenge Group report claiming lack of proactivity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Networks fire back at ‘disappointing’ RIIO-2 Challenge Group report claiming lack of proactivity </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/news/a-lack-of-proactivity-or-a-disappointing-report-reactions-to-ofgems-riio-2-challenge-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers of Commerce: New Birmingham home for American construction firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers of Commerce: New Birmingham home for American construction firm </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2020/1/28/new-birmingham-home-for-american-construction-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Baking Business: Bake smarter: Incorporating IoT into production" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Baking Business: Bake smarter: Incorporating IoT into production </h4> <p> </p> </section> <a href="https://www.bakingbusiness.com/articles/50074-bake-smarter-incorporating-iot-into-production" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="WRDE: Orsted Hosts Supplier Day for Local Businesses to Learn about Skipjack Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> WRDE: Orsted Hosts Supplier Day for Local Businesses to Learn about Skipjack Project </h4> <p> </p> </section> <a href="https://www.wrde.com/orsted-hosts-supplier-day-for-local-businesses-to-learn-about-skipjack-project/article_22762655-2744-5abf-a700-5b4aecac12d4.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: The Future of Energy in Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: The Future of Energy in Kansas City </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21122674/the-future-of-energy-in-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Electra: Cigre United States Next Generation Network - 5th Annual Paper Competition Provides Younger Members a Platform" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electra: Cigre United States Next Generation Network - 5th Annual Paper Competition Provides Younger Members a Platform </h4> <p> </p> </section> <a href="https://e-cigre.org/read_electra/read_electra.asp#readBook/30" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: Consumers hold the key to a successful EV revolution: the Energy White Paper cannot leave them out" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Consumers hold the key to a successful EV revolution: the Energy White Paper cannot leave them out </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/blogs/consumers-hold-the-key-to-a-successful-ev-revolution-the-energy-white-paper-cannot-leave-them-out" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Women's Engineering Society: Burns & McDonnell Partners with WES" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Women's Engineering Society: Burns & McDonnell Partners with WES </h4> <p> </p> </section> <a href="https://www.wes.org.uk/news/burns-mcdonnell-partners-wes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Tennessee Utility News: Deadlines Set Under AWIA" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tennessee Utility News: Deadlines Set Under AWIA </h4> <p> </p> </section> <a href="https://issuu.com/taud/docs/tun1qvol34_issuu/18" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: How Prepared Is Your Utility to Sustain and Extend Emergency Measures?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: How Prepared Is Your Utility to Sustain and Extend Emergency Measures? </h4> <p> </p> </section> <a href="https://www.tdworld.com/the-grid-optimization-blog/article/21127344/how-prepared-is-your-utility-to-sustain-and-extend-emergency-measures" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Customer Stories" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Customer Stories </h4> <p> </p> </section> <a href="https://customers.microsoft.com/en-us/error;error=404" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Houston Partnership: Houston Companies Embrace Telecommuting, Heed Local Guidance, Amid COVID-19 Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Houston Partnership: Houston Companies Embrace Telecommuting, Heed Local Guidance, Amid COVID-19 Pandemic </h4> <p> </p> </section> <a href="https://www.houston.org/news/houston-companies-embrace-telecommuting-heed-local-guidance-amid-covid-19-pandemic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: The 22nd 40 Under Forty Class Is Thrown Into Fray" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: The 22nd 40 Under Forty Class Is Thrown Into Fray </h4> <p> </p> </section> <a href="https://ingrams.com/article/the-22nd-40-under-forty-class-is-thrown-into-fray/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fort Worth Business Press: Burns & McDonnell Foundation donates to Dallas-Fort Worth United Ways" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fort Worth Business Press: Burns & McDonnell Foundation donates to Dallas-Fort Worth United Ways </h4> <p> </p> </section> <a href="https://fortworthbusiness.com/nonprofit/burns-mcdonnell-foundation-donates-to-dallas-fort-worth-united-ways/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="FMEA Relay: Using an Integrated Project Delivery Approach to Achieve Smarter, Faster, Cost-Effective Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> FMEA Relay: Using an Integrated Project Delivery Approach to Achieve Smarter, Faster, Cost-Effective Projects </h4> <p> </p> </section> <a href="https://www.mydigitalpublication.com/publication/?m=36891&i=650763&p=30" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering & Technology: Picking the right route to working from home" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering & Technology: Picking the right route to working from home </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2020/04/picking-the-right-route-to-working-from-home/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: 2020 Top 500 Design Firms: Will COVID-19 Change Design?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: 2020 Top 500 Design Firms: Will COVID-19 Change Design? </h4> <p> </p> </section> <a href="https://www.enr.com/articles/49286-top-500-design-firms-will-covid-19-change-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="EE Online: The Impact of IEEE Standards on the Electric Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EE Online: The Impact of IEEE Standards on the Electric Grid </h4> <p> </p> </section> <a href="https://electricenergyonline.com/energy/magazine/1265/article/The-Impact-of-IEEE-Standards-on-the-Electric-Grid.htm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Aviation Pros: Mission Critical: Keep Military Aviation Airborne" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aviation Pros: Mission Critical: Keep Military Aviation Airborne </h4> <p> </p> </section> <a href="https://www.aviationpros.com/airports/article/21129072/military-air-station-fod-removal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="1898 & Co.: How We're Responding to the Coronavirus" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/aspirationheader.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co.: How We're Responding to the Coronavirus </h4> <p> </p><p>In a time of international crisis, critical infrastructure across the United States and around the world is being tested as never before. So are traditional approaches. Amid...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/1898-responding-to-coronavirus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers of Commerce: Engineering-construction firm make four new hires" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers of Commerce: Engineering-construction firm make four new hires </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2020/2/13/engineering-construction-firm-make-four-new-hires/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Grid: Our grid must be strong, smart and sustainable" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Grid: Our grid must be strong, smart and sustainable </h4> <p> </p> </section> <a href="https://www.power-grid.com/our-grid-must-be-strong-smart-and-sustainable/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power: Flow Batteries - Energy Storage Option for a Variety of Uses" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power: Flow Batteries - Energy Storage Option for a Variety of Uses </h4> <p> </p> </section> <a href="https://www.powermag.com/flow-batteries-energy-storage-option-for-a-variety-of-uses/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="IOT World Today: Electric Vehicles Gain Favor, Despite Challenged Utility Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IOT World Today: Electric Vehicles Gain Favor, Despite Challenged Utility Grid </h4> <p> </p> </section> <a href="https://www.iotworldtoday.com/2020/03/12/electric-vehicles-gain-favor-despite-challenged-utility-grid/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR Midwest: Reports from Key Industry Events Across the Midwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest: Reports from Key Industry Events Across the Midwest </h4> <p> </p> </section> <a href="https://www.enr.com/articles/48878-reports-from-key-industry-events-across-the-midwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR Midwest: Midwest City Scoop: Construction Starts in Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Midwest: Midwest City Scoop: Construction Starts in Kansas City </h4> <p> </p> </section> <a href="https://www.enr.com/articles/48881-midwest-city-scoop-construction-starts-in-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Central: Smart Cities Explained with a Road-map for Municipalities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Central: Smart Cities Explained with a Road-map for Municipalities </h4> <p> </p> </section> <a href="https://energycentral.com/c/iu/smart-cities-explained-road-map-municipalities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Using 3D Scanning to Maintain Critical Infrastructure During Pandemics" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Using 3D Scanning to Maintain Critical Infrastructure During Pandemics </h4> <p> </p> </section> <a href="https://www.tdworld.com/digital-innovations/article/21130200/using-3d-scanning-to-maintain-critical-infrastructure-during-pandemics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Technology Helps Overcome COVID-19 On-Site Restrictions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Technology Helps Overcome COVID-19 On-Site Restrictions </h4> <p> </p> </section> <a href="https://www.tdworld.com/digital-innovations/article/21128810/burns-mcdonnell-engineering-co-inc-technology-helps-overcome-covid19-onsite-restrictions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Security: Rethinking Physical Security Solutions During Coronavirus Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security: Rethinking Physical Security Solutions During Coronavirus Pandemic </h4> <p> </p> </section> <a href="https://www.securitymagazine.com/blogs/14-security-blog/post/92230-rethinking-physical-security-solutions-during-coronavirus-pandemic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Resilience from Policy, Regulatory and Engineering Perspectives" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Resilience from Policy, Regulatory and Engineering Perspectives </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2020/04/resilience-policy-regulatory-and-engineering-perspectives" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Energy storage deals with impacts from COVID-19" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Energy storage deals with impacts from COVID-19 </h4> <p> </p> </section> <a href="https://www.power-eng.com/energy-storage/energy-storage-deals-with-impacts-from-covid-19/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Upbeat for April" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upbeat for April </h4> <p> </p> </section> <a href="https://www.greenvillebusinessmag.com/2020/04/30/307747/upbeat-for-april" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Navigating equipment challenges with shifting timeframes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Navigating equipment challenges with shifting timeframes </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98804-jm-smucker-wins-2020-food-engineering-plant-of-the-year#equipment-challenges" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Central: Asset Management Cybersecurity Trends in the Utility Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Central: Asset Management Cybersecurity Trends in the Utility Industry </h4> <p> </p> </section> <a href="https://energycentral.com/c/iu/asset-management-cybersecurity-trends-utility-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Building Design + Construction: Navigate supply chain and manufacturing challenges during disruption" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Design + Construction: Navigate supply chain and manufacturing challenges during disruption </h4> <p> </p> </section> <a href="https://www.bdcnetwork.com/blog/navigate-supply-chain-and-manufacturing-challenges-during-disruption" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="WaterWorld: Burns & McDonnell completes design, construction services for Consolidated Mutual Water Treatment Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> WaterWorld: Burns & McDonnell completes design, construction services for Consolidated Mutual Water Treatment Facility </h4> <p> </p> </section> <a href="https://www.waterworld.com/drinking-water/treatment/article/14175873/burns-mcdonnell-completes-design-construction-services-for-consolidated-mutual-water-treatment-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Ranks 9th on List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Ranks 9th on List of Top 500 Design Firms </h4> <p> </p> </section> <a href="https://www.tdworld.com/careers/article/21130754/burns-mcdonnell-burns-mcdonnell-ranks-9th-on-list-of-top-500-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Diversity: Ron Evans and John Olander" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Diversity: Ron Evans and John Olander </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2020/05/diversity-ron-evans-and-john-olander-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Maintaining safe, reliable power generation with remote troubleshooting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Maintaining safe, reliable power generation with remote troubleshooting </h4> <p> </p> </section> <a href="https://www.power-eng.com/om/maintaing-safe-reliable-power-generation-with-remote-troubleshooting/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KSHB: Burns & McDonnell offers advice for returning to the workplace" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KSHB: Burns & McDonnell offers advice for returning to the workplace </h4> <p> </p> </section> <a href="https://www.kshb.com/rebound/rebound-kc-burns-and-mcdonnell-offers-advice-for-returning-to-the-workplace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCUR: At One Large Kansas City Firm, Break Rooms and Water Coolers Are No Longer Places to Socialize" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCUR: At One Large Kansas City Firm, Break Rooms and Water Coolers Are No Longer Places to Socialize </h4> <p> </p> </section> <a href="https://www.kcur.org/economy/2020-05-26/at-one-large-kansas-city-firm-break-rooms-and-water-coolers-are-no-longer-places-to-socialize" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCUR: Kansas City Area’s Largest Companies Say They're In No Rush to Bring Workers Back" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCUR: Kansas City Area’s Largest Companies Say They're In No Rush to Bring Workers Back </h4> <p> </p> </section> <a href="https://www.kcur.org/economy/2020-05-14/kansas-city-areas-largest-companies-say-theyre-in-no-rush-to-bring-workers-back" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: KC’s two biggest engineering firms make strong showing on ENR rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: KC’s two biggest engineering firms make strong showing on ENR rankings </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2020/05/01/enr-rankings-burns-mcdonnell-black-veatch.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Q&A With … Ray Kowalik, Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Q&A With … Ray Kowalik, Burns & McDonnell </h4> <p> </p> </section> <a href="https://ingrams.com/article/qa-with-ray-kowalik-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: Protecting against physical violence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: Protecting against physical violence </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98862-protecting-against-physical-violence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: 3 keys to site selection for food and beverage facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: 3 keys to site selection for food and beverage facilities </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98863-keys-to-site-selection-for-food-and-beverage-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Distributed Energy Resources" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Distributed Energy Resources </h4> <p> </p> </section> <a href="https://www.tdworld.com/distributed-energy-resources" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="DCD: Locking in Construction Projects Before Demand Returns" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> DCD: Locking in Construction Projects Before Demand Returns </h4> <p> </p> </section> <a href="https://www.dcd.com/articles/locking-in-construction-projects-before-demand-returns" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Canadian Electricity Association: Digital Transformation for Utilities – Asset Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Canadian Electricity Association: Digital Transformation for Utilities – Asset Management </h4> <p> </p> </section> <a href="https://www.electricity.ca/knowledge-centre/journal/digital-transformation-for-utilities-asset-management/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Automation World: Fast-Track Fulfillment of a Frozen Food Favorite" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Automation World: Fast-Track Fulfillment of a Frozen Food Favorite </h4> <p> </p> </section> <a href="https://www.automationworld.com/process/iiot/article/21134913/fasttrack-fulfillment-of-a-frozen-food-favorite" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Area Development: A Disciplined Road Map for Industrial Site Selection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Area Development: A Disciplined Road Map for Industrial Site Selection </h4> <p> </p> </section> <a href="https://www.areadevelopment.com/corporate-site-selection-factors/Q2-2020/disciplined-road-map-for-industrial-site-selection.shtml" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airport Magazine: Airports and Airlines Taking Giant Strides Forward With New Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Magazine: Airports and Airlines Taking Giant Strides Forward With New Technology </h4> <p> </p> </section> <a href="https://www.airportmagazine-digital.com/airportmagazine/april_may_2020/MobilePagedReplica.action?pm=2&folio=32#pg34" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Engineer: The dual challenge of increasing diversity in engineering" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Engineer: The dual challenge of increasing diversity in engineering </h4> <p> </p> </section> <a href="https://www.theengineer.co.uk/diversity-engineering-burnsmdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Missouri Municipal Review: Improving a Community's Drinking Water Quality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Missouri Municipal Review: Improving a Community's Drinking Water Quality </h4> <p> </p> </section> <a href="https://issuu.com/mmlreview/docs/may20review/12" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power: Promising Outlook for Lithium-Ion Battery Technology — Once Risks Are Addressed" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power: Promising Outlook for Lithium-Ion Battery Technology — Once Risks Are Addressed </h4> <p> </p> </section> <a href="https://www.power-eng.com/energy-storage/op-ed-promising-outlook-for-lithium-ion-battery-technology-once-risks-are-addressed/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Food Engineering: 43rd Annual Plant Construction Survey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Food Engineering: 43rd Annual Plant Construction Survey </h4> <p> </p> </section> <a href="https://www.foodengineeringmag.com/articles/98904-food-engineerings-43rd-annual-plant-construction-survey#wastewater-treatment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Keeps Workforce Moving Through Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Keeps Workforce Moving Through Pandemic </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21135304/burns-mcdonnell-engineering-co-inc-burns-mcdonnell-keeps-workforce-moving-through-pandemic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Pandemic Generates New Challenges, New Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Pandemic Generates New Challenges, New Solutions </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2020/07/pandemic-generates-new-challenges-new-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mizzou News: Alumni help build facility for the future of Mizzou research" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mizzou News: Alumni help build facility for the future of Mizzou research </h4> <p> </p> </section> <a href="https://showme.missouri.edu/2020/alumni-help-build-facility-for-the-future-of-mizzou-research/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Midwest Contractor: Burns & McDonnell Keeps Workforce Moving Through Pandemic, Completes World Headquarters" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Midwest Contractor: Burns & McDonnell Keeps Workforce Moving Through Pandemic, Completes World Headquarters </h4> <p> </p> </section> <a href="https://www.acppubs.com/articles/burns-mcdonnell-keeps-workforce-moving-through-pandemic-completes-world-headquarters" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kansas City Business Journal: Burns & McDonnell will open $42M HQ expansion next week" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kansas City Business Journal: Burns & McDonnell will open $42M HQ expansion next week </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2020/06/16/burns-mcdonnell-headquarters-expansion-9450-south.html?b=1592333521%5E21690930&iana=hpmvp_kan_news_headline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="E&T: How innovation neighbourhoods can kickstart the move to smart cities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> E&T: How innovation neighbourhoods can kickstart the move to smart cities </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2020/07/how-innovation-neighbourhoods-can-kickstart-the-move-to-smart-cities/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Western Energy Institute: Does Your Secondary Network Need an Intervention?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Western Energy Institute: Does Your Secondary Network Need an Intervention? </h4> <p> </p> </section> <a href="https://www.westernenergy.org/news-resources/secondary-network-intervention/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Consulting-Specifying Engineer: Best practices for designing government buildings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Consulting-Specifying Engineer: Best practices for designing government buildings </h4> <p> </p> </section> <a href="https://www.csemag.com/articles/best-practices-for-designing-government-buildings/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airport Magazine: How Rideshare and Autonomous Vehicles Will Change Airport Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airport Magazine: How Rideshare and Autonomous Vehicles Will Change Airport Design </h4> <p> </p> </section> <a href="https://www.airportmagazine-digital.com/airportmagazine/june_july_2020/MobilePagedReplica.action?pm=1&folio=30#pg32" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Security Week: Cybersecurity: An All-Encompassing Organizational Responsibility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security Week: Cybersecurity: An All-Encompassing Organizational Responsibility </h4> <p> </p> </section> <a href="https://www.securityweek.com/cybersecurity-all-encompassing-organizational-responsibility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Consulting-Specifying Engineer: Sustaining high-performance buildings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Consulting-Specifying Engineer: Sustaining high-performance buildings </h4> <p> </p> </section> <a href="https://www.csemag.com/articles/sustaining-high-performance-buildings/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Utility Week: Covid-19 has created a revolution in the electricity sector: regulation must keep up" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Week: Covid-19 has created a revolution in the electricity sector: regulation must keep up </h4> <p> </p> </section> <a href="https://utilityweek.co.uk/covid-19-has-created-a-revolution-in-the-electricity-sector-regulation-must-keep-up/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Houston Partnership: Measuring Houston's Resiliency Three Years After Harvey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Houston Partnership: Measuring Houston's Resiliency Three Years After Harvey </h4> <p> </p> </section> <a href="https://www.houston.org/news/measuring-houstons-resiliency-three-years-after-harvey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Rebuilding Power Grid in Louisiana After Hurricane Laura Becomes Major Infrastructure Effort" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Rebuilding Power Grid in Louisiana After Hurricane Laura Becomes Major Infrastructure Effort </h4> <p> </p> </section> <a href="https://www.enr.com/articles/50004-rebuilding-power-grid-in-louisiana-after-hurricane-laura-becomes-major-infrastructure-effort" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Consulting-Specifying Engineer: Integration, interoperability in high-performance buildings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Consulting-Specifying Engineer: Integration, interoperability in high-performance buildings </h4> <p> </p> </section> <a href="https://www.csemag.com/articles/integration-interoperability-in-high-performance-buildings/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Resource Recycling: Steps to a Win-Win" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Resource Recycling: Steps to a Win-Win </h4> <p> </p> </section> <a href="https://cloud.3dissue.com/168774/169114/197590/1020RR/index.html?page=28" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy & Commerce: Solar energy and increased storage capacity, the future of energy infrastructure in Mexico" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy & Commerce: Solar energy and increased storage capacity, the future of energy infrastructure in Mexico </h4> <p> </p> </section> <a href="https://issuu.com/energyncommerce/docs/edicioncompleta-oct38/52" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Civil+Structural Engineer: Revitalizing a Century-Old Gateway to the Midwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Civil+Structural Engineer: Revitalizing a Century-Old Gateway to the Midwest </h4> <p> </p> </section> <a href="https://csengineermag.com/revitalizing-a-century-old-gateway-to-the-midwest/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="World Pipelines: Finding the Right Flexibility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> World Pipelines: Finding the Right Flexibility </h4> <p> </p> </section> <a href="http://publications.worldpipelines.com/flip/world-pipelines/2020/Coatings-Corrosion-2020/cc20wp.html#40" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Women's Engineering Society: Embracing a Collaborative Approach to Achieve Net-Zero Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Women's Engineering Society: Embracing a Collaborative Approach to Achieve Net-Zero Goals </h4> <p> </p> </section> <a href="https://www.wes.org.uk/content/embracing-collaborative-approach-achieve-net-zero-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Burns & McDonnell Develops Wearable AR Platform to Navigate On-Site Restrictions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Burns & McDonnell Develops Wearable AR Platform to Navigate On-Site Restrictions </h4> <p> </p> </section> <a href="https://www.tdworld.com/utility-business/article/21147356/burns-mcdonnell-burns-mcdonnell-develops-wearable-ar-platform-to-navigate-onsite-restrictions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Profiles in Innovation - Zachary Wassenberg" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Profiles in Innovation - Zachary Wassenberg </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2020/11-0/profiles-innovation-zachary-wassenberg" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="PBC Today: Digital engineering is needed to reach UK zero-carbon goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PBC Today: Digital engineering is needed to reach UK zero-carbon goals </h4> <p> </p> </section> <a href="https://www.pbctoday.co.uk/news/construction-technology-news/digital-engineering-zero-carbon-goals/84796/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Kansas City Construction and Design in a COVID World: Adapt and Overcome" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Kansas City Construction and Design in a COVID World: Adapt and Overcome </h4> <p> </p> </section> <a href="https://ingrams.com/article/kansas-city-construction-and-design-in-a-covid-world-adapt-and-overcome/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Users, Opponents Take Sides on Corps Nationwide Project Permit Makeover" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Users, Opponents Take Sides on Corps Nationwide Project Permit Makeover </h4> <p> </p> </section> <a href="https://www.enr.com/articles/50771-users-opponents-take-sides-on-corps-nationwide-project-permit-makeover" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Publication" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Publication </h4> <p> </p> </section> <a href="https://www.bluetoad.com/publication/frame.php?i=687603&p=32&pn=&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Utilities Fortnightly: Building Electrical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Utilities Fortnightly: Building Electrical Infrastructure </h4> <p> </p> </section> <a href="https://www.fortnightly.com/fortnightly/2020/12/building-electrical-infrastructure?authkey=fb121f3e1b3d47b7783fadcad221bec7ed55ee20cb5770a0a9576272b0d91428" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power: Leveraging the Latest Carbon Capture, Utilization, and Storage Technologies to Transform Emissions into Profit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power: Leveraging the Latest Carbon Capture, Utilization, and Storage Technologies to Transform Emissions into Profit </h4> <p> </p> </section> <a href="https://www.powermag.com/leveraging-the-latest-carbon-capture-utilization-and-storage-technologies-to-transform-emissions-into-profit/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Burns & Mac will lead EPC work at 350-MW Great Plains gas-fired combined-cycle plant in Saskatchewan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Burns & Mac will lead EPC work at 350-MW Great Plains gas-fired combined-cycle plant in Saskatchewan </h4> <p> </p> </section> <a href="https://www.power-eng.com/gas/combined-cycle/burnsmac-will-lead-epc-work-at-350-mw-great-plains-gas-fired-combined-cycle-plant-in-saskatchewan/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="E&T: Why the path to net-zero has to be a whole-system approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> E&T: Why the path to net-zero has to be a whole-system approach </h4> <p> </p> </section> <a href="https://eandt.theiet.org/content/articles/2020/12/why-the-path-to-net-zero-has-to-be-a-whole-system-approach/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Building Arkansas: Issue 1 breathes new life into transportation infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Arkansas: Issue 1 breathes new life into transportation infrastructure </h4> <p> </p> </section> <a href="https://arkansasengineers.org/home/wp-content/uploads/2021/05/BARK-December-2020-for-web.pdf#page=6" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Burns & McDonnell project opening" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Burns & McDonnell project opening </h4> <p> </p> </section> <a href="https://ingrams.com/article/burns-mcdonnell-project-opening/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering News-Record: Top 100 Alternative Delivery Firms Look to a Post-Crisis Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering News-Record: Top 100 Alternative Delivery Firms Look to a Post-Crisis Future </h4> <p> </p> </section> <a href="https://www.enr.com/articles/49504-enr-2020-top-100-alternative-delivery-firms-look-to-a-post-crisis-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="District Energy: Microgrid in Hawaii Provides Stability in Stages" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> District Energy: Microgrid in Hawaii Provides Stability in Stages </h4> <p> </p> </section> <a href="https://www.districtenergy.org/blogs/district-energy/2020/06/11/microgrid-in-hawaii-provides-stability-in-stages" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="TecHR Series: Burns & McDonnell Keeps Workforce Moving Through Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> TecHR Series: Burns & McDonnell Keeps Workforce Moving Through Pandemic </h4> <p> </p> </section> <a href="https://techrseries.com/news/burns-mcdonnell-keeps-workforce-moving-through-pandemic/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jonathan Kadishson" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jonathan Kadishson </h4> <p> </p> </section> <a href="https://www.pmi.org/future-50/honorees/jonathan-kadishson" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers of Commerce: Engineering services makes senior hire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers of Commerce: Engineering services makes senior hire </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/news/2020/7/27/engineering-services-makes-senior-hire/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Central: Getting to safe, reliable, zero maintenance residential storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Central: Getting to safe, reliable, zero maintenance residential storage </h4> <p> </p> </section> <a href="https://energycentral.com/c/gr/getting-safe-reliable-zero-maintenance-residential-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Current: Do we have the power to change the EV landscape?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Current: Do we have the power to change the EV landscape? </h4> <p> </p> </section> <a href="https://www.current-news.co.uk/blogs/do-we-have-the-power-to-change-the-ev-landscape" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Salina Post: Schwan's to expand, add 225 new full-time jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Salina Post: Schwan's to expand, add 225 new full-time jobs </h4> <p> </p> </section> <a href="https://salinapost.com/posts/c21b97bc-0cf3-41a8-89e1-cea252202470" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ramona Sentinel: Local electric distribution design business wins ‘Power(ful)’ award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ramona Sentinel: Local electric distribution design business wins ‘Power(ful)’ award </h4> <p> </p> </section> <a href="https://www.sandiegouniontribune.com/ramona-sentinel/business/story/2020-08-19/local-electric-distribution-design-business-wins-powerful-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Energy Central: The Next Generation Electric Utility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Energy Central: The Next Generation Electric Utility </h4> <p> </p> </section> <a href="https://energycentral.com/c/iu/next-generation-electric-utility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Consulting-Specifying Engineer: MEP Giants revenue increased 5% over last year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Consulting-Specifying Engineer: MEP Giants revenue increased 5% over last year </h4> <p> </p> </section> <a href="https://www.csemag.com/articles/mep-giants-revenue-increased-5-over-last-year/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Western Energy: Deploying Assisted Reality Solutions for Safe and Successful Project Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Western Energy: Deploying Assisted Reality Solutions for Safe and Successful Project Sites </h4> <p> </p> </section> <a href="http://digital.apogee-mg.com/publication/frame.php?i=674838&p=44&pn=&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Ingram's 250: Ray Kowalik and John Olander" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Ingram's 250: Ray Kowalik and John Olander </h4> <p> </p> </section> <a href="https://www.omagdigital.com/publication/?m=54501&i=673527&p=22&ver=html5" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Virtual Reality to Improve Training of Utility Personnel" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Virtual Reality to Improve Training of Utility Personnel </h4> <p> </p> </section> <a href="https://www.tdworld.com/smart-utility/article/21140189/burns-mcdonnell-virtual-reality-to-improve-training-of-utility-personnel" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: Making Underground Transmission a Reality With All-In Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: Making Underground Transmission a Reality With All-In Project Delivery </h4> <p> </p> </section> <a href="https://www.tdworld.com/intelligent-undergrounding/article/21142885/burns-mcdonnell-making-underground-transmission-a-reality-with-allin-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Scottish Construction Now: Nick Busby: Advancement of project controls can greatly improve project outcomes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Scottish Construction Now: Nick Busby: Advancement of project controls can greatly improve project outcomes </h4> <p> </p> </section> <a href="https://www.scottishconstructionnow.com/articles/nick-busby-advancement-of-project-controls-can-greatly-improve-project-outcomes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Aviation Pros: Burns & McDonnell Names Chris Spann National Director of Aviation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aviation Pros: Burns & McDonnell Names Chris Spann National Director of Aviation </h4> <p> </p> </section> <a href="https://www.aviationpros.com/airports/consultants/press-release/21155701/burns-mcdonnell-burns-mcdonnell-names-chris-spann-national-director-of-aviation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Contract Business: Design-Build Institute Announces Lifetime Achievement Award Winner" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Contract Business: Design-Build Institute Announces Lifetime Achievement Award Winner </h4> <p> </p> </section> <a href="https://www.contractingbusiness.com/commercial-hvac/article/21144665/designbuild-institute-awards-william-quatman" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="T&D World: New Flyer, Burns & McDonnell Selected for BEB Infrastructure Construction in St. Louis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> T&D World: New Flyer, Burns & McDonnell Selected for BEB Infrastructure Construction in St. Louis </h4> <p> </p> </section> <a href="https://www.tdworld.com/electrification/article/21147359/burns-mcdonnell-new-flyer-burns-mcdonnell-selected-for-beb-infrastructure-construction-in-st-louis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Engineering: Burns & McDonnell handling engineering on new-build Alberta gas-fired power plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Engineering: Burns & McDonnell handling engineering on new-build Alberta gas-fired power plants </h4> <p> </p> </section> <a href="https://www.power-eng.com/gas/new-projects-gas/burns-mcdonnell-handling-engineering-on-new-build-alberta-gas-fired-power-plants/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Data Center Dynamics: Burns & McDonnell launches European data center practice" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Data Center Dynamics: Burns & McDonnell launches European data center practice </h4> <p> </p> </section> <a href="https://www.datacenterdynamics.com/en/news/burns-mcdonnell-launches-european-data-centre-practice/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Greater Birmingham Chambers of Commerce: Building back better: Infrastructure holds the key to our recovery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Greater Birmingham Chambers of Commerce: Building back better: Infrastructure holds the key to our recovery </h4> <p> </p> </section> <a href="https://www.greaterbirminghamchambers.com/latest-news/blogs/2020/12/building-back-better-infrastructure-holds-the-key-to-our-recovery/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Provide Owner's Engineer Services for Kineticor Power Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Provide Owner's Engineer Services for Kineticor Power Project </h4> <p> </p><p>CALGARY, Alberta —<a href="https://www.burnsmcd.com/locations/canada">Burns & McDonnell</a>, an engineering, construction and architecture firm, was recently selected to lead owner’s engineering efforts for the implementation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/engineering-services-for-kineticor-power-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="City of Medicine Hat Selects Burns & McDonnell as Design Engineer for Simple-Cycle Generation Plant Addition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City of Medicine Hat Selects Burns & McDonnell as Design Engineer for Simple-Cycle Generation Plant Addition </h4> <p> </p><p>MEDICINE HAT, Alberta — The City of Medicine Hat recently hired Burns & McDonnell to perform detailed design engineering for the installation of a new General Electric (GE)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/medicine-hat-simple-cycle-generation-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Rashmi Menon Vice President and General Manager of California Offices" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Rashmi Menon Vice President and General Manager of California Offices </h4> <p> </p><p>BREA, California — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announces<a href="https://www.linkedin.com/in/rashmi-menon-2186ba5/" target="_blank" title="Rashmi Menon LinkedIn Profile" rel="noopener">Rashmi Menon</a>as vice president and general manager for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/rashmi-menon-vice-president-california-offices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Launches European Data Centre Practice in London" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches European Data Centre Practice in London </h4> <p> </p><p>Burns & McDonnell has hired industry veteran Mike Starbuck to launch and lead the company’s European<a href="https://www.burnsmcd.com/services/buildings/mission-critical-buildings">Mission Critical data centre</a>services from the UK. The new business...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/european-data-centre-practice-in-london" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, general-aviation"> <section class="project-image"> <section aria-label="Pavement Reconstruction Brings Main Runway Back to Life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_PavementReconstructionBringsMainRunwayBackLife_18411/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pavement Reconstruction Brings Main Runway Back to Life </h4> <p> With services dating back to the World War II era, Great Bend Municipal Airport had over 70 years of runway wear and tear. After performing many smaller repairs, the city of... </p> </section> <a href="https://info.burnsmcd.com/case-study/great-bend-runway-reconstruction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, airfield-lighting-navaids"> <section class="project-image"> <section aria-label="Preparing for Smoother Arrivals and Departures With Runway Replacement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_DodgeCityRunway_18410/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing for Smoother Arrivals and Departures With Runway Replacement </h4> <p> Dodge City Regional Airport sees many aircraft fly in and out every day. Safe runways are paramount to providing high quality service, so when one was nearing its end of... </p> </section> <a href="https://info.burnsmcd.com/case-study/dodge-city-runway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, mining-minerals" data-brand="burns-mcdonnell" data-service="robotics-automation, industrial-manufacturing-optimization, mining-infrastructure"> <section class="project-image"> <section aria-label="Raising the Bar for Connected Mining Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PHX_MiningAutomationandControls_16172/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Raising the Bar for Connected Mining Operations </h4> <p> A holistic and integrated approach to modernizing mining operations is the key to a connected, automated and controlled mining operation. Upfront planning and flexible... </p> </section> <a href="https://info.burnsmcd.com/white-paper/raising-the-bar-for-connected-mining-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, engineering, oil-gas-chemicals, storage-logistics"> <section class="project-image"> <section aria-label="Reducing Terminal Storage Project Risk With EPC Partnerships" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_TerminalPipelineProjectDelivery_14060/OGC-KCM-T&P-Cost-Savings-with-EPC-Firms_Landing-Page-Hero-1600x800px_14060Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reducing Terminal Storage Project Risk With EPC Partnerships </h4> <p> The complexities of terminal storage projects demand effective project management and execution. An integrated engineer-procure-construct (EPC) approach can lead owners and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/terminal-and-pipeline-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="safety, oil-gas-chemicals, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Making the Most of Safety Integrity Levels" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_MBI_ProcessSafetySolutions_16085/Updated%20Images/Making-the-Most-of-Safety-Integrity-Levels-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making the Most of Safety Integrity Levels </h4> <p> Insufficient training on safety processes puts industrial facilities at risk for accidents. Prioritizing safety and adopting vigorous safety solutions and standards can... </p> </section> <a href="https://info.burnsmcd.com/white-paper/making-the-most-of-safety-integrity-levels" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, liquefied-natural-gas-(lng), midstream, engineer-procure-construct, liquefied-natural-gas-(lng)-peak-shaving"> <section class="project-image"> <section aria-label="Applying Midstream Lessons Learned to the LNG Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_EPCForLNGProjectDelivery_19207/ENR-KCM-Applying-Midstream-Lessons-Learned-to-Small-Scale-LNG_Landing-Page-Hero-1600x800px_19207Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Applying Midstream Lessons Learned to the LNG Industry </h4> <p> As utilities develop liquefied natural gas peak shaver and satellite facilities across the U.S., they can turn to the oil and gas midstream industry for lessons on how to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/applying-midstream-lessons-learned-to-the-lng-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="1898-co., burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), storage-logistics"> <section class="project-image"> <section aria-label="Drone Technology Revolutionizes Mapping of LNG Tank Cold Spots" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_LNGMicrosite_15144/white-paper/Drone-Technology-Revolutionizes-Mapping-of-LNG-Tank-Cold-Spots-white-paper-burns-mcdonnell-14373-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Drone Technology Revolutionizes Mapping of LNG Tank Cold Spots </h4> <p> Thermal surveys of the walls of a 200-foot-tall LNG tank can be challenging. Traditional thermal detection methods are costly, time-consuming and potentially dangerous. By... </p> </section> <a href="https://info.burnsmcd.com/white-paper/lng-facilities-and-drones" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Partners with Innovative Products to Navigate COVID-19 On-Site Restrictions and Beyond" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellPartnersWithInnovativeProductshero20460.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Partners with Innovative Products to Navigate COVID-19 On-Site Restrictions and Beyond </h4> <p> </p><p>KANSAS CITY, Missouri — As the pandemic challenges the construction, operation, and maintenance of critical infrastructure, Burns & McDonnell developed a wearable assisted...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/innovative-products-navigate-on-site-restrictions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="land-right-of-way-management, highways, transportation-planning-policy, transportation, bridges, traffic-engineering, rail"> <section class="project-image"> <section aria-label="Keep Austin Clear: Right-of-Way Expansion to Relieve Congestion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_Interstate35HighwayImprovementPlan_19088%20CS/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keep Austin Clear: Right-of-Way Expansion to Relieve Congestion </h4> <p> Austin, Texas, is booming, and travel through the heart of the city is less than ideal. A series of innovative schematic designs led to a solution offering wider roadways and... </p> </section> <a href="https://info.burnsmcd.com/case-study/interstate-35-highway-improvement-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, electrical-transmission-distribution, electrical-distribution, electrical-transmission, grid-modernization"> <section class="project-image"> <section aria-label="Digital Engineering Needed to Reach U.K. Zero Carbon Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_UKO_DigitalEngineeringfor2050_%2020183/Digital-Engineering-Needed-to-Reach-UK-Zero-Carbon-Goals-white-paper-20183-2500x800-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Digital Engineering Needed to Reach U.K. Zero Carbon Goals </h4> <p> To some, it may appear the 2050 zero carbon deadline is far off in the future. However, if we are to eliminate all carbon-based sources of energy throughout the U.K., work... </p> </section> <a href="https://info.burnsmcd.com/white-paper/digital-engineering" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Amiss WTP Pre-Bid Conference<br>City of Shreveport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_WTPPreBidMeeting_20362/WTR_KCM_AmissWTPPreBidMeetingLandingPage_20362_Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Amiss WTP Pre-Bid Conference<br>City of Shreveport </h4> <p> The Pre-Bid Conference for the Amiss Water Treatment Plant Ozone and Process Improvements Project will be conducted virtually. <strong>Register for the Pre-Bid Conference by...</strong> </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Construction Begins on CenterPoint Energy’s Solar Farm in Southwestern Indiana" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ConstructionBeginsonCenterPointEnergySolarFarmhero17380.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Construction Begins on CenterPoint Energy’s Solar Farm in Southwestern Indiana </h4> <p> </p><p>EVANSVILLE, Indiana — After successfully completing the engineering phase earlier this year, Burns & McDonnell will begin the construction of a 50-megawatt (MW)universal...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-centerpoint-energy-solar-farm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, solar, wind, natural-gas-generation, gas-turbines, reciprocating-engines"> <section class="project-image"> <section aria-label="Exploring Another Viable Way to Firm Renewable Generation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_FirmingSolarGenerationNaturalGas_17031/ENR-KCM-Solar-+-Gas_Landing-Page-Hero-1600x800px_17031Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring Another Viable Way to Firm Renewable Generation </h4> <p> As the nation’s power generation mix continues its transformation away from coal and toward solar and other renewable sources, the need for fast-acting resources that can be... </p> </section> <a href="https://info.burnsmcd.com/white-paper/firming-solar-generation-with-natural-gas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, construction, sport-performance-entertainment, sport-performance-entertainment-venues"> <section class="project-image"> <section aria-label="The Architecture of Fandom" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_UnderstandingFandom_19343/AdobeStock_197014446.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Architecture of Fandom </h4> <p> In the 150-year history of U.S. sports architecture, the built environment has morphed to accommodate the safety, finance and media requirements of modernity. But is a vital... </p> </section> <a href="https://info.burnsmcd.com/white-paper/sports-facility-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, policy-regulatory" data-brand="1898-co." data-service="power, policy-regulatory"> <section class="project-image"> <section aria-label="Rural Broadband Funding Auction Creates Opportunities for Utilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Rural-Broadband-Funding-Auction-Creates-Opportunities-for-Utilities-20665-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rural Broadband Funding Auction Creates Opportunities for Utilities </h4> <p> Electric utilities are positioned to extend broadband connectivity to rural America through funding from the FCC’s Rural Digital Opportunity Fund (RDOF). </p> </section> <a href="https://1898blog.burnsmcd.com/rural-broadband-funding-auction-creates-opportunities-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="engineering, higher-education, campus-energy, district-energy, higher-education-facilities"> <section class="project-image"> <section aria-label="Creating a Contingency Plan Gives a Road Map During Emergencies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/DFW_ResiliencyCampaign_04323/AdobeStock_84676690-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating a Contingency Plan Gives a Road Map During Emergencies </h4> <p> Sudden emergencies on college campuses can halt day-to-day operations and result in unplanned expenses. But there’s a way to prepare for the problems before they happen. </p> </section> <a href="https://info.burnsmcd.com/white-paper/emergency-response-planning-for-aging-campus-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="SSEN Framework Opportunity Supply Chain Briefing Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_GasTurbineUserExperienceApp_13146/defaults/DefaultHeader-Desktop-Short.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> SSEN Framework Opportunity Supply Chain Briefing Webinar </h4> <p> Please join us for our upcoming supplier briefing webinar to discuss details about the SSEN RIIO T2 opportunities that Burns & McDonnell is pursuing. The session will begin... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Energy On Demand Institute" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_BMcDEnergyOnDemandInstitute_18342/EnergyOnDemand-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Energy On Demand Institute </h4> <p> Our world is ever changing right now, and the power industry is no different. The need to stay abreast of new demands and regulations has remained constant to continue safe,... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Flyer and Burns & McDonnell Selected for Battery Electric Bus Charging Infrastructure Construction Project in St. Louis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/MetroBusDepotCharger15557hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Flyer and Burns & McDonnell Selected for Battery Electric Bus Charging Infrastructure Construction Project in St. Louis </h4> <p> </p><p>ST. LOUIS, Missouri — New Flyer of America (New Flyer), one of the world’s leading independent global bus manufacturers, and Burns & McDonnell, a 100% employee-owned...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/battery-electric-bus-charging-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Breaks Ground on First-Ever Community Solar Program in Southwest Missouri" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/FirstEverCommunitySolarProgram19393hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Breaks Ground on First-Ever Community Solar Program in Southwest Missouri </h4> <p> </p><p>JOPLIN, Missouri — As part of its growing<a href="https://www.burnsmcd.com/services/electric-power-generation/renewables/solar">solar power generation</a>design and construction services portfolio, Burns & McDonnell has broken ground on<a href="https://libertyutilities.com/" target="_blank" rel="noopener">Liberty Utilities</a><a href="https://libertyutilities.com/" target="_blank" rel="noopener">-Empire...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/community-solar-program-in-southwest-missouri" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, hydroelectric, plant-services, instrumentation-control"> <section class="project-image"> <section aria-label="Considerations for Upgrading and Replacing Transformers at Hydroelectric Generation Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_ElectricalUpgrades_16694/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Considerations for Upgrading and Replacing Transformers at Hydroelectric Generation Facilities </h4> <p> Transformer failures can cause extended facility downtime, lost revenue, and unexpected large capital expenses for the hydroelectric power generation industry. A proactive... </p> </section> <a href="https://info.burnsmcd.com/white-paper/electrical-upgrades-for-power-transformers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Connection of Industrial Plants to the Electric Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_16952/TND_MEX_Oct15ConnectingToThe%20ElectricalGridHighVoltageConsiderationsMexicoWebinar%20Series_16952-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Connection of Industrial Plants to the Electric Grid </h4> <p> This webinar addresses the key concepts and considerations that a charging center requires to connect to the National Electric System, focusing on the feasibility and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline Routing, Permitting, and Pre-Construction Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/images/Header%20image-5.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline Routing, Permitting, and Pre-Construction Planning </h4> <p> Claudia Farrell discusses the key factors that go into pipeline routing, permitting and preconstruction planning. In this episode, you will learn about the processes and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Designing Metering and Regulation Stations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/images/Header-%20Meter%20and%20Regulation%20Stations.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing Metering and Regulation Stations </h4> <p> David Slavin discusses the fundamental elements of designing pipeline gas metering and regulating (M&R) stations. In this episode, you will learn about the importance of... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="AC Interference Effects and Mitigation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/images/Header%20image-3.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AC Interference Effects and Mitigation </h4> <p> Frank Onesto discusses the effects of alternating currents (AC) on pipelines and why this matters. In this episode, you will learn about the common impacts of AC on... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline Horizontal Directional Drilling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/images/Header%20image-2.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline Horizontal Directional Drilling </h4> <p> Lalit Chilana discusses the fundamental elements of pipeline horizontal directional drilling (HDD). In this episode, you will learn about the history of HDD, why it has been... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pipeline Construction Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_PodcastLandingPage_20202/images/New%20yellow%20header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline Construction Planning </h4> <p> Denys Stavnychyi discusses the key steps that go into pipeline construction. In this episode, you will learn about the five categories of pre-construction planning, the... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Understanding Fandom and Its Influences" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_SportsRoundtableDiscussionLandingPage_21083/GFS_21083-HEADER.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding Fandom and Its Influences </h4> <p> Understanding fandom can influence sports organization decisions, venue design, revenue opportunities and the way we create and enhance experiences. Hear from our team and... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Andrew Becker Honored as ‘Most Promising Engineer’ by Hydrocarbon Processing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/AndrewBeckerHonoredbyHydrocarbonProcessinghero20384.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Andrew Becker Honored as ‘Most Promising Engineer’ by Hydrocarbon Processing </h4> <p> </p><p>KANSAS CITY, Missouri —<em>Hydrocarbon Processing</em>has named Andrew Becker, a chemical engineer at Burns & McDonnell, as the industry’s “Most Promising Engineer” for 2020.</p> <p>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/andrew-becker-most-promising-engineer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Projects From Across the U.S. Earn Regional Best Project Highlights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/DeltaAirLinesLaGuardiaConcourseRedevelopmenthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Projects From Across the U.S. Earn Regional Best Project Highlights </h4> <p> </p><p>KANSAS CITY, Missouri — Two Burns & McDonnell projects have received<a href="https://www.burnsmcd.com/about-us/industry-awards">Best Project Awards</a>from<em>Engineering News-Record </em>(<em>ENR</em>) magazine in the publication’s respective regions....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/projects-earn-regional-best-project-highlights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, fuel-storage-tanks-distribution, oil-gas-chemicals, storage-logistics, military-fueling"> <section class="project-image"> <section aria-label="Navigating Tank Construction for Storage, Terminal and Logistics Project Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_WorkingWithaTankee_14059/OGC-KCM-T&P---Working-with-a-Tankee_Landing-Page-Hero-1600x800px_14059Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Tank Construction for Storage, Terminal and Logistics Project Success </h4> <p> From a single tank to full-scale terminal construction, tanks represent a critical component of terminal and pipeline projects. In order to achieve success, these projects... </p> </section> <a href="https://info.burnsmcd.com/white-paper/terminal-project-best-practices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="transportation-electrification, electrical-transmission-distribution, electrical-transmission"> <section class="project-image"> <section aria-label="New U.K. Price Controls Drive New Capital Programme Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_UKO_NetworkForumAdvertisement_09613/TND_UKO_NetworkFormLandingPage_09613-Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New U.K. Price Controls Drive New Capital Programme Delivery </h4> <p> With Ofgem’s proposed cap on cost of capital under RIIO-T2 price controls, U.K. transmission network operators (TNOs) will be challenged to rethink how they deliver capital... </p> </section> <a href="https://info.burnsmcd.com/white-paper/preparing-for-riio-t2" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, stakeholder-management, electrical-transmission-distribution, electrical-transmission, overhead-transmission, substations"> <section class="project-image"> <section aria-label="Addressing Electric Supply Reliability With Integrated Project Delivery" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CAN_TransmissionSystemReinforcement_19100/TND_CAN_South-and-West-Edmonton-Area-Transmission_Landing-Page-Hero-1600x800px_19100Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Addressing Electric Supply Reliability With Integrated Project Delivery </h4> <p> A Canadian transmission utility undertook a major program to reinforce the transmission system for current residents and prepare for anticipated commercial and industrial... </p> </section> <a href="https://info.burnsmcd.com/case-study/transmission-system-reinforcement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, chemicals, refining"> <section class="project-image"> <section aria-label="Dividing Wall Columns Bring Efficiency to the Process Industries" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_DividingWallColumns_17876/Dividing-Wall-Columns-Bring-Efficiency-To-The-Process-Industry-white-paper-burns-mcdonnell-17876-Header-2000x1125.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dividing Wall Columns Bring Efficiency to the Process Industries </h4> <p> Distillation is essential to the chemical industry, yet these systems have remained unchanged for decades. Dividing wall columns (DWC) offer refineries the ability to reduce... </p> </section> <a href="https://info.burnsmcd.com/white-paper/distillation-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Manufacturing, Industrial Facility Design Leader to Head Global Facilities Team in Chicago at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ManufacturingIndustrialFacilityDesignLeadertoHeadGlobalFacilitiesTeaminChicagohero220128.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Manufacturing, Industrial Facility Design Leader to Head Global Facilities Team in Chicago at Burns & McDonnell </h4> <p> </p><p>CHICAGO — Facility design and construction leader<a href="https://www.linkedin.com/in/andywozniak/" target="_blank" title="Andy Wozniak LinkedIn Profile" rel="noopener">Andy Wozniak</a>has joined Burns & McDonnell to lead the Global Facilities Group in Chicago. Wozniak will spearhead the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/manufacturing-industrial-facility-design-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="smart-governance, mobility, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="Finding Value Within a Department of Transportation’s Existing Wealth of Data" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_LinkingInfrastructureChallenges_07082/Finding%20Value%20Within%20a%20Department%20of%20Transportations%20Existing%20Wealth%20of%20Data_Landing%20Page_07082_1600x800px_Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding Value Within a Department of Transportation’s Existing Wealth of Data </h4> <p> Historically, departments of transportation (DOTs) have harnessed information in silos, using existing data that is focused on individual departments. Increasingly, DOTs are... </p> </section> <a href="https://info.burnsmcd.com/white-paper/finding-value-within-a-department-of-transportations-existing-wealth-of-data" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded PSMJ Premier Award for Client Satisfaction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellAwardedPSMJPremierAwardforClientSatisfaction20117hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded PSMJ Premier Award for Client Satisfaction </h4> <p> </p><p>KANSAS CITY, Missouri — For the 10th year, Burns & McDonnell has been selected as a winner of<a href="https://www.psmj.com/premier-award" target="_blank" title="PSMJ Resources’ Premier Award for Client Satisfaction" rel="noopener">PSMJ Resources’ Premier Award for Client Satisfaction</a>. The award, given to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/psmj-premier-award-for-client-satisfaction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Helps Break Ground on Design-Build Emergency Operations Center Project at Lawrence Livermore National Laboratory" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellhelpswithgroundbreakingforEOCatLLNL16932hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Helps Break Ground on Design-Build Emergency Operations Center Project at Lawrence Livermore National Laboratory </h4> <p> </p><p>LIVERMORE, California — Focused on strengthening the nation’s<a href="https://hubs.ly/H0w-Tld0" target="_blank" title="critical infrastructure" rel="noopener">critical infrastructure</a>, Burns & McDonnell joined the National Nuclear Security Administration, Lawrence...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-build-eoc-lawrence-livermore-national-lab" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), liquefied-natural-gas-(lng)-peak-shaving, natural-gas-generation"> <section class="project-image"> <section aria-label="Identifying Optimal Solutions for LNG Liquefaction Units" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_LNGMicrosite_1179476_WP/Update-Identifying-Optimal-Solutions-For-LNG-White-Paper-1179476-header.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Identifying Optimal Solutions for LNG Liquefaction Units </h4> <p> A lot goes into developing liquefied natural gas facilities, such as selection of technology, compressor driver and heat exchange medium. Considering these major decisions... </p> </section> <a href="https://info.burnsmcd.com/white-paper/identifying-optimal-solutions-for-lng-liquefaction-units" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Chris Spann National Director of Aviation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/LouisArmstrongNewOrleansInternationalAirportgreenfieldterminalprogrammanagerhero19893.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Chris Spann National Director of Aviation </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has named<a href="https://www.linkedin.com/in/chrisSpannbmcd/" target="_blank" title="Chris Spann LinkedIn Profile" rel="noopener">Chris Spann</a>as the new National Director of Aviation. In this role, Spann will lead and provide strategic vision for<a href="https://www.burnsmcd.com/services/industries/aviation">the...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chris-spann-national-director-of-aviation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Process-Based Conceptual Site Models" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_RemediationMicrosite_16635/lp-graphics/16635_HUB-6_LP_PerkinElmerRecordedPresentation.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Process-Based Conceptual Site Models </h4> <p> A process-based conceptual site model (CSM) creates a centralized hub of site-specific information that is updated and analyzed to inform each step of the remediation... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="PROGRESS: A Next-Generation Approach to Remediating Complex Contaminated Sites " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_RemediationMicrosite_16635/hub/16635_HUB-8_LP_ProgressVideo.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PROGRESS: A Next-Generation Approach to Remediating Complex Contaminated Sites </h4> <p> It can be difficult to remediate what cannot be seen, which is why the subsurface — with its complex heterogeneities and interrelated systems — represents the greatest... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, engineer-procure-construct"> <section class="project-image"> <section aria-label="Eliminating Data Silos Drives Quality and Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_TPWhitePaper_08454/OGC_KCM_TP-White-Paper_Intelligent-Engineering-Design_Landing-Page-Hero-1600x800px_08454Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eliminating Data Silos Drives Quality and Efficiency </h4> <p> Accurate data is essential to the success of any engineering project, but manual data entry and quality assurance is time-consuming. By incorporating automatic data... </p> </section> <a href="https://info.burnsmcd.com/white-paper/intelligent-engineering-design-practices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, environmental, transportation" data-brand="1898-co." data-service="stakeholder-engagement"> <section class="project-image"> <section aria-label="Enhancing Public Engagement Through an Interactive Noise Management Portal" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_SCA_LAWASoftwareSolutionforNoiseMonitoring_14246_CS_Enhancing%20Public%20Engagement/Enhancingpublicengagementthroughaninteractivenoisemanagementportalcasestudy1898andCo14246hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhancing Public Engagement Through an Interactive Noise Management Portal </h4> <p> As the aviation authority for the nation’s second-largest city and hub to one of the world’s most populous metropolitan areas, Los Angeles World Airports (LAWA) is faced with... </p> </section> <a href="//1898andco.burnsmcd.com/case-study/enhancing-public-engagement-through-an-interactive-noise-management-portal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Boiling Down the Final ELG Revisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_EnergyOnDemandCCRELGFinalRuleWebinar_19480/hero-ccr-final.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Boiling Down the Final ELG Revisions </h4> <p> The EPA released its pre-publication Final ELG Rule on Aug. 31, 2020, addressing FGD wastewater and bottom ash transport water. What are the new dates, limits and... </p> </section> <a href="https://info.burnsmcd.com/webinar/boiling-down-the-final-elg-revisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="buildings, commercial-buildings, healthcare-research-facilities"> <section class="project-image"> <section aria-label="Design Solutions Address Multiple Needs for Aquatic Laboratory" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_UniversityMinnesota_16704/2019_MAISRC_Minnesota_Aquatic_Research_Center_025-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design Solutions Address Multiple Needs for Aquatic Laboratory </h4> <p> A Minnesota research center had been utilizing a 100-year-old space unsuitable for ecological experiments. In need of renovations to accommodate performance of critical... </p> </section> <a href="https://info.burnsmcd.com/case-study/minnesota-aquatic-invasive-species-research-center-renovations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, industrial-cybersecurity" data-brand="1898-co." data-service="water, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Plugging Cybersecurity Leaks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Plugging-Cybersecurity-Leaks-for-Water-Utilities-19651-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Plugging Cybersecurity Leaks </h4> <p> As utilities target mitigation of evolving cyber risks, the plan starts with a comprehensive maturity assessment and gap analysis of IT and OT systems. </p> </section> <a href="https://1898blog.burnsmcd.com/plugging-cybersecurity-leaks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="electric-power-generation, telecommunications, utility-automation, grid-modernization, utility-analytics"> <section class="project-image"> <section aria-label="Overcoming Synchronization Challenges in Today's Energy Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MasteringSynchChallenges_18001/AdobeStock_234658951-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Synchronization Challenges in Today's Energy Networks </h4> <p> With network technology advancing to accommodate new power generation, reliable and accurate synchronization is becoming vital. To make the experience seamless, utilities... </p> </section> <a href="https://info.burnsmcd.com/white-paper/energy-network-synchronization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ref-Chem Achieves Associated Builders and Contractors Diamond-Level Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/RefChemEngineerInTruckABCSTEPDiamondAward18919.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ref-Chem Achieves Associated Builders and Contractors Diamond-Level Certification </h4> <p> </p><p>HOUSTON, Texas<strong>—</strong>Demonstrating safety leadership and a cultural commitment to safety performance,<a href="//www.ref-chem.com/" target="_blank" rel="noopener">Ref-Chem</a>, a Burns & McDonnell company, has achieved the Diamond level of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ref-chem-achieves-abc-diamond" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, power, transportation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, ramp-services, aviation-infrastructure, landside-services, transportation-electrification"> <section class="project-image"> <section aria-label="Electrifying the Future of Aviation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2020AviationSpecialReportMicrosite_18236/05/Electrifying-the-Future-of-Aviation-Aviation-Special-Report-2020-Desktop-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrifying the Future of Aviation </h4> <p> Implementing alternatives to fossil fuel usage is one path the commercial aviation industry may use in the future to help reduce costs and address environmental concerns. </p> </section> <a href="https://info.burnsmcd.com/article/electrifying-the-future-of-aviation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, ramp-services, landside-services, environmental, emerging-contaminants-pfas, fire-protection-code-consulting, remediation"> <section class="project-image"> <section aria-label="Exploring Alternative Approaches for Fire Protection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2020AviationSpecialReportMicrosite_18236/06/Exploring-Alternative-Approaches-for-Fire-Protection-Avaition-Special-Report-2020-Desktop-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring Alternative Approaches for Fire Protection </h4> <p> Continuing safe and efficient operations while searching for PFAS-free foams. </p> </section> <a href="https://info.burnsmcd.com/article/exploring-alternative-approaches-for-fire-protection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation, power" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, aviation-support-facilities, chp/cogeneration"> <section class="project-image"> <section aria-label="Staying a Step Ahead" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2020AviationSpecialReportMicrosite_18236/04/Staying-A-Step-Ahead-Aviation-Special-Report-2020-Desktop-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Staying a Step Ahead </h4> <p> Avoiding risk and optimizing for the future with utility master planning. </p> </section> <a href="https://info.burnsmcd.com/article/staying-a-step-ahead" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, landside-services, hangars"> <section class="project-image"> <section aria-label="Modernizing Air Cargo" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2020AviationSpecialReportMicrosite_18236/02/Modernizing-Air-Cargo-Aviation-Special-Report-2020-Desktop-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modernizing Air Cargo </h4> <p> With shorter delivery times and online shopping demands on the rise, air cargo is tasked with finding ways to keep up. </p> </section> <a href="https://info.burnsmcd.com/article/modernizing-air-cargo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, aviation-infrastructure, aviation-technology-security-systems, passenger-terminals"> <section class="project-image"> <section aria-label="Navigating Uncertainty" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_2020AviationSpecialReportMicrosite_18236/01/Navigating-Uncertainty-Aviation-Special-Report-2020-Desktop-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating Uncertainty </h4> <p> Investing in technology to measure, monitor and control the airports of today and tomorrow. </p> </section> <a href="https://info.burnsmcd.com/article/navigating-uncertainty" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="" data-brand="1898-co." data-service="project-program-optimization, enterprise-technology, systems-platforms, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Assessing Data to Inform Real-time Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_IOTImplementationServices_18022/Assessing-data-to-inform-real-time-decisions-service-feature-18022-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Assessing Data to Inform Real-time Decisions </h4> <p> Moving at the speed of business is challenging enough without having all relevant information available. Internet of Things (IoT) systems help energy and utility... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/iot-implementation-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Interconnection to the Electrical Network: El Camino" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_September10InterconnectiontotheElectricGrid%20MexicoWebinarSeries_16951/hero-Intercon.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Interconnection to the Electrical Network: El Camino </h4> <p> This webinar teaches power plant developers the route to reach an interconnection agreement. We address the feasibility and planning stages of the project and the process of... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="project-management-office-(pmo), electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Establishing a Consistent Solution for Project Execution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PMOCampaignMicrosite_13791/additions/HAE%201-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Establishing a Consistent Solution for Project Execution </h4> <p> Facing a surge in projects to meet industry demands, Con Edison set out to implement enterprisewide project management offices (PMOs) for its main divisions. Through a tiered... </p> </section> <a href="https://info.burnsmcd.com/case-study/establishing-a-consistent-solution-for-project-execution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, natural-gas-generation, gas-turbines"> <section class="project-image"> <section aria-label="EPC Delivers a New Era of Efficient Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_RivertonCaseStudy_03468/Empire-Riverton-Power-Plant-02-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPC Delivers a New Era of Efficient Energy </h4> <p> The Empire District Electric Company knew upgrading its facilities in Riverton, Kansas, was necessary to deliver reliable energy and economical rates for customers in four... </p> </section> <a href="https://info.burnsmcd.com/case-study/riverton-power-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Preparing Critical Sites Against Diverse Threats" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ORL_SubstationSecurityProgram_%2018344/TND-ORL-Update-SUBSTATION-SECUR_Landing-Page-Hero-1600x800px_18344Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing Critical Sites Against Diverse Threats </h4> <p> Physical security at substations — against natural and malign threats — has become an increased focus for utilities. One Midwestern utility took steps to get ahead of the... </p> </section> <a href="https://info.burnsmcd.com/case-study/substation-security-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, policy-regulatory" data-brand="1898-co." data-service="oil-gas-chemicals, policy-regulatory"> <section class="project-image"> <section aria-label="Measuring the Uncertainty of Renewable Diesel Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Measuring-Uncertainty-of-Renewable-Diesel-Projects-19058-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Measuring the Uncertainty of Renewable Diesel Projects </h4> <p> A deep technical and economic understanding of the renewable diesel market can help producers measure the risk of projects and balance economic variables. </p> </section> <a href="https://1898blog.burnsmcd.com/measuring-the-uncertainty-of-renewable-diesel-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, high-performance-buildings"> <section class="project-image"> <section aria-label="Leveraging Insights for Building Performance " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Service%20Features/ANF_KCM_LeveragingInsightsForBuildingPerformance_872201/ANF_KCM_StartLeveragingInsightsIntoBuildingsPerformance_UpdateOnly_ServiceFeature_872201-header%20%281%29.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Insights for Building Performance </h4> <p> Facilities are critical to the production of goods and services; they provide a safe, healthy and productive work environment for employees and clients. Energy usage and... </p> </section> <a href="https://info.burnsmcd.com/service-feature/leveraging-insights-for-building-performance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named One of People’s 2020 ‘50 Companies That Care’ by Great Place to Work and People Magazine" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/PeopleCompaniesThatCarejobsitehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named One of People’s 2020 ‘50 Companies That Care’ by Great Place to Work and People Magazine </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has been honored as one of<a href="https://people.com/human-interest/people-50-companies-that-care-2020/" target="_blank" title="People's 2020 "50 Companies That Care"" rel="noopener"><em>People</em>'s 2020 "50 Companies that Care"</a>by Great Place to Work and<em>People</em>magazine. The annual recognition...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-people-companies-that-care" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, electrical-distribution, grid-modernization, smart-energy"> <section class="project-image"> <section aria-label="A Systematic Approach Using Distribution Data to Optimize the Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/Systematic-Approach-Using-Distribution-Data-to-Optimize-Grid-white-paper-burns-mcdonnell-01652%20_Tile.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Systematic Approach Using Distribution Data to Optimize the Grid </h4> <p> The wealth of data being monitored on the electric distribution system is opening new opportunities for cost savings and improved energy usage efficiency. Applying a... </p> </section> <a href="https://info.burnsmcd.com/white-paper/a-systematic-approach-using-distribution-data-to-optimize-the-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, baggage-handling, aviation-technology-security-systems, passenger-terminals"> <section class="project-image"> <section aria-label="Realizing the Benefits of Remote Screening for Airports, Passengers and the TSA" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_RemoteScreeningTSA_16615/AdobeStock_208485437-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Realizing the Benefits of Remote Screening for Airports, Passengers and the TSA </h4> <p> The COVID-19 pandemic prompted airports to look for new ways to provide passengers with a safe and healthy travel experience. Remote screening technology can offer airports,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/remote-screening-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-support-facilities, renewables, energy-storage, solar, distributed-energy-resources, chp/cogeneration"> <section class="project-image"> <section aria-label="5 Technologies for Airport Utility Plants to Consider Looking Forward" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_UtilityMasterPlanning_18465/Project-Manager-Engineer-with-iPad-Chiller-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 5 Technologies for Airport Utility Plants to Consider Looking Forward </h4> <p> While overall master planning is common practice among airports, a utility master plan elevates the capital improvement plan, right-sizing an airport’s utility infrastructure... </p> </section> <a href="https://info.burnsmcd.com/white-paper/five-technologies-for-airport-utility-plants-to-consider-looking-forward" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), storage-logistics, electric-power-generation, natural-gas-generation, liquefied-natural-gas-(lng)-peak-shaving"> <section class="project-image"> <section aria-label="Identifying Contaminants in LNG With a Proper Gas Analysis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_LNGMicrosite_15144/white-paper/Identifying-Contaminants-in-LNG-with-A-Proper-Gas-Analysis-wp-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Identifying Contaminants in LNG With a Proper Gas Analysis </h4> <p> When present, contaminants can pose challenges in the liquefaction process to make liquified natural gas (LNG). Some freeze, which can slow or complicate the liquefaction.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/identifying-contaminants-in-lng-with-a-proper-gas-analysis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military" data-brand="burns-mcdonnell" data-service="construction, federal, federal-military, navy-marine-corps, agencies-military-branches"> <section class="project-image"> <section aria-label="Providing Complex Overhaul Design for a Naval Dry Dock Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_Providing%20Complex%20Overhaul%20Design%20for%20Naval%20Base_971316/2023_TRF_Dry_Dock_001.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Providing Complex Overhaul Design for a Naval Dry Dock Facility </h4> <p> Since its opening in the early 1990s, the Trident Refit Facility Dry Dock at Naval Submarine Base Kings Bay had remained unchanged. A retrofit design was needed to provide... </p> </section> <a href="https://info.burnsmcd.com/case-study/providing-complex-overhaul-design-for-a-naval-base" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, green-buildings, commercial-buildings, healthcare-research-facilities, sustainability"> <section class="project-image"> <section aria-label="University of Utah Seeks Retrofit to Reduce Laboratory Energy Use" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_BBCEnergyRetroFit_16695/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> University of Utah Seeks Retrofit to Reduce Laboratory Energy Use </h4> <p> The University of Utah sought a laboratory‑focused team to identify energy savings strategies and reduce facility energy consumption. </p> </section> <a href="https://info.burnsmcd.com/case-study/university-of-utah-bbc-energy-retrofit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar, electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Delivering a Powerful Interconnection With Comprehensive Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_GridModernization_07926/convert/Delivering-A-Powerful-Interconnection-with-Comprehensive-Services-project-profile-16105-Header-image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Delivering a Powerful Interconnection With Comprehensive Services </h4> <p> A municipal utility required a new 345-kV transmission line and substation for grid interconnection of a solar generation plant. To execute the project quickly and... </p> </section> <a href="https://info.burnsmcd.com/project-profile/solar-generation-interconnection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, business-strategy-transformation, data-analytics" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, business-strategy-transformation, data-analytics"> <section class="project-image"> <section aria-label="Increasing User Adoption of Business Intelligence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Increasing-User-Adoption-of-Business-Intelligence-18916-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increasing User Adoption of Business Intelligence </h4> <p> Business intelligence solutions enable the analysis and presentation of vast amounts of organizational data in a way that reveals key operational insights. </p> </section> <a href="https://1898blog.burnsmcd.com/increasing-user-adoption-of-business-intelligence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, stakeholder-management, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="A New (Virtual) Reality for 3D Technology Utility Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_3DDesign_02433/A-New-Virtual-Reality-For-3D-Technology-Utility-Industry_Landing-Page-Hero_1600x800px_02433Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A New (Virtual) Reality for 3D Technology Utility Industry </h4> <p> Will traditional 2D computer-aided design processes someday feel as archaic as T squares and compasses? It might happen sooner than you think, thanks to swift advances in 3D... </p> </section> <a href="https://info.burnsmcd.com/white-paper/3d-design-visualization-and-printing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="master-planning-for-water-wastewater-utilities, wastewater-stormwater-collection, water-wastewater-program-management, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Navigating the Federal Funding Waters" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DesignBuildMissouriDigitalCampaign_04709/Microsite/ContentHeader_07.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Federal Funding Waters </h4> <p> Funding water and wastewater infrastructure projects is an ongoing challenge, and states and municipalities are feeling the pressure. When state and local funding isn’t an... </p> </section> <a href="https://info.burnsmcd.com/design-build/navigating-the-federal-funding-waters" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, environmental, mining-minerals" data-brand="burns-mcdonnell" data-service="program-management, environmental, environmental-health-safety-(ehs)-compliance, industrial-manufacturing-optimization, mining-infrastructure, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Streamline Program Management With Data Visualization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_ProgramManagementTechnologyBenefits_11290/Streamline-Program-Management-With-Data-Visualization-white-paper-burns-mcdonnell-11290-hero-2500x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamline Program Management With Data Visualization </h4> <p> Successful capital program implementation is the culmination of timely, effective decision-making. However, as more technologies are introduced to streamline specific tasks,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/streamline-program-management-with-data-visualization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="stakeholder-management, electrical-distribution, grid-modernization"> <section class="project-image"> <section aria-label="Importance and Benefits of Going Beneath the Surface" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ORL_StormHardening_17093/Importance%20and%20Benefits%20of%20Going%20Beneath%20the%20Surface%20Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Importance and Benefits of Going Beneath the Surface </h4> <p> A customer service-focused strategic undergrounding program for electrical distribution systems provides an enhanced customer experience through improved system reliability,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/importance-and-benefits-of-going-beneath-the-surface" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Streamline Your OT Security Operations Center with SOAR" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_CybersecurityWebinar1898andSwimlane_18033/hero-pho3.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamline Your OT Security Operations Center with SOAR </h4> <p> Matt Morris, managing director of security and risk consulting at 1898 &Co., and Cody Cornell, CEO of Swimlane, will discuss how to manage a Security Operations Center (SOC)... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/cybersecurity-register" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Why Do Cogeneration Projects Fail?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_August20TeambuildinginCapitalProjectsMexicoWebinarSeries_16949/TND_MEX_August20TeambuildinginCapitalProjectsMexicoWebinarSeries_16949-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Why Do Cogeneration Projects Fail? </h4> <p> This webinar is an open dialogue about the most common failures and risks, and about best practices for developing and executing more competitive and reliable cogeneration... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Streamline Your OT Security Operations Center With SOAR" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_CybersecurityWebinar1898andSwimlane_18033/hero-pho3.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamline Your OT Security Operations Center With SOAR </h4> <p> Matt Morris, a director at 1898 & Co., and Cody Cornell, CEO of Swimlane, discussed how to manage a Security Operation Center (SOC) using Security Orchestration, Automation &... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/cybersecurity-post" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, remediation"> <section class="project-image"> <section aria-label="Hazardous Waste Generator Improvements Rule Focuses on Compliance and Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_HazardousWasteGeneratorImprovement_01507/Hazardous-Waste-Generator-Improvements-Rule-Focuses-on-Compliance-Efficiency_Landing-Page-Hero-1600x800px_01507Landing-P.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hazardous Waste Generator Improvements Rule Focuses on Compliance and Efficiency </h4> <p> The Environmental Protection Agency’s (EPA) final Hazardous Waste Generator Improvements Rule contains about 60 revisions to the Resource Conservation and Recovery Act (RCRA)... </p> </section> <a href="https://info.burnsmcd.com/white-paper/hazardous-waste-generator-improvement-rule-amendments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission-distribution, electrical-transmission"> <section class="project-image"> <section aria-label="How Utilities Can Convert Assets and Increase Capacity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_ConvertingACSystems_10896/AdobeStock_107108075-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Utilities Can Convert Assets and Increase Capacity </h4> <p> Upgrading electrical transmission systems to high-voltage direct current (HVDC) can increase capacity by thousands of megawatts with relatively few complications and no need... </p> </section> <a href="https://info.burnsmcd.com/white-paper/how-utilities-can-convert-assets-and-increase-capacity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces 2020 Principal Class" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces 2020 Principal Class </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has promoted 12 employee-owners to the Principal Group across the U.S. Representing less than 2% of the engineering, construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-announces-2020-principal-class" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, communication-site-infrastructure"> <section class="project-image"> <section aria-label="A Strategic Approach to New Tower Site Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_TowerSitePlanning_10836/A-Strategic-Approach-To-New-Tower-Site-Projects-white-paper-10836-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Strategic Approach to New Tower Site Projects </h4> <p> Utilities face increasing demand for communications networks and widespread data coverage for more assets. Identified project objectives and best-practice planning guidelines... </p> </section> <a href="https://info.burnsmcd.com/white-paper/tower-site-planning-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management, business-strategy-transformation" data-brand="1898-co." data-service="power, asset-planning-management, business-strategy-transformation"> <section class="project-image"> <section aria-label="COVID-19 Pandemic Accelerates Decline in Coal-Fired Generation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/COVID-19-Pandemic-Accelerates-Decline-in-Coal-Fired-Generation-17860-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> COVID-19 Pandemic Accelerates Decline in Coal-Fired Generation </h4> <p> The power industry has seen change amid the pandemic. Economic uncertainty and decreasing demand have led to a decline in power from coal-fired sources. </p> </section> <a href="https://1898blog.burnsmcd.com/covid-19-pandemic-accelerates-decline-in-coal-fired-generation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="emerging-energy-advisory, investment-road-mapping, energy-policy-advisory"> <section class="project-image"> <section aria-label="Is Your Renewable Diesel Project Sustainable?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/Is-your-renewable-diesel-project-sustainable-18196-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Is Your Renewable Diesel Project Sustainable? </h4> <p> For organizations looking to develop, construct and commission a new renewable diesel plant, it’s important to understand the various market conditions at play to avoid... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/is-your-renewable-diesel-project-sustainable" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reaches Significant Milestone in 550-MW Heat Recovery Repower Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/PlantMorrowConversionMilestonehero18811.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reaches Significant Milestone in 550-MW Heat Recovery Repower Project </h4> <p> </p><p>PURVIS, Mississippi — After 16 months of razing work, Burns & McDonnell has completed the demolition phase of a five-year project to convert R.D. Morrow, Sr. Generating...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/milestone-in-550-mw-heat-recovery-repower-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, government-military, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, water, government-military, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Alert Calls for Action to Secure Critical Infrastructure OT Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Alert-Calls-for-Action-to-Secure-Critical-Infrastructure-OT-Systems-18674-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Alert Calls for Action to Secure Critical Infrastructure OT Systems </h4> <p> The recently issued joint alert from NSA and CISA urges operators of critical infrastructure facilities to secure their operational technology (OT) systems. </p> </section> <a href="https://1898blog.burnsmcd.com/alert-calls-for-action-to-secure-critical-infrastructure-ot-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Utilities See End-of-Life Changes for Assets With PJM Interconnection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Utilities-See-End-of-Life-Changes-for-Assets-With-PJM-Interconnection-18106-1898social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utilities See End-of-Life Changes for Assets With PJM Interconnection </h4> <p> For many utilities, the end-of-life process for assets will be changing. Updated regulations standardize planning for transmission asset replacement. </p> </section> <a href="https://1898blog.burnsmcd.com/utilities-see-end-of-life-changes-for-assets-with-pjm-interconnection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Project Scheduling" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_August6ProjectSchedulingMexicoWebinarSeries_16948/TND_MEX_August6ProjectSchedulingMexicoWebinarSeries_16948-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Project Scheduling </h4> <p> One goal that is often overlooked during the early stages of a project is the development of the schedule, which is just as relevant as the cost estimate. This is always... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Honors Diverse Businesses at Virtual Annual Community of Inclusion Awards Celebration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CommunityofInclusionAwardsBurnsMcDonnellhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honors Diverse Businesses at Virtual Annual Community of Inclusion Awards Celebration </h4> <p> </p><p>BREA, California — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, hosted its seventh annual Community of Inclusion Awards via a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/virtual-community-of-inclusion-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, engineer-procure-construct, substations"> <section class="project-image"> <section aria-label="Enhanced Installation Within an Existing Footprint" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_PaloAltoGasCircuitBreaker_17862/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhanced Installation Within an Existing Footprint </h4> <p> When one of three transformers at a substation needed to be replaced, City of Palo Alto Utilities decided to install a circuit breaker as well. By allowing bidders to offer... </p> </section> <a href="https://info.burnsmcd.com/case-study/dead-tank-gas-circuit-breaker" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Update on the State of CCR and ACE Rules" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_CCR_ACERuleUpdateWebinar_17991/hero-ccr.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Update on the State of CCR and ACE Rules </h4> <p> The EPA is keeping coal plant operators on high alert. CCR and ELG updates are both in progress, while designated electric generating units continue facing challenges from... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power, water" data-brand="burns-mcdonnell" data-service="program-management, master-planning-for-water-wastewater-utilities, water-wastewater-program-management, electrical-transmission-distribution, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Key Components, Core Focus Areas and Program Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_MaturityAssessmentForMunicipalities_16086/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Components, Core Focus Areas and Program Management </h4> <p> Infrastructure is aging and capital improvement projects need to be addressed across the nation. Successful maturity assessment studies can reveal necessary enhancements by... </p> </section> <a href="https://info.burnsmcd.com/white-paper/key-components-core-focus-areas-and-program-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="engineering, procurement-execution-plan, estimating-services, pipeline-services, gas-transmission-distribution, environmental-studies-permitting, permitting, wetland-permitting-design"> <section class="project-image"> <section aria-label="Making Connections to Improve Reliability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/collat-updates/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Connections to Improve Reliability </h4> <p> SEMCO Energy Gas Co. envisioned a new pipeline to enhance service reliability and increase capacity in the Upper Peninsula. Faced with a project of significant scale, the... </p> </section> <a href="https://info.burnsmcd.com/case-study/marquette-connector-pipeline" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Teams Up With The Columbus Architectural Studio to Deliver State-of-the-Art Design of Columbus Crew SC Training Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ColumbusCrewTrainingFacility17834hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Teams Up With The Columbus Architectural Studio to Deliver State-of-the-Art Design of Columbus Crew SC Training Facility </h4> <p> </p><p>COLUMBUS, Ohio — To meet the needs of Columbus Crew SC, Burns & McDonnell and local architects and construction advisors teamed up to<a href="https://hubs.ly/H0t1VfN0" target="_blank" title="design the Major League Soccer (MLS) team’s new, 42,000-square-foot OhioHealth Performance Center training facility" rel="noopener">design the Major League Soccer (MLS)...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-for-columbus-crew-sc-training-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="fuel-storage-tanks-distribution, oil-gas-chemicals, pipeline-services, storage-logistics, environmental, permitting, air-quality-compliance, military-fueling"> <section class="project-image"> <section aria-label="Engineering Considerations for Hydrocarbon Storage Tanks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_KCM_TPWhitePaperEngineeringTopics_14061/OGC-KCM-T&P-Engineering-Topics-%28Tankee-topic%29_Landing-Page-Hero-1600x800px_14061Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering Considerations for Hydrocarbon Storage Tanks </h4> <p> Hydrocarbon storage tanks design benefits from a holistic approach that considers more than the fabrication of the tank itself. Understanding the engineering questions to ask... </p> </section> <a href="https://info.burnsmcd.com/white-paper/engineering-considerations-for-hydrocarbon-storage-tanks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Joel Canchola Joins Burns & McDonnell in Phoenix to Lead Construction and Design-Build Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Joel Canchola Joins Burns & McDonnell in Phoenix to Lead Construction and Design-Build Services </h4> <p> </p><p>PHOENIX, Arizona — Joel Canchola joins Burns & McDonnell in Arizona to lead and grow the firm’s<a href="https://www.burnsmcd.com/services/construction">construction/design-build services</a>across the<a href="https://www.burnsmcd.com/locations/phoenix">Southwest</a>. </p> <p>Within his 15-year...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/joel-canchola-phoenix-construction-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals, environmental, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, refining, environmental, water-reuse-reclamation, remediation, water, industrial-water-wastewater"> <section class="project-image"> <section aria-label="Implementing a Sustainable Water Treatment Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_WastewaterReclamation_16692/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementing a Sustainable Water Treatment Solution </h4> <p> An oil field brine intrusion jeopardized the fresh water supply for a Midwest community and refinery. In order to address the water threat, a new wastewater reclamation... </p> </section> <a href="https://info.burnsmcd.com/case-study/implementing-a-sustainable-water-treatment-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="EPC Delivers Modern Refresh for Texas Substations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/REF_EPCDeliversModernRefreshTexasSubstations_16599/EPC-Delivers-Modern-Refresh-For-Texas-Substations-case-study-burns-mcdonnell-16599-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPC Delivers Modern Refresh for Texas Substations </h4> <p> After Bandera Electric Cooperative updated a 50-year-old transmission line, the next step required upgrading its substation facilities. Based on the scope of the project,... </p> </section> <a href="https://info.burnsmcd.com/case-study/bandera-electric-cooperative-substation-upgrades" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, data-analytics" data-brand="1898-co." data-service="manufacturing-industrial, power, data-analytics"> <section class="project-image"> <section aria-label="Using Asset Framework to Transform Data Into Operational Intelligence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Using-Asset-Framework-to-Transform-Data-Into-Operational-Intelligence-17861-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Using Asset Framework to Transform Data Into Operational Intelligence </h4> <p> Using Asset Framework from OSIsoft PI System can help contextualize and visualize data to inform strategic operational decisions and capital spending. </p> </section> <a href="https://1898blog.burnsmcd.com/using-asset-framework-to-transform-data-into-operational-intelligence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, environmental-studies-permitting, permitting, stakeholder-management, public-involvement"> <section class="project-image"> <section aria-label="Stakeholder Management Facilitates Renewable Permitting Processes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/NEO_ENS_Article10_14786/ENS-NEO-Article-10_Landing-Page-Hero-1600x800px_14786Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stakeholder Management Facilitates Renewable Permitting Processes </h4> <p> As the energy policy in New York state pivots from fossil fuels to renewable energy, developers will need to bolster their stakeholder management strategies to advance... </p> </section> <a href="https://info.burnsmcd.com/white-paper/new-york-state-renewable-permitting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Developing Cogeneration Projects at Industrial Plants" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/MEX_ProjectManagementWebinars_16639/6-17/TND_MEX_July16ComprehensivePlanningofEnergyProjectsItsayseasywhyisntitMexicoWebinarSeries_16947-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Developing Cogeneration Projects at Industrial Plants </h4> <p> If cogeneration plants fail to meet expectations, many times it is because of insufficient front-end planning and evaluation of the project during development. This webinar... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Building Hardened, Future-Ready Electrical Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_ORL_FloodLoadingandElectricalSubstations_16967/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building Hardened, Future-Ready Electrical Infrastructure </h4> <p> Hurricanes and flooding can cause extended power outages and lead to major financial losses. Upgrading equipment and constructing robust infrastructure can help in delivering... </p> </section> <a href="https://info.burnsmcd.com/white-paper/flood-loading-and-electrical-distribution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Birmingham Team With Senior Hire" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Birmingham Team With Senior Hire </h4> <p> </p><p>BIRMINGHAM — Burns & McDonnell has hired Zoe Dempsey as UK business development director. Dempsey, who joins from an independent, not-for-profit centre of excellence for the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/birmingham-expands-with-senior-hire" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, natural-cultural-resources, ecological-studies-protected-species, electrical-transmission-distribution, substations, cultural-resources"> <section class="project-image"> <section aria-label="Substation Construction Exposes Ancient Species From the Cretaceous Period" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_PacificorpJimBridgerGeneratingStation_16451/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Substation Construction Exposes Ancient Species From the Cretaceous Period </h4> <p> To transfer wind energy from Wyoming, an area rich in wind and history, to the Coastal region required substation expansion and, therefore, careful consideration of the... </p> </section> <a href="https://info.burnsmcd.com/case-study/archaeological-studies-and-paleontological-discoveries" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Rebuilding Our Infrastructure - Why Now's the Time to Build " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_InfrastructureWebinar_17424/WTR_KCM_InfrastructureWebinar_17424_Header_2560x300.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rebuilding Our Infrastructure - Why Now's the Time to Build </h4> <p> Today, our world is in unfamiliar and everchanging territory, but our industries and our people are resilient. One of the things that has remained constant is the need to... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="webinar" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Rebuilding Our Infrastructure - Why Now's the Time to Build " class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_InfrastructureWebinar_17424/WTR_KCM_InfrastructureWebinar_17424_Header_2560x300.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rebuilding Our Infrastructure - Why Now's the Time to Build </h4> <p> Today, our world is in unfamiliar and everchanging territory, but our industries and our people are resilient. One of the things that has remained constant is the need to... </p> </section> <a href="" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jonathan Kadishson Recognized Among Inaugural Future 50 by Project Management Institute" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/JonathanKadishsonRecognizedAmongPMIFuture50.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jonathan Kadishson Recognized Among Inaugural Future 50 by Project Management Institute </h4> <p> </p><p>KANSAS CITY, Missouri — Today, Project Management Institute announced its first Future 50 list, featuring next generation leaders creating, building and transforming the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jonathan-kadishson-pmi-future-50" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Indoor GIS and Facility Management Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_IndoorGISandFacilityManagementWebinar_17235/hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Indoor GIS and Facility Management Webinar </h4> <p> The Indoor GIS and Facility Management Webinar will provide an overview of Indoor GIS and how it can be used to support facility management, asset management, emergency... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/indoor-gis-and-facility-management-webinar" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Indoor GIS and Facility Management Webinar" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_IndoorGISandFacilityManagementWebinar_17235/hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Indoor GIS and Facility Management Webinar </h4> <p> The Indoor GIS and Facility Management Webinar provides an overview of Indoor GIS and how it can be used to support facility management, asset management, emergency response,... </p> </section> <a href="https://1898andco.burnsmcd.com/webinar/indoor-gis-and-facility-management-webinar-post" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Presenting the Value of Effective Risk Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Insights/Presenting-Value-of-Effective-Risk-Management-17593-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Presenting the Value of Effective Risk Management </h4> <p> Risk management programs, with business-aligned key performance metrics, demonstrate a return on investment that all executives can get behind. When the chief information... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/presenting-the-value-of-effective-risk-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="program-management, stakeholder-management, custom-pumping-systems-cso-flow-conveyance, wastewater-stormwater-collection, flow-monitoring, water-wastewater-program-management, water, integrated-comprehensive-modeling, municipal-water-wastewater, sewer-separation"> <section class="project-image"> <section aria-label="Meeting Local and Federal Needs With Program Focus, Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_CHI_ShreveportLA_16029/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meeting Local and Federal Needs With Program Focus, Efficiency </h4> <p> Facing many challenges in meeting a 2026 federal consent decree, Shreveport, Louisiana, needed a holistic approach to deliver its capital program and meet regulatory... </p> </section> <a href="https://info.burnsmcd.com/project-profile/shreveport-louisiana-clean-water-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, chemicals, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Turning Waste Into a Renewable Chemical Profit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/OGC_SLO_Lignotech_16866/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turning Waste Into a Renewable Chemical Profit </h4> <p> To capitalize on an untapped revenue stream, a joint venture sought installation of a facility to produce, store and distribute high-performance lignin products from... </p> </section> <a href="https://info.burnsmcd.com/case-study/lignin-plant-design-and-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, permitting, stakeholder-management"> <section class="project-image"> <section aria-label="Pipeline Development Increases Natural Gas Supply to Midwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%2014.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pipeline Development Increases Natural Gas Supply to Midwest </h4> <p> Tallgrass Energy recently commissioned the Cheyenne Connector Pipeline, a large diameter, 70-mile interstate natural gas pipeline that will give producers in the... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/pipeline-development-increases-natural-gas-supply-to-midwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized With Strong Standing in 2020 ENR Rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450WardParkwayWorldHeadquartershero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized With Strong Standing in 2020 ENR Rankings </h4> <p> </p><p>KANSAS CITY, Missouri — Sustained growth of diversified service offerings helped Burns & McDonnell achieve a broad-based climb for the firm’s business divisions in the 2020<em>...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/strong-standing-in-2020-enr-rankings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Ranks No. 6 on the Great Place to Work® List of ‘India’s Great Mid-Size Workplaces’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Ranks No. 6 on the Great Place to Work® List of ‘India’s Great Mid-Size Workplaces’ </h4> <p> </p><p>VIKHROLI, Mumbai —<a href="https://www.burnsmcd.com/locations/mumbai">Burns & McDonnell India</a>has again been recognized as a great place to work among India’s mid-size workplaces by Great Place to Work Institute<sup>®</sup>, marking the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/india-great-place-to-work-list" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="data-analytics, enterprise-technology" data-brand="1898-co." data-service="data-analytics, enterprise-technology"> <section class="project-image"> <section aria-label="Improving Effective Use of Data in the Healthcare Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Improving-Effective-Use-of-Data-in-Healthcare-Industry-17859-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Effective Use of Data in the Healthcare Industry </h4> <p> Healthcare systems may have organizational data, but harnessing it for strategic decisions is difficult. Technology solutions extract actionable information. </p> </section> <a href="https://1898blog.burnsmcd.com/improving-effective-use-of-data-in-the-healthcare-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="wastewater-stormwater-collection, pump-stations, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Wastewater Utility Needed Total Renovation for Continued Service" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_FaraonStPumpStation_16674/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wastewater Utility Needed Total Renovation for Continued Service </h4> <p> The Faraon Street Pump Station in St. Joseph, Missouri, required a solution to extend the life of the facility for a projected 20-year planning period of growth in the... </p> </section> <a href="https://info.burnsmcd.com/case-study/wastewater-utility-needed-total-renovation-for-continued-service" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, wireless-communications"> <section class="project-image"> <section aria-label="How Incumbents Can Prepare for Risks of Interference" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Header%20image-4.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Incumbents Can Prepare for Risks of Interference </h4> <p> As wireless communications has expanded, the demand for spectrum has grown exponentially. The FCC has decided to open a swath of 6 GHz spectrum for unlicensed use. Incumbents... </p> </section> <a href="https://info.burnsmcd.com/white-paper/how-incumbents-can-prepare-for-risks-of-interference" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="custom-pumping-systems-cso-flow-conveyance, pump-stations, water-pipelines-conveyance, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Retrofitting Wastewater Pump Stations for Enhanced Reliability and Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_RETROFITTINGWASTEWATERPUMPSTATIONSFORENHANCEDRELIABILITYANDEFFICIENCYWPUpdate_767501_WP/RETROF~1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Retrofitting Wastewater Pump Stations for Enhanced Reliability and Efficiency </h4> <p> Pump stations are an integral part of a municipality’s infrastructure. The public depends on them to efficiently transport water and sewage to support residential, commercial... </p> </section> <a href="https://info.burnsmcd.com/white-paper/retrofitting-wastewater-pump-stations-for-enhanced-reliability-and-efficiency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="capital-asset-planning, regulatory-support"> <section class="project-image"> <section aria-label="Making a Strong Case for Utility Infrastructure Hardening" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Insights/Making-Strong-Case-for-Utility-Infrastructure-Hardening-16633-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making a Strong Case for Utility Infrastructure Hardening </h4> <p> As required by a new Florida statute, Tampa Electric Company (TECO) needed to provide a 10-year storm protection plan. A list of projects and their calculated benefits was... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/making-a-strong-case-for-utility-infrastructure-hardening" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, water" data-brand="burns-mcdonnell" data-service="environmental, constructed-wetland-treatment-systems, green-infrastructure, wastewater-stormwater-collection, stormwater-management, source-development-groundwater-supply, wetland-permitting-design, water"> <section class="project-image"> <section aria-label="Restoring a South Florida Waterway" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_LakeHicpochee_17243/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoring a South Florida Waterway </h4> <p> The South Florida Water Management District launched an ecosystem restoration project to improve wetland areas near historic Lake Hicpochee, enhancing wildlife habitat and... </p> </section> <a href="https://info.burnsmcd.com/case-study/restoring-a-south-florida-waterway" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, complex-site-remediation, coal-combustion-residuals-management, natural-gas-generation, remediation"> <section class="project-image"> <section aria-label="An Integrated Team Drives Successful Coal Pond Closures" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_BottomAshCampaignMicrosite_12387%20HUB/images/Content%206.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Integrated Team Drives Successful Coal Pond Closures </h4> <p> Coal-fired power plant owners and operators are closing ponds that have long-stored coal combustion residuals (CCRs). These pond closures are complex and have impacts far... </p> </section> <a href="https://info.burnsmcd.com/ccr-elg/an-integrated-team-drives-coal-pond-closures" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Remembering Raymond B. Luhnow Jr., Former Burns & McDonnell President" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Remembering Raymond B. Luhnow Jr., Former Burns & McDonnell President </h4> <p> </p><p>KANSAS CITY, Missouri — Raymond “Ray” B. Luhnow Jr., the second president of Burns & McDonnell,<a href="https://www.legacy.com/obituaries/kansascity/obituary.aspx?n=raymond-b-luhnow&pid=196363033" target="_blank" rel="noopener">died June 6</a>at the age of 97.</p> <p>Luhnow had an illustrious career at<a href="https://www.burnsmcd.com/">Burns &...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/remembering-raymond-b-luhnow-jr" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, sport-performance-entertainment, buildings, commercial-buildings, sport-performance-entertainment-venues"> <section class="project-image"> <section aria-label="Designing the Gold Standard for Major League Soccer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Commercial_08116/2021_Columbus_Crew_003.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing the Gold Standard for Major League Soccer </h4> <p> New ownership of the Columbus Crew SC realized quickly that the team’s existing training facility was too small and outdated for its professional players and coaches. To... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/columbus-crew-training-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ACEC Missouri: Kansas City Engineering Firm Executives Elected to American Council of Engineering Companies of Missouri 2020-2021 Board of Directors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ACEC Missouri: Kansas City Engineering Firm Executives Elected to American Council of Engineering Companies of Missouri 2020-2021 Board of Directors </h4> <p> </p><p>JEFFERSON CITY, Missouri — Kansas City area firm principals elected to the American Council of Engineering Companies of Missouri (ACEC/MO) Board of Directors for 2020-2021...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/acec-mo-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, electrical-transmission-distribution, electrical-transmission, overhead-transmission, grid-modernization, substations"> <section class="project-image"> <section aria-label="Improving the Reliability of Alberta’s Electrical Transmission System" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_CAN_AltalinkIpiatikLake_16314/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving the Reliability of Alberta’s Electrical Transmission System </h4> <p> The electrical transmission system in the Wood Buffalo region required reinforcements to provide a reliable supply of electricity for years to come. AltaLink benefited from... </p> </section> <a href="https://info.burnsmcd.com/case-study/altalink-ipiatik-lake-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Keeps Workforce Moving Through Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450southopeningburnsmcdonnellhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Keeps Workforce Moving Through Pandemic </h4> <p> </p><p>KANSAS CITY, Missouri — State and local leaders joined<a href="https://www.burnsmcd.com/insightsnews/industries/commercial-retail-institutional">Burns & McDonnell</a>to dedicate the opening of the final building on its world headquarters campus to those who worked on...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/keeps-workforce-moving-through-pandemic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, water, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, water, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Choosing a Framework for Optimal Risk Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_Cybersecurity/Choosing-Framework-for-Optimal-Risk-Management-17472-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing a Framework for Optimal Risk Management </h4> <p> Choosing the right framework is key in the assessment and management of risk. A framework can help organizations go beyond meeting compliance standards. </p> </section> <a href="https://1898blog.burnsmcd.com/choosing-a-framework-for-optimal-risk-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Retrofitting Improves Performance and Monitoring Capabilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_ConfidentialGISSubstation%20_15345%20CS%20Gas-insultaed%20Switchgear%20Substation/TND-NEO-Confidential-Gas-Insulated-Switchgear-Substation_Landing-Page-Hero-1600x800px_15345Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Retrofitting Improves Performance and Monitoring Capabilities </h4> <p> Replacing century-old substation equipment to meet growing network demand was necessary for an electric utility. Installation and implementation of sophisticated new... </p> </section> <a href="https://info.burnsmcd.com/case-study/gas-insulated-switchgear-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="construction, engineering, environmental, sustainability"> <section class="project-image"> <section aria-label="The Importance of Resilient Design When Disaster Strikes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SCA_ImplementingDesignStandardsforResiliency_14892/ENS-SCA-Implementing-Design-Standards-for-Resiliency_Landing-Page-Hero-1600x800px_14892Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Importance of Resilient Design When Disaster Strikes </h4> <p> Faced with the growing threat of natural disasters, cities are seeking more sustainable and resilient infrastructure. Civil engineers are among those leading the charge for... </p> </section> <a href="https://info.burnsmcd.com/white-paper/implementing-design-standards-for-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co., burns-mcdonnell" data-service="business-strategy-transformation, infrastructure-modernization, grid-modernization-planning, transmission-distribution-planning"> <section class="project-image"> <section aria-label="Confronting the Energy Challenges of Growing Indoor Agriculture" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Confronting-The-Energy-Challenges-Of-Growing-Indoor-Agriculture-white-paper-burns-mcdonnell-09871-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Confronting the Energy Challenges of Growing Indoor Agriculture </h4> <p> The increasing application of indoor agriculture, driven by a movement to emphasize local food production as well as cannabis legalization, is applying new load pressures to... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/confronting-the-energy-challenges-of-growing-indoor-agriculture" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="business-strategy-transformation, infrastructure-modernization, grid-modernization-planning"> <section class="project-image"> <section aria-label="Make It Strong: The First Step in Modernizing the U.S. Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_PlanningtoTransformPower_16311/Make-It-Strong-The-First-Step-in-Modernizing-the-U.S.-Grid-white-Paper-828382-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Make It Strong: The First Step in Modernizing the U.S. Grid </h4> <p> The grid is undergoing more change today than it has seen in the last 60 years. A typical household’s load in the 1960s was less than half of what it is today — 60 amps... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/make-it-strong-the-first-step-in-modernizing-the-us-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power, telecommunications" data-brand="1898-co." data-service="nerc-cip-compliance-services"> <section class="project-image"> <section aria-label="Executive Order Adds Momentum to Mitigation of Cyberthreats to U.S. Power Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/Executiveorderaddsmomentumwhitepaper1898andCo16705hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Executive Order Adds Momentum to Mitigation of Cyberthreats to U.S. Power Industry </h4> <p> In the face of increasingly sophisticated cyberattacks in recent years, the U.S. utility industry has responded with an array of strategies designed to reduce and eliminate... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/executive-order-adds-momentum-to-mitigation-of-cyberthreats-to-us-power-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Grid Stability Considerations for Successful Offshore Wind Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Grid%20Stability%20Considerations%20for%20Successful%20Offshore%20Wind%20Projects%20new%20feature.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Stability Considerations for Successful Offshore Wind Projects </h4> <p> Demand and potential for offshore wind generation are huge. To execute properly, projects must identify and address offshore wind’s effect on grid stability. </p> </section> <a href="https://1898blog.burnsmcd.com/grid-stability-considerations-for-successful-offshore-wind-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="engineering, oil-gas-chemicals, pipeline-services, gas-transmission-distribution, process-optimization"> <section class="project-image"> <section aria-label="Extensive Planning to Perform Work in Eight States Helps Meet Deadlines" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/collat-updates/2019-South-Field-Energy-Pipeline-016.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Extensive Planning to Perform Work in Eight States Helps Meet Deadlines </h4> <p> Construction deadlines were being challenged by delays in engineering and design. To get back on track, the pipeline company turned to an experienced team for process... </p> </section> <a href="https://info.burnsmcd.com/case-study/upgrading-pipeline-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, distributed-energy-resources"> <section class="project-image"> <section aria-label="Utility Partnership Brings DERMS to Life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_GridModernization_07926/convert/KC-Downtown-Skyline-004-1-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utility Partnership Brings DERMS to Life </h4> <p> To manage demand response programs and facilitate the addition of distributed energy resources (DERs) in the future, Evergy (formerly Kansas City Power & Light) chose to... </p> </section> <a href="https://info.burnsmcd.com/case-study/utility-partnership-brings-derms-to-life" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, permitting"> <section class="project-image"> <section aria-label="Experience Produces Designs and Layouts Rapidly" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%2015.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Experience Produces Designs and Layouts Rapidly </h4> <p> Replacing pipelines and equipment deemed outdated and vulnerable to hazardous leaks can be challenging without proper groundwork. Partnering with specialists is helping a... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/experience-produces-designs-and-layouts-rapidly" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, acquisition-divestment, asset-planning-management" data-brand="1898-co." data-service="oil-gas-chemicals, acquisition-divestment, asset-planning-management"> <section class="project-image"> <section aria-label="Profit Recovery Through Optimized Performance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/profit-recovery-through-optimized-performance-17134-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Profit Recovery Through Optimized Performance </h4> <p> The chemicals, oil and gas industry faces constant challenges. By understanding profit recovery, organizations can optimize for future disruptions. </p> </section> <a href="https://1898blog.burnsmcd.com/profit-recovery-through-optimized-performance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="renewables, renewables-permitting, wind, environmental, environmental-studies-permitting, permitting, electrical-transmission-distribution, electrical-transmission, overhead-transmission, routing-siting-permitting, routing-siting-studies"> <section class="project-image"> <section aria-label="Comprehensive Studies Lay Groundwork for Multistate Wind Energy Transfer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_SouthernCross_13985/ENS_KCM_SouthernCross_Landing-Page-Hero-1600x800px_13985Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Studies Lay Groundwork for Multistate Wind Energy Transfer </h4> <p> There’s a lot of wind in Texas. To share it with its less windy neighboring states in the Southeast region of the U.S., Pattern Power Development proposed a high-voltage... </p> </section> <a href="https://info.burnsmcd.com/case-study/environmental-studies-for-southern-cross-transmission-line" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Beaches Energy Services Selects Burns & McDonnell to Deliver Progressive Engineer-Procure-Construct Project in Jacksonville Beach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/RELEASEBeachesEnergySelectsBurnsMcDonnelltoDeliverEPCProject13386hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Beaches Energy Services Selects Burns & McDonnell to Deliver Progressive Engineer-Procure-Construct Project in Jacksonville Beach </h4> <p> </p><p>ORLANDO, Florida — To meet the current and future needs of Beaches Energy Services’ more than 35,000 customers, the utility has selected Burns & McDonnell to implement a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/beaches-energy-epc-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="mining-minerals" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Engineering and Mining Journal: Power Play" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Engineering and Mining Journal: Power Play </h4> <p> </p> </section> <a href="https://www.e-mj.com/features/power-play/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water-reuse-reclamation, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Taking a Proactive Approach to Sustainable Water" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/DEN_PlumCreekWaterPurification_15254/WTR-DEN-Plum-Creek-Water-Purification_Landing-Page-Hero-1600x800px_15254Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking a Proactive Approach to Sustainable Water </h4> <p> Municipal leaders are continually on the hunt for new ways to protect precious resources, like water. Castle Rock, Colorado, is one community that took proactive steps to... </p> </section> <a href="https://info.burnsmcd.com/case-study/plum-creek-water-purification-facility-advanced-treatment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Design and Construction for Historic Braniff Airways Base Redevelopment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CompletionBraniffCentrehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Design and Construction for Historic Braniff Airways Base Redevelopment </h4> <p> </p><p>DALLAS — Burns & McDonnell has completed design and<a href="https://www.burnsmcd.com/services/industries/construction">construction services</a>for the redevelopment of the historic Braniff Operations and Maintenance Base in Dallas. After...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-construction-braniff-redevelopment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="asset-planning-management, data-analytics, enterprise-technology" data-brand="1898-co." data-service="asset-planning-management, data-analytics, enterprise-technology"> <section class="project-image"> <section aria-label="Making More Effective Strategic Asset Management Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/making-more-effective-strategic-asset-management-decisions-16875-Social-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making More Effective Strategic Asset Management Decisions </h4> <p> Effective strategic asset management decisions require using data from quantitative asset management tools to inform business decisions and capital budgets. </p> </section> <a href="https://1898blog.burnsmcd.com/making-more-effective-strategic-asset-management-decisions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, business-strategy-transformation" data-brand="1898-co." data-service="power, transportation, business-strategy-transformation"> <section class="project-image"> <section aria-label="We Have the Power to Change the EV Landscape" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/we-have-the-power-to-change-the-ev-landscape-16301-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> We Have the Power to Change the EV Landscape </h4> <p> Electric vehicles are having impacts on the electrical distribution system. Two-way communication with programmable chargers could help balance the load. </p> </section> <a href="https://1898blog.burnsmcd.com/we-have-the-power-to-change-the-ev-landscape" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named One of the 2020 Best Workplaces in Chicago by Great Place to Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellDeepensRootsinChicagohero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named One of the 2020 Best Workplaces in Chicago by Great Place to Work </h4> <p> </p><p>CHICAGO — Great Place to Work has recognized Burns & McDonnell as one of the Best Workplaces in Chicago for the second consecutive year. The engineering, construction and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2020-best-workplaces-in-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, asset-planning-management" data-brand="1898-co." data-service="manufacturing-industrial, asset-planning-management"> <section class="project-image"> <section aria-label="Optimizing Capital Investment Dollars in a Challenging Environment" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/E98_KCM_AssetLensOptimizeCapitalInvestment_16874-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Capital Investment Dollars in a Challenging Environment </h4> <p> Traditional capital planning processes take time and require adjustments to meet business needs. AssetLens offers a new approach. </p> </section> <a href="https://1898blog.burnsmcd.com/optimizing-capital-investment-dollars-in-a-challenging-environment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Officers to Serve on Engineers Without Borders USA Corporate Leadership Council" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/engineerswithoutbordershero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Officers to Serve on Engineers Without Borders USA Corporate Leadership Council </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell officers Jamey Bertram, Transmission & Distribution vice president, and Mark Van Dyne, Environmental Services vice president, have...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/officers-serve-engineers-without-borders" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="oil-gas-chemicals, acquisition-divestment" data-brand="1898-co." data-service="oil-gas-chemicals, acquisition-divestment"> <section class="project-image"> <section aria-label="Finding Sustainability in Today’s Chemicals, Oil and Gas Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Finding-Sustainability-in-Todays-Chemicals-Oil-Gas-Market-15865-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding Sustainability in Today’s Chemicals, Oil and Gas Market </h4> <p> Investors are putting capital in projects that promise carbon efficiency. In chemicals, oil and gas, this means finding new product delivery options. </p> </section> <a href="https://1898blog.burnsmcd.com/finding-sustainability-in-todays-chemicals-oil-and-gas-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="hydroelectric, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Rising Demand Leads to Water Treatment Plant Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_DEN_ErieWTPExpansion_15255/Rising-Demand-Leads-to-Water-Treatment-Plant-Expansion-case-study-15255-hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rising Demand Leads to Water Treatment Plant Expansion </h4> <p> Population growth meant Erie, Colorado, needed the ability to treat more water. The solution: expanding the pretreatment and treatment systems, and adding a transmission main... </p> </section> <a href="https://info.burnsmcd.com/case-study/rising-demand-leads-to-water-treatment-plant-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Water Utility Sees Design-Build Benefits With Quick Facility Upgrade" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_DEN_DoddWaterTreatmentPlantUpgrades_15253_CS_Water%20Utility%20Sees%20Design-Build%20Benefits%20With%20Quic/WTR-DEN-Dodd-Water-Treatment-Plant-Upgrades_Landing-Page-Hero-1600x800px_15253Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water Utility Sees Design-Build Benefits With Quick Facility Upgrade </h4> <p> The Dodd Water Treatment Plant provides safe and clean water for communities in the Niwot, Colorado, area. A complex facility retrofit was needed to increase the plant’s... </p> </section> <a href="https://info.burnsmcd.com/design-build/dodd-wtp-upgrades-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="liquefied-natural-gas-(lng), storage-logistics, electric-power-generation, natural-gas-generation, liquefied-natural-gas-(lng)-peak-shaving"> <section class="project-image"> <section aria-label="Plotting the Optimal Approach for LNG Storage Selection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_LNGMicrosite_975063_WP_LNGStorage/CDB_NEO_PlottingTheOptimalApproachForLNG_15035-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Plotting the Optimal Approach for LNG Storage Selection </h4> <p> The abundance of natural gas is creating opportunity to use liquefied natural gas (LNG) for peak shaving and to improve reliability. Evaluating plot space, siting options,... </p> </section> <a href="https://info.burnsmcd.com/connect-to-comprehensive-lng-solutions/lngstorage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Retrofit Revamps Water Treatment Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_DEN_ConsolidatedMutualWaterCo_15506_CS_Retrofit%20Revamps%20Water%20Treatment%20Plant/WTR-DEN-Consolidated-Mutual-Water-Co.-Solids-Dewatering-Mutau_Landing-Page-Hero-1600x800px_15506Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Retrofit Revamps Water Treatment Plant </h4> <p> When the Maple Grove Water Treatment Facility in Lakewood, Colorado, came upon its 10th year of service, The Consolidated Mutual Water Co. improved the plant by upgrading its... </p> </section> <a href="https://info.burnsmcd.com/design-build/maple-grove-wtp-residuals-handling-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, power" data-brand="burns-mcdonnell" data-service="construction, schedule-cost-controls, environmental, permitting, stakeholder-management, electrical-transmission-distribution, electrical-transmission, overhead-transmission, routing-siting-permitting, routing-siting-studies"> <section class="project-image"> <section aria-label="Navigating New York's Article VII Process for Transmission Line Permitting and Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_OGC_ArticleVII_12234/ENS_NEO_ArticleVII-Landing-Page-Hero-1600x800px_12234.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating New York's Article VII Process for Transmission Line Permitting and Design </h4> <p> Before major electric transmission facilities can be constructed in New York, they must first receive approval from the state’s Public Service Commission. Article VII of the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/article-vii-and-high-voltage-transmission-lines" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation" data-brand="1898-co." data-service="power, business-strategy-transformation"> <section class="project-image"> <section aria-label="Transforming Utility Resilience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Computer-Models-Guide-Optimal-Investments-Reduce-Risk-for-Utilities-15664-E98-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transforming Utility Resilience </h4> <p> Many utility systems are at risk from extreme weather. Data analytics and computer modeling can provide clear pathways to direct new investment. </p> </section> <a href="https://1898blog.burnsmcd.com/transforming-utility-resilience" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="robotics-automation, aerospace-space, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Increasing Efficiency Through Automated Warehouse Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_%20SpiritAreosystems_14153/GFS-KCM-Spirit-Aerosystems-_Landing-Page-Hero-1600x800px_14153Landing-Page-Hero.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Increasing Efficiency Through Automated Warehouse Operations </h4> <p> A confidential client sought to consolidate and automate its warehouse to improve the efficiency and accuracy of order fulfillment. Using an integrated design-build approach,... </p> </section> <a href="https://info.burnsmcd.com/case-study/increasing-efficiency-through-automated-warehouse-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Wichita Northwest Water Facility Receives WIFIA Funding to Save Ratepayers Nearly $100 Million" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/WichitaNorthwestWaterFacilityReceivesWIFIAFunding16659hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wichita Northwest Water Facility Receives WIFIA Funding to Save Ratepayers Nearly $100 Million </h4> <p> </p><p>KANSAS CITY, Missouri — The City of Wichita, with support from<a href="https://www.burnsmcd.com/services/industries/water">Burns & McDonnell</a>, secured nearly $280.9 million in federal credit financing to fund the new<a href="https://www.epa.gov/wifia/wichita-northwest-water-treatment-facility" target="_blank" title="Wichita Northwest Water Facility" rel="noopener">Wichita Northwest...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wichita-water-facility-receives-wifia-funding" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Design and Construction Services for The Consolidated Mutual Water Treatment Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ConsolidatedMutualWaterTreatmentFacilityhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Design and Construction Services for The Consolidated Mutual Water Treatment Facility </h4> <p> </p><p>LAKEWOOD, Colorado — Burns & McDonnell recently completed design and construction services for a new residuals handling process and building at the Maple Grove Water...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-construction-consolidated-mutual" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Transportation Construction Capabilities, Hiring Steve Kellerman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Transportation Construction Capabilities, Hiring Steve Kellerman </h4> <p> </p><p>KANSAS CITY, Missouri — As the need to restore and fortify the nation’s critical infrastructure steadily grows,<a href="https://www.linkedin.com/in/stephen-kellerman-pe-072787137/" target="_blank" title="Steve Kellerman LinkedIn Profile" rel="noopener">Steve Kellerman</a>has joined<a href="https://www.burnsmcd.com/services/industries/transportation">Burns & McDonnell</a>to lead and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/transportation-construction-steve-kellerman" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, military-master-planning, agencies-military-branches"> <section class="project-image"> <section aria-label="New Aircraft Creates Enormous Need for Updated Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AFN_KCM_SeymourJohnsonAFBKC-46AHangar_16130/Hero%20Image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Aircraft Creates Enormous Need for Updated Facilities </h4> <p> Creating a new home for the military’s newest refueling aircraft is no small feat. The Air Force Reserve Command’s first KC‑46A beddown began with a large hangar to support... </p> </section> <a href="https://info.burnsmcd.com/project-profile/kc-46a-hangar-and-beddown" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves Up to No. 9 Ranking on List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/criticalinfrastructureburnsmcdonnellhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves Up to No. 9 Ranking on List of Top 500 Design Firms </h4> <p> </p><p>KANSAS CITY, Missouri — Continued<a href="https://www.burnsmcd.com/services?category=industry#industry" title="service diversification">service diversification</a>and growth in major service specialties have culminated in a strong standing among the nation's leading design and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranking-on-list-of-top-500-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Automating Security Operations: SOAR Supports Integrated Cybersecurity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/automating-security-operations-soar-supports-integrated-cybersecurity-16485-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Automating Security Operations: SOAR Supports Integrated Cybersecurity </h4> <p> Security Orchestration, Automation & Response (SOAR) can help teams automate and integrate processes for increased security amid increased remote work. </p> </section> <a href="https://1898blog.burnsmcd.com/automating-security-operations-soar-supports-integrated-cybersecurity" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Wayne Weber to Lead Regional Environmental Services Group in St. Louis for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wayne Weber to Lead Regional Environmental Services Group in St. Louis for Burns & McDonnell </h4> <p> </p><p>ST. LOUIS, Missouri — Burns & McDonnell has promoted<a href="https://www.linkedin.com/in/wayne-weber/" target="_blank" title="Wayne Weber LinkedIn Profile" rel="noopener">Wayne Weber</a>to lead the regional Environmental Services Group in<a href="https://www.burnsmcd.com/locations/st-louis">St. Louis, Missouri</a>. A veteran environmental engineer...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/wayne-weber-leads-environmental-group-st-louis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Bridging the Gap: Benefits of a Business Continuity Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/bridging-the-gap-benefits-of-a-business-continuity-plan-16484-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bridging the Gap: Benefits of a Business Continuity Plan </h4> <p> Risk is a constant. Preparing for disruptions is difficult, but a business continuity plan can help an organization stay afloat during and after an event. </p> </section> <a href="https://1898blog.burnsmcd.com/bridging-the-gap-benefits-of-a-business-continuity-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="mining-minerals" data-brand="" data-service=""> <section class="project-image"> <section aria-label="David McLane Joins Phoenix Office to Lead Mining Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> David McLane Joins Phoenix Office to Lead Mining Projects </h4> <p> </p><p>David McLane joins Burns & McDonnell in Phoenix, Arizona, to lead a wide range of<a href="https://hubs.ly/37329823-b4fb-4e92-b9a2-664536d8af9c" target="_blank" title="mining design and construction" rel="noopener">mining design and construction</a>projects. </p> <p>With nearly a decade of experience in project...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/david-mclane-to-lead-mining-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="Finding a New, Cost-Effective Strategy for Benzene Conversion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/Finding-new-cost-effective-strategy-for-benzene-conversion-14538-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding a New, Cost-Effective Strategy for Benzene Conversion </h4> <p> Benzene compliance regulations established in 2007 required to introduce new processes into their plants, increasing costs and reducing margins. Today, new dynamics may favor... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/finding-a-new-cost-effective-strategy-for-benzene-conversion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Liquefied Natural Gas Capabilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Liquefied Natural Gas Capabilities </h4> <p> </p><p>KANSAS CITY, Missouri (April 23, 2020) —<a href="https://www.burnsmcd.com/insightsnews/industries/chemicals-oil-gas">Burns & McDonnell</a>has hired industry leaders<a href="https://www.linkedin.com/in/megan-reusser-29898628/" target="_blank" title="Megan Reusser LinkedIn Profile" rel="noopener">Megan Reusser</a>and<a href="https://www.linkedin.com/in/sara-o-dell-0a30953a/" target="_blank" title="Sara O’Dell LinkedIn Profile" rel="noopener">Sara O’Dell</a>to further diversify the firm’s liquefied natural gas...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expanding-liquified-natural-gas-capabilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized as a Best Workplace in Consulting and Professional Services by Great Place to Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BestWorkplaceinConsultingProfessionalServices16149.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized as a Best Workplace in Consulting and Professional Services by Great Place to Work </h4> <p> </p><p>KANSAS CITY, Missouri — For the third consecutive year, Burns & McDonnell has been named one of the<a href="https://www.greatplacetowork.com/best-workplaces/consulting/2020" target="_blank" title="Best Workplaces in Consulting and Professional Services" rel="noopener">Best Workplaces in Consulting and Professional Services</a>by Great Place to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/best-workplace-consulting-professional-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, enterprise-technology" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, enterprise-technology"> <section class="project-image"> <section aria-label="PMO Technologies Keep Remote Project Teams Connected" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/pmo-technologies-keep-remote-project-teams-connected-16339-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PMO Technologies Keep Remote Project Teams Connected </h4> <p> Project management office (PMO) technology provides current project data for financial and schedule decisions — critical for an increasingly remote workforce. </p> </section> <a href="https://1898blog.burnsmcd.com/pmo-technologies-keep-remote-project-teams-connected" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and 1898 & Co. Announce Extended Partnership with OSIsoft" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/betterwaytoestimateapowerplantsremainingservicelifewhitepaperburnsmcdonnell10082_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and 1898 & Co. Announce Extended Partnership with OSIsoft </h4> <p> </p><p>Kansas City, Missouri —<a href="https://1898andco.burnsmcd.com/" target="_blank" title="1898 &amp; Co." rel="noopener">1898 & Co.</a>, part of Burns & McDonnell, has extended its partnership with OSIsoft LLC, a leader in operational intelligence, to offer industry-leading...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/extended-partnership-with-osisoft" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Implementing Compartmentalization Protects People and Enhances Security" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/implementing-compartmentalization-protects-people-and-enhances-security-16333-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementing Compartmentalization Protects People and Enhances Security </h4> <p> During this pandemic, a physical security plan is critical for facility safety. Compartmentalization is key to solving physical security challenges. </p> </section> <a href="https://1898blog.burnsmcd.com/implementing-compartmentalization-protects-people-and-enhances-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="underground-transmission, electrical-transmission-distribution, electrical-transmission, overhead-transmission, substations"> <section class="project-image"> <section aria-label="Comparing Concrete Supply Options in Remote Locations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_HOU_TSDOSConcreteSupply_13003/TND_HOU_TSDOS-ConcreteSupplyOptionsinRemoteLocations-Landing-Page-1000x650px_13003_1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comparing Concrete Supply Options in Remote Locations </h4> <p> The availability of concrete can be a complication when planning transmission lines and substations to connect remotely located renewable generation sources. Several... </p> </section> <a href="https://info.burnsmcd.com/white-paper/transmission-line-and-substation-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Mind the Gap: Resilience Goes Beyond Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_Cybersecurity/mind-the-gap-resilience-goes-beyond-compliance-16298-E98_Blog.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mind the Gap: Resilience Goes Beyond Compliance </h4> <p> Critical infrastructure industries are implementing connectivity and data systems that open them up to new threats that require cybersecurity mitigations. </p> </section> <a href="https://1898blog.burnsmcd.com/mind-the-gap-resilience-goes-beyond-compliance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Support of Communities, Clients and Employee-Owners During Coronavirus Pandemic" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/covidgivingletterhero01.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Support of Communities, Clients and Employee-Owners During Coronavirus Pandemic </h4> <p> </p><p>As organizations and community members face significant challenges during the coronavirus pandemic, Burns & McDonnell is providing additional resources and services to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/support-for-communities-clients-employee-owners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Foundation Announces $1.5 Million in COVID-19 Relief Funding" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/covidgivingletterhero02.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Foundation Announces $1.5 Million in COVID-19 Relief Funding </h4> <p> </p><h3>Design and Construction Firm Bolsters Support of Communities, Clients and Employee-Owners During Coronavirus Pandemic</h3> <p>KANSAS CITY, Missouri — As organizations and community...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/foundation-announces-covid-19-relief-funding" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Preparing Wind Projects for the PTC Bubble" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/PreparingwindprojectsforthePTCbubblewhitepaper1898andCo14890hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing Wind Projects for the PTC Bubble </h4> <p> As the wind industry rapidly approaches the inevitable end of the Production Tax Credit, a significant backlog of projects is expected to come online in rapid succession.... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/preparing-wind-projects-for-the-ptc-bubble" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Providing Virtual Public Outreach Services to Overcome Stakeholder Engagement Obstacles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/virtualengagementcanovercomepublicoutreachobstacles16194Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Providing Virtual Public Outreach Services to Overcome Stakeholder Engagement Obstacles </h4> <p> </p><p>KANSAS CITY, Missouri — To help combat stakeholder engagement challenges associated with the coronavirus pandemic, Burns & McDonnell is providing a wide range of virtual...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/virtual-public-outreach-for-stakeholder-engagement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Deploying Assisted Reality Technology Solutions to Support Industry Safety and Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/technologyhelpsovercomecurrentonsitelimitations16168Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Deploying Assisted Reality Technology Solutions to Support Industry Safety and Efficiency </h4> <p> </p><p>KANSAS CITY, Missouri — As the coronavirus pandemic threatens infrastructure development and maintenance worldwide, Burns & McDonnell is providing augmented reality (AR) and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/assisted-reality-technology-solutions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="How We’re Responding to the Coronavirus" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsandMcDonnellbuildingbackgroundhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How We’re Responding to the Coronavirus </h4> <p> </p><h2>A Steady Hand in the Time of Coronavirus</h2> <p>In a time of international crisis, critical infrastructure across the United States and around the world is being tested as never...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/how-were-responding-to-the-coronavirus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="1898 & Co. Primed to Help Utilities Navigate Industrywide Disruption" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/howpreparedisyourutilitytosustainandextendemergencymeasures16134Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 1898 & Co. Primed to Help Utilities Navigate Industrywide Disruption </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://1898andco.burnsmcd.com/" target="_blank" rel="noopener">1898 & Co.</a>, part of Burns & McDonnell, is well-positioned to create, sustain and extend emergency planning measures to help utilities navigate the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/1898-co-primed-to-help-utilities-navigate" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation" data-brand="1898-co." data-service="power, business-strategy-transformation"> <section class="project-image"> <section aria-label="How Prepared Is Your Utility to Sustain and Extend Emergency Measures?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/how-prepared-is-your-utility-to-sustain-and-extend-emergency-measures-16134-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> How Prepared Is Your Utility to Sustain and Extend Emergency Measures? </h4> <p> To plan for a pandemic of the current magnitude, utilities can identify business elements essential in assessing the potential impact of a disruption. </p> </section> <a href="https://1898blog.burnsmcd.com/how-prepared-is-your-utility-to-sustain-and-extend-emergency-measures" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage"> <section class="project-image"> <section aria-label="Flow Batteries Offer Utilities Another Energy Storage Option" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/additional_slides/whitepaper/redux-flow.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flow Batteries Offer Utilities Another Energy Storage Option </h4> <p> Lithium-ion technology dominates the market for battery energy storage systems, but redox flow battery technology is gaining traction as an energy storage alternative that... </p> </section> <a href="https://info.burnsmcd.com/white-paper/redox-flow-battery-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, oil-gas-chemicals, liquefied-natural-gas-(lng), storage-logistics"> <section class="project-image"> <section aria-label="Advantages of In-House Mechanical Construction Resources" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AZ_LNGPlantContruction_14959/2019_National_Grid_Greenpoint_LNG_Facility_006-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advantages of In-House Mechanical Construction Resources </h4> <p> Successful completion of LNG infrastructure projects requires timely delivery of critical materials. By hiring an engineer-procure-construct (EPC) team that offers in house... </p> </section> <a href="https://info.burnsmcd.com/connect-to-comprehensive-lng-solutions/lng-plant-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, water" data-brand="1898-co." data-service="business-strategy-transformation, people-culture-change, change-management, stakeholder-engagement, enterprise-technology, project-portfolio-management-systems, configuration-optimization-implementation-services"> <section class="project-image"> <section aria-label="Citizen Developers, Agile Methodology and People Change Management for Digital Transformation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Citizendevelopersagilemethodologyandpeoplechangemanagementwhitepaper14370hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Citizen Developers, Agile Methodology and People Change Management for Digital Transformation </h4> <p> The business value of any digital solution lies not in the solution itself, but in its adoption and usage by people. </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/citizen-developers-agile-methodology-people-change-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, construction, prefabrication"> <section class="project-image"> <section aria-label="EPC Services Help Create a Cleaner Energy Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_AdvancedClassGasTurbine_1179461_CS/PWR_WHQ_KCM_AdvancedClassGasTurbine_1179461_SaskPower.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EPC Services Help Create a Cleaner Energy Future </h4> <p> Southwest Saskatchewan is home to a new 353-megawatt natural gas-fired power facility. The combined-cycle plant is not only instrumental in meeting the growing demand for... </p> </section> <a href="https://info.burnsmcd.com/case-study/epc-services-help-create-a-cleaner-energy-future" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, storage-logistics, gas-turbines"> <section class="project-image"> <section aria-label="Upgrades for LNG Facility Critical for New York Gas Customers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_LNG/Project%20Profile/2019_National_Grid_Greenpoint_LNG_Facility_001_LandingPageHero1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrades for LNG Facility Critical for New York Gas Customers </h4> <p> The National Grid Greenpoint LNG facility is an essential asset for the gas supply in downstate New York. Over time, one of the main components of the facility responsible... </p> </section> <a href="https://info.burnsmcd.com/connect-to-comprehensive-lng-solutions/greenpoint-lng-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, electrical-transmission-distribution, electrical-transmission"> <section class="project-image"> <section aria-label="Protecting Pipelines From Effects of Alternating Current" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%2010.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Protecting Pipelines From Effects of Alternating Current </h4> <p> To meet growing demand for natural gas, hundreds of new pipelines are being installed in the same corridors as high-voltage alternating current (HVAC) transmission lines.... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/protecting-pipelines-from-effects-of-alternating-current-challenge" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Overcoming Primary Challenges for Secondary Network Operators" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Overcoming-Primary-Challenges-for-Secondary-Network-Operators-15803-Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Primary Challenges for Secondary Network Operators </h4> <p> Robust secondary network systems provide reliable power in dense urban areas, but third-party assessments help manage aging infrastructure and knowledge gaps. </p> </section> <a href="https://1898blog.burnsmcd.com/overcoming-primary-challenges-for-secondary-network-operators" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, emerging-contaminants-pfas, federal-military, environmental-services-for-military-facilities, remediation"> <section class="project-image"> <section aria-label="PFAS Testing and Treatment Systems Overcome Project Roadblocks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_CherryPoint_11229/PFAS-Testing-And-Treatment-Systems-Overcome-Project-Roadblocks-case-study-11229_1600x800_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PFAS Testing and Treatment Systems Overcome Project Roadblocks </h4> <p> Marine Corps Air Station Cherry Point sought to develop an F-35 program at its installation, but hit roadblocks when the site design required dewatering activities and... </p> </section> <a href="https://info.burnsmcd.com/case-study/emerging-contaminant-assessment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Healthcare Design Leader Chris Powers Joins Burns & McDonnell in Nashville" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Healthcare Design Leader Chris Powers Joins Burns & McDonnell in Nashville </h4> <p> </p><p>NASHVILLE, Tennessee — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction company, has hired healthcare design and construction veteran<a href="https://www.linkedin.com/in/chris-powers-5a83858/" target="_blank" title="Chris Powers LinkedIn Profile" rel="noopener">Chris...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/healthcare-design-leader-chris-powers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Footprint in the Pacific Northwest With New Office in Downtown Portland" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/PortlandOregonOfficeBurnsMcDonnellGrowsFootprintinPacificNorthwesthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Footprint in the Pacific Northwest With New Office in Downtown Portland </h4> <p> </p><p>PORTLAND, Oregon — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction company, has further expanded its operations in the Portland area with...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/growth-in-pacific-northwest-portland" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="program-management, stakeholder-management, fiber-optic-infrastructure, mission-critical-networks, electrical-transmission, routing-siting-studies"> <section class="project-image"> <section aria-label="Building a Reliable Backbone for Critical Communications" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SCA_FiberOpticInstallationSDGEProjectProfile_11286/hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Reliable Backbone for Critical Communications </h4> <p> Facing a large volume of projects for fiber-optic additions to its transmission infrastructure, a large electric utility needed assistance handling the execution. With an... </p> </section> <a href="https://info.burnsmcd.com/project-profile/fiber-optic-installation-initiative" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-technology-security-systems, passenger-terminals, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Six Critical Questions to Consider When Incorporating Biometrics Into Airport Passenger Facilitation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_Biometrics_15103/Six-Critical-Questions-To-Consider-When-Incorporating-Biometrics-white-paper-15103-hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Six Critical Questions to Consider When Incorporating Biometrics Into Airport Passenger Facilitation </h4> <p> A world in which airline passengers can walk through security checkpoints and board flights using only their faces as identification may be closer than some might think.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/airports-and-biometrics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Key Considerations for a Renewable Future in Michigan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_MichigansRenewableEnergyFuture_14517_WP_Key%20Considerations%20for%20a%20Renewable%20Future/KeyconsiderationsforarenewablefutureinMichiganwhitepaperburnsmcdonnell14517hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Key Considerations for a Renewable Future in Michigan </h4> <p> For Michigan to move to a fully renewable future will require a great deal of planning, law and regulation changes, and the cooperation of the state legislature, universities... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/key-considerations-for-a-renewable-future-in-michigan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, microgrids, renewables, energy-storage, federal-military, distributed-energy-resources, energy-resiliency"> <section class="project-image"> <section aria-label="Securing Energy Resiliency for a Critical Mission" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Securing%20Energy%20Resiliency%20for%20a%20Critical%20Mission-hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Securing Energy Resiliency for a Critical Mission </h4> <p> The Pacific Energy Assurance and Renewables Laboratory (PEARL) will improve energy resiliency with appropriate cyber security for the 154th Wing F-22 campus at Joint Base... </p> </section> <a href="https://info.burnsmcd.com/project-profile/pearl-microgrid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Matt Kapusta Promoted to Lead Regional Transmission & Distribution Group in Orlando for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Matt Kapusta Promoted to Lead Regional Transmission & Distribution Group in Orlando for Burns & McDonnell </h4> <p> </p><p>ORLANDO, Florida — Burns & McDonnell has promoted<a href="https://www.linkedin.com/in/mattkapusta/" target="_blank" title="Matt Kapusta LinkedIn Profile" rel="noopener">Matt Kapusta</a>to lead the regional Transmission & Distribution (T&D) Group in<a href="https://www.burnsmcd.com/locations/orlando">Orlando, Florida</a>. Within his decade-long tenure...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/matt-kapusta-leads-transmission-orlando" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, business-strategy-transformation" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, business-strategy-transformation"> <section class="project-image"> <section aria-label="15 Organizational Leadership Lessons From the Super Bowl Champs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_ChrisUnderwoodBlogOrganizationalLeadershipLessons_15413.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 15 Organizational Leadership Lessons From the Super Bowl Champs </h4> <p> The Kansas City Chiefs’ success inspires ideas about what makes an organization and its leadership great. Here are 15 lessons from the Super Bowl champions. </p> </section> <a href="https://1898blog.burnsmcd.com/15-organizational-leadership-lessons-from-the-super-bowl-champs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Charting a Course to Grid Stability: Offshore Wind Project Challenges and Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/Charting-A-Course-To-Grid-Stability-white-paper-12110-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Charting a Course to Grid Stability: Offshore Wind Project Challenges and Solutions </h4> <p> As the number of offshore wind projects continues to grow, addressing grid interconnection challenges is critical for these systems to successfully fit in the evolving power... </p> </section> <a href="https://info.burnsmcd.com/white-paper/offshore-wind-project-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to New Office in Chesapeake to Accommodate Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellNewChesapeakeVirginiaOfficehero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to New Office in Chesapeake to Accommodate Expansion </h4> <p> </p><p>CHESAPEAKE, Virginia — To make room for significant expansion — doubling the size of its local workforce within the next three years — Burns & McDonnell has relocated...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-office-in-chesapeake-accommodates-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation" data-brand="1898-co." data-service="power, business-strategy-transformation"> <section class="project-image"> <section aria-label="Zeroing in on Operational Goals Through a PMO" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Zeroing-in-on-Operational-Goals-with-PMO-14734-1898-social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Zeroing in on Operational Goals Through a PMO </h4> <p> New technology and the digital transformation movement require organizations to align projects to overall goals. PMOs offer a framework for coordination. </p> </section> <a href="https://1898blog.burnsmcd.com/zeroing-in-on-operational-goals-through-a-pmo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named One of the 100 Best Companies to Work For by Great Place to Work and Fortune" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/shareholdersmeeting100bestcompaniestoworkforburnsmcdonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named One of the 100 Best Companies to Work For by Great Place to Work and Fortune </h4> <p> </p><p>KANSAS CITY, Missouri — For the 10th year, Burns & McDonnell has been named one of the<a href="https://www.greatplacetowork.com/best-workplaces/100-best/2020" target="_blank" title="100 Best Companies to Work For" rel="noopener">100 Best Companies to Work For</a>, according to global people analytics and consulting...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fortune-100-best-companies-to-work-for" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Filter Evaluation Leads to Enhanced Operations and Reduced Costs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_St.PetersWaterFilter_12859%20CS%20Water%20Treatment%20Plant%20Study/WTR-SLO-St.-Peters-Water-Filter-Case-Study-Landing-Page-Hero-1600x800px_12859Header-image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Filter Evaluation Leads to Enhanced Operations and Reduced Costs </h4> <p> The study proved beneficial for the city, identifying needed improvements that would increase the plant’s functionality and reduce costs. </p> </section> <a href="https://info.burnsmcd.com/case-study/water-treatment-plant-study" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Officer Promotions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Officer Promotions </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>has named its new chief administrative officer and promoted six employee-owners to vice president. These individuals contributed to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-announces-officer-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named No. 1 Healthiest Employer in Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/Healthiestemployerkcrocktheparkwayhero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named No. 1 Healthiest Employer in Kansas City </h4> <p> </p><p>KANSAS CITY, Missouri (Feb. 14, 2020) – The<em>Kansas City Business Journal</em>and Healthiest Employers LLC named Burns & McDonnell the No. 1 Healthiest Employer in the 5,000+...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/healthiest-employer-in-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="master-planning-for-water-wastewater-utilities, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Historic Flood Events Lead to Wastewater Treatment Plant Improvements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_SLO_CityPacificWastewater_13722/Header%20image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Historic Flood Events Lead to Wastewater Treatment Plant Improvements </h4> <p> When major flooding caused widespread damage in Pacific, Missouri, the city’s wastewater treatment plant required a repair for not only immediate infrastructure issues but an... </p> </section> <a href="https://info.burnsmcd.com/case-study/city-of-pacific-missouri-wastewater-treatment-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co., burns-mcdonnell" data-service="program-management, electric-power-generation, electrical-transmission-distribution, grid-modernization, plant-services"> <section class="project-image"> <section aria-label="Manage Outages by Harnessing the Power of Technology and Project Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_NEO_HowtoManageOutages_13669_WP_OutageManagement/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Manage Outages by Harnessing the Power of Technology and Project Management </h4> <p> Every day, our electrical infrastructure is threatened by age, weather and malicious attacks. Utilities can fight back against this persistent pressure with a proactive and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/outage-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Partners With Women’s Engineering Society" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellPartnersWithWomensEngineeringSocietyhero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Partners With Women’s Engineering Society </h4> <p> </p><p>BIRMINGHAM (12 February 2020) — Burns & McDonnell has embarked on a new partnership with the<a href="https://www.wes.org.uk/" target="_blank" title="Women’s Engineering Society (WES)" rel="noopener">Women’s Engineering Society (WES)</a>as part of its work to improve diversity in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/partnership-with-womens-engineering-society" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, baggage-handling, passenger-terminals, construction, engineering"> <section class="project-image"> <section aria-label="Rebuilding Delta's LaGuardia Home" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_NEO_LaGuardia_11082_PP_DeltaAirLinesTerminalRedevelopmentProgram/Hero%20Image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rebuilding Delta's LaGuardia Home </h4> <p> Delta Air Lines is on a mission to redevelop and improve the terminal complex at LaGuardia Airport — without reducing gates or operational functions during construction.... </p> </section> <a href="https://info.burnsmcd.com/project-profile/delta-air-lines-terminal-redevelopment-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Continues to Grow Birmingham Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/RELEASEBurnsMcDonnellContinuestoGrowBirminghamTeamhero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Continues to Grow Birmingham Team </h4> <p> </p><p>BIRMINGHAM, England — Engineering-construction company<a href="https://www.burnsmcd.com/services/industries/power">Burns & McDonnell</a>has hired four new team members for its<a href="https://www.burnsmcd.com/locations/birmingham">Birmingham office</a>, including two senior electrical engineers,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-continues-to-grow-birmingham-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, electrical-upgrades, renewables, hydroelectric, plant-services, instrumentation-control"> <section class="project-image"> <section aria-label="Modernizing a Linchpin in New York’s Clean Energy Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/ENR-KCM-New-York-Power-Authority-%28NYPA%29-Controls-Upgrade-&-Modernization_Landing-Page-Hero-1600x800px_12422Landing-Page-.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Modernizing a Linchpin in New York’s Clean Energy Goals </h4> <p> Since it opened in 1961, the Robert Moses Niagara Power Plant has provided a significant baseload supply of clean energy to New York. To maintain performance, reduce failure... </p> </section> <a href="https://info.burnsmcd.com/project-profile/hydroelectric-plant-controls-upgrade" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="District Energy Magazine: Central plant upgrades take off at Denver International Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> District Energy Magazine: Central plant upgrades take off at Denver International Airport </h4> <p> </p><p><em>District Energy</em>’s Winter 2020 issue includes an article co-written by Haven Cassidy of Denver International Airport (DIA) and Jeff Easton of Burns & McDonnell. It describes...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/district-energy-central-plant-upgrades-denver" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, emissions-controls, environmental, air-quality-noise, environmental-studies-permitting, natural-gas-generation, gas-turbines, air-quality-compliance, emission-reduction-solutions"> <section class="project-image"> <section aria-label="Smooth Air Permitting Process Gets Power Plant Online to Meet Demand" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_WildcatPoint_12249_CS_PowerPlantAirPermitting/ENS_KCM_Wildcat-Point_Landing-Page-Hero-1600x800px_12249.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smooth Air Permitting Process Gets Power Plant Online to Meet Demand </h4> <p> With growing demand for reliable energy and projected increases in energy consumption, an electric utility needed to get a combined-cycle natural gas power plant up and... </p> </section> <a href="https://info.burnsmcd.com/case-study/power-plant-air-permitting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, engineering"> <section class="project-image"> <section aria-label="Optimizing Airport Pavement Zoning for Cost Savings and Accurate Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_AirportPavementDesign_11660/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Airport Pavement Zoning for Cost Savings and Accurate Design </h4> <p> Continuous growth in the aviation industry is increasing needs for the rehabilitation and/or replacement of aging airport pavement. Airport pavement design can be optimized... </p> </section> <a href="https://info.burnsmcd.com/white-paper/airfield-paving" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Selected by NYPA for Major Control System Modernization Project at One of Largest Hydropower Facilities in North America" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/NiagaraPowerPlantControlSystemUpgradehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selected by NYPA for Major Control System Modernization Project at One of Largest Hydropower Facilities in North America </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell will serve as<a href="https://www.burnsmcd.com/services/electric-power-generation/project-delivery/engineerprocureconstruct">engineer-procure-construct</a>(EPC) contractor for an extensive $134 million electrical<a href="https://www.burnsmcd.com/services/electric-power-generation/plant-improvements/instrumentation--control">control system upgrade</a>and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nypa-niagara-control-system-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, offshore-wind"> <section class="project-image"> <section aria-label="Floating Foundations: The Next Frontier in Offshore Wind Power" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/whitepaper/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Floating Foundations: The Next Frontier in Offshore Wind Power </h4> <p> Most offshore wind power generation projects to date have been developed in shallow ocean waters where foundation structures could be affixed to the ocean floor. However, the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/offshore-wind-floating-foundations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, aviation, commercial-retail-institutional, power, transportation, water" data-brand="" data-service="aviation, baggage-handling, buildings, green-buildings, transportation-electrification, flow-monitoring, manufacturing-industrial-facilities, transportation"> <section class="project-image"> <section aria-label="Something Old, Something New; Something Bold Becoming True" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2020_Q1_13256/Digital/CV_SomethingOldNewBoldTrue/assets/desktop/Header-Desktop-CV.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Something Old, Something New; Something Bold Becoming True </h4> <p> Capital investment decisions can be tough. Program management, a project management office (PMO) and portfolio management are three ways to ease the burden. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2020/issue-1/feature/something-old-something-new" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="manufacturing-industrial, power, telecommunications" data-brand="benchmark" data-service="consumer-products, food-beverage, telecommunications, manufacturing-industrial-facilities, electrical-transmission-distribution, utility-analytics"> <section class="project-image"> <section aria-label="Asset Management: A Framework for Maximized Value" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2020_Q1_13256/Digital/F2_AssetManagement/assets/desktop/Header-Desktop-F2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Asset Management: A Framework for Maximized Value </h4> <p> A proactive, structured asset management program helps companies align operations with strategic goals, moving toward prescriptive asset health management. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2020/issue-1/feature/asset-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="" data-brand="benchmark" data-service=""> <section class="project-image"> <section aria-label="Dominating Digital Disruptions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2020_Q1_13256/Digital/D2_QA_DominatingDigitalDisruptors/assets/desktop/Header-Desktop-D2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dominating Digital Disruptions </h4> <p> Chris Underwood shares how 1898 & Co. leverages Burns & McDonnell experience and knowledge to build strategic, data-driven insights to help clients succeed. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2020/issue-1/qa/dominating-digital-disruptions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="power" data-brand="benchmark" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, reciprocating-engines"> <section class="project-image"> <section aria-label="Automated for Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2020_Q1_13256/Digital/D3_Spotlight_Automated%20for%20Efficiency/assets/desktop/Header-Desktop.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Automated for Efficiency </h4> <p> Two reciprocating engine plants in Michigan are among the most automated in the industry. They're adding needed grid stability for the owner/operator. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2020/issue-1/spotlight/automated-for-efficiency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="environmental, power" data-brand="benchmark" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, coal-combustion-residuals-management, power-water-wastewater-solutions"> <section class="project-image"> <section aria-label="Finding the Right Fit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2020_Q1_13256/Digital/D5_TB2_FindingtheRightFit/assets/desktop/Header-Desktop-D5-2.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finding the Right Fit </h4> <p> Innovations in bottom ash conversion provide coal-fired power plants with options to achieve compliance with Environmental Protection Agency regulations. </p> </section> <a href="https://info.burnsmcd.com/benchmark/article/2020/issue-1/techbrief/finding-the-right-fit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mark Knight Appointed to IAM USA’s Executive Committee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mark Knight Appointed to IAM USA’s Executive Committee </h4> <p> </p><p>KANSAS CITY, Missouri — The U.S. chapter of the Institute of Asset Management (IAM USA) has named<a href="https://www.linkedin.com/in/mark--knight/" target="_blank" title="Mark Knight LinkedIn Profile" rel="noopener">Mark Knight</a>, a principal consultant with<a href="https://1898andco.burnsmcd.com/ourstory" target="_blank" rel="noopener">1898 & Co.</a>, part of Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mark-knight-iam-usa-executive-committee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="exploration-production, midstream, pipeline-services, refining, storage-logistics"> <section class="project-image"> <section aria-label="Integrated Execution Produces Efficient, Predictable Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CDB_HOU_UsingModularizationtoDriveEfficiencies_10374/Integrated-Execution-Produces-Efficient-Predictable-Projects-white-paper_10374_cover_1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrated Execution Produces Efficient, Predictable Projects </h4> <p> The surge in upstream oil and gas production drives investment in midstream and downstream infrastructure. Capitalizing on market conditions, owners want to get their product... </p> </section> <a href="https://info.burnsmcd.com/white-paper/integrated-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, ramp-services"> <section class="project-image"> <section aria-label="Preparing for What's Ahead With Fast-Track Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_SCA_GSEMaintenanceFacility_11754_PP_GroundServiceEquipmentMaintenanceFacility/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing for What's Ahead With Fast-Track Services </h4> <p> With the 2028 Summer Olympics around the corner, Los Angeles, California, is making adjustments to accommodate the large crowds of travelers. As Los Angeles International... </p> </section> <a href="https://info.burnsmcd.com/project-profile/ground-service-equipment-maintenance-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Waste-To-Energy Project Gets a Rapid Refresh" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_MSP_HennepinCountyScalehouse_10883_CS_EnergyRecoveryCenterScaleHouse/Waste-To-Energy-Project-Gets-A-Rapid-Refresh-case-study-burns-mcdonnell-10883-Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste-To-Energy Project Gets a Rapid Refresh </h4> <p> After three decades of operation, an energy recovery center converting garbage into electricity needed an upgrade. In order to minimize disruptions to waste management... </p> </section> <a href="https://info.burnsmcd.com/case-study/energy-recovery-center-scale-house" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Projects From Around the Country Earn Regional Best Project Honors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/Carlsbadhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Projects From Around the Country Earn Regional Best Project Honors </h4> <p> </p><p>KANSAS CITY, Missouri — Five<a href="https://www.burnsmcd.com/about-us/industry-awards">Burns & McDonnell projects</a>have received Best Project Awards from<em>Engineering News-Record</em>(<em>ENR</em>) magazine in the publication’s respective regions...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/projects-from-around-country-earn-project-honors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Microgrid to Provide Energy Resiliency and Security at Joint Base Pearl Harbor-Hickam" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/PEARLmicrogridrenderinghero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Microgrid to Provide Energy Resiliency and Security at Joint Base Pearl Harbor-Hickam </h4> <p> </p><p>HONOLULU — Hawaii Governor David Ige joined military dignitaries, legislative leadership and project engineers at Joint Base Pearl Harbor-Hickam (JBPHH) Tuesday to celebrate...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/microgrid-to-provide-energy-resiliency-at-jbphh" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, construction"> <section class="project-image"> <section aria-label="New Concourse Leads the Way for the Future of Air Travel and Passenger Experience" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_LaGuardia_13878/2019_LaGuardia_Airport_Delta_Concourse_G_Interiors_001-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Concourse Leads the Way for the Future of Air Travel and Passenger Experience </h4> <p> An innovative project phasing method allowed operations to continue while construction carried on. </p> </section> <a href="https://info.burnsmcd.com/case-study/concourse-design-and-construction-administration-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Newly Formed 1898 & Co. Adds Consulting Talent" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Newly Formed 1898 & Co. Adds Consulting Talent </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://1898andco.burnsmcd.com/" target="_blank" rel="noopener">1898 & Co.</a>, part of Burns & McDonnell, is adding management and security consulting talent following its<a href="https://www.burnsmcd.com/insightsnews/in-the-news/2019/10/launches-1898-co-future-focused-consultancy">October 2019 launch</a>. The future-focused...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/newly-formed-1898-and-co-adds-consulting-talent" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Carnival-Inspired STEM Exhibit Earns Tonganoxie Middle School Grand Prize in Burns & McDonnell Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/2019BattleoftheBrainsAwardCeremonyhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Carnival-Inspired STEM Exhibit Earns Tonganoxie Middle School Grand Prize in Burns & McDonnell Battle of the Brains </h4> <p> </p><p>KANSAS CITY, Missouri — Step right up and meet the student team inspiring the next permanent exhibit at Science City. Organizers of Kansas City’s most beloved K-12...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tonganoxie-middle-wins-battle-of-brains" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Gardner News: Executive Airport Opens Runway" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Gardner News: Executive Airport Opens Runway </h4> <p> </p> </section> <a href="https://gardnernews.com/2019/12/01/executive-airport-opens-runway/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Robert E. McDonnell Named Historic Civil Engineer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/robertemcdonnellnamedhistoriccivilengineerhero2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Robert E. McDonnell Named Historic Civil Engineer </h4> <p> </p><p>KANSAS CITY, Missouri — The American Society of Civil Engineers (ASCE) has named<a href="https://www.asce.org/templates/person-bio-detail.aspx?id=34221" target="_blank" title="Robert E. McDonnell" rel="noopener">Robert E. McDonnell</a>, one of the co-founders of<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, a Historic Civil Engineer....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/robert-e-mcdonnell-named-historic-civil-engineer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="1898-co." data-service="capital-asset-planning, investment-plan-development"> <section class="project-image"> <section aria-label="Optimizing Capital Expenditures Through Asset Health Analytics" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/Optimizingcapitalexpendituresthroughassethealthanalyticshero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Capital Expenditures Through Asset Health Analytics </h4> <p> A multinational consumer goods company needed a way to better inform its capital investment decisions. The answer would combine its extensive facility/asset base and systems... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/optimizing-capital-expenditures-through-asset-health-analytics" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, hydroelectric, plant-services, instrumentation-control"> <section class="project-image"> <section aria-label="Creating Operational Efficiencies with Proactive Project Controls" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_OperationalEfficiencies_13441/AdobeStock_158561332-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Operational Efficiencies with Proactive Project Controls </h4> <p> Today’s developers of hydroelectric power plants have the potential to create operational efficiencies during construction that earlier generations could scarcely imagine.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/improving-hydroelectric-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, permitting"> <section class="project-image"> <section aria-label="Overcoming Common Challenges With the FERC Permitting Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_CommonChallengesFERC_12209/Energy%20Transfer_DAPL_02-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Overcoming Common Challenges With the FERC Permitting Process </h4> <p> Navigating the Federal Energy Regulatory Commission’s (FERC) permitting process for new natural gas pipeline construction projects is complicated. With awareness of common... </p> </section> <a href="https://info.burnsmcd.com/white-paper/streamlining-pipeline-permitting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Cuts Ribbon on New Office, Adds New Jobs in Tucson" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellCutsRibbononOfficeAddsJobsinTucsonhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Cuts Ribbon on New Office, Adds New Jobs in Tucson </h4> <p> </p><p>TUCSON, Arizona — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, joined the Tucson Metro Chamber of Commerce and clients to cut the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/opens-office-adds-jobs-in-tucson" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="‘Battle Buses’ Deliver STEMtastic News to Winning Students, Schools" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BattleoftheBrains2019Top20hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ‘Battle Buses’ Deliver STEMtastic News to Winning Students, Schools </h4> <p> </p><p>KANSAS CITY, Missouri — Armed with everything from banners and medals to popcorn and Silly String, crews loaded a fleet of “battle buses” and drove to schools across the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/battle-buses-deliver-stemtastic-news" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="South Dakota State University Selects Burns & McDonnell for New Precision Agriculture Building Commissioning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/SDSUSelectsBurnsMcDonnellforPrecisionAgricultureBuildingCommissioninghero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> South Dakota State University Selects Burns & McDonnell for New Precision Agriculture Building Commissioning </h4> <p> </p><p>BROOKINGS, South Dakota — As part of a robust design and construction plan, South Dakota State University (SDSU) has selected Burns & McDonnell as the commissioning agent to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/sdsu-precision-agriculture-building-commissioning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, gas-turbines, plant-services, instrumentation-control"> <section class="project-image"> <section aria-label="Standardizing a Modern Control System for Reliable Generation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_ControlSystemUpgrades_12385/IMG_0317_Cover.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Standardizing a Modern Control System for Reliable Generation </h4> <p> In need of a consistent control system platform, El Paso Electric set out to upgrade several of its units and sites with a modernized solution. The system allows the utility... </p> </section> <a href="https://info.burnsmcd.com/case-study/control-system-upgrades" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power, transportation" data-brand="1898-co., burns-mcdonnell" data-service="transportation-electrification, transportation"> <section class="project-image"> <section aria-label="Electrifying the Future of California’s Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_Electrification_06395/convert/AdobeStock_79753939-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Electrifying the Future of California’s Infrastructure </h4> <p> As California ramps up its commitment to reducing air pollution, Southern California Edison (SCE) is leading the charge for utilities in the electric vehicle (EV) charging... </p> </section> <a href="https://info.burnsmcd.com/project-profile/electrifying-the-future-of-californias-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, construction, federal-military, air-force-air-force-reserve"> <section class="project-image"> <section aria-label="Taking Air Traffic Control to New Heights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_KCM_BlackStart_12710/email/AF_McConnellATCT_13079/2019-McConnell-Air-Traffic-Control-Tower-Interior-006-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking Air Traffic Control to New Heights </h4> <p> At McConnell Air Force Base, the aging air traffic control tower was in need of updates to successfully support upcoming and ongoing missions. Building a new facility would... </p> </section> <a href="https://info.burnsmcd.com/case-study/taking-air-traffic-control-to-new-heights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, electrical-transmission-distribution, electrical-transmission, grid-modernization, routing-siting-permitting"> <section class="project-image"> <section aria-label="Improving Transmission Program Outcomes From the Start" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TND_KCM_PlanningForProgramManagementSuccessFormatUpdate_737876_WP/Improving-Transmission-Program-Outcomes-From-the-Start-white-paper-737876-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Transmission Program Outcomes From the Start </h4> <p> The steady increase in U.S. electric infrastructure investment is good news for the nation but can be a challenge for utilities to manage. Transmission improvement planning... </p> </section> <a href="https://info.burnsmcd.com/white-paper/planning-for-program-management-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="highways, streets, transportation"> <section class="project-image"> <section aria-label="Illinois, Let’s Discuss Our Roundabouts" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/TRN_CHI_Illinois-Lets-Discuss-Our-Roundabouts-White-Paper-Update_514564_WP/Illinois-Lets-Discuss-Our-Roundabouts-White-Paper-Update-514564-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Illinois, Let’s Discuss Our Roundabouts </h4> <p> Illinois lags behind its neighbors in the implementation of roundabouts statewide, but acceptance is slowly increasing. Counties and municipalities throughout the state would... </p> </section> <a href="https://info.burnsmcd.com/white-paper/roundabout-design-and-implementation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, construction, remediation"> <section class="project-image"> <section aria-label="Streamlining Project Complexities With Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_SCA_TerminalRedevelopment_10409/hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Streamlining Project Complexities With Design-Build </h4> <p> When the San Francisco International Airport decided to redevelop one of its oldest terminals, it needed an integrated team approach to support the multibillion-dollar... </p> </section> <a href="https://info.burnsmcd.com/project-profile/san-francisco-international-airport-terminal-redevelopment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, power, transportation" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, energy-storage, transportation-electrification, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Unsettled Future: Trends and Opportunities Impacting Energy Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/UK_UnsettledFuture_13238/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Unsettled Future: Trends and Opportunities Impacting Energy Networks </h4> <p> In June 2019, the U.K. became the first member of the G-7 to commit to a 100% zero-carbon emissions goal. The U.K. has created a requirement to cut carbon emissions by 100%... </p> </section> <a href="https://info.burnsmcd.com/white-paper/unsettled-future-trends-and-opportunities-impacting-energy-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="UK Will Not Meet Zero Carbon Targets Unless Energy Regulation Is Addressed, says Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> UK Will Not Meet Zero Carbon Targets Unless Energy Regulation Is Addressed, says Burns & McDonnell </h4> <p> </p><p>BIRMINGHAM, England (30 October 2019) — A radical revision of energy regulation is required if the United Kingdom is going to meet its target of net zero carbon emissions by...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/uk-will-not-meet-zero-carbon-targets" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, engineer-procure-construct, land-right-of-way-management, electrical-transmission-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Upgrading Service on a Tight Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MSP_AEPJacksonRdtoMarshallEPC_12415/Hero%20Image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Upgrading Service on a Tight Timeline </h4> <p> When American Electric Power wanted to improve reliability and increase capacity near South Bend, Indiana, it needed fast work to acquire new right-of-way, rebuild the line... </p> </section> <a href="https://info.burnsmcd.com/case-study/transmission-line-epc-rebuild" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, airfield-lighting-navaids, landside-services, general-aviation, construction"> <section class="project-image"> <section aria-label="A Ground-Up Airport Delivered on a Challenging Timeline" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_MSP_WilsonAirport_12772/Hero%20Image.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Ground-Up Airport Delivered on a Challenging Timeline </h4> <p> Replacing Sloulin Field, the Williston Basin International Airport is a rare example of ground-up airport construction — and it’s also the fastest built commercial airport... </p> </section> <a href="https://info.burnsmcd.com/case-study/williston-basin-international-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, engineer-procure-construct"> <section class="project-image"> <section aria-label="Exploring EPC Partnered Planning Benefits for Pipeline Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_SCA_SoCalGasPursuitwithAZCO_16540%20MKZ/10-ExploringEPCPartneredPlanningBenefits.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Exploring EPC Partnered Planning Benefits for Pipeline Projects </h4> <p> As pipeline project activity intensifies and capital spend increases, pipeline owners need an execution process they can trust. EPC partnered planning provides owners with... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/exploring-epc-partnered-planning-benefits-for-pipeline-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, ramp-services, aviation-infrastructure, environmental, emerging-contaminants-pfas, fire-protection-code-consulting, remediation"> <section class="project-image"> <section aria-label="Managing Your Airport's Response to New PFAS Regulations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_PFAS-RegulationUpdates_13142/AdobeStock_198821958-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Managing Your Airport's Response to New PFAS Regulations </h4> <p> As concerns about the environmental and public health risks of per- and polyfluoroalkyl substances (PFAS) grow, the rules governing their use in aircraft rescue and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/managing-your-airports-response-to-new-pfas-regulations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="program-management, electric-power-generation, renewables, offshore-wind, environmental-studies-permitting, permitting, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Supply Chain Challenges Facing U.S. Offshore Wind Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/additional_slides/whitepaper/AdobeStock_141226249-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Supply Chain Challenges Facing U.S. Offshore Wind Projects </h4> <p> Tapping into the wind resources off the U.S. coastline has the potential to provide clean energy resources and bring economic prosperity through direct and indirect job... </p> </section> <a href="https://info.burnsmcd.com/white-paper/supporting-offshore-wind-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Launches 1898 & Co. — A New Future-Focused Consultancy Arm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellLaunches1898andCohero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches 1898 & Co. — A New Future-Focused Consultancy Arm </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell is launching its first new brand in the firm’s history with<a href="https://hubs.ly/H0lnfcz0" target="_blank" title="1898 &amp; Co." rel="noopener">1898 & Co.</a>, a future-focused consulting and technology solutions arm to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/launches-1898-co-future-focused-consultancy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Footprint, Plans to Add Jobs in Arizona" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellExpandsFootprintPlanstoAddJobsinArizonahero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Footprint, Plans to Add Jobs in Arizona </h4> <p> </p><p>PHOENIX, Arizona — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has expanded its office spaces in<a href="https://www.burnsmcd.com/locations/phoenix">Phoenix</a>and<a href="https://www.burnsmcd.com/locations/tucson">Tucson</a>, Arizona, to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-footprint-plans-to-add-jobs-in-arizona" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Making the Case for Energy Storage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/Makingthecaseforenergystoragewhitepaper11691hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making the Case for Energy Storage </h4> <p> Utilities are currently evaluating when it makes sense to invest in energy storage. But there are many variables to consider. Isolating potential use cases and then comparing... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/making-the-case-for-energy-storage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, renewables, energy-storage, renewable-fuels-chemicals"> <section class="project-image"> <section aria-label="Generating Value From Naturally Occurring Gases" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%208.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Generating Value From Naturally Occurring Gases </h4> <p> The development of renewable power resources, such as wind and solar, is dramatically changing the energy portfolio. Harnessing the power of renewable natural gases provides... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/generating-value-from-naturally-occurring-gases" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="service-feature" data-industry="power" data-brand="1898-co." data-service="geospatial, utility-network-model-advisory"> <section class="project-image"> <section aria-label="Planning for the ArcGIS Utility Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_ReadinessAssessment_13512/Planning-for-the-ArcGIS-Utility-Network-service-feature-1898-and-Co-13512-hero-2500wide.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Planning for the ArcGIS Utility Network </h4> <p> Migrating to a new data format may not seem urgent to your organization today. In fact, the idea could be worrying. But planning ahead and getting a realistic picture of how... </p> </section> <a href="https://1898andco.burnsmcd.com/service-feature/utility-network-readiness-assessment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, transportation, water" data-brand="1898-co." data-service="systems-platforms, technology-strategy"> <section class="project-image"> <section aria-label="Strategic Considerations for Modernizing OT Networks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/StrategicconsiderationsformodernizingOTnetworkswhitepaper11686hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Strategic Considerations for Modernizing OT Networks </h4> <p> IT and OT networks have traditionally been isolated from one another. But bringing the two together offers exponential business value. Understanding the drivers and... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/strategic-considerations-for-modernizing-ot-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Easing the Way for Safe and Effective Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_Encroachment_09987_WP_EncroachmentMitigationandAssetProtection/Easing-The-Way-For-Safe-And-Effective-Infrastructure-white-paper-09987_hero_1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Easing the Way for Safe and Effective Infrastructure </h4> <p> Facing rising costs and expansion needs, many utilities cut funding during the past 20 years for monitoring their routes for encroachments. During that time, landowners... </p> </section> <a href="https://info.burnsmcd.com/white-paper/encroachment-mitigation-and-asset-protection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Airports Council International Elects Burns & McDonnell’s Brenda Enos to its Environmental Committee Steering Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Airports Council International Elects Burns & McDonnell’s Brenda Enos to its Environmental Committee Steering Group </h4> <p> </p><p>KANSAS CITY, Missouri — Airports Council International (ACI) World, the global trade representative of the world’s airports, has elected<a href="https://www.linkedin.com/in/brendaenos/" target="_blank" title="Brenda Enos LinkedIn Profile" rel="noopener">Brenda Enos</a>to serve on the ACI World...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aci-elects-brenda-enos-to-environmental-committee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="project-management-office-(pmo)"> <section class="project-image"> <section aria-label="Establishing Consistency for Capital Project Strategies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PMOCampaignMicrosite_13791/additions/Establishing-Consistency-for-Capital-Project-Strategies-project-profile-burns-mcdonnell-10860.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Establishing Consistency for Capital Project Strategies </h4> <p> In need of an improved internal process to request, prioritize and manage capital investment projects, Cooperative Energy sought help to set up its first-ever enterprise... </p> </section> <a href="https://info.burnsmcd.com/project-management-office/establishing-consistency-for-capital-project-strategies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Manufacturer Seeks Guidance for nCGMP Facility Search" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_ChurchDwight_12131/manufacturer-seeks-guidance-for-new-cGMP-facility-search-case-study-12131-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Manufacturer Seeks Guidance for nCGMP Facility Search </h4> <p> This confidential client needed a 500,000-square-foot new current good manufacturing practices (nCGMP) facility for its expanding operations. The manufacturer was seeking a... </p> </section> <a href="https://info.burnsmcd.com/case-study/manufacturer-seeks-guidance-for-ncgmp-facility-search" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, transportation" data-brand="burns-mcdonnell" data-service="highways, transportation-planning-policy, transportation"> <section class="project-image"> <section aria-label="Harnessing Third-Party Data Can Provide Valuable Information for Highway Safety Studies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_HarnessingThirdPartyDataWhitePaperLP_12189_WP_HighwaySafetyStudies/12189-Hero%20Image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Harnessing Third-Party Data Can Provide Valuable Information for Highway Safety Studies </h4> <p> When a Department of Transportation (DOT) or agency performs a highway safety study, the study typically focuses on an existing corridor with a documented safety issue. Such... </p> </section> <a href="https://info.burnsmcd.com/white-paper/highway-safety-studies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, mission-critical-networks, wireless-communications"> <section class="project-image"> <section aria-label="Understanding 5G Impacts on Utilities and Preparing for Success" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_5gPrivateNetWP_11841/AdobeStock_219376736-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Understanding 5G Impacts on Utilities and Preparing for Success </h4> <p> Fifth-generation (5G) cellular technology will dramatically increase the speed and capability of communications around the world. Utilities are in a unique position to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/5g-and-private-networks" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Design Leader Nathan Corser Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design Leader Nathan Corser Joins Burns & McDonnell </h4> <p> </p><p>PORTLAND, Oregon — With a focus on<a href="https://hubs.ly/H0lfmJj0" target="_blank" title="integrated design-build" rel="noopener">integrated design-build</a>, Burns & McDonnell has hired design leader<a href="https://www.linkedin.com/in/nathan-clark-corser-136b785/" target="_blank" title="Nathan Corser LinkedIn Profile" rel="noopener">Nathan Corser</a>to lead architectural design for<a href="https://www.burnsmcd.com/services/buildings">commercial and industrial...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-leader-nathan-corser-joins-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Williston Basin International Airport Opened Oct. 10; Burns & McDonnell Completes Multiple Design & Construction Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/WillistonBasinInternationalAirportOpenedOct10.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Williston Basin International Airport Opened Oct. 10; Burns & McDonnell Completes Multiple Design & Construction Projects </h4> <p> </p><p>WILLISTON, North Dakota —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, served as the designer of record and on-site construction...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/williston-basin-international-airport-opens-oct-10" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, deicing-glycol-recycling, construction"> <section class="project-image"> <section aria-label="New Deicing Pad Improves Operational Safety and Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_CHI_DeicingCaseStudy_11083/ANF_CHI_Deicing-Landing%20Page%20Hero-1600x800px_11083.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Deicing Pad Improves Operational Safety and Efficiency </h4> <p> To incorporate functional ground service equipment (GSE) layout into new and updated deicing infrastructure at O’Hare International Airport, United Airlines selected a... </p> </section> <a href="https://info.burnsmcd.com/case-study/deicing-pad-gse-design-build-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, coal-combustion-residuals-management, power-water-wastewater-solutions, remediation"> <section class="project-image"> <section aria-label="Enhancing Surface Impoundment Closures to Support Groundwater Compliance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_ImpoundmentClosureEnhancementMeasuresWPLandingPage_10503/Impoundment-Closure-Enhancement-Measures-to-Support-Groundwater-Compliance-White-Paper-10503-Landing%20PageHero%20Image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enhancing Surface Impoundment Closures to Support Groundwater Compliance </h4> <p> The federal rule regulating the disposal of coal combustion residuals (CCRs) generated at coal-fired power plants also governs groundwater quality at these sites. Careful... </p> </section> <a href="https://info.burnsmcd.com/white-paper/coal-combustion-residuals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Senior Hire Bolsters Burns & McDonnell Presence in Birmingham" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Senior Hire Bolsters Burns & McDonnell Presence in Birmingham </h4> <p> </p><p>BIRMINGHAM, England —<a href="https://www.burnsmcd.com/services">Burns & McDonnell</a>has hired<a href="https://www.linkedin.com/in/nick-busby/" target="_blank" title="Nick Busby LinkedIn Profile" rel="noopener">Nick Busby as a senior project manager</a>, further strengthening its team in<a href="https://www.burnsmcd.com/locations/birmingham">Birmingham</a>.</p> <p>A former operations manager in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/senior-hire-bolsters-presence-in-birmingham" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service="infrastructure-modernization, emerging-energy-advisory, grid-modernization-planning, integrated-resource-plan"> <section class="project-image"> <section aria-label="Grid Architecture: Crossing the Chasm Between Concept and Implementation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/crossingchasmbetweenconceptimplementationwhitepaper11686hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Architecture: Crossing the Chasm Between Concept and Implementation </h4> <p> Today’s technology is disrupting the edge of the grid. As the flow of power moves in multiple directions and the edge of the grid blurs, it becomes apparent that grid design... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/grid-architecture-crossing-the-chasm-between-concept-and-implementation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation"> <section class="project-image"> <section aria-label="Advanced Class Gas Turbine Adds Power Capacity and Reliability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_AdvancedClassGasTurbine_08174/High-Efficiency-Turbine-Offers-Quick-Starting-Backup-Capability-1177295-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Advanced Class Gas Turbine Adds Power Capacity and Reliability </h4> <p> To help meet demand in an underserved area in New England, an independent power producer decided to add a third unit at an existing power plant. The modern turbine boosts... </p> </section> <a href="https://info.burnsmcd.com/case-study/advanced-class-gas-turbine-adds-power-capacity-and-reliability" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar, transportation-electrification, electrical-transmission-distribution, distributed-energy-resources"> <section class="project-image"> <section aria-label="Conservation Voltage Reduction Offers a Solution to Loss" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_DTEVoltageOptimizationStudyProjectProfile_10732/Conservation-Voltage-Reduction-Offers-A-Solution-To-header-page-burns-mcdonnell-10732-print-spreads.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Conservation Voltage Reduction Offers a Solution to Loss </h4> <p> Facing a time-sensitive request from the state commissioner, a confidential client decided to evaluate the effects of current and forecasted near- and long-term adoption of... </p> </section> <a href="https://info.burnsmcd.com/project-profile/voltage-optimization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reaches Substantial Completion for Canal 3" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellReachesSubstantialCompletionforCanal3hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reaches Substantial Completion for Canal 3 </h4> <p> </p><p>KANSAS CITY, Missouri — The 350-megawatt (MW) Canal 3 Generating Station (Canal 3 Generation LLC) has reached substantial completion. The simple-cycle, dual-fueled power...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/substantial-completion-for-canal-3" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Providing Architecture and Engineering Services for Southern California Edison, Supporting Electric Vehicle Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Providing Architecture and Engineering Services for Southern California Edison, Supporting Electric Vehicle Infrastructure </h4> <p> </p><p>ROSEMEAD, California (Sept. 25, 2019) —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction company, is among the firms selected to provide...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ae-services-for-sce-electric-vehicles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Footprint in Fort Worth, Plans to Add New Jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellExpandsFootprintinFortWorthhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Footprint in Fort Worth, Plans to Add New Jobs </h4> <p> </p><p>FORT WORTH, Texas — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, has expanded its office space in<a href="https://www.burnsmcd.com/locations/dallasfort-worth">Fort Worth and Dallas, Texas</a>,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-in-fort-worth-plans-to-add-jobs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, wastewater-stormwater-collection, flow-monitoring, stormwater-management, sewer-separation"> <section class="project-image"> <section aria-label="Smart Stormwater Components Address Multiple Needs With One Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_WTR_Stormwater_654961/Smart-Stormwater-Components-Address-Multiple-Needs-With-One-Solution-654961-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Smart Stormwater Components Address Multiple Needs With One Solution </h4> <p> Like many older cities, Kansas City, Missouri has combined sewers which overflow during rain events. To mitigate overflows and meet a federal consent decree, KC Water needed... </p> </section> <a href="https://info.burnsmcd.com/case-study/smart-stormwater-components-address-multiple-needs-with-one-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, industrial-cybersecurity"> <section class="project-image"> <section aria-label="URGENT/11 Vulnerabilities: Understanding Them and Protecting Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/urgent-11-vulnerabilities-understanding-them-and-protecting-systems-12505-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> URGENT/11 Vulnerabilities: Understanding Them and Protecting Systems </h4> <p> Many common devices use VxWorks, an operating system that has recently been discovered to be susceptible to several vulnerabilities. </p> </section> <a href="https://1898blog.burnsmcd.com/urgent-11-vulnerabilities-understanding-them-and-protecting-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, construction"> <section class="project-image"> <section aria-label="Utilizing Design-Build for Heavy Airfield Infrastructure Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2019_10223/slide2/Hero-Insights-UtilizingDesing-Build.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Utilizing Design-Build for Heavy Airfield Infrastructure Projects </h4> <p> Schedules, budgets and phasing are important aspects of major pavement infrastructure projects at an airfield — and all these aspects are continually getting minimized. </p> </section> <a href="https://info.burnsmcd.com/article/utilizing-design-build-for-heavy-airfield-infrastructure-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-technology-security-systems, passenger-terminals, physical-security"> <section class="project-image"> <section aria-label="Aviation Security: Moving From Strategy to Measurable State" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2019_10223/slide6/Hero-Insights-AviationSecurity.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Aviation Security: Moving From Strategy to Measurable State </h4> <p> Training analyses are strengthening airport operations through metrics-based performance indicators. </p> </section> <a href="https://info.burnsmcd.com/article/aviation-security-moving-from-strategy-to-measurable-state" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, construction, procurement-execution-plan"> <section class="project-image"> <section aria-label="Establishing a Persuasive Procurement Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2019_10223/slide5/Hero-Insights-EstablishingPersuasive.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Establishing a Persuasive Procurement Process </h4> <p> Streamlining the RFP process can go a long way with the AEC industry. </p> </section> <a href="https://info.burnsmcd.com/aviation-special-report/2019/establishing-a-persuasive-procurement-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services"> <section class="project-image"> <section aria-label="Taking Partnerships to a Whole New Level" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2019_10223/slide4/Hero-Insights-TakingPartnerships.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking Partnerships to a Whole New Level </h4> <p> Design-build know-how meets financial support for a new fueling facility. </p> </section> <a href="https://info.burnsmcd.com/article/taking-partnerships-to-a-whole-new-level" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="transmission-distribution-planning"> <section class="project-image"> <section aria-label="Comprehensive Analysis for Interconnection" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/comprehensiveanalysisforinterconnectionhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Analysis for Interconnection </h4> <p> As renewable energy becomes more predominant in California’s generation mix, Pacific Gas & Electric needs a reliable way to effectively interconnect generation customers.... </p> </section> <a href="//1898andco.burnsmcd.com/case-study/comprehensive-analysis-for-interconnection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="1898-co." data-service="business-outcome-solutions"> <section class="project-image"> <section aria-label="Rethinking the Refining and Petrochemicals Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/Rethinkingrefiningpetrochemicalsindustrywhitepaper11687hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rethinking the Refining and Petrochemicals Industry </h4> <p> Crude oil has been used to produce transportation fuel for many decades. But market factors may make it necessary for organizations to consider oil-to-chemical complexes to... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/rethinking-the-refining-and-petrochemicals-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="PSMJ Resources Names Burns & McDonnell as Winner of Premier Award for Client Satisfaction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PSMJ Resources Names Burns & McDonnell as Winner of Premier Award for Client Satisfaction </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/services?category=industry#industry" target="_self" title="Burns &amp; McDonnell">Burns & McDonnell</a>has once again been named as a winner of the<a href="https://www.psmj.com/news-and-media/23-architecture-and-engineering-firms-recognized-for-delivering-superior-levels-of-client-satisfaction" target="_blank" title="Premier Award for Client Satisfaction" rel="noopener">Premier Award for Client Satisfaction</a>by PSMJ Resources (PSMJ). The 2019 award...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/psmj-resources-premier-award-2019" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, aviation, power, telecommunications, water" data-brand="1898-co." data-service="architecture-infrastructure, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Designing for Data Quality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Designingfordataqualitywhitepaper11702hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Designing for Data Quality </h4> <p> When properly managed, data is a valuable asset that drives informed decision-making throughout your organization. Understanding the data life cycle and implementing... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/designing-for-data-quality" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="Replacing 69-kV Wood Utility Poles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/1898_Web_Assets/Insights/Replacing-69-kv-Wood-Utility-Poles-11697-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Replacing 69-kV Wood Utility Poles </h4> <p> Salt River Project’s gas-treated wood poles had a high failure rate during high winds. Careful technical and economic analysis identified the optimal annual replacement rate... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/replacing-69-kv-wood-utility-poles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Achieving 100% Renewable Energy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/assets/achieving100percentrenewableenergyhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieving 100% Renewable Energy </h4> <p> Ambitious renewable energy goals are being set across the U.S., but significant power infrastructure changes are needed to accomplish them. One state’s current energy mix... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/100-achieving-renewable-energy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="West Midlands Mayor Unveils Burns & McDonnell’s New Birmingham Headquarters as Firm Pledges to Create Diverse Workforce in the Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellnewUKofficecornerblockhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> West Midlands Mayor Unveils Burns & McDonnell’s New Birmingham Headquarters as Firm Pledges to Create Diverse Workforce in the Region </h4> <p> </p><p>BIRMINGHAM, England — Andy Street, mayor of the West Midlands, has officially opened engineering, architecture and construction company<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell’s new expanded...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/west-midlands-mayor-unveils-new-birmingham-hq" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power, telecommunications" data-brand="1898-co." data-service="strategic-asset-management"> <section class="project-image"> <section aria-label="Managing Aging Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/CaseStudies/E98_KCM_SecondaryNetworkAssessment_11695%20CS/Managing-aging-infrastructure-11695-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Managing Aging Infrastructure </h4> <p> Safety and operational issues often go undetected in urban secondary networks. A large electric utility tackled the problem head on by completing a thorough analysis of its... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/secondary-network-assessment" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="1898-co." data-service=""> <section class="project-image"> <section aria-label="Optimizing Regional Systems for Improved Reliability" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/E98_KCM_DistributionAssetRenewalPlanning_11705%20CS/Optimizing-regional-systems-for-improved-reliability-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Regional Systems for Improved Reliability </h4> <p> Wisconsin Public Service needed to manage the risks of aging infrastructure and prepare for an electrified future. A holistic planning methodology led the way to the most... </p> </section> <a href="https://1898andco.burnsmcd.com/case-study/distribution-asset-renewal-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, water, asset-planning-management, industrial-cybersecurity" data-brand="1898-co." data-service="power, water, asset-planning-management, industrial-cybersecurity"> <section class="project-image"> <section aria-label="An Up-to-Date Security Plan Brings Physical, Cyber Together" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/regulations/Up-to-Date-Security-Plan-Brings-Physical-Cyber-Together-Jason-Vigh-amplified-perspectives-burns-mcdonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Up-to-Date Security Plan Brings Physical, Cyber Together </h4> <p> Utilities often maintain separate plans for physical and cybersecurity, but a combined plan can mean AWIA compliance, savings and reduced vulnerabilities. </p> </section> <a href="https://1898blog.burnsmcd.com/an-up-to-date-security-plan-brings-physical-cyber-together" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="water, government-military, industrial-cybersecurity" data-brand="1898-co." data-service="water, government-military, industrial-cybersecurity"> <section class="project-image"> <section aria-label="AWIA Compliance: Assessing Risks, Developing Emergency Response Plans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/regulations/CORP_MKT_SarahTuiteAPArticleAWIARegulation_12408_Social.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> AWIA Compliance: Assessing Risks, Developing Emergency Response Plans </h4> <p> Planning for potential disruption or contamination of the public water supply is a key component of America's Water Infrastructure Act (AWIA) compliance. </p> </section> <a href="https://1898blog.burnsmcd.com/awia-compliance-assessing-risks-developing-emergency-response-plans" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Launches Expansion of Life Sciences Capabilities Nationwide" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Launches Expansion of Life Sciences Capabilities Nationwide </h4> <p> </p><p>KANSAS CITY, Missouri — International engineering, construction and architecture firm Burns & McDonnell is redoubling its support of the life sciences industry. The firm has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expansion-of-life-sciences-capabilities-nationwide" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Lean Construction Pioneer John Strickland Joins Burns & McDonnell in the Pacific Northwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lean Construction Pioneer John Strickland Joins Burns & McDonnell in the Pacific Northwest </h4> <p> </p><p>VANCOUVER, Washington — With more than 40 years of construction management experience,<a href="https://www.linkedin.com/in/john-strickland-5a907411/" target="_blank" title="John Strickland LinkedIn Profile" rel="noopener">John Strickland</a>joins Burns & McDonnell in the Pacific Northwest to lead<a href="https://hubs.ly/H0kt8NY0" target="_blank" title="Article: Disrupting the Norm" rel="noopener">integrated...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/lean-construction-pioneer-john-strickland" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks as 3rd Largest MEP Engineering Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450WardParkwayWorldHeadquartershero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks as 3rd Largest MEP Engineering Firm </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell retains its No. 3 ranking on<em>Consulting-Specifying Engineer (CSE)</em>magazine’s<a href="https://www.csemag.com/events-and-awards/mep-giants/2019-mep-giants-ranking/" target="_blank" title="2019 MEP Giants" rel="noopener">2019 MEP Giants</a>listing of the nation’s top 100 firms...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/3rd-largest-mep-engineering-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="1898-co." data-service="business-strategy-transformation, infrastructure-modernization, grid-modernization-planning"> <section class="project-image"> <section aria-label="Grid Modernization: Strong, Smart, Sustainable" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_StrongSmartSustainable_15531_WP_Grid%20Modernization%20Strong%2c%20Smart%2c%20Sustainable/Grid%20Modernization%20Strong%2c%20Smart%2c%20Sustainable-white-Paper-828382-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Modernization: Strong, Smart, Sustainable </h4> <p> The electric grid was based on the requirements of an earlier society. In today’s always-on world, outages of even a minute can anger customers who work from home, have life... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/grid-modernization-strong-smart-sustainable" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="engineer-procure-construct, electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Small Footprint, Big Impact for Community" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_QuenettCreekSubsctation_11478/Small-Footprint-Big-Impact-For-Community-case-study-11478-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Small Footprint, Big Impact for Community </h4> <p> With significant local load growth imminent, Bonneville Power Administration needed a new substation to increase capacity in the area. </p> </section> <a href="https://info.burnsmcd.com/case-study/small-footprint-big-impact-for-community" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, coal-combustion-residuals-management, power-water-wastewater-solutions, natural-gas-generation, coal-fired, remediation"> <section class="project-image"> <section aria-label="Innovations in Bottom Ash Conversion Technologies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_BottomAshCampaignMicrosite_12387%20HUB/Content%201-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Innovations in Bottom Ash Conversion Technologies </h4> <p> Coal-fired power plants affected by changes in coal combustion residual (CCR) management rules and effluent limitation guidelines (ELG) are required to make changes to bottom... </p> </section> <a href="https://info.burnsmcd.com/ccr-elg/innovations-in-bottom-ash-conversion-technologies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="U.S. Army Corps of Engineers Districts Award Contracts to Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> U.S. Army Corps of Engineers Districts Award Contracts to Burns & McDonnell </h4> <p> <em>Seven new contracts specify full range of architecture, engineering, fire protection, design review, construction and commissioning services on multiple projects</em> </p><p>KANSAS CITY,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/usace-award-contracts-to-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Brea Mayor Joins Burns & McDonnell to Honor Diverse Suppliers at Annual Community of Inclusion Awards Celebration in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Brea Mayor Joins Burns & McDonnell to Honor Diverse Suppliers at Annual Community of Inclusion Awards Celebration in California </h4> <p> <span>BREA, California — </span><a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a><span>, a 100% employee-owned engineering, architecture and construction firm, hosted its sixth annual Community of Inclusion Awards in...</span> </p> </section> <a href="https://www.burnsmcd.com/news/community-of-inclusion-awards-celebration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="1898-co.:-business-technology-consulting, aerospace-space, automotive, food-beverage, pre-capital-consulting, manufacturing-industrial-facilities, life-sciences-technology"> <section class="project-image"> <section aria-label="Gaining Confidence in Capital Investment Decisions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/Collateral%20Downloads/Gaining%20Confidence%20in%20Capital%20Investment%20Decisions%20sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gaining Confidence in Capital Investment Decisions </h4> <p> Is your planned capital investment the best investment for your business? Through pre-capital consulting services, manufacturers can explore several possible futures and make... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pre-capital-consulting-for-manufacturers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Joins Military Department to Break Ground on New Readiness Center on Fort Carson in Colorado" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellJoinsMilitaryDepartmenttoBreakGroundonNewReadinessCenteronFortCarsoninColoradohero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Joins Military Department to Break Ground on New Readiness Center on Fort Carson in Colorado </h4> <p> <span>FORT CARSON, Colorado — </span><a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a><span>, a 100% employee-owned engineering, architecture and construction firm, joined IICON Construction and representatives of the...</span> </p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-break-ground-on-readiness-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Design and Construction for New Electrical Substation in the Pacific Northwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/QuenettCreekSubstationReleaseHero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Design and Construction for New Electrical Substation in the Pacific Northwest </h4> <p> </p><p><span>THE DALLES, Oregon — Burns & McDonnell, an engineering, architecture and construction company, completed design and construction of the new Quenett Creek Substation to meet...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-completes-electrical-substation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens Integrated Design-Build Team, Hiring Stephen Malmros" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens Integrated Design-Build Team, Hiring Stephen Malmros </h4> <p> <span>PORTLAND, Oregon – Burns & McDonnell has hired industry veteran </span><a href="https://www.linkedin.com/in/stephenmalmros" title="Stephen Malmros LinkedIn Profile" target="_blank" rel="noopener">Stephen Malmros</a><span> to help grow the firm’s presence in the </span><a href="https://www.burnsmcd.com/locations/portland-ore">Pacific Northwest</a><span> and expand its integrated...</span> </p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-strengthens-design-build-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="For the Love of STEM: Fifth Annual Burns & McDonnell Educators Summit Links Hundreds of Teachers with STEM Tips, Demos and Resources for Students" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/EducatorsSummitNewsReleasehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> For the Love of STEM: Fifth Annual Burns & McDonnell Educators Summit Links Hundreds of Teachers with STEM Tips, Demos and Resources for Students </h4> <p> </p><p>KANSAS CITY, Missouri —Hundreds of Kansas City area educators gathered at<a href="https://www.burnsmcd.com/giving-and-outreach/stem-commitment">Burns & McDonnell</a>for the firm’s fifth annual Educators Summit to provide educators with resources...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/educators-summit-links-teachers-stem-tips" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Donates More Than 100,000 Bottles of Water to the Phoenix Rescue Mission" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellDonatesMoreThan100000BottlesofWaterhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Donates More Than 100,000 Bottles of Water to the Phoenix Rescue Mission </h4> <p> </p><p>PHOENIX, Arizona — On July 26, Burns & McDonnell interns in Phoenix donated more than 100,000 water bottles to the<a href="https://phoenixrescuemission.org/" target="_blank" title="Phoenix Rescue Mission" rel="noopener">Phoenix Rescue Mission</a>to help combat dehydration in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/100000-bottles-of-water-phoenix-rescue-mission" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, fuel-storage-tanks-distribution"> <section class="project-image"> <section aria-label="Taking a Partnership to New Heights" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_2019_AviationSpecialReport_11028_CS_FuelConsoriumPrivateFinancing/hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Taking a Partnership to New Heights </h4> <p> Alternative financing option provides Tucson Fuel Facilities LLC with a way to keep its new fueling facility project on track. </p> </section> <a href="https://info.burnsmcd.com/case-study/taking-a-partnership-to-new-heights" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names 16 New Principals to Company Leadership Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names 16 New Principals to Company Leadership Group </h4> <p> </p><p><em>Members of 2019 Class of Principals Are Part of Future Leadership</em></p> <p>KANSAS CITY, Missouri — Burns & McDonnell has promoted 16 employee-owners to the Principal Group, a senior...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-elevates-16-to-senior-leadership" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Independence Utilities Center" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Independence Utilities Center </h4> <p> When the city’s municipal electric utility, Independence Power & Light (IPL), needed additional office and customer support space, it sought out a location where its services... </p> </section> <a href="https://info.burnsmcd.com/commercial-design-build-vision/project-profile/charging-toward-an-energy-efficient-renovation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell India Ranks No. 18 on the Great Place to Work® List of ‘India’s Great Mid-Size Workplaces’" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellIndiaRanks18onGreatPlacetoWorkListhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell India Ranks No. 18 on the Great Place to Work® List of ‘India’s Great Mid-Size Workplaces’ </h4> <p> </p><p>VIKHROLI, Mumbai —<a href="https://www.burnsmcd.com/careers/india/culture">Burns & McDonnell India</a>has once again been recognized as a great place to work among India’s mid-size workplaces by Great Place to Work Institute<sup>®</sup>. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/india-ranks-18-on-great-place-to-work-list" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, wastewater-stormwater-collection, stormwater-management, sustainability, water, master-planning-for-water-wastewater-utilities"> <section class="project-image"> <section aria-label="Resilient Stormwater Management Begins With the Watershed, Not the Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_StormwaterMicrosite_09004/Images/whitepaper/2018-Smart-Sewer-Biorentention-Rachel-Morado-006.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Resilient Stormwater Management Begins With the Watershed, Not the Project </h4> <p> Capture, control and convey — for decades, stormwater management has been focused on these basic goals. But a century of temporarily solving the same issues without... </p> </section> <a href="https://info.burnsmcd.com/white-paper/resilient-stormwater-management-begins-with-the-watershed-not-the-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks No. 1 Among Top Design Firms in Colorado and Wyoming" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellRanks1AmongTopDesignFirmsinColoradoWyominghero1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks No. 1 Among Top Design Firms in Colorado and Wyoming </h4> <p> </p><p>DENVER, Colorado (July 9, 2019) — Burns & McDonnell, an engineering, architecture and construction firm, ranks No. 1 on the<a href="https://www.enr.com/MountainStates/Toplists/2019-Top-Design-Firms-Colorado-Wyoming" target="_blank" rel="noopener">2019 Top Design Firm</a>s list compiled by<em>Engineering...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/first-among-top-design-firms-in-colorado-wyoming" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, wastewater-stormwater-collection, stormwater-management, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Flooding and Permitting Compliance Needs Prompt a City to Revamp Its Approach to Stormwater Management" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_StormwaterMicrosite_09004/Desktop/Content%20Header%204.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flooding and Permitting Compliance Needs Prompt a City to Revamp Its Approach to Stormwater Management </h4> <p> Significant flooding in 2017 impelled the City of Grandview, Missouri, to update its 30-year-old stormwater master plan. The scope then increased after a letter of warning... </p> </section> <a href="https://info.burnsmcd.com/green-stormwater-infrastructure/flooding-and-permitting-needs-prompt-stormwater-management-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, data-analytics" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, water, oil-gas-chemicals, data-analytics"> <section class="project-image"> <section aria-label="Applying Modern Data Acquisition for Construction Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/applying-modern-data-acquisition-for-construction-sites-10203-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Applying Modern Data Acquisition for Construction Sites </h4> <p> Data acquisition and scanning technologies have been in use for decades, but advancements keep them relevant and provide benefits to the AEC industry. </p> </section> <a href="https://1898blog.burnsmcd.com/applying-modern-data-acquisition-for-construction-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Posts Solid Performance in 2019 ENR Rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450WardParkwayWorldHeadquartershero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Posts Solid Performance in 2019 ENR Rankings </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell retains its No. 1 ranking in<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution">electrical Transmission and Distribution</a>while ranking among the top 5 in three other Power categories...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2019-enr-sourcebook-rankings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="manufacturing-industrial, power, transportation, oil-gas-chemicals, industrial-cybersecurity" data-brand="1898-co." data-service="manufacturing-industrial, power, transportation, oil-gas-chemicals, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Security Technology Is Not Enough" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Security-Technology-Is-Not-Enough-11353-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Security Technology Is Not Enough </h4> <p> Balance in a cybersecurity program is more than incorporating new tools. It takes a balance of people, processes and technology to be truly effective. </p> </section> <a href="https://1898blog.burnsmcd.com/security-technology-is-not-enough" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, power-water-wastewater-solutions, natural-gas-generation, coal-fired"> <section class="project-image"> <section aria-label="New Guidelines Drive Power Plant Update" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_BottomAshCampaignMicrosite_12387%20HUB/Content%203.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Guidelines Drive Power Plant Update </h4> <p> As the EPA worked to prohibit coal-fired power plants from disposing of waste ash in ponds, KCP&L welcomed an alternative solution: an integrated dry ash handling system. </p> </section> <a href="https://info.burnsmcd.com/ccr-elg/new-guidelines-drive-power-plant-update" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="City of Emporia Dedicates Renovated Wastewater Treatment Plant" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CityofEmporiaDedicatesRenovatedWastewaterTreatmentPlanthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City of Emporia Dedicates Renovated Wastewater Treatment Plant </h4> <p> </p><p>KANSAS CITY, Missouri — A new wastewater treatment plant for the City of Emporia demonstrates that multiple public benefits, including cost savings, can be achieved by...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/emporia-dedicates-renovated-wastewater-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Network Integration and Automation Team Expands Capabilities with Broadband Telecommunications Specialists" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Network Integration and Automation Team Expands Capabilities with Broadband Telecommunications Specialists </h4> <p> <span>KANSAS CITY, Missouri — Burns & McDonnell is expanding broadband field area network service capabilities within its </span><a href="https://www.burnsmcd.com/services/industries/telecommunications">telecommunications practice</a><span> with the addition of three...</span> </p> </section> <a href="https://www.burnsmcd.com/news/network-integration-and-automation-team-expands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Selects Peter Aarons to Lead Aviation Group in the West" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Selects Peter Aarons to Lead Aviation Group in the West </h4> <p> </p><p>LOS ANGELES, California —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, announced<a href="https://www.linkedin.com/in/peter-aarons-44b86513/" target="_blank" title="Peter Aarons LinkedIn Profile" rel="noopener">Peter Aarons</a>has joined its team in California...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aarons-to-lead-aviation-group-in-west" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, power" data-brand="burns-mcdonnell" data-service="commissioning-(cx), construction, commissioning-(cx), safety, refining, electric-power-generation, natural-gas-generation, industrial-manufacturing-optimization, preconstruction"> <section class="project-image"> <section aria-label="Finish Strong: Avoiding Cost and Schedule Overruns in Late-Stage Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_AdvancedClassGasTurbine_08174/Finish_Strong_Avoiding_Cost_And_Schedule_Overruns_In_Late_Stage_Construction_1178846-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Finish Strong: Avoiding Cost and Schedule Overruns in Late-Stage Construction </h4> <p> While large construction projects are uniquely complex, the overall goal is simple: Build safe, efficient and reliable facilities on time and on budget. Avoiding speed bumps... </p> </section> <a href="https://info.burnsmcd.com/white-paper/finish-strong-avoiding-cost-and-schedule-overruns-in-late-stage-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, natural-gas-generation, coal-fired, plant-services, mechanical-plant-upgrades"> <section class="project-image"> <section aria-label="A Cost-Effective, Innovative Solution for Ash Handling and Dewatering" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_BottomAshCampaignMicrosite_12387%20HUB/Content%204.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Cost-Effective, Innovative Solution for Ash Handling and Dewatering </h4> <p> With critical ash handling equipment at the end of life, the San Juan Generating Station needed an immediate replacement option that would also provide an excellent return on... </p> </section> <a href="https://info.burnsmcd.com/ccr-elg/a-cost-effective-innovative-solution-for-ash-handling-and-dewatering" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="engineering, green-infrastructure, wastewater-stormwater-collection, flow-monitoring, stormwater-management, water"> <section class="project-image"> <section aria-label="Collaborative Treatment Plant Retrofit Goes Above and Beyond" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_HaysWWTP_10858_CS_Collaborative%20Treatment%20Plant%20Retrofit%20Goes%20Above%20and%20Beyond/CoverPhoto%20Sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Collaborative Treatment Plant Retrofit Goes Above and Beyond </h4> <p> With new, strict water quality requirements looming over the City of Hays, the race was on to upgrade its wastewater treatment plant to meet the impending regulations. Using... </p> </section> <a href="https://info.burnsmcd.com/case-study/collaborative-treatment-plant-retrofit-goes-above-and-beyond" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial" data-brand="burns-mcdonnell" data-service="construction, safety, oil-gas-chemicals, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Optimizing Construction With the Right Mix of Technology and Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_AdvancedClassGasTurbine_1178831%20WP/Update-Identifying-Optimal-Solutions-For-LNG-White-Paper-1179476--header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Optimizing Construction With the Right Mix of Technology and Planning </h4> <p> Large-scale construction projects require detailed planning and considerable collaboration. Planning and execution have historically relied on tens of thousands of documents... </p> </section> <a href="https://info.burnsmcd.com/white-paper/optimizing-construction-with-the-right-mix-of-technology-and-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Global Efforts for Offshore Wind, Hiring Industry Veteran Tony Appleton" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Global Efforts for Offshore Wind, Hiring Industry Veteran Tony Appleton </h4> <p> </p><p>WALLINGFORD, Connecticut — Burns & McDonnell, the<a href="https://www.burnsmcd.com/insightsnews/in-the-news/2019/04/ranks-10-on-list-of-top-500-design-firms">No. 1 firm in Power</a>, has hired offshore wind industry veteran<a href="https://www.linkedin.com/in/tony-appleton-5354207/" target="_blank" title="Tony Appleton LinkedIn Profile" rel="noopener">Tony Appleton</a>to lead their rapidly expanding offshore wind...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-hires-tony-appleton-for-offshore-wind" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kerrie Greenfelder Elected to Two-Year Term on Society of Women Engineers Board of Directors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kerrie Greenfelder Elected to Two-Year Term on Society of Women Engineers Board of Directors </h4> <p> <span>KANSAS CITY, Missouri — </span><a href="https://www.linkedin.com/in/kerriegreenfelder/" target="_blank" title="Kerrie Greenfelder LinkedIn Profile" rel="noopener">Kerrie Greenfelder</a><span>, a department manager and senior project manager in the Water Practice at Burns & McDonnell, has been elected to serve a two-year...</span> </p> </section> <a href="https://www.burnsmcd.com/news/kerrie-greenfelder-elected-swe-board-of-directors" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="telecommunications" data-brand="1898-co., burns-mcdonnell" data-service="engineering, telecommunications, mission-critical-networks, distribution-automation, wireless-communications"> <section class="project-image"> <section aria-label="Testing the Practical Limits of Mesh Network Technology" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BTS_InterfaceMGMT_10202/AdobeStock_175906305-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Testing the Practical Limits of Mesh Network Technology </h4> <p> Construction companies require a reliable data connection to capitalize on new technologies, but job site networking presents unique challenges. Our testing indicates that... </p> </section> <a href="https://info.burnsmcd.com/white-paper/testing-the-practical-limits-of-mesh-network-technology" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks No. 1 on 2019 List of Top Design Firms in New England" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellRanksNo1on2019ListofTopDesignFirmsinNewEnglandhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks No. 1 on 2019 List of Top Design Firms in New England </h4> <p> </p><p>WALLINGFORD, Connecticut — Burns & McDonnell, an engineering, architecture and construction firm, has been named<em>ENR New England</em>’s<a href="https://www.enr.com/New-England/Toplists/2019-Top-Design-Firms-Sector" target="_blank" title="2019 Top Design Firm in New England" rel="noopener">2019 Top Design Firm in New England</a>. This...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranks-first-among-2019-new-england-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Tim Carey Selected to Lead Growing Energy Group in Chicago for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tim Carey Selected to Lead Growing Energy Group in Chicago for Burns & McDonnell </h4> <p> </p><p>Burns & McDonnell has selected<a href="https://www.linkedin.com/in/timcarey2/" target="_blank" title="Tim Carey LinkedIn Profile" rel="noopener">Tim Carey</a>to lead its growing regional Energy Group in Chicago. Throughout Carey’s career, he has supported many small projects and large-scale...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tim-carey-selected-to-lead-energy-group-in-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Spencer Cronin Joins Burns & McDonnell to Lead Environmental Services in Minnesota" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Spencer Cronin Joins Burns & McDonnell to Lead Environmental Services in Minnesota </h4> <p> </p><p>MINNEAPOLIS — With nearly two decades of environmental, project management and business development experience,<a href="https://www.linkedin.com/in/spencercronin/" target="_blank" title="Spencer Cronin LinkedIn Profile" rel="noopener">Spencer Cronin</a>joins Burns & McDonnell in<a href="https://www.burnsmcd.com/locations/minneapolisst-paul">Minneapolis-St. Paul</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cronin-to-lead-environmental-services-in-minnesota" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Damon Aldrich Joins Burns & McDonnell to Support Electric Vehicle Transformation Strategy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Damon Aldrich Joins Burns & McDonnell to Support Electric Vehicle Transformation Strategy </h4> <p> </p><p>BREA, California (May 16, 2019) — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, announced<a href="https://www.linkedin.com/in/damonaldrich/" target="_blank" title="Damon Aldrich LinkedIn Profile" rel="noopener">Damon Aldrich</a>has joined its team in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/damon-aldrich-electric-vehicle-transformation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Journal AWWA: Bridging the Gaps for New Water Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Journal AWWA: Bridging the Gaps for New Water Professionals </h4> <p> <span>An internal program promotes knowledge transfer from senior engineers to new professionals at Burns & McDonnell. The Water New Professionals Program was created to provide...</span> </p> </section> <a href="https://www.burnsmcd.com/news/journal-awwa-bridging-gaps-for-water-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation, environmental" data-brand="burns-mcdonnell" data-service="aviation, passenger-terminals, environmental, solid-waste-resource-recovery, sustainability"> <section class="project-image"> <section aria-label="Refreshing an Airport Recycling Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_2018_AviationSpecialReport/AdobeStock_230171309-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Refreshing an Airport Recycling Program </h4> <p> Recycling programs and other sustainability efforts can help airports reduce their environmental impact, enhance community relations and meet environmental requirements.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/refreshing-an-airport-recycling-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="telecommunications, mission-critical-networks, utility-automation, distribution-automation, scada-systems, wireless-communications, long-term-evolution-(lte)"> <section class="project-image"> <section aria-label="Private Utility Networks Look for Solutions for a More Flexible Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_KCM_SoftwareDefinedNetworking_08616/TND_KCM_SoftwareDefinedNetworkingReplacesMultiprotocolLabelSwitchingWhitePaper_08616_1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Private Utility Networks Look for Solutions for a More Flexible Future </h4> <p> Synchronous optical networks (SONET) have been utilities’ gold standard for reliability on critical communication applications. Market forces are driving a migration to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/software-defined-networking-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized as 2019 Engineering News-Record Top Design Firm in Southwest Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellRecognizedas2019EngineeringNewsRecordTopDesignFirminSouthwestRegionhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized as 2019 Engineering News-Record Top Design Firm in Southwest Region </h4> <p> </p><p>PHOENIX, Arizona —<a href="https://hubs.ly/H0hMk6j0" target="_blank" rel="noopener">Burns & McDonnell</a>, a 100% employee-owned engineering, architecture and construction firm, was named<em>Engineering News-Record</em>’s (ENR)<a href="https://www.enr.com/articles/46736-solar-sharp-client-focus-spur-regional-success" target="_blank" title="Design Firm of the Year in the Southwest region" rel="noopener">Design Firm of the Year...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2019-enr-top-design-firm-in-southwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Celebrates Safety Week, Joins Construction Companies Across North America to Strengthen Industry’s Safety Performance" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellCelebratesSafetyWeekwithVirtualRealitySafetyTrainingDemonstrationhero02.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Celebrates Safety Week, Joins Construction Companies Across North America to Strengthen Industry’s Safety Performance </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell, a 100% employee-owned engineering, architecture and construction firm, is joining forces with more than 80 construction firms...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/safety-week-strengthens-industry-safety-record" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, business-strategy-transformation" data-brand="1898-co." data-service="power, business-strategy-transformation"> <section class="project-image"> <section aria-label="Navigating the Complexities of Vehicle Electrification at Multiunit Dwellings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Navigating-Complexities-of-Vehicle-Electrification-at-Multiunit-Dwellings-08614-SOCIAL-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Navigating the Complexities of Vehicle Electrification at Multiunit Dwellings </h4> <p> Multiunit dwellings add complexity to vehicle electrification. For a utility to help projects reach the finish line, additional steps must be accommodated. </p> </section> <a href="https://1898blog.burnsmcd.com/navigating-the-complexities-of-vehicle-electrification-at-multiunit-dwellings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Enriching Your Solar Plant Inspection With UAS" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Enriching-Your-Solar-Plant-Inspection-With-UAS-09677-social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enriching Your Solar Plant Inspection With UAS </h4> <p> Deploying an unmanned aerial system (UAS) to inspect solar generation offers benefits, but you must weigh the inspection cost against the return of repairs. </p> </section> <a href="https://1898blog.burnsmcd.com/enriching-your-solar-plant-inspection-with-uas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks No. 10 on List of Top 500 Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450WardParkwayWorldHeadquartershero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks No. 10 on List of Top 500 Design Firms </h4> <p> </p><p>KANSAS CITY, Missouri — Continued diversification into a broad number of<a href="https://www.burnsmcd.com/services?category=industry#industry" target="_self" title="major service specialties">major service specialties</a>has resulted in another year of growth for Burns & McDonnell. The firm has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranks-10-on-list-of-top-500-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Brian P. Reed Joins Aviation Group at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Brian P. Reed Joins Aviation Group at Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri (April 25, 2019) — Burns & McDonnell has strengthened its aviation team with the recent addition of Brian P. Reed, PE, a longtime aviation industry...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/brian-p-reed-joins-aviation-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reaches Substantial Completion on Reciprocating Engine Power Plants in Michigan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/KuesterMihmhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reaches Substantial Completion on Reciprocating Engine Power Plants in Michigan </h4> <p> </p><p>KANSAS CITY, Missouri (April 25, 2019) – Burns & McDonnell has reached substantial completion after successful startup and commissioning of F.D. Kuester Generating Station...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/completing-michigan-reciprocating-engine-plants" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="government-military" data-brand="burns-mcdonnell" data-service="buildings, mission-critical-buildings, federal-military, military-master-planning, federal-civilian-agencies, national-nuclear-security-administration"> <section class="project-image"> <section aria-label="Partnering to Support Mission-Critical Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_PantexHighExplosiveScienceandEngineeringFacility_09984%20PP%20Pantex%20Plant%20Design/CoverImage%20sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Partnering to Support Mission-Critical Operations </h4> <p> Since 1942, the Pantex Plant has served as an important piece of our national defense infrastructure. But aging assets and an evolving mission have made updates necessary,... </p> </section> <a href="https://info.burnsmcd.com/project-profile/pantex-plant-designoling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Parker Mayor Joins Burns & McDonnell and Parker Elementary Students to Celebrate Earth Day and Promote STEM Education" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ParkerCoreKnowledgeSTEMcareerdiscussionhero02.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Parker Mayor Joins Burns & McDonnell and Parker Elementary Students to Celebrate Earth Day and Promote STEM Education </h4> <p> </p><p>PARKER, Colorado — Burns & McDonnell, a 100 percent employee-owned engineering, architecture and construction firm, joined Parker Mayor Mike Waid and Parker Core Knowledge...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/earth-day-stem-education" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-support-facilities, passenger-terminals, engineering, building-solutions, buildings"> <section class="project-image"> <section aria-label="Transitioning Aviation Assets From Design to Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_InterfaceMGMT_11634%20Scalable_and_Repeatable_Building_Information_Modeling/BIM-overlay-9450.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transitioning Aviation Assets From Design to Operations </h4> <p> Effective, long-term facilities management (FM) requires data from all stages of design and construction, but building information modeling (BIM) rarely addresses FM until... </p> </section> <a href="https://info.burnsmcd.com/white-paper/scalable-and-repeatable-building-information-modeling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks No. 17 on Fortune’s List of Best Workplaces Among Consulting and Professional Services Companies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/employeeownersgroupphotofortunehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks No. 17 on Fortune’s List of Best Workplaces Among Consulting and Professional Services Companies </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has once again been named by<em>Fortune</em>as one of the best workplaces in America among companies specializing in consulting and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/best-workplaces-consulting-professional-services-19-04" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, asset-planning-management, financial-analysis" data-brand="1898-co." data-service="power, transportation, asset-planning-management, financial-analysis"> <section class="project-image"> <section aria-label="Expanding Electrification to Medium- and Heavy-Duty Vehicles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Expanding-Electrification-to-Medium-Heavy-Duty-Vehicles-08624-SOCIAL-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Expanding Electrification to Medium- and Heavy-Duty Vehicles </h4> <p> Full-scale adoption of electrification for medium- and heavy-duty vehicles is an extended process that requires a phased and analytical approach. </p> </section> <a href="https://1898blog.burnsmcd.com/expanding-electrification-to-medium-and-heavy-duty-vehicles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, coal-combustion-residuals-management, coal-fired"> <section class="project-image"> <section aria-label="Achieving a Plan for Compliance With Equipment Redundancy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_BottomAshCampaignMicrosite_12387%20HUB/images/2019-Rawhide-Platte-River-Power-Authority-%20Bottom-Ash-Updgrade-023-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Achieving a Plan for Compliance With Equipment Redundancy </h4> <p> Upgrading an existing coal plant’s bottom ash system frequently creates space constraint challenges for the new equipment. For Platte River Power Authority, meeting coal... </p> </section> <a href="https://info.burnsmcd.com/ccr-elg/achieving-a-plan-for-compliance-with-equipment-redundancy" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Historic Former Power Plant Restoration Project in New Bedford Wins Engineering Excellence Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Historic Former Power Plant Restoration Project in New Bedford Wins Engineering Excellence Award </h4> <p> </p><p>BOSTON — A project to clean up and restore one of the most significant landmarks along the waterfront of New Bedford, Massachusetts, has been recognized for engineering...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/power-plant-restoration-project-wins-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Honored by Mile High United Way With Community Champion Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellHonoredbyMileHighUnitedWayWithCommunityChampionAwardhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honored by Mile High United Way With Community Champion Award </h4> <p> </p><p>DENVER, Colorado — Burns & McDonnell was honored by Mile High United Way at the annual Community Champions Celebration with the Champion of Hope award. The celebration honors...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mile-high-united-way-with-community-champion-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded EPC Contract to Deliver New Process Steam Facility for U.S. Army Ammunitions Plant in Tennessee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded EPC Contract to Deliver New Process Steam Facility for U.S. Army Ammunitions Plant in Tennessee </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has been awarded a contract to design and build a new steam generation plant at the Holston Army Ammunition Plant (HSAAP) in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-process-steam-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Parkland Health & Hospital System Selects Burns & McDonnell for Design and Construction Commissioning Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ParklandHealthHospitalSystemWestElevationhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Parkland Health & Hospital System Selects Burns & McDonnell for Design and Construction Commissioning Services </h4> <p> </p><p>DALLAS, Texas — Burns & McDonnell, a 100 percent employee-owned engineering, architecture, environmental and construction firm, has been selected by Parkland Health &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/parkland-health-selects-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded NERS Accreditation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded NERS Accreditation </h4> <p> </p><p>BIRMINGHAM, England (X April, 2019) —<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell</a>has been granted National Electricity Registration Scheme (NERS) Accreditation, bolstering its footprint in the UK...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-awarded-ners-accreditation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Thomas Tod, of Burns & McDonnell, Selected for 2019 Leadership Missouri Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Thomas Tod, of Burns & McDonnell, Selected for 2019 Leadership Missouri Program </h4> <p> </p><p>ST. LOUIS, Missouri – Missouri Chamber of Commerce and Industry selected<a href="https://www.linkedin.com/in/thomastod/" target="_blank" title="Thomas Tod LinkedIn Profile" rel="noopener">Thomas Tod</a>, regional Global Facilities manager for<a href="https://www.burnsmcd.com/locations/st-louis">Burns & McDonnell in St. Louis, Missouri</a>, for its...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/thomas-tod-selected-for-leadership-missouri" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names New Transportation Leader" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names New Transportation Leader </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/mikedebacker/" target="_blank" title="Mike DeBacker LinkedIn Profile" rel="noopener">Mike DeBacker</a>has been named general manager of the<a href="https://www.burnsmcd.com/services/industries/transportation">Transportation Global Practice at Burns & McDonnell</a>. With nearly three decades of experience in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-mike-debacker-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="architecture, workplace, buildings, commercial-buildings, office-buildings"> <section class="project-image"> <section aria-label="Updated Space Offers Aerospace Startup a Platform to the Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_KCM_BoomTechnology_09751_CS_CommercialTenantImprovementandRedesign/Updated-space-offers-aerospace-startup-a-platfrom-to-the-future-case-study-09751-hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Updated Space Offers Aerospace Startup a Platform to the Future </h4> <p> In order to build a commercially viable supersonic passenger jet, Boom Supersonic needed to move to a new space that would support personnel growth and prototype development.... </p> </section> <a href="https://info.burnsmcd.com/case-study/commercial-tenant-improvement-and-redesign" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Industry Leader Patrick Clifford Joins Burns & McDonnell to Head Water Services Group in Chicago" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Industry Leader Patrick Clifford Joins Burns & McDonnell to Head Water Services Group in Chicago </h4> <p> </p><p>CHICAGO — With more than two decades of water, wastewater, engineering, construction and management experience,<a href="https://www.linkedin.com/in/patrick-clifford-a3a87917a/" target="_blank" title="Patrick Clifford LinkedIn Profile" rel="noopener">Patrick Clifford</a>joins Burns & McDonnell in<a href="https://www.burnsmcd.com/locations/chicago">Chicago, Illinois</a>....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/patrick-clifford-water-services-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Recognized for Innovative Hawaii Air National Guard Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellRecognizedforInnovativeHawaiiAirNationalGuardProjecthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Recognized for Innovative Hawaii Air National Guard Project </h4> <p> </p><p>HONOLULU, Hawaii — In 2014, the Hawaii Air National Guard awarded Burns & McDonnell a contract to design a new jet engine maintenance shop at Joint Base Pearl Harbor-Hickam....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hawaii-air-national-guard-project-honored" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, decommissioning-demolition, remediation"> <section class="project-image"> <section aria-label="Integrating RCRA Corrective Action With Fertilizer Plant Demolition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_FairburyFacilityDemolition_07406%20CS/IMG_4690-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Integrating RCRA Corrective Action With Fertilizer Plant Demolition </h4> <p> A dry fertilizer facility had been under regulatory oversight since the 1980s because of soil contamination. Using an innovative approach, the new owner demolished old... </p> </section> <a href="https://info.burnsmcd.com/case-study/loveland-products-adaptive-site-management" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military" data-brand="1898-co." data-service="design-protect-optimize, business-outcome-solutions, analytics-business-intelligence"> <section class="project-image"> <section aria-label="Improving Public Safety With Smart Security" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/E98_KCM_ImprovingPublicSafetywithSmartSecurity-553007/Improving-public-safety-with-smart-security-white-paper-553007-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Public Safety With Smart Security </h4> <p> Physical security can enhance safety in neighborhoods and improve the quality of life for residents. Using smart technologies, communities are not only protecting critical... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/improving-public-safety-with-smart-security" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Multimillion Dollar Contract for Military Design Services for the U.S. Army Corps of Engineers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Multimillion Dollar Contract for Military Design Services for the U.S. Army Corps of Engineers </h4> <p> </p><p>SACRAMENTO, California —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, a 100 percent employee-owned engineering, architecture and construction firm, was awarded a multimillion-dollar, five-year...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/contract-for-usace-military-design-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="U.S. Navy Awards Burns & McDonnell $20 Million IDIQ Contract for Fire Protection Services at Bases and Facilities in the Pacific" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/USNavyAwardsIDIQContractforFireProtectionServiceshero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> U.S. Navy Awards Burns & McDonnell $20 Million IDIQ Contract for Fire Protection Services at Bases and Facilities in the Pacific </h4> <p> </p><p>KANSAS CITY, Missouri (March 20, 2019) — Burns & McDonnell has been awarded an Indefinite Delivery Indefinite Quantity (IDIQ) contract by the Naval Facilities Engineering...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/navy-idiq-contract-for-fire-protection" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, electrical-transmission-distribution, electrical-transmission, grid-modernization, smart-energy, substations"> <section class="project-image"> <section aria-label="Choosing the Right Grid Interconnection Projects to Pursue" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_ChoosingTheRightGridInterconnectionProjectsToPursue_10215/Header%20image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Choosing the Right Grid Interconnection Projects to Pursue </h4> <p> Energy reforms have made Mexico’s power market enticing for investors and developers, generating significant competition. Developers and investors can gain an edge through... </p> </section> <a href="https://info.burnsmcd.com/white-paper/pre-indicative-studies-in-mexico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, wind"> <section class="project-image"> <section aria-label="Cross-Border Wind Projects Provide Opportunity" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_CrossBorderWindProjectOpportunity_10213%20WP%20Improving%20Returns%20From%20Wind%20Investments/Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cross-Border Wind Projects Provide Opportunity </h4> <p> The price for wind energy in Mexico has become increasingly cost-competitive with U.S. rates. However, with U.S. Production Tax Credits (PTC) set to expire in 2020,... </p> </section> <a href="https://info.burnsmcd.com/white-paper/improving-returns-from-wind-investments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Making Solar PV Plants Shine With Better Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TND_MEX_MakingSolarPVPlantsShineWithBetterPlanning_10216/hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Making Solar PV Plants Shine With Better Planning </h4> <p> Opportunities for utility-scale solar photovoltaic (PV) plants in Mexico are growing as a result of the 2013 Energy Reforms, which opened the market to private investment and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/best-practices-for-solar-operations-and-maintenance" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Brings Fujitsu 1FINITY™ Platform to Integration and Automation Laboratory for Utility Clients" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellIntegrationAutomationLabhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Brings Fujitsu 1FINITY™ Platform to Integration and Automation Laboratory for Utility Clients </h4> <p> </p><p>KANSAS CITY, Missouri (March 13, 2019) — Burns & McDonnell announces the deployment of the Fujitsu 1FINITY™ optical networking platform from<a href="https://www.fujitsu.com/us/products/network/" target="_blank" title="Fujitsu Network Communications, Inc." rel="noopener">Fujitsu Network Communications,...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fujitsu-1finity-platform-to-utility-laboratory" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, asset-planning-management" data-brand="1898-co." data-service="power, transportation, asset-planning-management"> <section class="project-image"> <section aria-label="Between-Route vs. In-Route Bus Charging: Making a Wise Choice" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/Between-Route-vs-In-Route-Bus-Charging-Making-Wise-Choice-08621-SOCIAL-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Between-Route vs. In-Route Bus Charging: Making a Wise Choice </h4> <p> As public transportation considers electric vehicles, the challenges of charging those vehicles without interrupting services come to the forefront. </p> </section> <a href="https://1898blog.burnsmcd.com/between-route-vs.-in-route-bus-charging-making-a-wise-choice" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="environmental-compliance-for-power-generation, environmental, environmental-health-safety-(ehs)-compliance, decommissioning-demolition, plant-decommissioning, air-quality-compliance, construction-environmental-monitoring, remediation"> <section class="project-image"> <section aria-label="Safety Concerns Drive Cleanup Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_CHI_ACECMassAwardENSSpragueProjectCaseStudyLandingPage_09159/LandingPhoto.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Safety Concerns Drive Cleanup Approach </h4> <p> A century-old power plant building had been abandoned for more than two decades. Before the owner of the historical landmark could conduct environmental activities at the... </p> </section> <a href="https://info.burnsmcd.com/case-study/cannon-street-station-abatement-and-reconstruction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Introducing The Amazing Brain: Science City’s Largest Indoor Exhibit, Courtesy of the Burns & McDonnell Battle of the Brains Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/TheAmazingBrainGrandOpening001hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Introducing The Amazing Brain: Science City’s Largest Indoor Exhibit, Courtesy of the Burns & McDonnell Battle of the Brains Competition </h4> <p> </p><p>KANSAS CITY, Missouri — Surrounded by their school district’s cheerleaders, drumline, choir and proud fans, 17 elementary students from the<a href="https://cair.grandviewc4.net/apps/pages/index.jsp?uREC_ID=421314&type=d&pREC_ID=920529" target="_blank" title="Grandview C-4 FOCUS program" rel="noopener">Grandview C-4 FOCUS program</a>took...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/introducing-the-amazing-brain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Support Environmental Efforts for Los Angeles Transit Agency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnelltoLeadEnvironmentalEffortsforLosAngelesTransitAgencyhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Support Environmental Efforts for Los Angeles Transit Agency </h4> <p> </p><p>LOS ANGELES — Burns & McDonnell has been selected to provide environmental compliance and sustainability support services for the<a href="https://www.metro.net/" target="_blank" title="Los Angeles County Metropolitan Transportation Authority" rel="noopener">Los Angeles County Metropolitan...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/environmental-efforts-for-la-transit-agency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, campus-energy, renewables, energy-storage"> <section class="project-image"> <section aria-label="Charting a Clear Path Toward Carbon Neutrality" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_PrincestonMasterPlan_09427%20CS%20University%20Campus%20Master%20Plan/CoverPhoto.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Charting a Clear Path Toward Carbon Neutrality </h4> <p> When Princeton University decided to enact a plan to reduce its carbon emissions — to eventually reach net zero by 2046 — it became clear that the campus would need a... </p> </section> <a href="https://info.burnsmcd.com/case-study/university-campus-master-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="pump-stations, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Rapid Repairs: Building on Relationships to Get Pump Station Back Online After Unexpected Damage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_NorthKansasCity26thAvenuePumpStation_08720_CS_Rapid%20Repairs%20Building%20on%20Relationships/header-image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rapid Repairs: Building on Relationships to Get Pump Station Back Online After Unexpected Damage </h4> <p> When a driver crashed into the North Kansas City 26th Avenue Pumping Station, it created an unwelcome risk of flooding for the city. Time was critical, but Burns & McDonnell... </p> </section> <a href="https://info.burnsmcd.com/case-study/rapid-repairs-building-on-relationships-to-get-pump-station-back-online-after-unexpected-damage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Grid Modernization Leader Mark Knight Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Modernization Leader Mark Knight Joins Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Mo. (Feb. 28, 2019) —<a href="https://www.linkedin.com/in/mark-knight-pnnl/" target="_blank" title="Mark R. Knight LinkedIn Profile" rel="noopener">Mark R. Knight</a>joins Burns & McDonnell in the<a href="https://www.burnsmcd.com/notfound?item=web%3a%7b342E6316-9DDD-4BA2-A883-805C7FA60E60%7d%40en">Business & Technology Solutions (BTS) Group</a>, where he will serve as an adviser for the energy...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/grid-modernization-leader-mark-knight" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell’s UK Managing Director joins CIGRE UK Executive Committee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell’s UK Managing Director joins CIGRE UK Executive Committee </h4> <p> </p><p>BIRMINGHAM, England — Jonathan Chapman, the<a href="https://www.burnsmcd.com/locations/birmingham">UK Managing Director of engineering-construction firm Burns & McDonnell</a>, has become a member of the Executive Committee of CIGRE...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/uk-managing-director-joins-cigre-committee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Melissa Lavin-Hickey Honored as Top Innovator at Great Place to Work For All Summit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Melissa Lavin-Hickey Honored as Top Innovator at Great Place to Work For All Summit </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/melissalavin/" target="_blank" title="Melissa Lavin-Hickey LinkedIn Profile" rel="noopener">Melissa Lavin-Hickey</a>, director of Corporate Marketing for<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>, has been honored as a top innovator among companies appearing on<em>Fortune</em>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/melissa-lavin-hickey-honored-as-top-innovator" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Two Burns & McDonnell Projects Recognized for Engineering Excellence by Missouri Chapter of the American Council of Engineering Companies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Two Burns & McDonnell Projects Recognized for Engineering Excellence by Missouri Chapter of the American Council of Engineering Companies </h4> <p> </p><p>KANSAS CITY, Missouri — An environmental project to close an ash basin at a large coal-fired power facility near St. Louis and a study that delivered four alternatives for a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/two-burns-mcdonnell-projects-missouri-acec" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, microgrids, renewables, energy-storage, smart-energy, distributed-energy-resources"> <section class="project-image"> <section aria-label="Enabling a Grid of Microgrids" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/DAL_Resiliency_04323/desktop/ContentHeader_f.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Enabling a Grid of Microgrids </h4> <p> The foundation of a smart city is smart energy infrastructure, representing the interconnection of microgrids working together to improve system resilience, reduce costs and... </p> </section> <a href="https://info.burnsmcd.com/resiliency/enabling-a-grid-of-microgrids" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, wastewater-stormwater-collection, stormwater-management, water, sewer-separation"> <section class="project-image"> <section aria-label="Solving Buried Problems at the Surface" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_StormwaterMicrosite_09004/Desktop/Content%20Header%201-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Solving Buried Problems at the Surface </h4> <p> Deferred maintenance and a rising number of significant rain events have become an overwhelming combination for aging stormwater systems. To keep streams clean, regulatory... </p> </section> <a href="https://info.burnsmcd.com/green-stormwater-infrastructure/solving-buried-problems-at-the-surface" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, environmental, coal-combustion-residuals-management"> <section class="project-image"> <section aria-label="Meeting CCR Requirements With Proactive Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_AmerenAshPond_08696/CoverPhoto.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meeting CCR Requirements With Proactive Project </h4> <p> As rules and regulations around coal combustion residual (CCR) landfills and surface impoundments become stricter, owners and operators of coal-fired plants face new... </p> </section> <a href="https://info.burnsmcd.com/case-study/ash-pond-closure-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Eliminating Waste Creates Real-World Benefits for Project Costs and Outcomes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Manufacturing_06326/collateral/AdobeStock_140528868-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eliminating Waste Creates Real-World Benefits for Project Costs and Outcomes </h4> <p> Every construction project involves multiple players. Whether it’s the engineers, contractor, consultants or various subcontractors, all these team members should be working... </p> </section> <a href="https://info.burnsmcd.com/white-paper/lean-principles-for-project-delivery" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Tracking the Life Span of PV Power Systems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_RenewablesStorage_957513/ENR_TrackingTheLifeSpan_8897-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tracking the Life Span of PV Power Systems </h4> <p> There are limited studies on the long-term performance and degradation of utility-scale photovoltaic power plants. Explore a comprehensive summary using a refreshed... </p> </section> <a href="https://info.burnsmcd.com/white-paper/tracking-the-life-span-of-pv-power-systems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="aviation" data-brand="azco, burns-mcdonnell" data-service="aviation, smart-airports, aviation-technology-security-systems, passenger-terminals, building-solutions, buildings"> <section class="project-image"> <section aria-label="Transforming the Future of Airports With Artificial Intelligence, Machine Learning and Generative Design" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ANF_KCM_MakingTheCaseForDataNathanSimsWhitepaper_08991/White%20Paper%20Utilizing%20AI%20in%20Airport%20Design.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Transforming the Future of Airports With Artificial Intelligence, Machine Learning and Generative Design </h4> <p> Increased passenger capacities are fueling the need for airport expansion. Whether airports and airlines can keep pace to match forecasted growth remains to be seen.... </p> </section> <a href="https://info.burnsmcd.com/white-paper/utilizing-ai-in-airport-design" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="construction, safety, oil-gas-chemicals, pipeline-services, storage-logistics"> <section class="project-image"> <section aria-label="Eliminate Hazards Upfront" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/Linked%20Content/AdobeStock_179116765.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eliminate Hazards Upfront </h4> <p> Working in the oil and gas industry is inherently hazardous. Whether you’re dealing with crude oil, natural gas liquids (NGLs), refined products or electricity, safety must... </p> </section> <a href="https://info.burnsmcd.com/white-paper/arc-flash-prevention" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, government-military, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, renewables, renewable-fuels-chemicals, new-nuclear-projects-advanced-reactors, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Maximizing Benefits While Minimizing Risks of Adding Alternative Feedstock Sources" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/WTR_KCM_InfrastructureConsiderations_08421_WP_Maximizing%20Benefits%20While%20Minimizing%20Risks%20of%20Adding/header-image.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Maximizing Benefits While Minimizing Risks of Adding Alternative Feedstock Sources </h4> <p> Considering adding alternative feedstocks to enhance the production of renewable biogas at your wastewater treatment plant? Understanding the basic requirements, benefits and... </p> </section> <a href="https://info.burnsmcd.com/white-paper/maximizing-benefits-while-minimizing-risks-of-adding-alternative-feedstock-sources" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, electric-power-generation, instrumentation-control, natural-gas-generation, prefabrication, preconstruction"> <section class="project-image"> <section aria-label="Mitigate Risk With Modular Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/ENR_AdvancedClassGasTurbine_1180719%20WP%20Modularization/Mitigating-Risk-with-Modular-Construction-white-paper-burns-mcdonnell-1180719-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mitigate Risk With Modular Construction </h4> <p> Constructing large, complex facilities, such as new power plants, on schedule and on budget is highly dependent on numerous factors, including weather and the availability of... </p> </section> <a href="https://info.burnsmcd.com/white-paper/mitigating-risk-with-modular-construction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Tracy Streeter, Longtime Kansas Water Leader, Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Tracy Streeter, Longtime Kansas Water Leader, Joins Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/tracy-streeter-8798113a/" target="_blank" title="Tracy Streeter LinkedIn Profile" rel="noopener">Tracy Streeter</a>, a Kansas government leader who was instrumental in developing a long-term vision for protecting and sustaining the state’s water...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tracy-streeter-kansas-water-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands in Pacific Northwest, Plans to Create New Jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellExpandsinPacificNorthwesthero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands in Pacific Northwest, Plans to Create New Jobs </h4> <p> </p><p>VANCOUVER, Washington (Feb. 6, 2019) — Burns & McDonnell, a 100 percent employee-owned engineering, architecture and construction firm, is expanding operations in the<a href="https://www.burnsmcd.com/locations/portland-ore">Pacific...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-in-pacific-northwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="wastewater-stormwater-collection, stormwater-management, water, sewer-separation"> <section class="project-image"> <section aria-label="Flood Mitigation Strategy Creates Peace Of Mind" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/ENV_CombinedReliefSewer_07406/APPROVED%20PHOTO%20%282%29-2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Flood Mitigation Strategy Creates Peace Of Mind </h4> <p> When a 500-year storm event devastated the Village of Mount Prospect with widespread flooding and significant property damage, the Chicago suburb — with a history of flooding... </p> </section> <a href="https://info.burnsmcd.com/case-study/flood-mitigation-strategy-creates-peace-of-mind" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Deepens Roots in Chicago, Plans to Double Size of Local Workforce" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellDeepensRootsinChicagohero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Deepens Roots in Chicago, Plans to Double Size of Local Workforce </h4> <p> </p><p>CHICAGO —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>is expanding operations in Chicago and plans to double the size of its local workforce — hiring 300 diverse professionals — within the next three...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/deepens-roots-in-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Employees Among Engineering News-Record’s 2019 Regional Top Young Professionals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Employees Among Engineering News-Record’s 2019 Regional Top Young Professionals </h4> <p> </p><p>KANSAS CITY, Missouri — Across the U.S., eight employee-owners from Burns & McDonnell were named by<em>Engineering News-Record</em>(<em>ENR</em>) regional editions as 2019 Top Young...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/employees-among-enr-top-young-professionals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Next Generation Electrical Services in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Next Generation Electrical Services in California </h4> <p> </p><p>BREA, California — Burns & McDonnell,<a href="https://www.burnsmcd.com/insightsnews/in-the-news/2018/04/enr-top-500-design-firms-ranking">the No. 1 power firm in the U.S.</a>, is strengthening its electrical transmission and distribution capabilities in California by adding...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/next-generation-electrical-services-in-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Promotions of Five New Officers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Promotions of Five New Officers </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.burnsmcd.com/services">Burns & McDonnell</a>has promoted five employee-owners to vice president, an officer-level position with the firm. Each played key roles in the firm’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/promotions-of-five-new-officers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Relocates Within Roanoke to Make Room for Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellRelocatesWithinRoanokehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Relocates Within Roanoke to Make Room for Expansion </h4> <p> </p><p>ROANOKE, Virginia — Burns & McDonnell is expanding operations in Roanoke, Virginia, and plans to more than triple the size of its local workforce within the next three years....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/relocates-within-roanoke-for-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Copaken Brooks and Burns & McDonnell Break Ground on REVERB, a Distinctive Crossroads Apartment Building" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CopakenBrooksBurnsMcDonnellBreakGroundonREVERBhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Copaken Brooks and Burns & McDonnell Break Ground on REVERB, a Distinctive Crossroads Apartment Building </h4> <p> </p><p>KANSAS CITY, Mo. — Copaken Brooks, CP Real Estate Capital and Burns & McDonnell are partnering to design and build REVERB — a distinctive apartment building at 18<sup>th</sup>and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/break-ground-on-reverb" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, government-military" data-brand="azco, burns-mcdonnell" data-service="federal-military, air-force-air-force-reserve, fire-protection-code-consulting, agencies-military-branches, sustainability"> <section class="project-image"> <section aria-label="Arrival of the KC-46A Demands a Hangar of Enormous Proportions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_TMEAd_04519/Acr24683904267200-1108512.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Arrival of the KC-46A Demands a Hangar of Enormous Proportions </h4> <p> Designing for the KC-46A meant creating the necessary space and infrastructure without having a physical aircraft to reference. </p> </section> <a href="https://info.burnsmcd.com/case-study/the-arrival-of-the-kc-46a-demands-a-hangar-of-enormous-proportions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, substations"> <section class="project-image"> <section aria-label="Creating Resilient Power in a Flood-Prone Area" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/Creating-Resilient-Power-in-Flood-Prone-Area-case-study-burns-mcdonnell-04845-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Resilient Power in a Flood-Prone Area </h4> <p> As retail and residential areas started to spring up along South Boston’s waterfront, the electrical demands on the developing area meant it was time for a new substation.... </p> </section> <a href="https://info.burnsmcd.com/creating-resilient-power-in-flood-prone-area-case-study-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="air-force-air-force-reserve, national-guard, agencies-military-branches"> <section class="project-image"> <section aria-label="Improving Base Performance Through a More Functional Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_TMEAdNovDec_07175/Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Improving Base Performance Through a More Functional Facility </h4> <p> The Hawaii Air National Guard’s 199th Fighter Squadron, located at Joint Base Pearl Harbor-Hickam, had just changed aircraft from the F-15 Eagle to the F-22 Raptor, requiring... </p> </section> <a href="https://info.burnsmcd.com/case-study/improving-base-performance-through-a-more-functional-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="manufacturing-industrial, consumer-products, food-beverage, pre-capital-consulting, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Operating Without Interruption Using a Phased Delivery Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Manufacturing_06326/Desktop/ContentHeader_C.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Operating Without Interruption Using a Phased Delivery Approach </h4> <p> Extensive downtime isn’t an option when it comes to improvement projects for high-use infrastructure. Being able to execute a project seamlessly — and without interruption —... </p> </section> <a href="https://info.burnsmcd.com/case-study/spreads-plant-upgrade-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, liquefied-natural-gas-(lng), storage-logistics"> <section class="project-image"> <section aria-label="Powerful Partnership Brings Liquefied Petroleum to the World" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/collat-updates/2016-08-Freeport-Terminal-Aerials-010-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Powerful Partnership Brings Liquefied Petroleum to the World </h4> <p> Across the world, there’s a growing demand for U.S.-supplied liquified petroleum gas (LPG). This steady rise in need prompted Phillips 66 to build a new LPG export terminal... </p> </section> <a href="https://info.burnsmcd.com/case-study/phillips-66-freeport-terminal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, pump-stations, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Progressive Design-Build Pumps New Life Into Topeka Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_LaynePumpStation_06537_CS_Progressive%20Design-Build%20Pumps%20New%20Life%20Into%20Topeka%20Facility/Progressive%20Design-Build%20Pumps%20New%20Life%20Into%20Topeka%20Facility.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Progressive Design-Build Pumps New Life Into Topeka Facility </h4> <p> The City of Topeka needed to rehabilitate its primary high-service pump station. To avoid long-term interruption of residents’ water service, a progressive design-build... </p> </section> <a href="https://info.burnsmcd.com/design-build/lane-high-service-pump-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Renewing the Focus on Recycling in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_RenewingtheFocusonRecyclinginTexas_05992%20CS%20Economic%20Impact%20Study/editCover%20Pic%201.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewing the Focus on Recycling in Texas </h4> <p> The potentially positive environmental impacts of a well-designed recycling program are clear, but when the State of Texas wanted to understand current and potential economic... </p> </section> <a href="https://info.burnsmcd.com/case-study/renewing-the-focus-on-recycling-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="burns-mcdonnell" data-service="stakeholder-management, mobility, streets, transportation-planning-policy, transportation, rail"> <section class="project-image"> <section aria-label="A Subway Station in Transit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/Collateral%20Downloads/4_Overall%20sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Subway Station in Transit </h4> <p> When upgrading the nation’s second-busiest public transportation system, extended outages in service weren’t an option. So when the Chicago Department of Transportation... </p> </section> <a href="https://info.burnsmcd.com/case-study/washington-wabash-cta-elevated-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="design-build-for-water-wastewater-infrastructure, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Wastewater Treatment Plant Is Given New Life" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_EmporiaWTTP_10796_CS_%20Wastewater%20Treatment%20Plant%20Is%20Given%20New%20Life/header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Wastewater Treatment Plant Is Given New Life </h4> <p> With new strict water requirements looming over the City of Emporia, the race was on to upgrade its wastewater treatment plant to meet the impending regulations. Using an... </p> </section> <a href="https://info.burnsmcd.com/case-study/wastewater-treatment-plant-is-given-new-life" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, government-military, water" data-brand="burns-mcdonnell" data-service="green-infrastructure, wastewater-stormwater-collection, water"> <section class="project-image"> <section aria-label="Creating Sustainable Environments With Green Stormwater Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_Stormwater/IMG_1156.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating Sustainable Environments With Green Stormwater Infrastructure </h4> <p> With the ability to implement green stormwater infrastructure into the design, a local project is giving the Unified Government of Wyandotte County and Kansas City, Kansas... </p> </section> <a href="https://info.burnsmcd.com/white-paper/unified-government-implementing-green-at-new-juvenile-justice-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="program-management, oil-gas-chemicals, pipeline-services, gas-transmission-distribution, environmental-studies-permitting, permitting, land-right-of-way-management, routing-siting-permitting, routing-siting-studies, wetland-permitting-design"> <section class="project-image"> <section aria-label="Developing a New Path Toward Reliability Goals" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%204.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Developing a New Path Toward Reliability Goals </h4> <p> To build the next generation of reliable natural gas energy delivery systems in central and southern Illinois, Ameren Illinois identified a 6.5‑mile section of natural gas... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/develop-a-new-path-toward-reliability-goals" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="oil-gas-chemicals, environmental" data-brand="burns-mcdonnell" data-service="environmental, environmental-health-safety-(ehs)-compliance"> <section class="project-image"> <section aria-label="Preparing to Manage Accidental Release Risks" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_FerrellGasProjectProfile_10267/LP%20Header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Preparing to Manage Accidental Release Risks </h4> <p> Gas stations and propane retail locations are exempt from the EPA’s Risk Management Plan (RMP) Regulations. But as Ferrellgas expanded operations, it needed to develop RMP... </p> </section> <a href="https://info.burnsmcd.com/project-profile/ferrellgas-risk-management-plans" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Names Jeff Reid Director of Canada for the Burns & McDonnell Energy Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Names Jeff Reid Director of Canada for the Burns & McDonnell Energy Group </h4> <p> </p><p>KANSAS CITY, Missouri — Jeff Reid has been named director of Canada for the Burns & McDonnell Energy Group, which is the company’s<a href="https://www.burnsmcd.com/services/electric-power-generation">power generation division</a>. In this new...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jeff-reid-director-of-canada-for-energy-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, transportation, asset-planning-management" data-brand="1898-co." data-service="power, transportation, asset-planning-management"> <section class="project-image"> <section aria-label="10 Infrastructure Considerations for Fleet Electrification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Blog%20Images/10-Infrastructure-Considerations-For-Fleet-Electrification-08613-Social-1898.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> 10 Infrastructure Considerations for Fleet Electrification </h4> <p> With delivery services exploring a shift to electric vehicles, fleet owners need to consider the shifting infrastructure demands at their depots. </p> </section> <a href="https://1898blog.burnsmcd.com/10-infrastructure-considerations-for-fleet-electrification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands and Strengthens UK Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands and Strengthens UK Team </h4> <p> </p><p>BIRMINGHAM, England — Burns & McDonnell, the U.S.-based engineering-construction firm, has continued to grow its presence in the U.K. by welcoming two new specialists to its<a href="https://www.burnsmcd.com/locations/birmingham">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-expands-strengthens-uk-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="City of Cheyenne Selects Burns & McDonnell to Complete Solid Waste Management Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CityofCheyenneSelectsBurnsMcDonnelltoCompleteSolidWasteManagementPlanhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City of Cheyenne Selects Burns & McDonnell to Complete Solid Waste Management Plan </h4> <p> </p><p>CHEYENNE, Wyoming — The City of Cheyenne has selected<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>to develop and support implementation of an integrated solid waste management (ISWM) plan. The project...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cheyenne-solid-waste-management-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Wins Engineering Excellence Award for Turnkey Bridge-Raising Project on Kansas Turnpike" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellWinsEngineeringExcellenceAwardforTurnkeyBridgeRaisingProjectonKansasTurnpikehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins Engineering Excellence Award for Turnkey Bridge-Raising Project on Kansas Turnpike </h4> <p> </p><p>KANSAS CITY, Missouri — An innovative bridge-raising project that helped the Kansas Turnpike Authority (KTA) save millions while minimizing traffic disruptions along I-35/KTA...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bridge-raising-project-on-kansas-turnpike" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands in Orange County, Continues Growth in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/ExpandsinOrangeCountyContinuesGrowthinCaliforniahero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands in Orange County, Continues Growth in California </h4> <p> </p><p>BREA, California — Burns & McDonnell has expanded operations in Orange County, increasing its office space by nearly one-third to accommodate its growing team.</p> <p>“Our growth...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-in-orange-county-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="John Olander Named Burns & McDonnell Chief Operating Officer" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> John Olander Named Burns & McDonnell Chief Operating Officer </h4> <p> </p><p>KANSAS CITY, Missouri — John Olander has been promoted to chief operating officer of Burns & McDonnell. As the first COO in the firm’s history and now the second-highest...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/john-olander-chief-operating-officer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Two Burns & McDonnell Projects Win DBIA Awards of Merit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/TwoBurnsMcDonnellProjectsWinDBIAAwardsofMerithero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Two Burns & McDonnell Projects Win DBIA Awards of Merit </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has been recognized with two Awards of Merit by the<a href="http://www.dbiamidamerica.org/" target="_blank" title="Design-Build Institute of America (DBIA)-Mid-America Region" rel="noopener">Design-Build Institute of America (DBIA)-Mid-America Region</a>.</p> <p>A new lignin<a href="https://www.burnsmcd.com/services/buildings/manufacturing-industrial-facilities">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/two-projects-win-dbia-awards-of-merit" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, government-military, water" data-brand="burns-mcdonnell" data-service="oil-gas-chemicals, pipeline-services, gas-transmission-distribution, storage-logistics, water-pipelines-conveyance, pipeline-facilities, water"> <section class="project-image"> <section aria-label="Hitting the Bull's-Eye on Main Replacement Programs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_NaturalGasPipeline_08086/desktop/Content%201.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hitting the Bull's-Eye on Main Replacement Programs </h4> <p> Routinely hitting the target has become increasingly difficult for the natural gas industry as infrastructure upgrade requirements evolve. As companies ramp up main... </p> </section> <a href="https://info.burnsmcd.com/natural-gas-pipeline/hitting-the-bulls-eye-on-main-replacement-programs" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Working With Transit Agency to Develop an Electrification Road Map to Transform Depots for an Electrified Fleet" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellWorkingWithTransitAgencytoDevelopElectrificationRoadmaptoTransformDepotsforElectrifiedFleethero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Working With Transit Agency to Develop an Electrification Road Map to Transform Depots for an Electrified Fleet </h4> <p> </p><p>BREA, CALIFORNIA — Burns & McDonnell announced today it was selected to develop an electrification road map for<a href="http://foothilltransit.org/" target="_blank" title="Foothill Transit" rel="noopener">Foothill Transit</a>, allowing the environmentally friendly...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/develop-electrification-plan-for-electrified-fleet" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Broadens Service Offerings Out of Texas with New Water Group, Hires Industry Veteran to Lead Service" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Broadens Service Offerings Out of Texas with New Water Group, Hires Industry Veteran to Lead Service </h4> <p> </p><p>DALLAS, Texas — Burns & McDonnell announced<a href="https://www.linkedin.com/in/david-kinchen-dbia-b637aa21/" target="_blank" title="David Kinchen LinkedIn Profile" rel="noopener">David Kinchen</a>has joined its team in Texas to expand the firm’s water services in the region. In this role, Kinchen will grow the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/broadens-texas-services-with-new-water-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jon Schmidt of Burns & McDonnell Serving as President of National Council of Structural Engineers Associations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jon Schmidt of Burns & McDonnell Serving as President of National Council of Structural Engineers Associations </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/jonalanschmidt/" target="_blank" title="Jon A. Schmidt LinkedIn Profile" rel="noopener">Jon A. Schmidt</a>, PE, SECB, a senior associate structural engineer at Burns & McDonnell, is serving a one-year term as president of the<a href="http://www.ncsea.com/" target="_blank" title="National Council of Structural Engineers Associations" rel="noopener">National Council...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jon-schmidt-president-of-ncsea" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="National Nuclear Security Administration Awards Design Services Contract to Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/LawrenceLivermoreNationalSecurityselectedBurnsMcDonnelldesignservicesExascaleComputingFacilityModernizationhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> National Nuclear Security Administration Awards Design Services Contract to Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — Lawrence Livermore National Security LLC, on behalf of the National Nuclear Security Administration (NNSA), selected Burns & McDonnell to provide...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nnsa-design-services-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="1898-co." data-service="business-strategy-transformation, infrastructure-modernization, grid-modernization-planning, capital-asset-planning"> <section class="project-image"> <section aria-label="Grid Modernization: Changing the Way the Grid’s Future Is Planned" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral-1898/WhitePapers/E98_KCM_ChangingtheWaytheGridsFutureisPlanned_15518_WP_Grid%20Modernization/Grid-Modernization-Changing-the-Way-the-Grid%E2%80%99s-Future-Is-Planned-white-Paper-828382--header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Grid Modernization: Changing the Way the Grid’s Future Is Planned </h4> <p> The way we consume electricity is changing, placing demands on the electric distribution grid that its creators never envisioned. To address evolving needs, the grid is in... </p> </section> <a href="https://1898andco.burnsmcd.com/white-paper/grid-modernization-changing-the-way-the-grids-future-is-planned" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and Hitachi Selected by PacifiCorp to Design and Build Three Large-Scale Substation Projects in Wyoming" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Hitachi Selected by PacifiCorp to Design and Build Three Large-Scale Substation Projects in Wyoming </h4> <p> </p><p>KANSAS CITY, Missouri — A joint venture between Burns & McDonnell and Hitachi T&D Solutions a wholly owned subsidiary of Hitachi, Ltd. (TSE:6501) has been selected by...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pacificorp-substation-projects-in-wyoming" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="commercial-retail-institutional, government-military" data-brand="burns-mcdonnell" data-service="building-solutions, physical-security"> <section class="project-image"> <section aria-label="Building a Physical Security Plan That Fits Your Needs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2019_Q1_09422/Linked%20Content/Physical%20Security%20Resized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Physical Security Plan That Fits Your Needs </h4> <p> As threats around the globe continue to highlight vulnerabilities of our rapidly changing world, cities and counties are becoming increasingly aware of the need to... </p> </section> <a href="https://info.burnsmcd.com/white-paper/physical-security-best-practices" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Double Local Workforce With New Office in Downtown Los Angeles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellDoublesLocalWorkforceinLosAngeleshero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Double Local Workforce With New Office in Downtown Los Angeles </h4> <p> </p><p>LOS ANGELES, California — Burns & McDonnell joined clients and partners today to cut the ribbon on its new office in downtown<a href="https://www.burnsmcd.com/locations/los-angeles">Los Angeles</a>, which will allow the company to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/double-local-workforce-in-downtown-los-angeles" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Broadens East Coast Presence With Opening of Greenville Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Broadens East Coast Presence With Opening of Greenville Office </h4> <p> </p><p>GREENVILLE, South Carolina — Having supported hundreds of facility and infrastructure projects along the East Coast, Burns & McDonnell is expanding operations with a new...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/broadens-east-coast-presence-with-greenville" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rich Mahaley Selected to Lead Burns & McDonnell Orlando Office and Expand Global Firm’s Presence in Florida" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rich Mahaley Selected to Lead Burns & McDonnell Orlando Office and Expand Global Firm’s Presence in Florida </h4> <p> </p><p>ORLANDO, Florida — Burns & McDonnell has selected<a href="https://www.linkedin.com/in/rich-mahaley-81127746/" target="_blank" title="Rich Mahaley LinkedIn Profile" rel="noopener">Rich Mahaley</a>to lead and expand operations in<a href="https://www.burnsmcd.com/locations/orlando">Orlando, Florida</a>. Mahaley joined the international engineering, architecture,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mahaley-to-lead-orlando-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Contract for New MU Research Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Contract for New MU Research Facility </h4> <p> </p><p>KANSAS CITY, Missouri — As the University of Missouri System plans to build the Translational Precision Medicine Complex (TPMC), it has awarded Burns & McDonnell the contract...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/contract-for-new-mu-research-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Makes Multiyear, Multimillion-Dollar Commitment to Internationally Awarded Science City at Union Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/MultiyearMultimillionDollarCommitmenttoScienceCityhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Makes Multiyear, Multimillion-Dollar Commitment to Internationally Awarded Science City at Union Station </h4> <p> </p><p>KANSAS CITY, Missouri — After a decadelong partnership including one of the nation’s most robust competitions promoting STEM (science, technology, engineering and math),<a href="https://www.unionstation.org/sciencecity/attractions/simple-machines-play" target="_blank" title="Science City" rel="noopener">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/multiyear-commitment-to-science-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Bill Quatman, of Burns & McDonnell, Receives Design-Build Industry’s Highest Honor" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bill Quatman, of Burns & McDonnell, Receives Design-Build Industry’s Highest Honor </h4> <p> </p><p>KANSAS CITY, Missouri — The<a href="https://dbia.org/" target="_blank" title="Design-Build Institute of America" rel="noopener">Design-Build Institute of America</a>has named Burns & McDonnell Senior Vice President and General Counsel G. William (Bill) Quatman as one of 20...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/bill-quatman-receives-dbia-honor" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar"> <section class="project-image"> <section aria-label="Renewables to the Rescue?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/BenchMark2018_Q4_07389/Solar%20Peak%20Demand%20header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Renewables to the Rescue? </h4> <p> As more residential customers add solar panels to their homes, utilities are faced with addressing concerns about what impact the added renewable energy might have on their... </p> </section> <a href="https://info.burnsmcd.com/white-paper/renewables-to-the-rescue" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="U.S. Air Force Design Awards Recognize Three Burns & McDonnell Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/USAirForceDesignAwardsJetEngineShopRenovationJBPHHBurnsMcDonnellHero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> U.S. Air Force Design Awards Recognize Three Burns & McDonnell Projects </h4> <p> </p><p>KANSAS CITY, Missouri — The Air Force Civil Engineer Center (AFCEC) has recognized three Burns & McDonnell projects with U.S. Air Force (USAF) Design Awards, including an...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/us-air-force-design-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Develop Concept for a Smart Energy System in the North West" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Develop Concept for a Smart Energy System in the North West </h4> <p> </p><p>BIRMINGHAM, England —<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell</a>, the engineering-construction firm has, together with partners from the Cheshire Energy Hub, secured funding from Innovate UK to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/smart-energy-system-in-north-west" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Johnson County to Partner with Burns & McDonnell to Develop Solid Waste Management Plan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/JohnsonCountytoPartnerwithBurnsMcDonnelltoDevelopSolidWasteManagementPlanhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Johnson County to Partner with Burns & McDonnell to Develop Solid Waste Management Plan </h4> <p> </p><p>KANSAS CITY, Missouri — The Johnson County, Kansas, Johnson County Department of Health and Environment awarded Burns & McDonnell the contract to assist in developing a solid...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/johnson-county-solid-waste-management-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to No. 1 as Nation’s Largest Commissioning Firm on Annual Commissioning Giants Ranking" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/MovestoNo1CommissioningFirmhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to No. 1 as Nation’s Largest Commissioning Firm on Annual Commissioning Giants Ranking </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has moved to the top spot as the industry’s largest commissioning services firm on the annual<a href="https://www.csemag.com/single-article/2018-commissioning-giants/0028515ec25ca8d77ec307003e4c3e5d.html" target="_blank" title="2018 Commissioning Giants survey" rel="noopener">2018 Commissioning Giants survey</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nations-largest-commissioning-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Relocates Within Chattanooga to Make Room for Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/Chattanoogaofficeexpansionhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Relocates Within Chattanooga to Make Room for Expansion </h4> <p> </p><p>CHATTANOOGA, Tennessee — After supporting nearly 900 infrastructure projects in Tennessee since opening its doors in the state more than a decade ago, Burns & McDonnell is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chattanooga-makes-room-for-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Environmental Business Journal Water Issue: Q&A with Ron Coker" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental Business Journal Water Issue: Q&A with Ron Coker </h4> <p> <em>Environmental Business Journal</em><span>’s Vol XXXI No. 5&6 includes a review of the water industry, featuring profiles and perspectives from leaders, along with a forecast of the...</span> </p> </section> <a href="https://www.burnsmcd.com/news/ebj-focus-on-fast-in-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, aviation-technology-security-systems, passenger-terminals, program-management"> <section class="project-image"> <section aria-label="A Collaborative Approach" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2018_06680/4-A-Collaborative/MainTile-Experience-BM18-1-TestArticleTitle.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Collaborative Approach </h4> <p> Achieving Operational Resiliency by Working Together </p> </section> <a href="https://info.burnsmcd.com/article/a-collaborative-approach" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports"> <section class="project-image"> <section aria-label="Getting Resilient With Financing" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2018_06680/7-Getting-Resilient-Financing/MainTile-Experience-BM18-1-TestArticleTitle-576787-edited.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Getting Resilient With Financing </h4> <p> Embracing Alternative Funding for Progress </p> </section> <a href="https://info.burnsmcd.com/article/getting-resilient-with-financing" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure"> <section class="project-image"> <section aria-label="Laying the Groundwork for Resiliency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2018_06680/2-Laying-Groundwork/MainTile-Experience-ASR2018-LayingTheGroundwork.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Laying the Groundwork for Resiliency </h4> <p> Implementing Pavement Maintenance Programs for Increased Efficiency </p> </section> <a href="https://info.burnsmcd.com/article/laying-the-groundwork-for-resiliency" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="PSE&G Clean Energy Program to be Supported by Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> PSE&G Clean Energy Program to be Supported by Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri (Sept. 27, 2018) — Burns & McDonnell today announced it strongly endorses New Jersey’s clean energy policy and is proud to support its longtime client...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pseg-clean-energy-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and Alliance Consulting Land Projects at New International Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Alliance Consulting Land Projects at New International Airport </h4> <p> </p><p>WILLISTON, North Dakota – As part of a robust construction plan, the City of Williston selected Burns & McDonnell and<a href="http://www.alliance-consulting.us/" target="_blank" title="Alliance Consulting" rel="noopener">Alliance Consulting</a>to design and bid key elements of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/projects-at-williston-basin-international-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Plans to Double Detroit Workforce" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/BurnsMcDonnellPlanstoDoubleDetroitWorkforcehero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Plans to Double Detroit Workforce </h4> <p> </p><p>DETROIT, Michigan — After<a href="https://www.burnsmcd.com/insightsnews/in-the-news/2018/01/nabozny-engineering-downtown-detroit-resurgence">opening its doors in Detroit</a>in January, Burns & McDonnell is expanding its footprint downtown from 4,000 to 12,000 square feet to accommodate plans...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/plans-to-double-detroit-workforce" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Leader in Mitigation Banking" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Leader in Mitigation Banking </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/sundeepamin/" target="_blank" title="Sundeep Amin LinkedIn Profile" rel="noopener">Sundeep Amin</a>has joined Burns & McDonnell to help grow and expand the firm’s services and capabilities in establishing mitigation and conservation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-hires-leader-in-mitigation-banking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Eduardo Andrade Joins Burns & McDonnell as Director of Country Operations for Mexico" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eduardo Andrade Joins Burns & McDonnell as Director of Country Operations for Mexico </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/eduardo-andrade-a88ba8b4/" target="_blank" rel="noopener">Eduardo Andrade</a>, a longtime executive in the Mexico energy industry, has joined Burns & McDonnell as its general director in Mexico for Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/eduardo-andrade-director-of-country-ops-mexico" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Meghan Calabro Promoted to Lead New Distribution Modernization Group at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Meghan Calabro Promoted to Lead New Distribution Modernization Group at Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/meghan-lyons-calabro/" target="_blank" title="Meghan Calabro LinkedIn Profile" rel="noopener">Meghan Calabro</a>has been promoted to Director of Distribution Modernization, a new business group within Burns & McDonnell’s<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution">Transmission & Distribution</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/calabro-to-lead-distribution-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Is No. 3 MEP Giants Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Is No. 3 MEP Giants Firm </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has again placed among the top three largest firms on<em>Consulting-Specifying Engineer (CSE)</em>magazine’s<a href="http://www.csemag.com/single-article/mep-giants-revenue-increases-along-with-staffing-concerns/ab504cc9ead07f6228ff9ac06a72fd72.html" target="_blank" title="2018 MEP Giants" rel="noopener">2018 MEP Giants</a>ranking of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-is-no-3-mep-giants-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="aviation, government-military" data-brand="burns-mcdonnell" data-service="airfield-paving-airside-services, aviation, aviation-infrastructure, aviation-support-facilities, general-aviation"> <section class="project-image"> <section aria-label="Long-Term Partnership Garners Multiple Project Successes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/Hero-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Long-Term Partnership Garners Multiple Project Successes </h4> <p> Since 1991, we’ve been working alongside the Johnson County Airport Commission to complete various pavement improvement and infrastructure projects. In the process, our team... </p> </section> <a href="https://info.burnsmcd.com/project-profile/a-long-term-partnership-garners-multiple-project-successes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Arizona Footprint with New Office in Pima County" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Arizona Footprint with New Office in Pima County </h4> <p> </p><p>TUCSON, Arizona — Burns & McDonnell has opened an office in<a href="https://www.burnsmcd.com/locations/tucson">Tucson, Arizona</a>, expanding its Arizona presence with plans for creating up to 25 new jobs by 2020. The firm opened...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/grows-arizona-footprint-with-pima-county-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Architectural Team in the Upper Midwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Architectural Team in the Upper Midwest </h4> <p> </p><p>CHICAGO — With more than 20 years of architectural design, project management and construction administration experience,<a href="https://www.linkedin.com/in/fritz-hengge-aia-se-2a865712/" target="_blank" title="Fritz Hengge LinkedIn Profile" rel="noopener">Fritz Hengge</a>joins Burns & McDonnell to lead<a href="https://www.burnsmcd.com/services/buildings">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/grows-architectural-team-in-upper-midwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Earns Premier Award for Client Satisfaction for Seventh Year" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Earns Premier Award for Client Satisfaction for Seventh Year </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has once again been named as a winner of the<a href="//go.psmj.com/blog/psmj-announces-2018-premier-award-for-client-satisfaction-winners" target="_blank" rel="noopener">Premier Award for Client Satisfaction by PSMJ Resources</a>(PSMJ). The 2018 award...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/seventh-psmj-premier-award-for-client-satisfaction" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Honors Diverse Suppliers at Annual Community of Inclusion Awards Celebration in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/CommunityofInclusionAwards2018MorrowMeadowsBurnsMcDonnell2.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Honors Diverse Suppliers at Annual Community of Inclusion Awards Celebration in California </h4> <p> </p><p>BREA, California —<a href="https://www.burnsmcd.com/about-us">Burns & McDonnell</a>hosted its fifth annual Community of Inclusion Awards on Aug. 31, recognizing<a href="https://www.burnsmcd.com/suppliers/supplier-business-diversity">diverse suppliers</a>for outstanding project performance,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2018-community-of-inclusion-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="1898-co., burns-mcdonnell" data-service="plant-decommissioning"> <section class="project-image"> <section aria-label="Building a Strong, Independent Case to Streamline the Regulatory Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Project%20Profiles/Goodman%20engine%20hall-759454-edited.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Building a Strong, Independent Case to Streamline the Regulatory Process </h4> <p> When utilities look to build new power sources, state regulators will make the final decision on rates utilities can charge. Growth of a utility depends on whether expansion... </p> </section> <a href="https://info.burnsmcd.com/project-profile/building-a-strong-independent-case-to-streamline-the-regulatory-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Aviation and Federal Services in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Aviation and Federal Services in California </h4> <p> </p><p>BREA, California —<a href="https://www.linkedin.com/in/pablo-lorenzo-81282b5/" target="_blank" title="Pablo Lorenzo LinkedIn Profile" rel="noopener">Pablo Lorenzo</a>joins Burns & McDonnell’s<a href="https://www.burnsmcd.com/services/aviation">Aviation</a>&<a href="https://www.burnsmcd.com/services/federal--military">Federal</a>Group in<a href="https://www.burnsmcd.com/locations/orange-county-calif">California</a>as a mechanical and commissioning section manager, providing commissioning...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-aviation-federal-services-in-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Teams with Greenlots on Advanced Electric Vehicle Charging Network" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Teams with Greenlots on Advanced Electric Vehicle Charging Network </h4> <p> </p><p>KANSAS CITY, Missouri — Today, Burns & McDonnell and<a href="https://greenlots.com/" target="_blank" title="Greenlots" rel="noopener">Greenlots</a>announced that they are building out an advanced<a href="https://www.burnsmcd.com/services/transportation/mobility/transportation-electrification">electric vehicle</a>(EV) charging network at the Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/teams-with-greenlots-on-ev-charging-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Building Services in the Southwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Building Services in the Southwest </h4> <p> </p><p>PHOENIX, Arizona — Burns & McDonnell promoted<a href="https://www.linkedin.com/in/william-price-iii-aia-ncarb-leed-836283153/" target="_blank" title="William (Billy) Price LinkedIn Profile" rel="noopener">William (Billy) Price</a>to lead its expanding<a href="https://www.burnsmcd.com/services/buildings/building-solutions">Global Facilities team</a>in the firm’s<a href="https://www.burnsmcd.com/locations/phoenix">Phoenix</a>office. Price will manage a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-building-services-in-southwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Set Hiring Record in 2018; Plans to Hire 1,000 New Employees Each Year for Foreseeable Future" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/9450expansionhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Set Hiring Record in 2018; Plans to Hire 1,000 New Employees Each Year for Foreseeable Future </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell announced today the firm will hire a record 1,000 employees by the end of 2018 and plans to continue to hire 1,000 new employees...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-to-set-hiring-record-in-2018" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Outlines 10-Year Commitment to Help the West Midlands Achieve World Class Infrastructure" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/WestMidlandsMayorAndyStreetatBurnsMcDonnellhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Outlines 10-Year Commitment to Help the West Midlands Achieve World Class Infrastructure </h4> <p> </p><p>BIRMINGHAM, England — US engineering and construction firm Burns & McDonnell has marked<a href="https://www.burnsmcd.com/locations/birmingham">one year in Birmingham</a>by setting out its approach for achieving world class...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/10-year-commitment-to-help-west-midlands" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, robotics-automation, aerospace-space, automotive, consumer-products, food-beverage, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Lean Assessment to Optimize Your Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_Manufacturing_06326/collateral/AdobeStock_31482267-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lean Assessment to Optimize Your Operations </h4> <p> To pinpoint operational challenges and identify optimal solutions for manufacturers, lean assessments may be the right approach. A Lean Six Sigma evaluation of current... </p> </section> <a href="https://info.burnsmcd.com/white-paper/lean-assessment-to-optimize-your-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Industry Leader to Expand Architecture Services in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Industry Leader to Expand Architecture Services in Texas </h4> <p> </p><p>FORT WORTH, Texas —<a href="https://www.linkedin.com/in/bryanfloth" target="_blank" title="Bryan Floth LinkedIn Profile" rel="noopener">Bryan Floth</a>joins Burns & McDonnell in Texas to help grow the firm’s<a href="https://www.burnsmcd.com/services/architecture">architecture capabilities</a>and lead<a href="https://hubs.ly/H0dsX8H0" target="_blank" title="Article on integrated design-build project delivery: Disrupting the Norm" rel="noopener">integrated design-build</a>projects. Throughout his...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-architecture-services-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Capabilities in Mid-Atlantic Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Capabilities in Mid-Atlantic Region </h4> <p> </p><p>ARLINGTON, Virginia (Aug. 8, 2018) — Burns & McDonnell has expanded its team in the Mid-Atlantic, adding experienced professionals to grow capabilities and market presence in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expanded-capabilities-in-mid-atlantic" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces New Leadership Class" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces New Leadership Class </h4> <p> </p><p>KANSAS CITY, Missouri (Aug. 6, 2018) —<a href="https://www.burnsmcd.com/">Burns & McDonnell</a>is promoting 14 employee-owners, from both the firm’s world headquarters in Kansas City and regional offices across...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-announces-new-leadership-class" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Eric J. Buer to Lead Commercial Real Estate Development for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Eric J. Buer to Lead Commercial Real Estate Development for Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri — Eric J. Buer has joined Burns & McDonnell as Director of Real Estate Development, where he will lead an all-new business initiative for the firm. Buer...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/eric-buer-commercial-real-estate-development" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Inspiring Generation Z in KC: Educators Summit at Burns & McDonnell Connects Hundreds of Teachers with STEM Tips, Demos and Resources for Students" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Inspiring Generation Z in KC: Educators Summit at Burns & McDonnell Connects Hundreds of Teachers with STEM Tips, Demos and Resources for Students </h4> <p> </p><p>KANSAS CITY, Missouri — Hundreds of area teachers gathered at<a href="https://www.burnsmcd.com/Search?q=k-12">Burns & McDonnell</a>for the fourth annual Educators Summit providing educators with resources to help inspire...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/educators-summit-inspires-generation-z-in-kc" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="azco, burns-mcdonnell" data-service="building-solutions, buildings, physical-security, electrical-transmission-distribution"> <section class="project-image"> <section aria-label="Methodologies for Adopting New Security Technologies" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ATL_NCElectricCooperatives_06666/AdobeStock_77313464-679538-edited.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Methodologies for Adopting New Security Technologies </h4> <p> As new security risks and standards emerge, electrical utilities are relying more heavily on technology to deter, detect and deny a variety of threats. Utilities that... </p> </section> <a href="https://info.burnsmcd.com/white-paper/methodologies-for-adopting-new-security-technologies" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded $40 Million Contract for Fuel Tank Improvements at Naval Base Kitsap" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/FuelStorageTankReplacementhero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded $40 Million Contract for Fuel Tank Improvements at Naval Base Kitsap </h4> <p> </p><p>KANSAS CITY, Missouri — The Naval Facilities Engineering Command (NAVFAC) Northwest awarded Burns & McDonnell a $40 million indefinite delivery indefinite quantity (IDIQ)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/contract-fuel-tank-improvements-naval-base-kitsap" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reaches a Milestone Hiring its First Alumna from the Battle of the Brains K-12 STEM Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reaches a Milestone Hiring its First Alumna from the Battle of the Brains K-12 STEM Competition </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell has hired its first alumna from the<a href="https://battleofthebrainskc.com/" target="_blank" title="Burns &amp; McDonnell Battle of the Brains" rel="noopener">Burns & McDonnell Battle of the Brains</a>, a K-12 competition promoting science, technology,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hires-battle-of-brains-alumna-olivia-haney" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="commercial-retail-institutional, environmental" data-brand="burns-mcdonnell" data-service="healthcare, commercial-buildings, healthcare-research-facilities, air-quality-noise, environmental-health-safety-(ehs)-compliance, permitting, air-quality-compliance"> <section class="project-image"> <section aria-label="Comprehensive Services Lead to Extensive EHS Compliance Program Improvements" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_KCM_Section608BlogPost_10230%20PP%20Environmental%20Services%20for%20Regional%20Healthcare%20Organization/ENS_KCM_UpdatesToTheCleanAirActSection608RequirementsBlogPost_10230_Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Comprehensive Services Lead to Extensive EHS Compliance Program Improvements </h4> <p> From air permitting to compliance and industrial hygiene support, a leading Missouri hospital relied on an ongoing partnership to obtain a full range of environmental... </p> </section> <a href="https://info.burnsmcd.com/project-profile/environmental-services-for-regional-healthcare-organization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Establishes Missouri’s First Conservation Bank" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Establishes Missouri’s First Conservation Bank </h4> <p> </p><p>KANSAS CITY, Missouri — With approval from the U.S. Fish & Wildlife Service, Burns & McDonnell opened a first-of-its-kind conservation bank in northern Missouri. The...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/establishes-missouris-first-conservation-bank" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Industry Veteran to Develop a Sports Design-Build Studio" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Industry Veteran to Develop a Sports Design-Build Studio </h4> <p> </p><p>KANSAS CITY, Missouri —<a href="https://www.linkedin.com/in/jeff-sittner-4a422582/" target="_blank" rel="noopener">Jeff Sittner</a>, a partner in the design of some of the nation’s most iconic sports arenas, has joined Burns & McDonnell to develop a sports design-build...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/industry-vet-develops-sports-design-build-studio" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reimagines Business & Technology Consulting Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reimagines Business & Technology Consulting Group </h4> <p> </p><p>KANSAS CITY, Missouri — Burns & McDonnell named<a href="https://www.linkedin.com/in/chrisdunderwood/" target="_blank" title="Chris Underwood LinkedIn Profile" rel="noopener">Chris Underwood</a>general manager of the Business & Technology Solutions (BTS) Group, where he leads the charge to mobilize...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/reimagines-business-technology-consulting-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, renewables, solar, wind, sustainability"> <section class="project-image"> <section aria-label="Documenting the Renewable Energy Standards of Top U.S. Corporations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/Documenting-Renewable-Energy-Standards-of-Top-U.S.-Corporations-white-paper-burns-mcdonnell-04563-view_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Documenting the Renewable Energy Standards of Top U.S. Corporations </h4> <p> Corporate America has made vast strides to integrate renewable energy into its facilities as sustainable goals. Based on a review of how some of the top U.S. companies... </p> </section> <a href="https://info.burnsmcd.com/white-paper/documenting-the-renewable-energy-standards-of-top-us-corporations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Federal Team in Pacific Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Federal Team in Pacific Region </h4> <p> </p><p>HONOLULU, Hawaii —<a href="https://www.linkedin.com/in/anthony-paresa/" target="_blank" rel="noopener">Anthony (Tony) Paresa</a>, PE, joins the Burns & McDonnell Federal Group in the firm’s Honolulu office. Paresa brings more than 30 years of experience,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-federal-team-in-pacific-region" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, energy-storage, smart-energy"> <section class="project-image"> <section aria-label="It's Time to Embrace Artificial Intelligence for the Utility Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/It%E2%80%99s-Time-To-Embrace-Artificial-Intelligence-For-Utility-Industry-white-paper-burns-mcdonnell-04938_hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> It's Time to Embrace Artificial Intelligence for the Utility Industry </h4> <p> As computing power grows, so does the potential for artificial intelligence (AI) to change how the utility industry addresses challenges. Complex machine-learning algorithms... </p> </section> <a href="https://info.burnsmcd.com/white-paper/its-time-to-embrace-artificial-intelligence-for-the-utility-industry-download" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Senior Officer Named to Serve on U.S.-Mexico Energy Business Council" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Senior Officer Named to Serve on U.S.-Mexico Energy Business Council </h4> <p> </p><p>KANSAS CITY, Missouri — Mike Brown, President of Burns & McDonnell International, has been appointed as a member of the U.S. Section of the U.S.-Mexico Energy Business...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/senior-officer-to-serve-on-energy-business-council" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell continues to grow UK presence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell continues to grow UK presence </h4> <p> </p><p>BIRMINGHAM, United Kingdom —<a href="https://www.burnsmcd.com/locations/birmingham">Burns & McDonnell</a>has hired Polly Osborne to join its growing UK team. The electrical engineer will work on the networks, integration and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-continues-to-grow-uk-presence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Growth Reflected on ENR Top 500 Rankings" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Growth Reflected on ENR Top 500 Rankings </h4> <p> </p><p>KANSAS CITY, Missouri (June 22, 2018) — Growth in most of the industrial sectors served by Burns & McDonnell has helped fuel a continued, broad-based climb for the company’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/growth-reflected-on-enr-rankings" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Receives Important Certification from Mexico’s National Center for Energy Control (CENACE)" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Receives Important Certification from Mexico’s National Center for Energy Control (CENACE) </h4> <p> </p><p>KANSAS CITY, Missouri (June 21, 2018) —<a href="https://www.burnsmcd.com/locations/mexico-city">Burns & McDonnell</a>has received a crucial certification from the Centro Nacional de Control De Energ¡a (CENACE), Mexico’s independent...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/certification-from-mexico-cenace" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Depth of Environmental Service Offerings in Denver" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Depth of Environmental Service Offerings in Denver </h4> <p> </p><p>DENVER, Colorado (June 19, 2018) —<a href="https://www.linkedin.com/in/mike-thomas-5a91b1163/" target="_blank" rel="noopener">Mike Thomas</a>has joined Burns & McDonnell as regional environmental manager in the firm’s<a href="https://www.burnsmcd.com/locations/denver">Denver</a>office, where he will grow the footprint...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-environmental-service-offerings-in-denver" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell wins place on Ofgem’s Technical Consultancy Services Framework" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell wins place on Ofgem’s Technical Consultancy Services Framework </h4> <p> </p><p>BIRMINGHAM, England (June 18, 2018) — Burns & McDonnell, an engineering, architecture, construction and consultant firm, has secured a place on Ofgem’s Technical Consultancy...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ofgem-technical-consultancy-services-framework" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Leader in Controls Engineering" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Leader in Controls Engineering </h4> <p> </p><p>KANSAS CITY, Missouri (June 14, 2018) —<a href="https://www.linkedin.com/in/schungerford/" target="_blank" rel="noopener">Scott Hungerford</a>has joined Burns & McDonnell to lead controls engineering in the Food & Consumer Products Group, as the firm...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hires-leader-in-controls-engineering" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Retains No. 1 Spot on 2018 Engineering News-Record Ranking of Top Design Firms in Texas Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Retains No. 1 Spot on 2018 Engineering News-Record Ranking of Top Design Firms in Texas Region </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>HOUSTON (June 7, 2018) – Continued strength in the Power and Oil and Gas sectors allowed Burns & McDonnell to maintain its No. 1...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-number-1-2018-enr-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, government-military, industrial-cybersecurity" data-brand="1898-co." data-service="power, government-military, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Order 843 and CIP-003-7: How They Will Impact Low Sites" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/cybersecurity/Order-843-CIP-003-7-How-They-Will-Impact-Low-Sites-Jeffrey-Macre-amplified-perspectives-burns-mcdonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Order 843 and CIP-003-7: How They Will Impact Low Sites </h4> <p> New FERC standards in Order 843 affect low sites and electronic access controls, as well as requiring transient cyberassets to have updated anti-virus software. </p> </section> <a href="https://1898blog.burnsmcd.com/order-843-and-cip-003-7-how-they-will-impact-low-sites" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Highly Competitive Leadership Organization Selects Burns & McDonnell Engineer to Join Prestigious Institute" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Highly Competitive Leadership Organization Selects Burns & McDonnell Engineer to Join Prestigious Institute </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>WICHITA, Kansas — The Water Leadership Institute Steering Committee, supported by the Water Environment Federation, recently appointed...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leadership-organization-selects-engineer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens and Expands Aviation & Federal Team in Southern California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20sitepage%20images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens and Expands Aviation & Federal Team in Southern California </h4> <p> </p><p><a href="https://hubs.ly/H0ct9n50" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BREA, California — Burns & McDonnell is growing its Aviation & Federal team in Southern California, bringing in experienced...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/federal-team-expands-in-southern-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Environmental Services in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Environmental Services in Texas </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>AUSTIN, Texas (May 31, 2018) — Burns & McDonnell is strengthening its ability to provide comprehensive, engineering, procurement and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/industrial-water-wastewater-permitting-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Commissioning Team in New Directions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Commissioning Team in New Directions </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a> </p> <p>WASHINGTON, D.C. (May 30, 2018) — Burns & McDonnell is adding depth to its commissioning services with<a href="https://www.linkedin.com/in/alexandra-connor-leed-ap-5010013/" target="_blank" title="Alexandra Connor LinkedIn Profile" rel="noopener">Alexandra Connor</a>, LEED AP,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/grows-commissioning-team-in-new-directions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jennifer Taylor of Burns & McDonnell Named Engineer of the Year by ASCE Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jennifer Taylor of Burns & McDonnell Named Engineer of the Year by ASCE Kansas City </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 29, 2018) —<a href="https://www.linkedin.com/in/jennifer-jacka-taylor/" target="_blank" title="Jennifer Taylor LinkedIn Profile" rel="noopener">Jennifer Taylor</a>, PE, a senior civil engineer at Burns & McDonnell, is being honored as Engineer...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jennifer-taylor-asce-kc-engineer-of-year" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Leader in Industrial Automation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Leader in Industrial Automation </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>(May 24, 2018) FORT WORTH, Texas — With more than 20 years of experience in warehouse and manufacturing automation,<a href="https://www.linkedin.com/in/alfredovaladez/" target="_blank" title="Alfredo Valadez LinkedIn Profile" rel="noopener">Alfredo Valadez</a>is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hires-leader-in-industrial-automation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, power, transportation" data-brand="burns-mcdonnell" data-service="electrical-transmission-distribution, smart-energy"> <section class="project-image"> <section aria-label="Blockchain in the Electric & Gas Utility Industry and How to Start Now" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/Collateral%20Downloads/Blockchain%20White%20Paper.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Blockchain in the Electric & Gas Utility Industry and How to Start Now </h4> <p> Fast, efficient and secure transactions that can’t be removed, altered or reversed — blockchain technology is projected to transform businesses. The power industry might have... </p> </section> <a href="https://info.burnsmcd.com/white-paper/blockchain-in-the-electric-gas-utility-industry-and-how-to-start-now" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Depth of Growing Aviation Team in Dallas-Fort Worth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Depth of Growing Aviation Team in Dallas-Fort Worth </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>DALLAS, Texas (May 23, 2018) —<a href="https://www.linkedin.com/in/simsnathan/" target="_blank" title="Nathan Sims LinkedIn Profile" rel="noopener">Nathan Sims</a>has joined Burns & McDonnell as an aviation systems project manager as the company continues...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-depth-of-aviation-in-dallas-fort-worth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Gene Sieve Receives Tom Roche Lifetime Achievement Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gene Sieve Receives Tom Roche Lifetime Achievement Award </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>MINNEAPOLIS (May 22, 2018) — The<a href="http://www.acecmn.org/" target="_blank" title="Minnesota Chapter of the American Council of Engineering Companies (ACEC)" rel="noopener">Minnesota Chapter of the American Council of Engineering Companies (ACEC)</a>has named<a href="https://www.linkedin.com/in/gsieve/" target="_blank" title="Gene Sieve LinkedIn Profile" rel="noopener">Gene Sieve</a>, Burns...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/gene-sieve-receives-lifetime-achievement-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Achieves No. 1 Ranking on Engineering News-Record Ranking of Top Midwest Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Achieves No. 1 Ranking on Engineering News-Record Ranking of Top Midwest Design Firms </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 21, 2018) — A broad-based increase in projects across all service categories in 11 Midwest states has...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/top-ranking-in-enr-top-midwest-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Prepares to Double in Size in the Denver Metro" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Prepares to Double in Size in the Denver Metro </h4> <p> </p><p><a href="https://hubs.ly/H0c6V460" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>DENVER (May 17, 2018) — After growing by more than 400 percent in 10 years,<a href="https://www.burnsmcd.com/locations/denver">Burns & McDonnell is expanding its presence in Denver</a>for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/double-in-size-in-denver-metro" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named Technical Advisor for Europe’s first Smart Energy Network Demonstrator" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named Technical Advisor for Europe’s first Smart Energy Network Demonstrator </h4> <p> </p><p>(May 15, 2018) West Midlands based engineering-construction firm Burns & McDonnell has been selected by Keele University in a competitive process as the Main Technical...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/technical-advisor-for-europes-smart-energy-network" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="manufacturing-industrial, commercial-retail-institutional" data-brand="burns-mcdonnell" data-service="building-solutions, buildings, robotics-automation, commercial-buildings, process-optimization, manufacturing-industrial-facilities"> <section class="project-image"> <section aria-label="Implementation of Automated Storage and Retrieval Systems: How to Get Started" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_ASRSLandingPage_06044/Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementation of Automated Storage and Retrieval Systems: How to Get Started </h4> <p> Distribution centers, manufacturing facilities and e-commerce operations are increasingly turning to automated storage and retrieval systems to improve efficiency and meet... </p> </section> <a href="https://info.burnsmcd.com/white-paper/automating-distribution-center-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="construction, project-management-office-(pmo), procurement-execution-plan, power-generation-project-delivery"> <section class="project-image"> <section aria-label="Reaching the Summit of Project Success in Today's Utility Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_PMOCampaignMicrosite_13791/collateral-assets/AdobeStock_96537193-1.jpeg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Reaching the Summit of Project Success in Today's Utility Industry </h4> <p> Seismic changes in the utility landscape are forcing utility companies to become more aggressive in their approach to project execution. The creation of a project management... </p> </section> <a href="https://info.burnsmcd.com/project-management-office/reaching-the-summit-of-project-success" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Aviation VP Joins ACI World Business Partners Advisory Board" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Aviation VP Joins ACI World Business Partners Advisory Board </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 1, 2018) — Bret Pilney, vice president in the<a href="https://www.burnsmcd.com/services/aviation">Aviation Group</a>at Burns & McDonnell, is extending his ongoing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aviation-vp-joins-aci-world-business-partners" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, engineering, public-involvement, design-build-for-water-wastewater-infrastructure, green-infrastructure, industrial-water-wastewater, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Better Together: One Innovative Solution for Two Problems" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_Two%20CitiesOneDesignBuildSolution_26416_CS_BetterTogetherOneInnovativeSolutionforTwoProblems/2014-Edgerton-0007.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Better Together: One Innovative Solution for Two Problems </h4> <p> Two neighboring cities were searching for a solution to their wastewater needs, especially with the imminent opening of a major regional industrial complex. We provided an... </p> </section> <a href="https://info.burnsmcd.com/case-study/better-together-one-innovative-solution-for-two-problems" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell’s Ty McGown Earns Engineer of the Year Award in Wichita" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell’s Ty McGown Earns Engineer of the Year Award in Wichita </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>WICHITA, Kansas (April 30, 2018) — Ty McGown, a Burns & McDonnell engineer who led<a href="https://www.burnsmcd.com/projects/aquifer-storage-recovery-treatment-facility">implementation of an advanced water-treatment process</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ty-mcgown-engineer-of-year-in-wichita" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves up to No. 9 on Widely-Watched ENR Top 500 Design Firms Ranking" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves up to No. 9 on Widely-Watched ENR Top 500 Design Firms Ranking </h4> <p> </p><p><a href="https://hubs.ly/H0bP_2t0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (April 25, 2018) — Continued growth in all<a href="https://www.burnsmcd.com/services">major service specialties</a>has fueled a substantial jump for Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/enr-top-500-design-firms-ranking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="renewables, telecommunications, mission-critical-networks, wireless-communications, communication-site-infrastructure"> <section class="project-image"> <section aria-label="GIS-Based Network Data Systems Improve Utility Efficiency" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/HOU_TD_UTCRegion7_09441/GIS%20header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> GIS-Based Network Data Systems Improve Utility Efficiency </h4> <p> Current, accessible information is key to reliably operating the electric grid. As power flow becomes increasingly dynamic with the addition of renewable resources, utilities... </p> </section> <a href="https://info.burnsmcd.com/white-paper/advantages-of-gis-based-systems-for-utilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named No. 8 on the 2018 Best Workplaces in Consulting & Professional Services by Great Place to Work® and Fortune" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named No. 8 on the 2018 Best Workplaces in Consulting & Professional Services by Great Place to Work® and Fortune </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (April 24, 2018) — After reviewing survey responses from more than 51,000 employees, Great Place to Work and<em>...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/best-workplaces-consulting-professional-services" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="environmental, transportation" data-brand="burns-mcdonnell" data-service="environmental, remediation, manufactured-gas-plant-(mgp)-site-remediation, transportation"> <section class="project-image"> <section aria-label="Creative Solutions Address Unique Site Challenges" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_StreetRemediation_02926%20CS%20MGP%20Site%20Remediation/Creative-Solutions-Address-Unique-Site-Challenges-case-study-02926-hero-1600x800.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creative Solutions Address Unique Site Challenges </h4> <p> Cleaning up a vacant former manufactured gas plant site was complicated by the presence of two support structures for the Chicago Skyway (an elevated toll road linking... </p> </section> <a href="https://info.burnsmcd.com/case-study/mgp-site-remediation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Stillwater Energy Center’s Reciprocating Engines Earn ACEC Award in Oklahoma" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stillwater Energy Center’s Reciprocating Engines Earn ACEC Award in Oklahoma </h4> <p> </p><p><a href="https://hubs.ly/H0bB5xG0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>STILLWATER, Oklahoma (April 6, 2018) — A project to generate rapid, efficient and flexible energy to counterbalance fluctuations in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/stillwater-energy-center-earns-oklahoma-acec-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jeff Keller Earns National Design-Build Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jeff Keller Earns National Design-Build Certification </h4> <p> </p><p><a href="#" title="Photos and support material for media" rel="noopener">Photos and support material for media</a></p> <p>KANSAS CITY, Missouri (April 3, 2018) — Jeff Keller, a senior project manager in the<a href="https://www.burnsmcd.com/services/water">Burns & McDonnell Water Global Practice</a>, has earned...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jeff-keller-earns-national-design-build-cert" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Rehabilitation of Topeka’s Layne High Service Pump Station Earns Kan-Struct Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rehabilitation of Topeka’s Layne High Service Pump Station Earns Kan-Struct Award </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>TOPEKA, Kansas (March 29, 2018) — Work to overhaul a pump system critical to providing Topeka-area residents and businesses clean,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/rehabilitation-layne-high-service-pump-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="manufacturing-industrial, environmental, transportation" data-brand="burns-mcdonnell" data-service="construction, permitting, industrial-manufacturing-optimization, ports-maritime, air-quality-compliance, transportation"> <section class="project-image"> <section aria-label="Green Omni Terminal Revolutionizing Marine Terminal Operations" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/SCA_ENS_GreenOmniLP_05181%20PP/2018-02-Green-Omni-Terminal-008-603635-edited.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Green Omni Terminal Revolutionizing Marine Terminal Operations </h4> <p> We partnered with Pasha and the Port of Los Angeles to eliminate pollution from port-related operations to help improve the health, quality of life and economy of the local... </p> </section> <a href="https://info.burnsmcd.com/case-study/green-omni-terminal-revolutionizing-marine-terminal-operations" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="engineering, electric-power-generation, plant-services, instrumentation-control"> <section class="project-image"> <section aria-label="Determining the Right Time to Upgrade" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_DesignHumanFactorConsiderations_09586%20WP%20Control%20System%20Assessments/Background.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Determining the Right Time to Upgrade </h4> <p> Newer distributed control systems (DCS) have features to optimize safety, performance, controllability and reliability. Upgrading to use these enhanced features and mitigate... </p> </section> <a href="https://info.burnsmcd.com/white-paper/control-system-assessments" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens Growing Aviation Team in Dallas-Fort Worth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens Growing Aviation Team in Dallas-Fort Worth </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>DALLAS-FORT WORTH, Texas (March 22, 2018) — Burns & McDonnell is strengthening its growing aviation team in<a href="https://www.burnsmcd.com/locations/dallasfort-worth">Dallas-Fort Worth</a>, bringing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/strengthens-aviation-team-in-dfw" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="DISA Global Operations Headquarters Secures ACEC Award in Illinois" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> DISA Global Operations Headquarters Secures ACEC Award in Illinois </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>SCOTT AIR FORCE BASE, Illinois (March 21, 2018) — A new operational headquarters for the agency that plans, develops, delivers and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/disa-global-operations-headquarters-acec-illinois" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Entergy New Orleans Provides Burns & McDonnell Notice to Proceed as EPC Contractor for New Orleans Power Station" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Entergy New Orleans Provides Burns & McDonnell Notice to Proceed as EPC Contractor for New Orleans Power Station </h4> <p> </p><p><a href="https://hubs.ly/H0bmSq00" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 20, 2018) — Burns & McDonnell has been selected by Entergy New Orleans as<a href="https://www.burnsmcd.com/services/electric-power-generation/project-delivery/engineerprocureconstruct">engineer-procure-construct (EPC)</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/entergy-epc-contractor-for-new-orleans-power" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="healthcare-research-facilities, electric-power-generation, district-energy, distributed-energy-resources"> <section class="project-image"> <section aria-label="Keeping the Power On During Future Disasters" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/DFW_Enwave_04195/2014-11-Enwave-District-Steam-Plant-0005-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Keeping the Power On During Future Disasters </h4> <p> During Hurricane Katrina, the levees failed, flooding streets, homes and businesses in New Orleans. Though critical to the city’s recovery, the healthcare system was not... </p> </section> <a href="https://info.burnsmcd.com/case-study/enwave-biomedical-steam-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="environmental, government-military, power" data-brand="burns-mcdonnell" data-service="electric-power-generation, environmental-compliance-for-power-generation, emissions-controls"> <section class="project-image"> <section aria-label="Creating a More Flexible Energy System" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/Collateral%20Downloads/AdobeStock_112872145%20sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Creating a More Flexible Energy System </h4> <p> Meeting U.K. carbon emission reduction requirements, and customer requirements related to affordability and reliability, requires a new approach to energy master planning — a... </p> </section> <a href="https://info.burnsmcd.com/white-paper/whole-system-energy-master-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Kerrie Greenfelder Earns National Design-Build Certification" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Kerrie Greenfelder Earns National Design-Build Certification </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 16, 2018) —<a href="https://www.linkedin.com/in/kerriegreenfelder/" target="_blank" title="Kerrie Greenfelder LinkedIn Profile" rel="noopener">Kerrie Greenfelder</a>, a senior project manager in the<a href="https://www.burnsmcd.com/services/water">Burns & McDonnell Water group</a>, has earned...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kerrie-greenfelder-design-build-certification" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Cleanup Project at Loveland Products Fertilizer Site Wins ACEC Award in Nebraska" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Cleanup Project at Loveland Products Fertilizer Site Wins ACEC Award in Nebraska </h4> <p> </p><p><a href="https://hubs.ly/H0bgzSr0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 13, 2018) — A project to<a href="https://www.burnsmcd.com/services/environmental/remediation">decommission, demolish and clean up</a>the site of an idled fertilizer plant within...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/cleanup-project-at-loveland-products" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Project Manager for Enterprise Systems Integration" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Project Manager for Enterprise Systems Integration </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 12, 2018) — Rajeev Sinha has joined Burns & McDonnell in its Business & Technology Solutions Group as the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/project-manager-for-enterprise-systems-integration" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Leader With Burns & McDonnell Canada Joins IEEE Executive Committee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leader With Burns & McDonnell Canada Joins IEEE Executive Committee </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>CALGARY, Alberta (March 8, 2018) — Ahsan Upal, a leader for<a href="https://www.burnsmcd.com/locations/canada">Burns & McDonnell Canada</a>, has been selected to serve on the Executive...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/canada-leader-joins-ieee-executive-committee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="National Transportation Leader at Burns & McDonnell Selected to Steer Kansas City Toward New Transportation Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> National Transportation Leader at Burns & McDonnell Selected to Steer Kansas City Toward New Transportation Solutions </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 7, 2018) — Julie Lorenz has devoted her entire career to one of the biggest drivers of our economy —...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/julie-lorenz-selected-to-steer-transportation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="commercial-retail-institutional, power" data-brand="burns-mcdonnell" data-service="construction, engineering, healthcare-research-facilities, mission-critical-buildings, critical-power, electric-power-generation, campus-energy, district-energy, power-generation-project-delivery, distributed-energy-resources, chp/cogeneration"> <section class="project-image"> <section aria-label="When Weather Is the Enemy, a Better Concept Prevents Catastrophe" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/GFS_GainesvilleRegionalUtilities_10039/GRU_LandingPage.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> When Weather Is the Enemy, a Better Concept Prevents Catastrophe </h4> <p> In hurricane-prone Florida, utility infrastructure to generate efficient and resilient energy in the face of catastrophic events is a concern for mission-critical facilities.... </p> </section> <a href="https://info.burnsmcd.com/case-study/gainesville-regional-utilities-south-energy-center" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Predictable Outcomes for Complex, Mega-Scale Industrial Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Predictable Outcomes for Complex, Mega-Scale Industrial Projects </h4> <p> </p><p><a href="https://hubs.ly/H0b6lmP0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>APPLETON, Wisconsin (Feb. 28, 2018) — The late 2016 acquisition of Wisconsin-based<a href="https://www.burnsmcd.com/about-us/our-brands">AZCO Inc.</a>, has given<a href="https://www.burnsmcd.com/services/industries/construction">Burns & McDonnell</a>a foothold in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/predictable-outcomes-complex-industrial-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mission Possible: NASA Astronaut Lands at Burns & McDonnell to Show Kansas City Students How STEM Took Him from the Classroom to the Cosmos" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mission Possible: NASA Astronaut Lands at Burns & McDonnell to Show Kansas City Students How STEM Took Him from the Classroom to the Cosmos </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p><span>KANSAS CITY, Missouri (Feb. 23, 2018) — Not long after spending 136 days aboard the International Space Station (ISS), <a href="https://www.nasa.gov/astronauts/biographies/jack-d-fischer/biography" target="_blank" title="NASA astronaut Jack Fischer" rel="noopener">NASA astronaut...</a></span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nasa-astronaut-shares-stem-story" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Arkansas City Dedicates New 5.4 MGD Water Treatment Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Arkansas City Dedicates New 5.4 MGD Water Treatment Facility </h4> <p> </p><p><a href="https://hubs.ly/H0b1zwQ0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>WICHITA, Kansas (Feb. 21, 2018) — A new 5.4 million-gallon-per-day (MGD) Water Treatment Facility for Arkansas City, Kansas, is ready...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/arkansas-city-dedicates-water-treatment-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Big Canyon Creek Restoration Improves Water Quality, Wins ACEC Award in California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Big Canyon Creek Restoration Improves Water Quality, Wins ACEC Award in California </h4> <p> </p><p><a href="https://hubs.ly/H0b2chM0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>NEWPORT BEACH, California (Feb. 20, 2018) — What began as a project to remove a single contaminant from a degraded urban creek ended as...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/big-canyon-creek-restoration-improves-water" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="A Successful Approach: Union Station Westward Expansion Wins ACEC Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Successful Approach: Union Station Westward Expansion Wins ACEC Award </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a> </p> <p>KANSAS CITY, Missouri (Feb. 19, 2018) — A $7.8 million project that used an<a href="https://hubs.ly/H0b1tGn0" target="_blank" title="innovative contracting approach" rel="noopener">innovative contracting approach</a>to make the front yard of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/union-station-westward-expansion-wins-acec-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power" data-brand="burns-mcdonnell" data-service="program-management, underground-transmission, permitting, electrical-transmission-distribution, overhead-transmission, construction-environmental-monitoring"> <section class="project-image"> <section aria-label="Simplifying Complex Programs Projects Using Real-Time Data Solutions" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_ENR_Mining_11863/Tile%202_SIMPLIFYING%20COMPLEX%20PROGRAMS%20PROJECT%20PROFILE.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Simplifying Complex Programs Projects Using Real-Time Data Solutions </h4> <p> The SunZia Southwest Transmission Project required 518 miles of transmission lines to meet the energy demands of the customers and markets across the Desert Southwest. In... </p> </section> <a href="https://info.burnsmcd.com/onetouchpm-reliable-efficient-project-controls" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Turning Pipe Failure to Project Success: West Blue River Interceptor Wins ACEC Award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Turning Pipe Failure to Project Success: West Blue River Interceptor Wins ACEC Award </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Feb. 12, 2018) — An emergency-repair project that quickly restored sewer service, protected against future...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/west-blue-river-interceptor-wins-acec-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Expansion in Orange County: Burns & McDonnell Relocates to Make Room for Major Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Expansion in Orange County: Burns & McDonnell Relocates to Make Room for Major Growth </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BREA, California (Feb. 2, 2017) — After growing in California from a few employee-owners to nearly 200 since opening its doors in the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expansion-in-orange-county" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Hire for Burns & McDonnell as It Makes Gains in the UK Market" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Hire for Burns & McDonnell as It Makes Gains in the UK Market </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Feb. 1, 2018) — Burns & McDonnell, an engineering and construction company, has hired engineer James Crouch to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-hire-part-of-gains-in-uk-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces Promotions for Board of Directors, Officer Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces Promotions for Board of Directors, Officer Group </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Jan. 25, 2018) — Ray Kowalik, chairman and CEO of Burns & McDonnell, announces promotions of two employee-owners...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/promotions-for-board-of-directors-officer-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="power, telecommunications" data-brand="burns-mcdonnell" data-service="construction, estimating-services, telecommunications, electrical-transmission-distribution, electrical-distribution, electrical-transmission, substations"> <section class="project-image"> <section aria-label="Leveraging Experience and Modern Tools to Improve Estimates" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CHI_HydroOne_06557%20PP%20Estimation%20Tool%20Implementation/06557-HydroOne-Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Leveraging Experience and Modern Tools to Improve Estimates </h4> <p> With a major capital investment program in its early stages, Hydro One recognized that its estimating tools and processes needed to be modernized. Serving much of Canada’s... </p> </section> <a href="https://info.burnsmcd.com/project-profile/estimation-tool-implementation" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, construction, natural-gas-generation, commissioning-(cx), commissioning-(cx)"> <section class="project-image"> <section aria-label="Generate Reliable and Clean Power With an Integrated EPC Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENR_AdvancedClassGasTurbine_08174/01_Desktop/Content/Content%20Header%204-1.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Generate Reliable and Clean Power With an Integrated EPC Solution </h4> <p> Competitive Power Ventures set its sights on a dual-fuel, 680-megawatt combined-cycle generation facility in New York’s Hudson Valley. Through a joint venture, we used... </p> </section> <a href="https://info.burnsmcd.com/case-study/generate-reliable-and-clean-power-with-an-integrated-epc-solution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="His Family Helped Build Detroit. Now He's Engineering Downtown's Resurgence" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> His Family Helped Build Detroit. Now He's Engineering Downtown's Resurgence </h4> <p> </p><p><a href="#" title="Video download, photos and support materials for media" rel="noopener">Video download, photos and support materials for media</a></p> <p>DETROIT, Michigan (Jan. 17, 2018) — Ben Nabozny can still feel the brick and smell the mortar, the raw materials that...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/nabozny-engineering-downtown-detroit-resurgence" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Builds Strength with Regional Manager for Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Builds Strength with Regional Manager for Design-Build </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ST. LOUIS, Missouri (Jan. 9, 2018) — Burns & McDonnell has expanded its<a href="https://www.burnsmcd.com/services/industries/construction">Construction/Design-Build</a>team with the addition of<a href="https://www.linkedin.com/in/chad-cotter-4367681b/" target="_blank" title="Chad Cotter LinkedIn Profile" rel="noopener">Chad Cotter</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/regional-manager-for-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, industrial-cybersecurity" data-brand="1898-co." data-service="power, industrial-cybersecurity"> <section class="project-image"> <section aria-label="Notes on CIP-002-5.1a Modifications" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/cybersecurity/notes-on-CIP-002-5.1a-modifications-burns-mcdonnell.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Notes on CIP-002-5.1a Modifications </h4> <p> Proposed modifications to CIP-002-5.1a will rewrite the language of Attachment 1, Criteria 2.12 to indicate a set of values for different transmission lines. </p> </section> <a href="https://1898blog.burnsmcd.com/notes-on-cip-002-51a-modifications" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, wastewater-stormwater-collection, stormwater-management, water, municipal-water-wastewater"> <section class="project-image"> <section aria-label="Design-Build Repairs an Environmental Catastrophe" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_WestBlueRiverInterceptorSewer_00248_CS_Design-Build%20Repairs%20an%20Environmental%20Catastrophe/Design-Build-Repairs-an-Environmental-Catastrophe.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Repairs an Environmental Catastrophe </h4> <p> Following a major break in the West Blue River Interceptor Sewer in Kansas City, Missouri, an emergency solution was needed. To stop the damaged system from spilling... </p> </section> <a href="https://info.burnsmcd.com/design-build/west-blue-river-interceptor-sewer" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="oil-gas-chemicals, government-military" data-brand="burns-mcdonnell" data-service="fuel-storage-tanks-distribution, oil-gas-chemicals, federal-military, military-fueling"> <section class="project-image"> <section aria-label="Rebuilding and Modernizing Gives Facelift to Point Loma Fueling Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_TME-PrintAdvertisement_08987/case-study.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Rebuilding and Modernizing Gives Facelift to Point Loma Fueling Facility </h4> <p> When the U.S. Navy’s largest and busiest refueling facilities for its ships, submarines and aircraft need to be modernized, it’s time to dig in and clean up. With strategic... </p> </section> <a href="https://info.burnsmcd.com/case-study/rebuilding-and-modernizing-gives-a-facelift-to-point-loma-fueling-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="commissioning-(cx), construction, design-build-for-water-wastewater-infrastructure, green-infrastructure, water-reuse-reclamation, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="Restoring Water Quality Through Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/Case%20Studies/WTR_KCM_CowskinCreekWaterReclamationFacility_02438_CS_Restoring%20Water%20Quality%20through%20Design-Build/Restoring-Water-Quality-through-Design-Build-02438.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Restoring Water Quality Through Design-Build </h4> <p> In a mutual effort to mitigate extreme functional issues, the Cowskin Creek Water Quality Reclamation Facility was served with a consent order that mandated the... </p> </section> <a href="https://info.burnsmcd.com/case-study/restoring-water-quality-through-design-build" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="brochure" data-industry="" data-brand="burns-mcdonnell" data-service=""> <section class="project-image"> <section aria-label="Remediation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Imported%20images/macomb-remediation-tile.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Remediation </h4> <p> Remediating environmentally impacted sites can be complicated. We bring clarity and certainty to the process by developing solutions to address the unique conditions and... </p> </section> <a href="https://477837.fs1.hubspotusercontent-na1.net/hubfs/477837/Collateral/Brochures/Remediation-brochure-burns-mcdonnell-14728.pdf" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCI Partnership Positions for Take-off by Adding Its Newest Team Member: Kansas City-Based Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCI Partnership Positions for Take-off by Adding Its Newest Team Member: Kansas City-Based Burns & McDonnell </h4> <p> </p><p>KANSAS CITY, Missouri (Dec. 18, 2017) — Members of<a href="http://www.aecom.com/markets/transportation/aviation/" target="_blank" title="AECOM" rel="noopener">AECOM</a>gathered outside its Kansas City, Mo., office with fellow members of KCI Partnership, a joint venture between AECOM...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kci-partnership-positions-with-new-team-member" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and Modus Strategic Solutions Open Office in Tiverton, Ontario, to Play Key Project Controls Role in Support of Bruce Power's Life Extension to 2064" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Modus Strategic Solutions Open Office in Tiverton, Ontario, to Play Key Project Controls Role in Support of Bruce Power's Life Extension to 2064 </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Dec. 1, 2017) — Burns & McDonnell and Modus Strategic Solutions have opened a new office in Tiverton, Ontario,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/project-controls-support-for-bruce-power" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="A Grandview Elementary Program Edges Out 820 Exhibit Ideas to Win Grand Prize in the Burns & McDonnell Battle of the Brains Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Grandview Elementary Program Edges Out 820 Exhibit Ideas to Win Grand Prize in the Burns & McDonnell Battle of the Brains Competition </h4> <p> </p><p><a title="Photos and support materials for media" href="https://hubs.ly/H09khT20" target="_blank" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Mo. (Nov. 30, 2017) — The imagination of 16 elementary students in the Grandview School District will soon come to life at...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/grandview-elementary-wins-grand-prize" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Judges Surprise Students in Class Revealing They Are Top 20 Finalists in the Burns & McDonnell Battle of the Brains Competition" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Judges Surprise Students in Class Revealing They Are Top 20 Finalists in the Burns & McDonnell Battle of the Brains Competition </h4> <p> </p><p><a href="https://hubs.ly/H09c9SZ0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Mo. (Nov. 16, 2017) — After reviewing a record number of submissions, judges chose a unique way to tell 20 student teams...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/judges-surprise-battle-of-brains-finalists" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="A Year's Recycling Haul in Texas: 9.2 Million Tons, Valued at $702 Million" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A Year's Recycling Haul in Texas: 9.2 Million Tons, Valued at $702 Million </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>AUSTIN, Texas (Nov. 13, 2017) — Recyclers in Texas collected and diverted 9.2 million tons of municipal solid waste in 2015, a haul...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/texas-study-economic-impacts-of-recycling" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Approaches Major Milestone and Prepares for Rapid Growth in Atlanta" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Approaches Major Milestone and Prepares for Rapid Growth in Atlanta </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ATLANTA (Nov. 9, 2017) — After supporting hundreds of projects across the Southeast U.S. throughout the past two decades, Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/major-milestone-rapid-growth-in-atlanta" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Can Ivy League Professors Jump-Start a Group of Kansas City Minority Businesses in Less Than Three Days?" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Can Ivy League Professors Jump-Start a Group of Kansas City Minority Businesses in Less Than Three Days? </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (November 8, 2017) — For two-and-a-half-days, a select group of leaders from 30 Kansas City-area minority...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ivy-league-professors-jump-start-businesses" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Presence in Ohio with New Office in Columbus" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Presence in Ohio with New Office in Columbus </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>COLUMBUS, Ohio (Nov. 8, 2017) — With more than two decades of experience supporting clients across Ohio, Burns & McDonnell is expanding...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-presence-in-ohio-with-office-in-columbus" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell is Nation's Third Largest Commissioning Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell is Nation's Third Largest Commissioning Firm </h4> <p> </p><p><a href="https://hubs.ly/H092ddT0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Oct. 30, 2017) — Burns & McDonnell has remained as the nation’s third largest<a href="https://www.burnsmcd.com/services/commissioning">commissioning services firm</a>on the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/third-largest-commissioning-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Manager Appointed AIA Commissioning Representative" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Manager Appointed AIA Commissioning Representative </h4> <p> </p><p><a href="https://hubs.ly/H08XgBk0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p><span>KANSAS CITY, Missouri (Oct. 18, 2017) — David Meyers, who leads national commissioning services for Burns & McDonnell, has been...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/manager-appointed-aia-commissioning-representative" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Joins the International Society for Mexico Energy (ISME) as Founding Partner" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Joins the International Society for Mexico Energy (ISME) as Founding Partner </h4> <p> </p><p><a href="https://hubs.ly/H08G-380" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>HOUSTON (Oct. 17, 2017) — The International Society for Mexico Energy (ISME), a non-profit energy business advocacy group formed three...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mexico-city-chapter-of-isme" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Is No. 3 MEP Giants Firm" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Is No. 3 MEP Giants Firm </h4> <p> </p><p><a href="https://hubs.ly/H08RfrC0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Oct. 6, 2017) — Burns & McDonnell has again placed among the top three largest firms on<em>Consulting-Specifying...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/no-3-mep-giants-ranking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, aviation-infrastructure, aviation-support-facilities, hangars"> <section class="project-image"> <section aria-label="Big Aircraft, Big Changes" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2017_03350/main-tiles/desktop/6-big-aircraft-big-change.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Big Aircraft, Big Changes </h4> <p> New Trends in Aircraft MRO </p> </section> <a href="https://info.burnsmcd.com/article/big-aircraft-big-changes" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, aviation-infrastructure, passenger-terminals, program-management"> <section class="project-image"> <section aria-label="Combined Flight Plan" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Combined Flight Plan </h4> <p> Partnering to Solve New Demands </p> </section> <a href="https://info.burnsmcd.com/aviation-special-report/2017/combined-flight-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, smart-airports, passenger-terminals"> <section class="project-image"> <section aria-label="Following the Trend" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2017_03350/main-tiles/desktop/8-following-the-trend.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Following the Trend </h4> <p> Social Media and Airport Marketing </p> </section> <a href="https://info.burnsmcd.com/aviation-special-report/2017/following-the-trend" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Strengthens Aviation Capabilities with Experienced Hires" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Strengthens Aviation Capabilities with Experienced Hires </h4> <p> </p><p><a href="https://hubs.ly/H08Ptz80" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Oct. 2, 2017) — Burns & McDonnell has added five experienced project managers to its<a href="https://www.burnsmcd.com/services/aviation">Aviation team</a>, extending...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/aviation-capabilities-experienced-hires" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental, government-military" data-brand="burns-mcdonnell" data-service="environmental, environmental-engineering, solid-waste-resource-recovery"> <section class="project-image"> <section aria-label="Public-Private Partnership Paying Off for MRF Partners and Users in Dallas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Benchmark2018_Q3_05756%20Main%20HUB/Collateral%20Downloads/Dallas%20flyover%20sized.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public-Private Partnership Paying Off for MRF Partners and Users in Dallas </h4> <p> Faced with a potential for losing money with every curbside collection of recyclables, municipal leaders in Dallas knew they needed a change. So the city decided to review... </p> </section> <a href="https://info.burnsmcd.com/project-profile/solid-waste-management-planning" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fact Check of KCI Selection Committee's Comparison Document Reveals Major Discrepancies and Errors" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fact Check of KCI Selection Committee's Comparison Document Reveals Major Discrepancies and Errors </h4> <p> </p><p>KANSAS CITY, Missouri (September 20, 2017) — A Burns & McDonnell review of selection committee documents released late Tuesday shows the City’s outside consultants misstated,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fact-check-of-kci-selection-committee-document" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCI HOMETOWN Team Asks for Full Reinstatement of All Proposers" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCI HOMETOWN Team Asks for Full Reinstatement of All Proposers </h4> <p> </p><p><a title="media kit" href="https://hubs.ly/H08FFQz0" target="_blank" rel="noopener">Photos and support material for media</a></p> <p>KANSAS CITY, Missouri (September 18, 2017) –<a title="Aviation" href="https://hubs.ly/H08FFQ20" target="_blank" rel="noopener">Burns & McDonnell</a>and its financial partner,<a title="Americo" href="http://www.americo.com/WhoWeAre/Pages/WhoWeAre.aspx" target="_blank" rel="noopener">Americo</a>, today asked for full reinstatement...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kci-hometown-team-requests-reinstatement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="power" data-brand="burns-mcdonnell" data-service="electric-power-generation, power-generation-project-delivery, engineer-procure-construct, renewables, solar"> <section class="project-image"> <section aria-label="Harnessing the Power of the Sun" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TD_RenewablesStorage_08638/IMG_20160713_070217%20%281%29-1.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Harnessing the Power of the Sun </h4> <p> EPC model delivers a client’s first utility-scale solar project — on budget and on schedule. </p> </section> <a href="https://info.burnsmcd.com/case-study/turning-toward-the-sun-case-study" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell KCI HOMETOWN Disputes Disqualification for KCI Terminal Modernization Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell KCI HOMETOWN Disputes Disqualification for KCI Terminal Modernization Program </h4> <p> </p><p>KANSAS CITY, Missouri (September 8, 2017) — The Burns & McDonnell KCI HOMETOWN Team is pushing back on the City’s disqualification of its proposal to design, build and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/disputes-disqualification-for-kci-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCI HOMETOWN Team Recommends an Independent Auditor to Guide the Remainder of Selection Process" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCI HOMETOWN Team Recommends an Independent Auditor to Guide the Remainder of Selection Process </h4> <p> </p><p>KANSAS CITY, Missouri (September 6, 2017) — After discovering over the weekend that the City’s outside legal consultant had previously served as legal counsel for one of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/recommends-independent-auditor" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell KCI HOMETOWN Team Requests City Restart the KCI Selection Process Amid Potential Conflicts of Interest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell KCI HOMETOWN Team Requests City Restart the KCI Selection Process Amid Potential Conflicts of Interest </h4> <p> </p><p>KANSAS CITY, Missouri (September 5, 2017) —<a href="http://kcilovethisplace.com/" target="_blank" rel="noopener">The Burns & McDonnell KCI HOMETOWN Team</a>is calling for the City to restart the selection process to pick a firm to design, build...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/requests-city-restart-selection-process" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="The Region's Most Prestigious Bond Firm Gives its Stamp of Approval to KCI HOMETOWN Team's Financial Proposal" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The Region's Most Prestigious Bond Firm Gives its Stamp of Approval to KCI HOMETOWN Team's Financial Proposal </h4> <p> </p><p>KANSAS CITY, Missouri (September 5, 2017) – With all of the undisclosed relationships and potential conflicts of interest related to City’s outside legal and financial...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/gilmore-bell-approve-kci-hometown-team-proposal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Speed, Experience and Innovation: Burns & McDonnell Bolsters Food and Consumer Products Team in Chicago" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Speed, Experience and Innovation: Burns & McDonnell Bolsters Food and Consumer Products Team in Chicago </h4> <p> </p><p><a href="#" title="Photos, video and support materials for media" rel="noopener">Photos, video and support materials for media</a></p> <p>CHICAGO (August 30, 2017) — From industrial mechanical contractor to family business owner to global operations executive to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/troy-kemp-bolsters-food-consumer-products-chicago" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Power Infrastructure Needs Drive Burns & McDonnell Expansion in Carolinas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Power Infrastructure Needs Drive Burns & McDonnell Expansion in Carolinas </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>CHARLOTTE, North Carolina (Aug. 28, 2017) — With many of the Power industry’s largest and most complex infrastructure upgrades...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/power-infrastructure-needs-drive-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes 11 Employee-Owners into Firm's Principal Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes 11 Employee-Owners into Firm's Principal Group </h4> <p> </p><p><a href="https://hubs.ly/H08skV80" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Aug. 24, 2017) — Exceptional performance, technical excellence and successful handling of advancing...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/11-promoted-into-principal-group" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Pacific Northwest Infrastructure Needs Drive Expansion for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Pacific Northwest Infrastructure Needs Drive Expansion for Burns & McDonnell </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>VANCOUVER, Washington (Aug. 23, 2017) — As infrastructure upgrades continue across the Pacific Northwest,<a href="https://www.burnsmcd.com/">Burns & McDonnell</a>is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pacific-northwest-infrastructure-drives-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Kyle Beebe to Lead Southern California Construction/Design-Build Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Kyle Beebe to Lead Southern California Construction/Design-Build Team </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BREA, California (Aug. 22, 2017) — As California continues to make major infrastructure upgrades across the state, Burns & McDonnell is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kyle-beebe-leads-california-construction-team" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="source-development-groundwater-supply, water, municipal-water-wastewater, water-supply-distribution"> <section class="project-image"> <section aria-label="Diverse Alternatives Keep Communities' Hopes Afloat" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Collateral/White%20Papers/Diverse-Alternatives-Keep-Communities-Hopes-Afloat-white-paper-burns-mcdonnell-01768-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Diverse Alternatives Keep Communities' Hopes Afloat </h4> <p> Long-term drought currently threatens the well-being of many communities. As water supplies face depletion, agriculture and industry struggle, businesses leave town, and... </p> </section> <a href="https://info.burnsmcd.com/diverse-alternatives-keep-communities-hopes-afloat-drought-planning-white-paper" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Public Support Grows for New Single-Terminal KCI" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Public Support Grows for New Single-Terminal KCI </h4> <p> </p><p>KANSAS CITY, Missouri (Aug. 17, 2017) — A new second round of polling shows a majority of likely Kansas City, Missouri, voters now support a new single-terminal KCI airport.<a href="http://kcilovethisplace.com/remington-research-group-conducted-an-ivr-survey-of-kansas-city-missouri-likely-2017-november-special-election-voters-august-13-through-august-14-2017/" target="_blank" rel="noopener">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/public-support-grows-for-new-single-terminal-kci" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell KCI HOMETOWN Team Announces Details of Proposed Community Benefit Agreement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell KCI HOMETOWN Team Announces Details of Proposed Community Benefit Agreement </h4> <p> </p><p>KANSAS CITY, Missouri (Aug. 16, 2017) — The<a href="http://kcilovethisplace.com/partners/" target="_blank" rel="noopener">Burns & McDonnell KCI HOMETOWN Team</a>provided details related to its proposed Community Benefit Agreement associated with...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kci-hometown-team-community-benefit-agreement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCI Hometown Team Shares Commitments Made to Selection Committee: Team Dedicated to Work with City to Evaluate all Financial Options" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCI Hometown Team Shares Commitments Made to Selection Committee: Team Dedicated to Work with City to Evaluate all Financial Options </h4> <p> </p><p>KANSAS CITY, Missouri (Aug. 15, 2017) — The Burns & McDonnell KCI HOMETOWN Team today confirmed its dedication to work with the City to evaluate all financing options...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/team-shares-commitments-to-selection-committee" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Complete Transparency: Burns & McDonnell KCI HOMETOWN Team Releases Full Proposal to Public Following Presentation to Airport Selection Committee" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Complete Transparency: Burns & McDonnell KCI HOMETOWN Team Releases Full Proposal to Public Following Presentation to Airport Selection Committee </h4> <p> </p><p>KANSAS CITY, Missouri (Aug. 14, 2017) — The Burns & McDonnell KCI HOMETOWN Team made its final pitch to the Kansas City Airport Selection Committee today and afterward...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kci-hometown-team-releases-full-proposal-to-public" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Design-Build Transportation Work Drives Omaha Growth for Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Transportation Work Drives Omaha Growth for Burns & McDonnell </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>OMAHA, Nebraska (Aug. 10, 2017) — Burns & McDonnell is establishing a<a href="https://www.burnsmcd.com/services/transportation">Transportation Group</a> in the firm’s<a href="https://www.burnsmcd.com/locations/omaha-neb">Omaha office</a>, gearing up to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-build-transportation-drives-omaha-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="From Classroom to Jobs: Kansas City Area Construction Organizations Launch All-New Training Program for Youth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> From Classroom to Jobs: Kansas City Area Construction Organizations Launch All-New Training Program for Youth </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Aug. 8, 2017) — The Builders’ Association, the Greater Kansas City Building Trades Association and several area...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/construction-orgs-launch-youth-training-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Environmental Services Team in the Southeast" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Environmental Services Team in the Southeast </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ATLANTA (Aug. 8, 2017) — With more than 20 years of environmental management and regulatory compliance experience,<a href="https://www.linkedin.com/in/tara-mccullen-723b756/" target="_blank" title="Tara McCullen LinkedIn Profile" rel="noopener">Tara McCullen</a>joins...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/tara-mccullen-expands-southeast-environmental" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Gears Up for 2017 Pan-Mass Challenge and Raises More Than $220,000 for the Dana-Farber Cancer Institute" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Gears Up for 2017 Pan-Mass Challenge and Raises More Than $220,000 for the Dana-Farber Cancer Institute </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials</a></p> <p>BOSTON (Aug. 3, 2017) – With nearly $1.5 million raised in support of the fight against cancer since 2008, Burns & McDonnell’s<a href="http://profile.pmc.org/TC0147" title="Burns McDonnell Team Courage Coneheads" target="_blank" rel="noopener">Team Courage...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/panmass-challenge-burns-mcdonnell-raises-220000" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="George Brett Endorses Burns & McDonnell Plan for Single-Terminal KCI" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> George Brett Endorses Burns & McDonnell Plan for Single-Terminal KCI </h4> <p> </p><p><a href="#" title="KCI George Brett media kit" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (August 1, 2017) – Kansas City Royals Hall of Famer George Brett has endorsed the Burns & McDonnell<a href="http://kcilovethisplace.com/" title="KCI Hometown Team" target="_blank" rel="noopener">KCI HOMETOWN...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/george-brett-endorses-kci-plan" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell KCI HOMETOWN Team Takes Over Power & Light District for Pep Rally and Information Sharing Event" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell KCI HOMETOWN Team Takes Over Power & Light District for Pep Rally and Information Sharing Event </h4> <p> </p><p><a href="#" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (July 27, 2017) — As<a href="https://www.burnsmcd.com/services/industries/aviation">Burns & McDonnell</a> enters the final turn in its drive to submit a comprehensive proposal for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kci-hometown-team-rally-event" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Transportation and Environmental Services Teams in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Transportation and Environmental Services Teams in Texas </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>FORT WORTH, Texas (July 26, 2017) — As Texas faces transportation infrastructure upgrades and ever-changing environmental regulations...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/transportation-environmental-team-in-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Independence Utilities Center Earns LEED Platinum Designation" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Independence Utilities Center Earns LEED Platinum Designation </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p><span>KANSAS CITY, Missouri (July 20, 2017) — Accolades for the Independence Utilities Center keep rolling in. The U.S. Green Building...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/independence-utilities-center-earns-leed-platinum" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Introduces 20 New KCI HOMETOWN Team Members for Proposed Single-Terminal KCI Project at Team Rally for Jobs" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Introduces 20 New KCI HOMETOWN Team Members for Proposed Single-Terminal KCI Project at Team Rally for Jobs </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (July 18, 2017) — Burns & McDonnell is adding 20 new Kansas City businesses to its roster to create a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hometown-team-members-for-kci" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Visionary in Utility and Grid Modernization" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Visionary in Utility and Grid Modernization </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (July 17, 2017) — A leading visionary and innovator in<a href="https://www.burnsmcd.com/services/electrical-transmission--distribution/grid-modernization">utility and grid modernization</a> has joined Burns &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/doug-houseman-visionary-utility-grid-modernization" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Rafael Pagan to Expand Transmission & Distribution Services in Mid-Atlantic Region" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Rafael Pagan to Expand Transmission & Distribution Services in Mid-Atlantic Region </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>WASHINGTON, D.C. (July 12, 2017) — With growing need to improve reliability to the electrical grid serving the Mid-Atlantic region,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expanding-mid-atlantic-transmission-distribution" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Upgrading Climate Control Systems for Nuclear Security Facilities" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Upgrading Climate Control Systems for Nuclear Security Facilities </h4> <p> </p><p>KANSAS CITY, Missouri (July 6, 2017) — Burns & McDonnell has secured a significant agreement extending the firm’s work in support of federal facilities and operations that...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/climate-control-systems-nuclear-facilities" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell and Flintco Team on Award-Winning District Energy Upgrade for University of Texas at Austin" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell and Flintco Team on Award-Winning District Energy Upgrade for University of Texas at Austin </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>AUSTIN, Texas (June 30, 2017) — The University of Texas at Austin has made major strides in rethinking energy efficiency during a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/award-winning-district-energy-upgrade-ut-austin" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Announces New Members of Architectural Design Team For New Single-Terminal KCI Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Announces New Members of Architectural Design Team For New Single-Terminal KCI Project </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (June 29, 2017) — Some of the most recognized Kansas City firms in architectural design for airport terminals and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/architectural-design-team-for-single-terminal-kci" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Northeastern Presence and Services with Greater Boston Office" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Northeastern Presence and Services with Greater Boston Office </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BOSTON (June 26, 2017) — After growing in the Northeast U.S. by 700 percent since 2007, Burns & McDonnell is expanding its workforce in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/boston-office-opens" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Claims No. 1 Spot on Engineering News-Record Texas & Louisiana's 2017 List of Top Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Claims No. 1 Spot on Engineering News-Record Texas & Louisiana's 2017 List of Top Design Firms </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>HOUSTON (June 22, 2017) — With an increase in comprehensive engineering, procurement and construction (EPC) solutions and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/top-ranking-enr-texas-louisiana-design-firms" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Reveals Members of Contractor Team for New Single-Terminal KCI Project" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Reveals Members of Contractor Team for New Single-Terminal KCI Project </h4> <p> </p><p>KANSAS CITY, Missouri (June 21, 2017) — Several prominent members of Kansas City’s contractor community are joining with Burns & McDonnell as part of an all-star team of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/contractor-team-for-kci-project" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named General Contractor of the Year by American Subcontractors Association" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named General Contractor of the Year by American Subcontractors Association </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (June 20, 2017) — The American Subcontractors Association of Kansas City (KCASA) has named Burns & McDonnell as...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kcasa-general-contractor-of-the-year" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Global Facilities Team in the Southeast with Promotion of Nathan Newman" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Global Facilities Team in the Southeast with Promotion of Nathan Newman </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ATLANTA (June 20, 2017) — Burns & McDonnell has promoted<a href="https://www.linkedin.com/in/ngnewman/" target="_blank" title="Nathan Newman LinkedIn profile" rel="noopener">Nathan Newman</a>to lead its expanding Global Facilities team in the Southeast....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expands-global-facilities-with-nathan-newman" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, commercial-retail-institutional" data-brand="" data-service="buildings, mission-critical-buildings, critical-power, pipeline-services, data-centers-switch-centers"> <section class="project-image"> <section aria-label="Natural Gas Is a Smart Choice for Data Center Backup Power — Even in Earthquake-Prone Areas" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Natural Gas Is a Smart Choice for Data Center Backup Power — Even in Earthquake-Prone Areas </h4> <p> </p> </section> <a href="https://info.burnsmcd.com/natural-gas-smart-choice-for-data-center-backup-power-white-paper" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="For the First Time, Public Support Behind New KCI Proposal; New Polling Shows Local Private Option as the Viable Solution" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> For the First Time, Public Support Behind New KCI Proposal; New Polling Shows Local Private Option as the Viable Solution </h4> <p> </p><p>KANSAS CITY, Missouri (June 13, 2017) — A new poll of Kansas City, Missouri residents shows a majority would support<a href="http://hubs.ly/H07PwhV0" target="_blank" title="Information about Burns & McDonnell KCI Airport plan" rel="noopener">Burns & McDonnell’s plan</a>to privately build and finance a...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/public-support-behind-new-kci-proposal" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="blog" data-industry="power, asset-planning-management" data-brand="1898-co." data-service="power, asset-planning-management"> <section class="project-image"> <section aria-label="Bringing Data Centers Into Site: Choosing a Strategic Location for Data Center Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/CORP_AmplifiedPerspectives/assets/datacenters/PH-data-five-keys.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Bringing Data Centers Into Site: Choosing a Strategic Location for Data Center Development </h4> <p> Data center site selection processes must evaluate specific features that affect cost and schedule to deliver a competitive and strategic advantage. </p> </section> <a href="https://1898blog.burnsmcd.com/bringing-data-centers-into-site-choosing-strategic-location" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Ravikanth Varanasi to Expand Business Consulting Services in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Ravikanth Varanasi to Expand Business Consulting Services in Texas </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p><span>HOUSTON (May 30, 2017) — With a continued focus on strengthening and building the electrical infrastructure in the South, Burns &...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/varanasi-expand-business-consulting-texas" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Welcomes Competitive Proposals for a New KCI" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Welcomes Competitive Proposals for a New KCI </h4> <p> </p><p>KANSAS CITY, Missouri (May 30, 2017) — Burns & McDonnell welcomes the city’s decision to open the door to a competitive process for a new terminal at KCI. Burns & McDonnell...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/welcomes-competitive-proposals-for-new-kci" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Working with Park University in Comprehensive Upgrade of Main Campus Food Service Facility" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Working with Park University in Comprehensive Upgrade of Main Campus Food Service Facility </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 17, 2017) — Park University students attending its flagship campus in Parkville, Missouri, will soon have...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/park-university-food-service-upgrade" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="A First of Its Kind in the Nation: City of Kansas City, Missouri, Partners with Private Companies to Design, Build and Finance a New One-Terminal Airport" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> A First of Its Kind in the Nation: City of Kansas City, Missouri, Partners with Private Companies to Design, Build and Finance a New One-Terminal Airport </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 12, 2017) — After challenging Kansas City business leaders to step up and help determine the future of the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/kc-partnership-private-funding-of-airport" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Environmental Industry Thought Leader Rick Cramer Joins Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Environmental Industry Thought Leader Rick Cramer Joins Burns & McDonnell </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 11, 2017) —<a href="https://www.burnsmcd.com/">Burns & McDonnell</a>is expanding its<a href="https://www.burnsmcd.com/services/industries/environmental">Environmental Services</a>team with the hiring of Rick Cramer....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/environmental-industry-leader-joins-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="project-profile" data-industry="environmental" data-brand="burns-mcdonnell" data-service="environmental, environmental-studies-permitting, permitting, mitigation-banking, ecological-studies-protected-species, wetland-permitting-design"> <section class="project-image"> <section aria-label="Watershed Moment for Colorado" class="project-image-image" style="background-image: url('')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Watershed Moment for Colorado </h4> <p> </p> </section> <a href="https://info.burnsmcd.com/mitigationbankingusa/projects/park-creek-station-wetland-mitigation-bank" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Retains No. 1 Power Ranking on Engineering News-Record 2017 List of Top Design Firms" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Retains No. 1 Power Ranking on Engineering News-Record 2017 List of Top Design Firms </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 5, 2017) — A continued surge of electric transmission and distribution projects to improve reliability and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/retains-top-2017-enr-power-ranking" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="No. 1 Transmission and Distribution Firm in North America Opens Its First Office in the United Kingdom" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> No. 1 Transmission and Distribution Firm in North America Opens Its First Office in the United Kingdom </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BIRMINGHAM, ENGLAND (May 3, 2017) — With 119 years of experience building power and public infrastructure in the United States and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-opens-uk-office" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Simple Machines at Play Exhibit Opens at Science City, Inspired by Elementary School Winners of the Burns & McDonnell Battle of the Brains" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Simple Machines at Play Exhibit Opens at Science City, Inspired by Elementary School Winners of the Burns & McDonnell Battle of the Brains </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p><span>KANSAS CITY, Missouri (May 2, 2017) — Nine elementary students led a marching band and nearly 500 of their classmates and teachers into...</span></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/simple-machines-at-play-exhibit-opens" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Delivers Award-Winning Command and Control Facility for U.S. Navy" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Delivers Award-Winning Command and Control Facility for U.S. Navy </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ATLANTA (April 25, 2017) — In today’s era of military preparedness, real-time intelligence and surveillance is more important than...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/navy-facility-wins-georgia-acec-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Water, Wastewater Team Expands in Atlanta" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Water, Wastewater Team Expands in Atlanta </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>ATLANTA, Georgia (April 12, 2017) — Burns & McDonnell is expanding its Atlanta-based engineering, design and construction team to...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/water-wastewater-team-expands-in-atlanta" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Manager Joins Oklahoma Community Leadership Development Program" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Manager Joins Oklahoma Community Leadership Development Program </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>OKLAHOMA CITY (April 4, 2017) —<a href="https://www.linkedin.com/in/aslotterback/" target="_blank" rel="noopener">Andrew Slotterback</a>, who works with Oklahoma communities to deliver successful water and wastewater...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/manager-joins-ok-cld-program" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Completes Big Bend Solar Project for Tampa Electric" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Completes Big Bend Solar Project for Tampa Electric </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 29, 2017) — Burns & McDonnell met substantial completion requirements on March 1 for commercial operation...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/big-bend-solar-project-for-tampa-electric-complete" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fortune Names Burns & McDonnell the 16th Best Company to Work For in the U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fortune Names Burns & McDonnell the 16th Best Company to Work For in the U.S. </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (March 9, 2017) — After surveying more than 230,000 employees from firms across the country on their workplace...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fortune-names-firm-best-company-to-work-for" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expanding Team in Oklahoma City for Water, Wastewater Work" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expanding Team in Oklahoma City for Water, Wastewater Work </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>OKLAHOMA CITY, Oklahoma (Feb. 21, 2017) — Burns & McDonnell is expanding its engineering, design and construction team in Oklahoma City...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/expanding-in-oklahoma-city-for-water-wastewater" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Electrical Transmission & Distribution Team in Orlando" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Electrical Transmission & Distribution Team in Orlando </h4> <p> </p><p><a href="#" title="Photos and support material for media" rel="noopener">Photos and support material for media</a></p> <p>ORLANDO, Florida (Feb. 7, 2017) — With a continued focus on strengthening and building the electrical infrastructure in the Southeast,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/electrical-td-team-expands-in-orlando" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Promotes Two Senior Executives, Expands Officer Group" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Promotes Two Senior Executives, Expands Officer Group </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (Feb. 1, 2017) — Ray Kowalik, chairman and CEO of Burns & McDonnell, announces two key promotions and the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2017-officer-promotions" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Paul Sherman to Lead Mitigation Bank Acquisition and Planning" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Paul Sherman to Lead Mitigation Bank Acquisition and Planning </h4> <p> </p><p><a href="http://hubs.ly/H05SY0n0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>BREA, California (Jan. 12, 2017) —<a href="http://hubs.ly/H05RnPF0" target="_blank" title="Paul Sherman LinkedIn Profile" rel="noopener">Paul Sherman</a>has joined<a href="https://www.burnsmcd.com/">Burns & McDonnell</a>to lead the firm’s national mitigation bank acquisition...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/paul-sherman-leads-mitigation-bank-acquisition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ray Kowalik Becomes CEO of Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ray Kowalik Becomes CEO of Burns & McDonnell </h4> <p> </p><p><a href="http://hubs.ly/H05MTrY0" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Jan. 4, 2017) — Ray Kowalik is starting the New Year with a new role and perhaps the biggest challenge of his...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ray-kowalik-becomes-ceo-of-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power, telecommunications" data-brand="1898-co., burns-mcdonnell" data-service="electric-utility-cybersecurity, telecommunications, electrical-transmission-distribution, smart-energy, communication-site-infrastructure"> <section class="project-image"> <section aria-label="Securing the Supply Chain" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BTS_SLO_GridSecCon_07144/Hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Securing the Supply Chain </h4> <p> The advance of smart grids, smart devices and increasingly interconnected systems provides exceptional potential to improve efficiency and operational excellence for the... </p> </section> <a href="https://info.burnsmcd.com/white-paper/securing-the-supply-chain" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="City Leaders Share How the Vision of Retiring CEO Greg Graves Extended Outside Burns & McDonnell to Impact the City He Loves" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> City Leaders Share How the Vision of Retiring CEO Greg Graves Extended Outside Burns & McDonnell to Impact the City He Loves </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (Dec. 29, 2016) — In just a matter of days, retiring Burns & McDonnell CEO Greg Graves will walk away from his...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/greg-graves-vision-for-kansas-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Positions for Growth in Washington, D.C." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Positions for Growth in Washington, D.C. </h4> <p> </p><p><a href="http://hubs.ly/H05CdZ40" target="_blank" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>WASHINGTON, D.C. (Dec. 20, 2016) — With plans to double in size within the next year, Burns & McDonnell has relocated its Fulton,...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-positions-for-growth-in-washington-dc" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Bolsters Routing, Siting and Permitting Services with Addition of Project Manager Serving Clients in Upper Midwest" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Bolsters Routing, Siting and Permitting Services with Addition of Project Manager Serving Clients in Upper Midwest </h4> <p> </p><p><a title="Photos and support materials for media" href="#" rel="noopener">Photos and support materials for media</a></p> <p>CINCINNATI, Ohio (Dec. 15, 2016) —<a title="James Nicholas LinkedIn Profile" href="http://hubs.ly/H05rnZY0" target="_blank" rel="noopener">James Nicholas</a>has joined Burns & McDonnell as a project manager in the Environmental Studies &...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/pm-serves-clients-in-upper-midwest" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Grows Environmental Studies & Permitting Team" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Grows Environmental Studies & Permitting Team </h4> <p> </p><p><a href="#" title="Media materials" rel="noopener">Photos and support materials for media</a></p> <p>CONSHOHOCKEN, Pennsylvania (Dec. 14, 2016) —<a href="http://hubs.ly/H05sR2X0" title="Erica Bowyer-Grason LinkedIn Profile" target="_blank" rel="noopener">Erica Bowyer-Grason</a>has joined<a href="https://www.burnsmcd.com/locations/philadelphia">Burns & McDonnell</a>in the Northeast as a project manager. In...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/erica-bowyer-grason-joins-firm-as-project-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Inc. Acquires AZCO INC." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Inc. Acquires AZCO INC. </h4> <p> </p><p><a href="http://hubs.ly/H05tXjR0" target="_blank" title="Materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Dec. 13, 2016) — After collaborating on projects for several decades,<a href="https://www.burnsmcd.com/insightsnews/in-the-news/2016/05/ranks-no-1-in-electrical-power-industry">Burns & McDonnell, ranked No. 1 in the...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-acquires-azco" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Operations in Pennsylvania" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Operations in Pennsylvania </h4> <p> </p><p><a href="http://hubs.ly/H05wN4K0" target="_blank" title="Media materials related to expanding Pennsylvania office" rel="noopener">Photos and support materials for media</a></p> <p>CONSHOHOCKEN, Pennsylvania (Dec. 12, 2016) — After growing in the Northeast U.S. by 700 percent since 2007, Burns & McDonnell is...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-expands-operations-in-pennsylvania" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Environmental Scientist for Studies and Pipelines Permitting" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Environmental Scientist for Studies and Pipelines Permitting </h4> <p> </p><p><a href="http://hubs.ly/H05tYgY0" target="_blank" title="Media materials" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Dec. 8, 2016) —<a href="http://hubs.ly/H05pw4Q0" target="_blank" title="Darren Bishop LinkedIn Profile" rel="noopener">Darren Bishop</a>, a project manager with more than 16 years of experience on infrastructure...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/environmental-scientist-for-pipeline-permitting" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ACEC Colorado Recognizes Burns & McDonnell with 2017 Engineering Excellence Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ACEC Colorado Recognizes Burns & McDonnell with 2017 Engineering Excellence Awards </h4> <p> </p><p><a href="http://hubs.ly/H05lP4_0" target="_blank" rel="noopener">Photos and support materials for media</a></p> <p>DENVER, Colorado (Dec. 6, 2016) —<a href="https://www.burnsmcd.com/locations/denver" title="Burns & McDonnell Denver Office">Burns & McDonnell</a>was recognized at the American Council of Engineering Companies of Colorado (ACEC...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/acec-colorado-recognizes-firm" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Lifting Bridges Is Making Room for More Freight on the Kansas Turnpike" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Lifting Bridges Is Making Room for More Freight on the Kansas Turnpike </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Nov. 28, 2016) — Design and construction crews are making room for more freight trucks on the Interstate 35...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/lifting-bridges-is-making-room-for-more-freight" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Iberdrola Presents Supplier of the Year Awards" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Iberdrola Presents Supplier of the Year Awards </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>(Nov. 17, 2016) <span>Iberdrola has awarded purchases of 10,500 million euros to more than 20,000 suppliers worldwide in 2016.</span></p> <ul> <li>Mitsubishi...</li> </ul> <p></p> </section> <a href="https://www.burnsmcd.com/news/iberdrola-presents-supplier-of-the-year-awards" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Operations in Northeast U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Operations in Northeast U.S. </h4> <p> </p><p><a href="#" title="Northeast growth information" rel="noopener">Photos and support materials for media</a></p> <p>WALLINGFORD, Connecticut (Nov. 15, 2016) — After acquiring a dozen major new projects in the Northeast U.S. within the past three years,</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-expands-operations-in-northeast-us" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Riverton Power Station Recognized for Zero Injury Safety Record" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Riverton Power Station Recognized for Zero Injury Safety Record </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Nov. 14, 2016) — Burns & McDonnell, The Empire District Electric Co. and the Southeast Kansas Building and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/zero-injury-award-for-riverton-power-station" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Hires Construction Industry Leader to Join Construction/Design-Build Group in New England" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Hires Construction Industry Leader to Join Construction/Design-Build Group in New England </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>WALLINGFORD, Connecticut (Nov. 11, 2017) — Earle Cianchette, a 30-year construction management veteran, joins the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-hires-construction-industry-leader-in-neo" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Opens Office in Mexico City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Opens Office in Mexico City </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>HOUSTON, Texas (Nov. 10, 2016) — Burns & McDonnell has established a permanent, long-term presence in Mexico with the opening of an...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/burns-mcdonnell-opens-office-in-mexico-city" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="transportation" data-brand="burns-mcdonnell" data-service="engineering, major-river-crossings, highways, bridges, highway-bridges"> <section class="project-image"> <section aria-label="Traffic Flows Freely Over the Daniel Boone Bridge Expansion" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/TRN_KCM_TrafficFlowsFreelyOverDanielBooneBridge_27538%2012218/Traffic-Flows-Freely-Over-Daniel-Boone-Bridge-Expansion-case-study-27538-header.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Traffic Flows Freely Over the Daniel Boone Bridge Expansion </h4> <p> In 1937, the new two-lane Daniel Boone Bridge over the Missouri River was more than enough to serve travelers coming to and from St. Charles and St. Louis counties. Since... </p> </section> <a href="https://info.burnsmcd.com/case-study/traffic-flows-freely-over-the-daniel-boone-bridge-expansion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Positions for Rapid Growth with Move to Pier 1 Imports Building in Fort Worth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Positions for Rapid Growth with Move to Pier 1 Imports Building in Fort Worth </h4> <p> </p><p><a href="#" title="Photos and support material for media" rel="noopener">Photos and support material for media</a></p> <p>FORT WORTH, Texas (October 27, 2016) — After growing locally by 540 percent since opening regional offices in North Texas in 2010,<a href="https://www.burnsmcd.com/">Burns...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/fort-worth-office-move-and-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Moves to Central Arts District in Phoenix to Accommodate Growth" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Moves to Central Arts District in Phoenix to Accommodate Growth </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>PHOENIX, Arizona (Oct. 26, 2016) — After growing locally by 300 percent since 2012,<a href="https://www.burnsmcd.com/locations/phoenix">Burns & McDonnell</a>is relocating its expanding...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/office-moves-to-central-arts-district-in-phoenix" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="World Headquarters Named Mid-America Region Project of the Year by Design-Build Institute of America" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> World Headquarters Named Mid-America Region Project of the Year by Design-Build Institute of America </h4> <p> </p><p><a href="#" title="Photos and support materials for media - 9450 Ward Parkway project" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Oct. 21, 2016) — The recently completed Burns & McDonnell world headquarters at 9450 Ward Parkway has been named...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/world-headquarters-wins-dbia-recognition" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="oil-gas-chemicals, manufacturing-industrial, environmental" data-brand="burns-mcdonnell" data-service="engineering, exploration-production, pipeline-services, environmental, environmental-engineering, environmental-health-safety-(ehs)-compliance, manufacturing-industrial-facilities, multimedia-compliance-audits"> <section class="project-image"> <section aria-label="Implementing Spill Prevention Control and Countermeasures Plans" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/ENS_%20ImplementingSpillPreventionControl_06463/SpillPreventionHero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Implementing Spill Prevention Control and Countermeasures Plans </h4> <p> Developing and following a Spill Prevention Control and Countermeasure program is critical to many industries for avoiding public health hazards and preventing environmental... </p> </section> <a href="https://info.burnsmcd.com/white-paper/spill-prevention-control-and-countermeasures" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Awarded Commissioning Services Contract for New National Geospatial-Intelligence Agency Campus in St. Louis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Awarded Commissioning Services Contract for New National Geospatial-Intelligence Agency Campus in St. Louis </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>ST. LOUIS, Missouri (Oct. 17, 2016) — Burns & McDonnell has been awarded a $9.5 million indefinite delivery indefinite quantity (IDIQ)...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-awarded-commissioning-services-contract" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranks 3rd on 2016 MEP Commissioning Giants Survey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranks 3rd on 2016 MEP Commissioning Giants Survey </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>CHICAGO, Illinois (Oct. 13, 2016) — Burns & McDonnell has moved up to No. 3 on the 2016<a href="http://www.csemag.com/single-article/2016-commissioning-giants/4dce871aba1002e2f54696dd9a6588f9.html?tx_ttnews%5BsViewPointer%5D=1" target="_blank" rel="noopener">MEP Commissioning Giants</a>survey by...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-ranks-3rd-on-2016-commissioning-giants-survey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Builds Environmental Team with Manager Known for Leading Large-Scale Environmental Construction and Remediation Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Builds Environmental Team with Manager Known for Leading Large-Scale Environmental Construction and Remediation Projects </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>WALLINGFORD, Connecticut (Oct. 11, 2016) — Don Schriber has joined Burns & McDonnell as manager of business development in the firm’s...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/environmental-team-grows-with-additional-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Firm Wins EPC Contract for 225-MW Fast-Start Power Facility in Denton, Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Firm Wins EPC Contract for 225-MW Fast-Start Power Facility in Denton, Texas </h4> <p> </p><p><a href="#" title="Materials for media use for Denton power facility news" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (Oct. 7, 2016) — The City of Denton, Texas, has awarded a contract to Burns & McDonnell for comprehensive...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-wins-epc-contract-for-texas-facility" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Wins Engineer-Procure-Construct Contract from SaskPower for the New Chinook Power Station in Southwest Saskatchewan" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Wins Engineer-Procure-Construct Contract from SaskPower for the New Chinook Power Station in Southwest Saskatchewan </h4> <p> </p><p><a href="#" title="Photos and support materials for media - SaskPower Chinook Power Station Award" rel="noopener">Photos and support materials for media</a></p> <p>CALGARY, Alberta (Sept. 28, 2016) — SaskPower has awarded a contract to Burns & McDonnell for comprehensive engineer-procure-construct...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/epc-contract-from-saskpower" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Adds Strength in Mission-Critical Market with Hiring of Leader in Design and Construction" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Adds Strength in Mission-Critical Market with Hiring of Leader in Design and Construction </h4> <p> </p><p><a href="#" title="Robert Bonar news release materials" rel="noopener">Photos and support materials for media.</a></p> <p>SAN FRANCISCO, California (Sept. 22, 2016) — Robert Bonar has joined Burns & McDonnell as regional global practice manager in San...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/firm-adds-strength-in-mission-critical-market" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Now Ranks in the Top 3 in the 2016 MEP Giants Survey" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Now Ranks in the Top 3 in the 2016 MEP Giants Survey </h4> <p> </p><p><a href="#" title="Information for press on MEP ranking" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (Sept. 13, 2016) — Burns & McDonnell has moved up to No. 3 on<em>Consulting-Specifying Engineer</em>(<em>CSE</em>) magazine’s<a href="http://www.csemag.com/single-article/mep-giants-revenue-shifts/89be1496cae0f2b52aef861a36361128.html" target="_blank" title="2016 MEP Giants " rel="noopener">...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/top-3-in-mep-giants-survey" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Principals Named at Burns & McDonnell in Kansas City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Principals Named at Burns & McDonnell in Kansas City </h4> <p> </p><p><a href="#" title="Media information for principals announcement" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (Sept. 9, 2016) — Burns & McDonnell has promoted seven individuals to the position of principal at its World...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-principals-named" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="white-paper" data-industry="power" data-brand="burns-mcdonnell" data-service="renewables, energy-storage, grid-modernization, distributed-energy-resources"> <section class="project-image"> <section aria-label="Investing in a Dynamic Grid" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/BenchMark2018_Q4_07389/Linked%20Content/1004070872PL.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Investing in a Dynamic Grid </h4> <p> Energy storage continues to emerge as a reliable and resilient resource to improve grid management options for utilities. It’s a complementary and natural component of a... </p> </section> <a href="https://info.burnsmcd.com/white-paper/investing-in-a-dynamic-grid" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Jim Coll Brings Unique Perspective on Water Infrastructure Improvements to Burns & McDonnell as Senior Project Manager for National Water Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Jim Coll Brings Unique Perspective on Water Infrastructure Improvements to Burns & McDonnell as Senior Project Manager for National Water Projects </h4> <p> </p><p><a href="#" title="Jim Coll news release materials" rel="noopener">Photos and support materials for media.</a></p> <p>ST. LOUIS, Missouri (Sept. 8, 2016) — Jim Coll has joined Burns & McDonnell in St. Louis, where he will develop and oversee programs...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/jim-coll-water-infrastructure-improvements" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Design-Build Bill Becomes Law in Missouri" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Design-Build Bill Becomes Law in Missouri </h4> <p> </p><p><a href="#" title="Photos and support materials for media" rel="noopener">Photos and support materials for media.</a></p> <h2>Missouri Public Agencies Now Have Option for a Faster, Less Expensive, Quality Construction Process Thanks to New Design-Build...</h2> <p></p> </section> <a href="https://www.burnsmcd.com/news/design-build-bill-becomes-law-in-missouri" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Continues Strong Growth in Chicago with Promotion of New Energy Leader" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Continues Strong Growth in Chicago with Promotion of New Energy Leader </h4> <p> </p><p><a href="#" title="Photos and support materials for press release" rel="noopener">Photos and support materials for media.</a></p> <p>CHICAGO, Illinois (Aug. 22, 2016) —<a href="http://hubs.ly/H044n7L0" target="_blank" title="Patricia Scroggin LinkedIn Profile" rel="noopener">Patricia Scroggin</a>has been promoted to lead an expanded power group for Burns & McDonnell out of...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/chicago-growth-continues-with-scroggin-promotion" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="John Maranowicz Joins Burns & McDonnell as Construction Design-Build Leader" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> John Maranowicz Joins Burns & McDonnell as Construction Design-Build Leader </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>CHICAGO, Illinois (Aug. 16, 2016) — John Maranowicz, an experienced construction executive who has overseen multiple billion-dollar...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/john-maranowicz-joins-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="case-study" data-industry="government-military, water" data-brand="burns-mcdonnell" data-service="construction, design-build-for-water-wastewater-infrastructure, water, municipal-water-wastewater, advanced-water-wastewater-treatment"> <section class="project-image"> <section aria-label="An Efficient Design-Build Approach Saves Time and Money" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/WTR_KCM_LongmontPursuit_15244_CS_MicrofiltrationMembraneWaterTreatmentPlant/Efficient-Design-Build-Approach-Saves-Time-Money-case-study-11190-hero.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> An Efficient Design-Build Approach Saves Time and Money </h4> <p> Westminster, Colorado, needed a new water treatment plant (WTP) to manage increased demand for water. When cost estimates for a 10 million-gallons-perday (MGD) plant exceeded... </p> </section> <a href="https://info.burnsmcd.com/case-study/microfiltration-membrane-water-treatment-plant" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Study Will Quantify MSW Recycled Material and Its Economic Impacts in Texas" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Study Will Quantify MSW Recycled Material and Its Economic Impacts in Texas </h4> <p> </p><p>AUSTIN, Texas (Aug. 3, 2016) — A statewide survey will be launched August 15th that seeks to quantify the amount of recycling occurring throughout Texas and will assess the...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/study-will-quantify-msw-recycled-material" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Delivers A380 Gate Project at Chicago's O'Hare International Airport on Time and Under Budget" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Delivers A380 Gate Project at Chicago's O'Hare International Airport on Time and Under Budget </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>CHICAGO (July 22, 2016) — Burns & McDonnell representatives joined Chicago Department of Aviation (CDA) officials this week in...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/a380-gate-project-at-ohare" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Firm Ranks No. 1 Among Firms Serving T&D, Power Industries" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Firm Ranks No. 1 Among Firms Serving T&D, Power Industries </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (July 19, 2016) — The continued transformation of the power industry toward a more flexible and reliable power...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/no-1-rank-in-td-power-industries" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell to Lead Groundbreaking Green Omni Terminal Project for Pasha Stevedoring & Terminals at the Port of Los Angeles" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell to Lead Groundbreaking Green Omni Terminal Project for Pasha Stevedoring & Terminals at the Port of Los Angeles </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>BREA, California (July 18, 2016) — Burns & McDonnell is providing design-build engineering and overall project management services for...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/green-omni-terminal-for-pasha-stevedoring" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named as One of the Top Workplaces For Millennials and Gen Xers in the U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named as One of the Top Workplaces For Millennials and Gen Xers in the U.S. </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (June 28, 2016) — After surveying more than 109,000 Gen Xers and 88,000 Millennials, Great Place to Work<sup>®</sup>and<em>...</em></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/top-workplace-millennials-gen-xers" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Named Number 2 Top Workplace Among Medium-Sized Companies in Greater St. Louis" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Named Number 2 Top Workplace Among Medium-Sized Companies in Greater St. Louis </h4> <p> </p><p>ST. LOUIS, Missouri (June 27, 2016) — Burns & McDonnell has placed second among medium sized businesses in<em>The St. Louis Post-Dispatch</em>ranking of 2016<a href="http://www.topworkplaces.com/frontend.php/regional-lists" target="_blank" rel="noopener">Top Workplaces</a>. The Top...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/number-2-workplace-in-greater-st-louis" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Expands Leadership Team for Oil and Gas Infrastructure Project Development" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Expands Leadership Team for Oil and Gas Infrastructure Project Development </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>HOUSTON, Texas (June 10, 2016) — Despite volatile energy prices, the need for increasingly robust oil and natural gas transmission and...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/leadership-team-expands-for-oil-gas-infrastructure" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Opening of the New Headquarters Building Reflects Firm's Growth, Culture and Passion for Design-Build" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Opening of the New Headquarters Building Reflects Firm's Growth, Culture and Passion for Design-Build </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (May 19, 2016) — Less than two years after breaking ground on a once-blighted, 17.5-acre site adjacent to its...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/building-reflects-firm-growth" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Hydro One Selects Burns & McDonnell for Multiyear Contract to Optimize Program Management Services" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Hydro One Selects Burns & McDonnell for Multiyear Contract to Optimize Program Management Services </h4> <p> </p><p><a href="http://hubs.ly/H02_rbF0" target="_blank" rel="noopener">Photos and support materials for media.</a></p> <p>TORONTO (May 12, 2016) — Burns & McDonnell was recently awarded a contract from Hydro One to provide construction<a href="https://www.burnsmcd.com/notfound?item=web%3a%7bB25444C0-6002-45AC-B216-549D10F6EA0A%7d%40en">program management</a>...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/hydro-one-selects-burns-mcdonnell" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="ENR Ranks Firm No. 1 in Electrical Power Industry" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> ENR Ranks Firm No. 1 in Electrical Power Industry </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media</a></p> <p>KANSAS CITY, Missouri (May 3, 2016) — Burns & McDonnell climbed three spots to No. 14 on the prestigious<a href="http://www.enr.com/articles/39333-top---design-firms---most-markets-on-the-rise" target="_blank" rel="noopener"><em>Engineering News-Record (ENR)</em>...</a></p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranks-no-1-in-electrical-power-industry" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Joel Farrier Joins Firm as Strategic Business Growth Leader for Western U.S." class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Joel Farrier Joins Firm as Strategic Business Growth Leader for Western U.S. </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>BREA, California (March 21, 2016) — Joel Farrier has joined Burns & McDonnell, where he will focus on broadening relationships with...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/farrier-new-strategic-business-growth-leader" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Team Wins 2016 Craftsmanship Award from Washington Building Congress" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Team Wins 2016 Craftsmanship Award from Washington Building Congress </h4> <p> </p><p><a href="#" rel="noopener">Photos and support materials for media.</a></p> <p>KANSAS CITY, Missouri (March 16, 2016) — In today’s economy, uninterrupted, high-quality voice and data communications are a must....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/2016-craftsmanship-award" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Burns & McDonnell Ranked 16th Best Place to Work in the Country" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Burns & McDonnell Ranked 16th Best Place to Work in the Country </h4> <p> </p><p>KANSAS CITY, Missouri (March 3, 2016) — For the sixth year, Burns & McDonnell is gaining national recognition for its<a href="https://www.burnsmcd.com/careers/meet-our-people">exemplary corporate culture</a>. After judges spent months...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ranked-16th-by-fortune" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Stephen Kane promoted to vice president in Burns & McDonnell California" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Stephen Kane promoted to vice president in Burns & McDonnell California </h4> <p> </p><p>BREA, California — Stephen Kane has been promoted to the position of vice president for Burns & McDonnell in California. Kane serves as project director for multiple clients...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/stephen-kane-promoted-to-vp-in-california" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Firm Names Two New Officers in Houston" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Firm Names Two New Officers in Houston </h4> <p> </p><p>HOUSTON, Texas — Allen Xi and Ed Anello have been promoted to senior leadership positions in Burns & McDonnell’s Houston office.</p> <p>Allen Xi has been promoted to senior vice...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/two-new-officers-in-houston" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Mark Lichtwardt Promoted to Senior Vice President" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Mark Lichtwardt Promoted to Senior Vice President </h4> <p> </p><p>DENVER, Colorado — Mark Lichtwardt has been promoted to senior vice president at Burns & McDonnell. He remains general manager of the firm’s Denver office, a post he has held...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/mark-lichtwardt-promoted-to-senior-vice-president" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ken Gerling Promoted to Vice President of Transmission Projects" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ken Gerling Promoted to Vice President of Transmission Projects </h4> <p> </p><p>KANSAS CITY, Missouri — Ken Gerling has been promoted to vice president of transmission projects within the Transmission & Distribution Group at Burns & McDonnell.</p> <p>During...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ken-gerling-named-vp-of-transmission-projects" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="David P. Daley Joins as Leader of Power Generation Group in Houston" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> David P. Daley Joins as Leader of Power Generation Group in Houston </h4> <p> </p><p>HOUSTON, Texas — David Daley has joined Burns & McDonnell as leader of a new group in Houston focusing on development of power generation projects. Daley has an extensive...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/david-daley-to-lead-power-group-in-houston" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Gene Sieve Promoted to Vice President at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Gene Sieve Promoted to Vice President at Burns & McDonnell </h4> <p> </p><p>MINNEAPOLIS, Minnesota — Gene Sieve has been promoted to vice president of the Minneapolis-St. Paul office of Burns & McDonnell. The office he opened in 2007 now has nearly...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/gene-sieve-promoted-to-vice-president" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Dotun Famakinwa Named Practice Manager for T&D in Atlanta" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Dotun Famakinwa Named Practice Manager for T&D in Atlanta </h4> <p> </p><p>ATLANTA, Georgia — Dotun Famakinwa has been promoted to the position of Transmission & Distribution practice manager for Burns & McDonnell's Atlanta regional office....</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/dotun-famakinwa-named-practice-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Virginia Business: Employees Are the Owners" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Virginia Business: Employees Are the Owners </h4> <p> </p> </section> <a href="https://www.virginiabusiness.com/article/employees-are-the-owners/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Fox4: Elementary school students inspire new exhibit at Science City" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Fox4: Elementary school students inspire new exhibit at Science City </h4> <p> </p> </section> <a href="https://fox4kc.com/news/education/elementary-school-students-inspire-new-exhibit-at-science-city/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Midwest Contractor: Firm Engages Aconex in Enterprise Agreement" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Midwest Contractor: Firm Engages Aconex in Enterprise Agreement </h4> <p> </p> </section> <a href="https://www.acppubs.com/articles/2746-burns-mcdonnell-engages-aconex-in-enterprise-agreement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="EC&M: Solving the Skilled Labor Shortage" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> EC&M: Solving the Skilled Labor Shortage </h4> <p> </p> </section> <a href="https://www.ecmweb.com/construction/business-management/article/20900939/solving-the-skilled-labor-shortage" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="IHS Engineering360: Education & Training - Beyond Theory" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> IHS Engineering360: Education & Training - Beyond Theory </h4> <p> </p> </section> <a href="https://insights.globalspec.com/article/1975/beyond-theory-bringing-engineering-experience-to-the-classroom" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KC Business Journal: Burns & McDonnell makes two more changes at top" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KC Business Journal: Burns & McDonnell makes two more changes at top </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/01/21/burns-mcdonnell-leadership-changes.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="New Leadership Named for Construction/Design-Build, Environmental Groups" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> New Leadership Named for Construction/Design-Build, Environmental Groups </h4> <p> </p><p>KANSAS CITY, Mo. (Jan. 21, 2016) — New leaders have been named for Burns & McDonnell’s Construction/Design-Build (CDB) and Environmental groups.</p> <p>Randy Griffin has succeeded...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/new-leadership-for-cdb-env" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KC Business Journal: Incoming Burns & Mac CEO likes nimble, entrepreneurial spirit" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KC Business Journal: Incoming Burns & Mac CEO likes nimble, entrepreneurial spirit </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/print-edition/2016/01/15/incoming-burns-mac-ceo-likes-nimble.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KC Business Journal: Incoming Burns & McDonnell CEO sees no limits on what firm can do" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KC Business Journal: Incoming Burns & McDonnell CEO sees no limits on what firm can do </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/01/11/burns-mcdonnell-ceo-ray-kowalik.html?s=print" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ray Kowalik to Take the Helm of Burns & McDonnell in 2017" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ray Kowalik to Take the Helm of Burns & McDonnell in 2017 </h4> <p> </p><p>KANSAS CITY, Mo. (Jan. 11, 2016) — A week after Burns & McDonnell Chairman and CEO Greg Graves announced he would retire at the end of 2016, he revealed to employee-owners...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ray-kowalik-to-take-the-helm-in-2017" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KCUR: Burns & McDonnell Announces New CEO" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KCUR: Burns & McDonnell Announces New CEO </h4> <p> </p> </section> <a href="https://www.kcur.org/arts-life/2016-01-11/burns-mcdonnell-announces-new-ceo#stream/0" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Denys Stavnychyi Joins Burns & McDonnell as Pipeline Project Manager in Houston" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Denys Stavnychyi Joins Burns & McDonnell as Pipeline Project Manager in Houston </h4> <p> </p><p>HOUSTON, Texas — Denys Stavnychyi has joined Burns & McDonnell in Houston as a pipeline project manager. A mechanical engineer and native of Ukraine, Stavnychyi brings an...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/denys-stavnychyi-is-pipeline-project-manager" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Waste360: Landfill Tipping Fees See Minimal Increases" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Waste360: Landfill Tipping Fees See Minimal Increases </h4> <p> </p> </section> <a href="https://www.waste360.com/operations/landfill-tipping-fees-see-minimal-increases" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="Ingram's: Ray Kowalik Named CEO-Elect at Burns & McDonnell" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> Ingram's: Ray Kowalik Named CEO-Elect at Burns & McDonnell </h4> <p> </p> </section> <a href="https://ingrams.com/article/ray-kowalik-named-ceo-elect-at-burns-mcdonnell/" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="KC Business Journal: Graves: " it's the next persons turn" as burns & mcdonnell ceo" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> KC Business Journal: Graves: "It's the next persons turn" as Burns & McDonnell CEO </h4> <p> </p> </section> <a href="https://www.bizjournals.com/kansascity/news/2016/01/04/graves-its-the-next-persons-turn-as-burns.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="CEO Greg Graves Announces Retirement at End of 2016" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burnsmcd_Dec2015_/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> CEO Greg Graves Announces Retirement at End of 2016 </h4> <p> </p><p>KANSAS CITY, Mo. (January 4, 2016) – After more than 35 years at Burns & McDonnell, chairman and CEO Greg Graves announced to the firm’s more than 5,300 employee-owners today...</p> <p></p> </section> <a href="https://www.burnsmcd.com/news/ceo-greg-graves-announces-retirement" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="news-release" data-industry="" data-brand="" data-service=""> <section class="project-image"> <section aria-label="St. Louis Post-Dispatch: Lambert renovation project wins regional Project of the Year award" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/Images/header-bg.png')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> St. Louis Post-Dispatch: Lambert renovation project wins regional Project of the Year award </h4> <p> </p> </section> <a href="https://www.stltoday.com/business/local/lambert-renovation-project-wins-regional-project-of-the-year-award/article_cde333ca-c75c-5a4d-bfe4-13796b1f2286.html" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <section class="project-item project-item-filt" data-type="article" data-industry="aviation" data-brand="burns-mcdonnell" data-service="aviation, fueling-ramp-services, smart-airports, aviation-technology-security-systems, passenger-terminals, program-management"> <section class="project-image"> <section aria-label="The New Race for Space" class="project-image-image" style="background-image: url('https://www.burnsmcd.com/hubfs/AF_AviationSpecialReport2017_03350/page-headers/3_NewRaceForSpace/PageHeaders.jpg')"> </section> </section> <section class="project-content-wrap-wrap"> <h4> The New Race for Space </h4> <p> Finding Efficiencies in Airport Spaces </p> </section> <a href="https://info.burnsmcd.com/article/new-race-for-space" target="_blank"> <div class="proj-link-hack"> </div> </a> </section> <div class="button-container projects-wrap-button" style="width:100%; position:relative; max-width:900px; margin:1em auto "> <p style="text-align:center; z-index: 2; position:relative; "> <span onclick="handleLoadMores('6','projects-wrap')" class="content-button results-show-more buttonBurns pill" data-target="projects-wrap" data-limit="6" id="results-show-more">LOAD MORE <i class="fa fa-icon-plus"></i></span> </p> <hr style="position:absolute; top:50%; transform: translateY(-50%); width:100%; z-index:0; margin:0px auto; "> </div> </section> </section> <script> function renderReadlimits(spec, limit, render){ $( ".project-item" ).hide() if(render == "true"){ } let limitss = parseInt(limit) let numberFilts = 0 $( ".project-item-filt" ).each(function( index ) { numberFilts++ if(numberFilts < 10){ $(this).show() } if(numberFilts > 9){ $(this).hide() } }) if(numberFilts <= limitss){ $( ".project-item-filt" ).each(function( index ) { $(this).show() }) } if(numberFilts > 9){ $('.button-container').show() $('.results-show-more').show() } jQuery('.' + spec + ' > .project-item-filt:gt('+(limitss-1)+')').hide(); if (numberFilts <= limitss) { jQuery('.' + spec + '-button' + ' .results-show-more').hide(); jQuery('.button-container').closest( '.' + spec + '-button' ).hide(); }; } renderReadlimits('projects-wrap','9','') </script></div> <div id="hs_cos_wrapper_widget_1660097651028" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <style> .bmcd-text-features .widthFull.wide_photo_video {padding:0px;} .widthFull.wide_photo_video { padding-left:0px; } .buttonTextColor.external svg { width:39.6px; } .bmcd-text-features .widthParagraph { padding: 4.5rem 0px } .bmcd-text-features .aj-button-wrap { margin-top: 1rem !important } .bmcd-text-features { margin: 4rem 0px } .bmcd-text-features.reversed .headingFiveColor { font-family: "Aeonik", Arial; font-size: 1.5rem; font-weight: 500; line-height: 1.2em; letter-spacing: .05em; text-transform: none; color: #002d59; margin:2rem 0px; leading-trim: both; text-edge: cap alphabetic; color: white } .bmcd-text-features.reversed .bmcd-text-features-copy-wrap p, .bmcd-text-features.reversed .bmcd-text-features-copy-wrap span, .bmcd-text-features.reversed .bmcd-text-features-copy-wrap li, .bmcd-text-features.reversed .bmcd-text-features-copy-wrap a, .bmcd-text-features.reversed .bmcd-text-features-copy-wrap div { font-family: "Roboto", sans-serif; font-size: 1.125rem; font-weight: 400; line-height: 1.5em; letter-spacing: .03em; text-transform: none; color: #0a0816; leading-trim: both; text-edge: cap alphabetic; color: white } .bmcd-text-features .headingFiveColor { font-family: "Aeonik", Arial; font-size: 1.5rem; font-weight: 500; line-height: 1.2em; letter-spacing: .05em; text-transform: none; color: #002d59; margin:2rem 0px; leading-trim: both; text-edge: cap alphabetic; } .bmcd-text-features .bmcd-text-features-copy-wrap p, .bmcd-text-features .bmcd-text-features-copy-wrap span, .bmcd-text-features .bmcd-text-features-copy-wrap li, .bmcd-text-features .bmcd-text-features-copy-wrap div { font-family: "Roboto", sans-serif; font-size: 1.125rem; font-weight: 400; line-height: 1.5em; letter-spacing: .03em; text-transform: none; color: #0a0816; leading-trim: both; text-edge: cap alphabetic; } .bmcd-text-features-copy-wrap li, .bmcd-text-features .content-wrap li { font-family: "Roboto", sans-serif; font-size: 1.125rem; font-weight: 400; line-height: 1.5em; letter-spacing: .03em; text-transform: none; color: #0a0816; leading-trim: both; text-edge: cap alphabetic; } .reversed .bmcd-text-features-copy-wrap li{ color: #fff } @media(max-width: 767px){ .widthFull.wide_photo_video { } .bmcd-text-features .widthFull.wide_photo_video { padding: 1rem !important; } } </style> <style> .bmcd-text-features.backgroundPrimaryOne { background-color: #0066ff } .bmcd-text-features.backgroundPrimaryTwo { background-color: #0048cd } .bmcd-text-features.backgroundPrimaryThree { background-color: #002d59 } .bmcd-text-features.backgroundNeutralLight { background-color: #e3e7e8 } </style> <section class=" bmcd-text-features backgroundNeutralLight" style="padding-top: 0px; padding-bottom:0px; margin-bottom:0px; "> <section class="widthFull text_only "> <section class="widthWide" style="padding: 0 0"> <section class="image_video_container"> <!-- embed code start --> <!-- embed code finish --> <!-- video expander module --> <!-- end video expander --> <!-- start stagger images --> <!-- end stagger images --> </section> <section class="widthParagraph"> <section class="content-wrap"> <p class="headingFiveColor"> Please direct inquiries to our communications team. </p> <div class="bmcd-text-features-copy-wrap"> </div> <!-- linkedin --> <!-- endlinkedin --> <p style="display: inline-block; margin:0px" class="aj-button-wrap buttonTextColor-wrap"> <a class="buttonTextColor internal" href="https://www.burnsmcd.com/insightsnews/media-contact" style="display: flex; align-items: center; text-decoration:none">Media Inquiries <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewbox="0 0 28 28"> <defs> <style> .buttonTextColorSvg { stroke-width: 0px; } .buttonTextColorSvg-2 { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } </style> </defs> <g id="Layer_1-2" data-name="Layer 1"> <g> <path class="buttonTextColorSvg" d="M14,1.5c6.89,0,12.5,5.61,12.5,12.5s-5.61,12.5-12.5,12.5S1.5,20.89,1.5,14,7.11,1.5,14,1.5M14,0C6.27,0,0,6.27,0,14s6.27,14,14,14,14-6.27,14-14S21.73,0,14,0h0Z" /> <g> <line class="buttonTextColorSvg-2" x1="7.13" y1="14" x2="20.88" y2="14" /> <polyline class="buttonTextColorSvg-2" points="15.38 19.5 20.88 14 15.38 8.5" /> </g> </g> </g> </svg></a> </p> </section> </section> </section> </section> </section> <style> .stagger-container { display: flex; flex-direction: row; width:100%; } .flip .stagger-container { flex-direction: row-reverse } .img-wrap-big { width: 56%; display: flex; flex-direction: column; align-items: center; justify-content: center } .img-wrap-small { width: 44%; display: flex; flex-direction: row; align-items: center; justify-content: center } .image-option1 { padding-top: 150%; width:100%; height:0; } .image-option2 { padding-top: 50%; width:100%; height:0; } .image-option3 { width:100%; padding-top:200%; height:0 } .image-stagger-item { box-sizing: border-box; margin: 1rem } </style></div></span> <div data-global-resource-path="Burns_McDonnell_February_2022/templates/partials/footer.html"> <footer class="footer"> <link rel="stylesheet" href="https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/aeonik-font/css/stylesheet-family-support.css"> <link rel="stylesheet" href="https://www.burnsmcd.com/hubfs/Burns_McDonnell_February_2022/aeonik-font/css/stylesheet-individual-weights.css"> <style> .noclass { position: relative } .footer .headlineSmall a { font-weight: 500 !important } .twit { width:27px !important; height: 27px !important; top: 4px !important } .footer .hs-menu-item a{ font-weight: 400; font-size: .95rem; line-height: 1.25em; letter-spacing: .05em; color: #88acda; } .footer .hs-menu-item a:hover { color: #a7e0ff } .footer .social-icons a { color: white; margin-right: 25px; } .footer .social-icons a:last-child { margin-right: 0px } .footer .social-icons { clear: both; font-size: 1.69231em; margin-bottom: 15px; } #hs_menu_wrapper_footer_bottom_menu li { list-style-type: none } footer.footer { background-color: #051B38; background-image: url('https://www.burnsmcd.com/hubfs/BMcD_Web_Assets/icons/BrandPattern-Footer.svg'); padding-top: 4.5rem } .footer .titleMedium, .footer .headlineSmall { color: #0066ff; margin-bottom: 1rem } .footer .headlineSmall a { color: inherit; text-decoration: none } .footer .headlineSmall a:hover { color: #a7e0ff } .footer .navSmall { color: white; } .footer .navSmall:hover { color: #a7e0ff } .footer-full-width { width: 100%; padding-top: 2rem; } .footer-ft-col-last-one { padding-top: 2rem; } .footer p { margin:0 } .footer .footer-ft-col-item .navXSmall, .footer .bodySmall, .footer .navXSmall { color: #88acda } .footer .buttonPillColor { color: white } .footer-content-wrap{ width:100%; position: relative; display: flex; flex-wrap: wrap } .footer-ft-col { width: 100%; display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #0066ff;; padding-bottom: 1rem } .footer-ft-col ul{ display: flex; padding:0px; margin-bottom:0px; flex-wrap: wrap } .footer-ft-col ul li{ border-right: 1px solid #0066ff; margin-right: 16px; box-sizing: border-box; padding-right: 16px; } .footer .footer-ft-col li:last-child { border-right: 0px } .footer-ft-col-item { width: calc(100% * 1/3) } .footer-ft-col-item.footer-menu-items { width: 44%; } .footer-ft-col-item.footer-social { width: 22%; align-self: flex-end; justify-self: center } .footer-lt-col { width: calc(100% * 1/3); box-sizing: border-box; padding-right: 2rem; margin-top: -5px } .footer-rt-col { width: calc(100% * 2/3); } .footer-rt-col { display: flex; } .footer-rt-item { width: calc(100% * 1/3) } .footer-rt-item ul, .footer-rt-item li { list-style-type: none } .footer-rt-item li { margin-bottom: 1rem } @media(max-width:767px){ footer.footer { padding: 2rem 0; } .footer-lt-col, .footer-ft-col-item, .footer-ft-col-item.footer-social { width: 100% !important; } .footer-rt-col { display: none; } .footer-ft-col-item { padding-bottom: 1rem } .footer .social-icons { margin-bottom: 0px; } } @media(max-width:380px){ .footer-ft-col ul li{ border-right: 0px solid #0066ff; } } </style> <section class="widthMedium"> <!-- best place to work logo <div class="logo"> <div id="hs_cos_wrapper_footer_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module" > <span id="hs_cos_wrapper_footer_logo_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo" ><a href="https://www.greatplacetowork.com/certified-company/1001344" target="_blank" id="hs-link-footer_logo_hs_logo_widget" rel="noopener" style="border-width:0px;border:0px;"><img src="https://477837.fs1.hubspotusercontent-na1.net/hubfs/477837/BMcD_Web_Assets/awards-icons/GreatPlacetoWorkCertified202021sized2.png" class="hs-image-widget " height="170" style="height: auto;width:120px;border-width:0px;border:0px;" width="120" alt="Great Place to Work Certified 2022-2023" title="Great Place to Work Certified 2022-2023"></a></span> </div> </div> <!-- end --> <section class="footer-content-wrap"> <section class="footer-lt-col"> <p class="titleMedium"> Making Our Clients Successful </p> <!-- linkedin --> <!-- endlinkedin --> <p style="display: inline-block; margin:0px" class="aj-button-wrap buttonPillColor-wrap"> <a class="buttonPillColor internal" href="https://info.burnsmcd.com/contact-us" style="display: flex; align-items: center; text-decoration:none">Contact Us <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" width="15.25" height="12.5" viewbox="0 0 15.25 12.5"> <defs> <style> .buttonPillColorSvg { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } </style> </defs> <g id="Layer_1-2" data-name="Layer 1"> <g> <line class="buttonPillColorSvg" x1=".75" y1="6.25" x2="14.5" y2="6.25" /> <polyline class="buttonPillColorSvg" points="9 11.75 14.5 6.25 9 .75" /> </g> </g> </svg></a> </p> </section> <!-- <section class="footer-rt-col"> <section class="footer-rt-item"> <p class="headlineSmall"> <a href="#">What We Do</a> </p> <ul style="padding-left:0px"> <li > <a class="navSmall"> Industries</a></li> <li > <a class="navSmall">Projects</a></li> <li style="margin-bottom: 2rem"> <a class="navSmall" >Services</a></li> </ul> <p class="headlineSmall"> <a href="#">Careers</a> </p> <ul style="padding-left:0px"> <li > <a class="navSmall"> Benefits & Rewards</a></li> <li > <a class="navSmall">Find Your Career</a></li> <li > <a class="navSmall">Search Jobs</a></li> </ul> </section> <section class="footer-rt-item"> <p class="headlineSmall"> <a href="#"> Who We Are</a> </p> <ul style="padding-left:0px"> <li > <a class="navSmall">Diversity, Equity & Inclusion</a></li> <li > <a class="navSmall">Employee Ownership</a></li> <li > <a class="navSmall">Meet Our People</a></li> <li > <a class="navSmall"> STEM Commitment</a></li> <li > <a class="navSmall">Safety</a></li> <li > <a class="navSmall">Sustainability</a></li> <li > <a class="navSmall">What Drives Us</a></li> </ul> </section> <section class="footer-rt-item"> <p class="headlineSmall hide-hack"> </p> <ul style="padding-left:0px"> <li > <a class="navSmall"> Blog</a></li> <li > <a class="navSmall">Business Diversity</a></li> <li > <a class="navSmall">Industry Rankings</a></li> <li > <a class="navSmall"> Media Contact</a></li> <li > <a class="navSmall">News</a></li> <li > <a class="navSmall">Suppliers</a></li> </ul> </section> </section> --> <section class="footer-rt-col"> <section class="footer-rt-item"> <p class="headlineSmall"> <a href="https://www.burnsmcd.com/who-we-are">What We Do</a> </p> <ul style="padding-left:0px"> <li> <a href="https://www.burnsmcd.com/industries" class="navSmall"> Industries</a></li> <li> <a href="https://www.burnsmcd.com/projects" class="navSmall"> Projects</a></li> <li style="margin-bottom: 2rem"> <a href="https://www.burnsmcd.com/services" class="navSmall"> Services</a></li> </ul> <p class="headlineSmall"> <a href="https://www.burnsmcd.com/careers">Careers</a> </p> <ul style="padding-left:0px"> <li> <a href="https://www.burnsmcd.com/careers/benefits-rewards" class="navSmall"> Benefits & Rewards</a></li> <li> <a href="https://www.burnsmcd.com/careers/find-your-career" class="navSmall"> Find Your Career</a></li> <li> <a href="https://burnsmcd.jobs/" class="navSmall"> Search Jobs</a></li> </ul> </section> <section class="footer-rt-item"> <p class="headlineSmall"> <a href="https://www.burnsmcd.com/who-we-are"> Who We Are</a> </p> <ul style="padding-left:0px"> <li> <a href="https://www.burnsmcd.com/who-we-are/social-responsibility/diversity-equity-inclusion" class="navSmall">Diversity, Equity & Inclusion</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/employee-ownership" class="navSmall">Employee Ownership</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/meet-our-people" class="navSmall">Meet Our People</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/social-responsibility/stem-commitment" class="navSmall">STEM Commitment</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/social-responsibility/safety" class="navSmall">Safety</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/social-responsibility/sustainability" class="navSmall">Sustainability</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/what-drives-us" class="navSmall">What Drives Us</a></li> </ul> </section> <section class="footer-rt-item"> <p class="headlineSmall hide-hack"> </p> <ul style="padding-left:0px"> <li> <a href="https://blog.burnsmcd.com/" class="navSmall"> Blog</a></li> <li> <a href="https://www.burnsmcd.com/suppliers/business-diversity" class="navSmall"> Business Diversity</a></li> <li> <a href="https://www.burnsmcd.com/who-we-are/industry-rankings" class="navSmall"> Industry Rankings</a></li> <li> <a href="https://www.burnsmcd.com/insightsnews" class="navSmall"> Insights & News</a></li> <li> <a href="https://www.burnsmcd.com/locations" class="navSmall"> Locations</a></li> <li> <a href="https://www.burnsmcd.com/manage-your-subscription" class="navSmall"> Manage Your Subscriptions</a></li> <li> <a href="https://www.burnsmcd.com/insightsnews/media-contact" class="navSmall"> Media Contact</a></li> <li> <a href="https://www.burnsmcd.com/suppliers" class="navSmall"> Suppliers</a></li> </ul> </section> </section> <section class="footer-ft-col footer-ft-col-last-one "> <div class="footer-ft-col-item"> <p class="navXSmall"> © 2025 Burns & McDonnell. All rights reserved. </p></div> <div class="footer-ft-col-item footer-menu-items"> <span id="hs_cos_wrapper_footer_bottom_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="menu"><div id="hs_menu_wrapper_footer_bottom_menu" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-horizontal" role="navigation" data-sitemap-name="default" data-menu-id="65197933079" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.burnsmcd.com/footer/accessibility" role="menuitem">Accessibility</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.burnsmcd.com/footer/privacy-statement" role="menuitem">Privacy Statement</a></li> </ul> </div></span> </div> <div class="footer-ft-col-item footer-social"> <div class="social-icons"> <div id="hs_cos_wrapper_footer_social_icons" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><style> .twit{ position: relative; top: 2px; display: inline-block; width: 20px; height: 20px; background: transparent 0 0 no-repeat; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A"); } </style> <a class="external" href="https://www.linkedin.com/company/burns-%26-mcdonnell" target="_blank" rel="noopener"><i class="fa fa-linkedin"></i></a> <a class="external" href="https://www.facebook.com/BurnsMcDonnell/" target="_blank" rel="noopener"><i class="fa fa-facebook"></i></a> <!-- instagram --> <a class="external" href="https://www.instagram.com/burnsmcdonnell/" target="_blank" rel="noopener"><i class="fa fa-instagram"></i></a> <!-- end instagram --> <a class="external" href="https://twitter.com/BurnsMcDonnell?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank" rel="noopener"><i class="twit"></i></a> <a class="external" href="https://www.youtube.com/user/burnsmcd" target="_blank" rel="noopener"><i class="fa fa-youtube-play"></i></a></div> </div> </div> </section> <div class="footer-full-width"> <p class="navXSmall"> At this time, Burns & McDonnell is not offering pure architectural services in the states of Illinois, Montana, New Hampshire or New Jersey. We may, however, provide design-build services for architectural projects. </p> </div> </section> </section> </footer></div> </div> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script src="https://www.burnsmcd.com/hubfs/JS/readmore.js"></script> <script> $(window).load(function () { runReadMore() }); function runReadMore(){ $('.article').readmore({ speed: 500, lessLink: '<a href="#">Read Less</a>', collapsedHeight: 400, heightMargin: 16 }); } </script> <script> $(window).load(function () { runReadMores() }); function runReadMores(){ $('.article-reads').readmore({ speed: 500, lessLink: '<p class="button-wrap"><a class="read-more-button burns-button" href="#">Read Less <i class="fa icon-minus"></i></a></p>', moreLink: '<p class="button-wrap"><a class="read-more-button burns-button" href="#">Read More <i class="fa icon-plus"></i></a></p>', collapsedHeight: 100, heightMargin: 16, beforeToggle: function(trigger, element, expanded){ $(element).find('.fade-out-white').toggle("slow") } }); } </script> <script> $('body').addClass('insights'); </script> <script src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/65197088646/1738348433049/template_main.min.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/65178325400/1740296758447/module_Menu_Section.min.js"></script> <script src="https://www.burnsmcd.com/hubfs/CORP_BenchMark2018_Q1_03319/delight/js/jquery-1.9.1.min.js"></script> <script src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/78377508895/1740296819469/module_BMcD_Section_Hero.min.js"></script> <script src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/module_assets/1/78913683871/1740296830239/module_BMCD_Insights_Display.min.js"></script> <script src="/hs/hsstatic/keyboard-accessible-menu-flyouts/static-1.17/bundles/project.js"></script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/www.burnsmcd.com\/insightsnews"]); _hsq.push(["setPageId", "80133506181"]); _hsq.push(["setContentMetadata", { "contentPageId": 80133506181, "legacyPageId": "80133506181", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 80133506181, "languageCode": null, }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/477837.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "c1d57dc1-5090-4a84-a5e6-7e7a4ebaa3ee", ticks: 1740773772886, page_id: 80133506181, content_group_id: 0, portal_id: 477837, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "standard-page", scp_content_type: "", analytics_page_id: "80133506181", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.393/js/index.js"></script> <!-- start Main.js DO NOT REMOVE --> <script src="https://www.burnsmcd.com/hs-fs/hubfs/hub_generated/template_assets/1/2586825233/1739390922499/template_Burnsmcd_March2015-main.min.js"></script> <script src="//fast.wistia.com/static/integrations-hubspot-v1.js" async></script> <!-- end Main.js --> <!-- Demandbase tag added per BH email on 1/17/2020 --> <!--<script> (function(d,b,a,s,e){ var t = b.createElement(a), fs = b.getElementsByTagName(a)[0]; t.async=1; t.id=e; t.src=s; fs.parentNode.insertBefore(t, fs); }) (window,document,'script','https://tag.demandbase.com/ddb71ab8.min.js','demandbase_js_lib'); </script> --> <!-- Tracking code added 7/12/2017 --> <script data-obct type="text/javascript"> /** DO NOT MODIFY THIS CODE**/ !function(_window, _document) { var OB_ADV_ID='006d430a9d63bd313d5199e3c15bddfdef'; if (_window.obApi) { return; } var api = _window.obApi = function() {api.dispatch ? api.dispatch.apply(api, arguments) : api.queue.push(arguments);};api.version = '1.0';api.loaded = true;api.marketerId = OB_ADV_ID;api.queue = [];var tag = _document.createElement('script');tag.async = true;tag.src = '//amplify.outbrain.com/cp/obtp.js';tag.type = 'text/javascript';var script = _document.getElementsByTagName('script')[0];script.parentNode.insertBefore(tag, script);}(window, document); obApi('track', 'PAGE_VIEW'); </script> <script> _hsq.push(['addPrivacyConsentListener', function(consent) { console.log(consent.allowed); }]); </script> <!-- end tracking code --> <script> $( document ).ready(function() { if (document.location.href.indexOf('&industry') > -1) { $('[name=industry]').val('Manufacturing-Industrial').trigger('change');; $('#industrys').addClass('is-selected'); } }); </script> <script> // $("*:contains('Burns & McDonnell')").each(function() { // var replaced = $(this).html().replace(/Burns & McDonnell/g, "Burns & McDonnell"); // $(this).html(replaced); // }); $(".mega-menu .menu-item").each(function(k,v){ if(k==2) $(this).addClass("has-submenu remove-arrow").removeClass('no-submenu'); }); </script> </body></html>