RLB Digital to Host European Innovation Platform Event in London  

  • News
  • RLB Digital to Host European Innovation Platform Event in London  
About this article
Emma Hooper

Author

Emma Hooper

Themes

Events
Market Insights

Sign Up for Market Trends & Insights

Connect

RLB Digital is set to host the biannual Innovation Platform on 24 and 25 November at our London office. The Innovation Platform is a collaborative forum that brings together leading voices from across the European built environment sector including contractors, designers, academics and industry pioneers to drive progress in digital construction. 

The event is an opportunity to exchange ideas and share best practice; exploring the future of information management, data-driven decision-making and built environment standards. Attendees hope to include the lead developer and “father of IFC”, highlighting the calibre of expertise contributing to the event. 

Emma Hooper, our Head of Information Management Strategy is leading the coordination of this year’s event, helping to shape a collaborative and forward-thinking agenda that reflects the evolving needs of our industry. As part of the programme, Emma will provide an update on PAS 1958, a new fast-track standard she is authoring. The standard aims to bring clarity, improve interoperability and support better information management across the industry. 

Emma Hooper commented: 

“I’m delighted that RLB Digital is hosting the Innovation Platform this year. It’s a valuable opportunity to bring together a cross section of professionals from the built environment across Europe to share ideas and help move the industry towards a more connected future.”  

Rob Jackson, Head of Information Management Services, is also actively involved in the Innovation Platform and will contribute to discussions around the practical implementation of best practice information management and data-driven decision-making. This year’s event will also welcome key individuals from RLB, including Paul Beeston, Head of Industry and Insights.  

For more information about the Innovation Platform, get in touch with Emma Hooper.  

FURTHER INFORMATION:

Emma Hooper
Emma Hooper

Head of Information Management Strategy

RLB logo
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

.btn-reset { background-color: transparent; border: none; cursor: pointer; outline: 0; margin: 0; padding: 0; } .accessibility-container { position: fixed; bottom: 90px; right: 20px; display: flex; flex-direction: column; align-items: end; z-index: 100; } .accessibility-toast { background-color: #CD0E2C; color: white; border: none; padding: 12px 20px; border-radius: 8px; font-size: 16px; display: flex; align-items: center; gap: 8px; transition: background 0.3s ease; } .accessibility-toast__button { color: #ffffff; font-weight: bold; font-size: 18px; } .accessibility-btn { margin-top: 16px; background-color: #CD0E2C; color: #ffffff; display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 64px; height: 64px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); position: relative; transition: transform 0.2s ease, background-color 0.3s ease; } .accessibility-btn::before { content: ''; display: inline-block; position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; border-radius: inherit; border-width: 1px; border-style: solid; border-color: #CD0E2C; animation: btnIconRipple 1s cubic-bezier(0.23, 1, 0.32, 1) both infinite; } .accessibility-btn:hover { background-color: #a93226; transform: scale(1.05); } .accessibility-symbol { display: inline-block; } @keyframes btnIconRipple { 0% { border-width: 4px; transform: scale(1); } 80% { border-width: 1px; transform: scale(1.35); } 100% { opacity: 0; } }
Accessibility Tools ×
Accessibility Icon
const closeButton = document.querySelector('.accessibility-toast__button'); const accessibilityToast = document.querySelector('.accessibility-toast'); closeButton.addEventListener('click', () => { accessibilityToast.style.display = 'none'; });