Advanced Engineering Exhibtion Speakers 2026

Learn practical insights and real-world solutions

Discover the pivotal technologies, voices and trends shaping tomorrow’s world. Join 200+ experts across 6 forums

Speaker lineup

Meet the 2026 speakers

Stephen Phipson

CEO

Make UK 

Simon Rose

Head of Technical Strategy and R&D UK

Airbus Defence and Space

Nick Earle

VP & National Executive

Safran UK | DIRI

Rachel Weare

Lead ‑ Automotive Systems Engineering

Aston Martin

Abhi Rangineni

VP of Full Active Suspension Engineering Development

ClearMotion

Abhijith Sreekumar

Systems And Software Engineer Vehicle Motion Control

Group

Adam Sells

Channel Partner Manager

Goodfellow Cambridge Ltd

Alex Champion

Advanced Manufacturing Engineer

Additive Manufacturing

Arno Myburgh

Innovation Manager 

Safran

Ashley Weeks

Senior Regulator Compliance Consultant 

RINA Asset and Product Consulting 

Charlie Robson

Global Sales Manager 

Motion Applied

Chris Rooum

Business Development Director 

MTC Training 

Clive Lewis

Managing Director

Achieving the Difference

Dominic Graham

Engineering Director

Zircotec Group

Elliot Hemes

Managing Director

IPG Automotive

Erik Tomlin

Equality, Diversity & Inclusion Platform Manager

Faye Smith

Director

Avalon Consultancy Services

Frederic Sicard

Technical Specialist composite material & process

Jaguar Land Rover

Giampiero Testoni

Co-Founder and CTO

 Energica Motor Company

Isabelle Russell

Aerospace Account Manager

Siemens

Juan Abad Zapatero

Syensqo

Kate Black

CEO and Founder

Atomik AM

Kevin Smith

Lead Industrial Digital Technology Advisor 

Made Smarter UK

Mark Daniels

Marketing & Communications Leader

Goodfellow Cambridge Ltd

Mark Rushton

Principal Product Marketing Manager 

aPriori Technologies

Nichola Bates

 Aerospace Investor 

Aerospace Xelerated, Boeing

Prveen Bidare

Senior Lecturer in Advanced Manufacturing

Romina Davoudi

Head of Programme Delivery

ATI Aerospace Technology Institute

Sean Worrall

Chief engineer Product Sustainability

GKN Automotive

Selin Aria Tur

Managing Director and CTO

Williams Grand Prix Technologies

Stephen Phipson

Chief Executive Officer

MAKE UK 

Tom Kugelstadt

Global Business Manager 3d Printing Resins

Scott Bader 

Chester Butterworth

 

Dr Aphrodite Tomou

Head of Technical

Goodfellow Cambridge Ltd

document.addEventListener("DOMContentLoaded", function() { const tab1 = document.getElementById('top-tab-1'); const tab2 = document.getElementById('top-tab-2'); // 1. Read the url parameter marker (?view=exhibitor) directly from the address bar const urlParams = new URLSearchParams(window.location.search); let currentView = urlParams.get('view'); // 2. If no URL parameter exists yet, check the page name to determine the default section const currentPath = window.location.pathname; // Auto-detect explicit Exhibitor pages (Add any explicit exhibitor slugs here) if (!currentView) { if (currentPath.includes('/advanced-engineering-exhibitors') || currentPath.includes('/exhibit') || currentPath.includes('/sponsorship')) { currentView = 'exhibitor'; } else { currentView = 'visitor'; // Default fallback } } // 3. Highlight the correct top tab based on the final decision if (currentView === 'exhibitor' && tab2) { if (tab1) tab1.classList.remove('active-tab'); tab2.classList.add('active-tab'); } else if (tab1) { if (tab2) tab2.classList.remove('active-tab'); tab1.classList.add('active-tab'); } // 4. Force all navigation links to remember this view state across page reloads // This dynamically appends ?view=exhibitor or ?view=visitor to links before they are clicked if (currentView) { document.querySelectorAll('a').forEach(link => { const href = link.getAttribute('href'); // Avoid altering external domains, anchor tags, or javascript links if (href && href.startsWith('http') && href.includes(window.location.hostname) && !href.includes('#')) { try { const linkUrl = new URL(href); linkUrl.searchParams.set('view', currentView); link.setAttribute('href', linkUrl.toString()); } catch (e) { // Fail-safe for malformed URL strings } } else if (href && href.startsWith('/') && !href.includes('#')) { // Handle relative root links (e.g., /our-vision/) const separator = href.includes('?') ? '&' : '?'; link.setAttribute('href', href + separator + 'view=' + currentView); } }); } });