CINXE.COM
The progress and future of Sustainable Aviation Fuel
<!DOCTYPE html> <html> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MXB9D5J');</script> <!-- End Google Tag Manager --> <title>The progress and future of Sustainable Aviation Fuel</title> <meta name="VIcurrentDateTime" content="638679704277998672" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=10.0,minimum-scale=0.25,user-scalable=yes" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="https://style.csiro.au/Cyrus/prod/css/cyrus-bp.min.css" /> <!-- <link rel="stylesheet" type="text/css" href="https://www.csiro.au/themes/default/css/csirotab.css" /> --> <script src="//cdn.rawgit.com/jpillora/xdomain/0.7.3/dist/xdomain.min.js" slave="https://www.csiro.au/proxy.html"></script> <script type="text/javascript" src="https://style.csiro.au/Cyrus/legacy/js/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="https://style.csiro.au/Cyrus/prod/js/ga.events-payments.min.js"></script> <script type="text/javascript" src="/themes/default/js/global.js"></script> <script type="text/javascript" src="https://style.csiro.au/CSIRO2020/v1/prod/js/csirotab.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.11.3/jquery-ui.min.js"></script> <script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.14.0/jquery.validate.min.js"></script> </head> <body class="BP"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src=https://www.googletagmanager.com/ns.html?id=GTM-MXB9D5J height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="layout_BP-header"> <div class="layout_position-content-container"> <div class="layout_BP-header-container "> <h1> <span class="layout_series-title">The progress and future of Sustainable Aviation Fuel</span> Since the release of the CSIRO/Boeing Sustainable Aviation Fuel Roadmap in 2023, international and domestic developments have reshaped policy, R&D, investment and industry uptake. To both observe the impact of the report and monitor major changes impacting the industry, CSIRO and Boeing have released an industry progress report, the SAF State of Play. <span class="event-link">(<a href="https://events.csiro.au:443/Events/2024/November/15/The-progress-and-future-of-Sustainable-Aviation-Fuel?email=">view full event details</a>)</span> </h1> </div> </div> </div> <div class="layout_progress-bar"></div> <div class="layout_login-bar"> <div class="layout_position-content-container"> <!-- <p>Attended an event before? <a href="#" class="btn-login">Login now</a></p> --> <div class="layout_login-container"> <div class="form_BP-login"> <h2>Login to your account</h2> <div id="fieldDiv"> <p class="form_error-msg form_standalone-msg" id="login-view-error" style="display:none">User name or password is not correct.</p> <div class="field form_field single-field"> <label for="txtUser">Email Address</label> <input type="text" id="txtUser" /> </div> <div class="field form_field single-field"> <label for="txtPass">Password</label> <input type="password" id="txtPass" /> </div> <div> <span class="btn btn-medium-size"> <input type="submit" value="Login" id="btnLogin" class="" /> </span> </div> <a href="?email=" class="layout_forgot-password">Forgot your password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function ($) { var LoginButton = $("#btnLogin"); LoginButton.click(function () { var user = $("#txtUser").val(); var pass = $("#txtPass").val(); var msg = $("#msg"); $("#login-view-error").hide(); $(this).val('Logging in, please wait...'); $(this).disabled = true; $.ajax({ cache: false, type: "GET", url: "/api/sitecore/User/Login", data: { username: user, password: pass }, success: function (data) { window.location.reload(true); }, error: function (xhr, ajaxOptions, thrownError) { $("#login-view-error").show(); LoginButton.val('Login'); LoginButton.disabled = false; } }); }); }); </script> <div class="module_card-container" id="mainSection"> <input type="hidden" id="item-id" value="{A1A5B82C-CF19-4A2E-AEDD-44135343E225}" /> <div id="summary"> </div> </div> <div class="modal"> <div class="modal__loader" aria-label="Loading event information..."> <div class="loader__inner"></div> <div class="loader__inner"></div> <div class="loader__inner"></div> <div class="loader__inner"></div> </div> </div> <style> .modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; } /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */ body.loading { overflow: visible; } /* Anytime the body has the loading class, our modal element will be visible */ body.loading .modal { display: block; } </style> <script> jQuery.noConflict(); var body = jQuery("body"); var chkemail = false; jQuery(document).on({ ajaxStart: function () { if (typeof chkemail === 'undefined' || !chkemail) { body.addClass("loading"); } else if (isValidEmailAddress(jQuery('#buyeremail').val()) && jQuery('#buyeremail').val() != '') { jQuery("#email-baby-modal").show(); body.addClass("email-baby-modal-active"); chkemail = false; } }, ajaxStop: function () { if (body.hasClass("email-baby-modal-active")) { body.removeClass("email-baby-modal-active"); jQuery("#email-baby-modal").hide(); } body.removeClass("loading"); } }); jQuery(document).ready(function ($) { $.ajax({ cache: false, type: "GET", url: "/api/sitecore/Booking/CheckEvent", data: { itemid: '{A1A5B82C-CF19-4A2E-AEDD-44135343E225}', email: '' }, success: function (data) { }, error: function (xhr, ajaxOptions, thrownError) { window.location.replace('https://events.csiro.au:443/Booked-out'); } }); var divMain = $("#mainSection"); var hiddenView = $("#view"); var iID = $("#item-id").val(); var obj = jQuery.parseJSON("[{\"View\":\"/Views/Shared/_VenuesView.cshtml\",\"Next\":\"buyer\",\"Previous\":\"\"},{\"View\":\"/Views/Shared/_BuyerView.cshtml\",\"Next\":\"tickets\",\"Previous\":\"venues\"},{\"View\":\"/Views/Shared/_TicketsView.cshtml\",\"Next\":\"\",\"Previous\":\"buyer\"}]"); $.each(obj, function (key, value) { $.ajax({ cache: false, type: "GET", url: "/api/sitecore/Booking/RenderViews", data: { view: value.View, itemid: iID, prev: value.Previous, next: value.Next }, success: function (data) { divMain.append(data); }, error: function (xhr, ajaxOptions, thrownError) { } }); }); }); </script> </body> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-51486545-14', 'auto'); // SITECOREPROJECTS-775 - Remove email from Google Analytics data var page = document.location.href; if (document.location.href.indexOf("email") > -1 && page.split('@').length > 1) { var page = document.location.href.split('email='); page = page[0]+"email=email"; ga('send', 'pageview', page); } else { ga('send', 'pageview'); } </script> </html>