2023-2025 SMAC Program Q&A

We hosted a 2023-2025 SMAC Program Q&A in late-June 2023, where we described the new 2023-2025 SMAC Program and answered all the questions students wrote in about. Check our recording below—don’t miss the the downloadable PDF located in the Comments section for easy reference!
// Special handling for in-app browsers that don’t always support new windows
(function() {
function browserSupportsNewWindows(userAgent) {
var rules = [
‘FBIOS’,
‘Twitter for iPhone’,
‘WebView’,
‘(iPhone|iPod|iPad)(?!.*Safari\/)’,
‘Android.*(wv|\.0\.0\.0)’
];
var pattern = new RegExp(‘(‘ + rules.join(‘|’) + ‘)’, ‘ig’);
return !pattern.test(userAgent);
}
if (!browserSupportsNewWindows(navigator.userAgent || navigator.vendor || window.opera)) {
document.getElementById(‘af-form-566420571’).parentElement.removeAttribute(‘target’);
}
})();