Skip to main content

Construction Management Academy

The goal of the Construction Management Academy is to provide introductory educational opportunities for industry professionals to learn about materials and construction techniques that are unique to waterway work.  This will be accomplished by bringing students to active construction sites and through hands on experiences where students can get their hands dirty.  Learning opportunities will be scheduled throughout the year, and attendees will be invited to attend based on availability and interest.  Class size for each session will be limited.

Use the link below to fill out a statement of interest:

Interest Form

Hands On Training: Void Filled Riprap 

On-Site Training: Void Filled Riprap

 

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });