CONVERGE STUDENT WEBINAR SERIES
Interact with Owaiz Ebrahim
Owaiz completed his Bachelors of Chemical Engineering from ICT in the year 2013 after which, he pursued his Master’s in Chemical Engineering from CMU with an aggregate of 3.89. Later, he worked as a Process Safety Management Consultant with Provenance Consulting, LLC for over 3 years and is currently working as a Senior Engineer – Process and Technology at TechnipFMC.
function initFacebook(){ $('[data-widget-type="fbcomments"]').each(function(index, el) { var element = $('#'+$(this).attr('data-widget-target')); $('.fb-comments').attr('data-href', element.attr('data-url')); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8&appId="+element.attr('data-appid'); fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); } function initVideo(){ $('[data-widget-type="videoshare"]').each(function(index, el) { $(this).css('visibility','visible'); var element = $(this).attr('data-widget-target'); var src = $(this).attr('data-url'); var autostart = $(this).attr('data-autostart'); var player = $(this).attr('data-player'); autostart = (autostart === 'true'); var $container = $(this); var playerOptions = { controls: true, autoplay: autostart, fluid: true, sources: [{ src: src, }], };
if (player === 'youtube') { playerOptions.techOrder = ['youtube']; playerOptions.sources[0].type = 'video/youtube'; }
videojs(element, playerOptions).ready(function() { setTimeout(function(){ $container.css('min-height', ''); $container.css('max-height', ''); }, 500); }); }); } $(document).on('click', '#js-videolist-media', function () { $(this).parent('form').submit(); }); $(document).ready(function() { initFacebook(); initVideo(); $formRules = { }; $('form input[type="text"]').each(function () { $formRules[$(this).attr('name')] = { required: true, }; }); // form validation $('form').validate({ // initialize the plugin // errorElement: 'div', errorClass: 'validation-error', rules: $formRules, }); });