Location
Cork, Cork, Ireland
Posted
June 27, 2026
Job Description
Building a sustainable tomorrow
We are recruiting a for a DPS Project Lead/BIM Manager to join our project in Cork.
Reporting to your assigned segmentโs Digital Project Solutions (DPS) Business Partner within a matrix structure, the purpose of this role will be to implement, and manage the use of digital tools to capture, share and use information to enhance project/contract delivery. This role is responsible for service delivery of project or contract information management and tactical deployment of project-based technology.
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});