Collegepond’s University Outreach Program intends to introduce students to Leading Universities every week through exclusive webinars hosted by the University’s Admission counsel members. Interact with the University officials about your queries for courses, admission eligibility, scholarships and a lot more before applying.
This week we have an Online Webinar with Northeastern University (NEU) on various graduate programs offered at the university.
Agenda:
1. Programs Overview
2. Admissions Eligibility
3. Scholarships Available
4. Application process
5. Q n A Session
They will briefly discuss the graduate programs at NEU followed by a ‘Question and Answer’ session which will be moderated by the counsellors at Collegepond.
This session will be most useful for Fall 2019 students.
Monday, 01st October 2018, at 08:00 pm IST
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, }); });