/* TEAM */ Author: Dr Burak Suslu Site: https://buraksuslu.com Contact: hello [at] buraksuslu.com ORCID: 0000-0001-9108-1261 Location: London / Cranfield, UK /* THANKS */ Cranfield University — IVHM Centre Co-authors: Fakhre Ali, Ian K. Jennions Reviewers and editors at Sensors (MDPI) /* SITE */ Last update: 2026-05-04 Language: English Doctype: HTML5 Standards: HTML5, CSS3, ES2020, JSON-LD (Schema.org), Atom 1.0 Components: Three.js (r128) for the 3D scenes, vanilla JS for everything else. No bundlers, no SPA framework, no analytics-heavy SDKs. Hosting: Cloudflare Pages, with auto-deploy from GitHub Actions. Edge: Cloudflare DNS, HSTS preload, COOP same-origin, CSP-ready. Build pipeline: git push → GitHub Actions → wrangler pages deploy → CF. Privacy: Cloudflare Web Analytics (cookieless, GDPR-clean, DNT-aware). /* DESIGN NOTES */ The cockpit visual system was built specifically for this site to read as 'aerospace intelligence dashboard' rather than 'generic SaaS landing page'. Dark navy panels, additive-blended halos on Pareto spheres, scan-line decorations, mono-typed badges, and a Pareto-knee mark that doubles as the favicon and the OG image's signature. Every 3D scene lazy-mounts via IntersectionObserver and respects prefers-reduced-motion. WebGL fallbacks render a cockpit-styled 'SIGNAL UNAVAILABLE' panel instead of a black canvas. Made carefully. Treat it kindly.