{"id":152,"date":"2017-04-05T11:55:46","date_gmt":"2017-04-05T15:55:46","guid":{"rendered":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/?page_id=152"},"modified":"2021-08-04T17:00:19","modified_gmt":"2021-08-04T21:00:19","slug":"conference-registration","status":"publish","type":"page","link":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/conference-registration\/","title":{"rendered":"Conference Registration"},"content":{"rendered":"<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_12' style='display:none'>\n                        <div class='gform_heading'>\n                            <h3 class=\"gform_title\">ScienceFest 2020 Registration Form<\/h3>\n                            <p class='gform_description'>Fill in the form below to register for ScienceFest, whether you are applying to give a talk, present a poster or demonstration. Please note: all information entered on this form will appear as written in the printed conference booklet. Be sure to check spelling and grammar before submitting.<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_12'  action='\/science-fest\/wp-json\/wp\/v2\/pages\/152' data-formid='12' >\n                        <div class='gform-body gform_body'><ul id='gform_fields_12' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_12_1\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--has-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_12_1\"><label class='gfield_label gform-field-label' for='input_12_1' >Project Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_12_1'>Fill in the form below, beginning with your Project Name to register for ScienceFest, whether you are applying to give a talk, present a poster or demonstration.<\/div><div class='ginput_container ginput_container_text'><input name='input_1' id='input_12_1' type='text' value='' class='medium'  aria-describedby=\"gfield_description_12_1\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_12_5\"  class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_5\"><label class='gfield_label gform-field-label gfield_label_before_complex'  >Type of Project<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_12_5'><li class='gchoice gchoice_12_5_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_5.1' type='checkbox'  value='ScheduledTalk'  id='choice_12_5_1'   aria-describedby=\"gfield_description_12_5\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_12_5_1' id='label_12_5_1' class='gform-field-label gform-field-label--type-inline'>ScheduledTalk<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_5_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_5.2' type='checkbox'  value='Poster'  id='choice_12_5_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_5_2' id='label_12_5_2' class='gform-field-label gform-field-label--type-inline'>Poster<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_5_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_5.3' type='checkbox'  value='Project\/Demo (e.g.: 3D project to display)'  id='choice_12_5_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_5_3' id='label_12_5_3' class='gform-field-label gform-field-label--type-inline'>Project\/Demo (e.g.: 3D project to display)<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><div class='gfield_description' id='gfield_description_12_5'>Select all that apply. When contacted, you will be given the option to present your project and\/or schedule your demonstration. Posters that are not part of the Biology NYA course can also be presented. NOTE: you may still present a poster, a project or demo virtually. The format for this can be discussed with conference organizers.<\/div><\/li><li id=\"field_12_33\"  class=\"gfield gfield--type-select field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_33\"><label class='gfield_label gform-field-label' for='input_12_33' >Online Availability<\/label><div class='ginput_container ginput_container_select'><select name='input_33' id='input_12_33' class='medium gfield_select'  aria-describedby=\"gfield_description_12_33\"   aria-invalid=\"false\" ><option value='Yes' >Yes<\/option><option value='No' >No<\/option><option value='Maybe. I would like to inquire about my options.' >Maybe. I would like to inquire about my options.<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_12_33'>If you are submitting a poster or a demonstration you will be given an opportunity to present live via Zoom during the conference. Do you wish to present your live?<\/div><\/li><li id=\"field_12_2\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_2\"><label class='gfield_label gform-field-label' for='input_12_2' >Participant Name(s)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_2' id='input_12_2' type='text' value='' class='medium'  aria-describedby=\"gfield_description_12_2\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_12_2'>Separate multiple names with commas.<\/div><\/li><li id=\"field_12_15\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_15\"><label class='gfield_label gform-field-label' for='input_12_15' >Program of Study<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_12_15' type='text' value='' class='medium'  aria-describedby=\"gfield_description_12_15\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_12_15'>Tell us your program - i.e. Health science<\/div><\/li><li id=\"field_12_12\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_12\"><label class='gfield_label gform-field-label' for='input_12_12' >Contact Email(s)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_12_12' type='text' value='' class='medium'  aria-describedby=\"gfield_description_12_12\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_12_12'>Separate multiple emails with commas in the correct order so that they correspond to the participant names given above. <\/div><\/li><li id=\"field_12_8\"  class=\"gfield gfield--type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_8\"><label class='gfield_label gform-field-label' for='input_12_8' >Is this project part of a course?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_12_8' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Yes - Other Course' >Yes - Other Course<\/option><option value='Yes - Biology NYA' >Yes - Biology NYA<\/option><option value='No - Independent' >No - Independent<\/option><\/select><\/div><\/li><li id=\"field_12_16\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_16\"><label class='gfield_label gform-field-label' for='input_12_16' >Which course? If independent, state affiliation. E.g., SPACE.<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_16' id='input_12_16' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_12_27\"  class=\"gfield gfield--type-select field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_27\"><label class='gfield_label gform-field-label' for='input_12_27' >Is this project contributing towards an Independent Study CE?<\/label><div class='ginput_container ginput_container_select'><select name='input_27' id='input_12_27' class='medium gfield_select'     aria-invalid=\"false\" ><option value='Yes' selected='selected'>Yes<\/option><option value='No' >No<\/option><option value='Third Choice' >Third Choice<\/option><\/select><\/div><\/li><li id=\"field_12_28\"  class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_28\"><label class='gfield_label gform-field-label' for='input_12_28' >If yes, what is the name of your CE supervisor.<\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_12_28' type='text' value='' class='medium'      aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_12_10\"  class=\"gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_10\"><label class='gfield_label gform-field-label' for='input_12_10' >Total Length of  Presentation<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_12_10' type='text' value='' class='medium'  aria-describedby=\"gfield_description_12_10\"   aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><div class='gfield_description' id='gfield_description_12_10'>For ONLINE oral presentations, we recommend 8-10 minutes plus 5 minutes for questions. If your presentation involves more than 1 person, please state the total length of time required.<\/div><\/li><li id=\"field_12_17\"  class=\"gfield gfield--type-textarea field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_17\"><label class='gfield_label gform-field-label' for='input_12_17' >Availability for oral\/project\/poster presentations<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_17' id='input_12_17' class='textarea medium'  aria-describedby=\"gfield_description_12_17\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_12_17'>You will be contacted regarding your availabilities for presentation based on your Dawson schedule. However, you may wish to indicate your time preferences. Include all available weekday time slots between 10:00am and 6:00pm from Monday May 4 - Friday, May 8.<\/div><\/li><li id=\"field_12_32\"  class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_32\"><label class='gfield_label gform-field-label gfield_label_before_complex'  >What discipline categories best describe your submission? Select all that apply.<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_12_32'><li class='gchoice gchoice_12_32_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.1' type='checkbox'  value='Arts'  id='choice_12_32_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_1' id='label_12_32_1' class='gform-field-label gform-field-label--type-inline'>Arts<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.2' type='checkbox'  value='Biology'  id='choice_12_32_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_2' id='label_12_32_2' class='gform-field-label gform-field-label--type-inline'>Biology<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.3' type='checkbox'  value='Chemistry'  id='choice_12_32_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_3' id='label_12_32_3' class='gform-field-label gform-field-label--type-inline'>Chemistry<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.4' type='checkbox'  value='Computer Science'  id='choice_12_32_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_4' id='label_12_32_4' class='gform-field-label gform-field-label--type-inline'>Computer Science<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.5' type='checkbox'  value='Engineering'  id='choice_12_32_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_5' id='label_12_32_5' class='gform-field-label gform-field-label--type-inline'>Engineering<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.6' type='checkbox'  value='Mathematics'  id='choice_12_32_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_6' id='label_12_32_6' class='gform-field-label gform-field-label--type-inline'>Mathematics<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.7' type='checkbox'  value='Physics'  id='choice_12_32_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_7' id='label_12_32_7' class='gform-field-label gform-field-label--type-inline'>Physics<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_12_32_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.8' type='checkbox'  value='Other'  id='choice_12_32_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_12_32_8' id='label_12_32_8' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_12_31\"  class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_31\"><label class='gfield_label gform-field-label' for='input_12_31' >If other please be specific<\/label><div class='ginput_container ginput_container_text'><input name='input_31' id='input_12_31' type='text' value='' class='medium'      aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_12_11\"  class=\"gfield gfield--type-textarea gfield_contains_required field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_11\"><label class='gfield_label gform-field-label' for='input_12_11' >Abstract\/Summary<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_11' id='input_12_11' class='textarea medium'  aria-describedby=\"gfield_description_12_11\" maxlength='5000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><div class='gfield_description' id='gfield_description_12_11'>Please insert project abstract or short description.  Note: Unless you contact the organizers to request changes before May 8th, this information will be published, as is, in the conference proceeedings.<\/div><\/li><li id=\"field_12_34\"  class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_12_34\"><label class='gfield_label gform-field-label' for='input_12_34' >CAPTCHA<\/label><div id='input_12_34' class='ginput_container ginput_recaptcha' data-sitekey='6LdcyZ4aAAAAAGTjZNbfp7RrJpBpzAh17X8gUNxI'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_12' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_12\"]){return false;}  window[\"gf_submitting_12\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_12\"]){return false;} window[\"gf_submitting_12\"]=true;  jQuery(\"#gform_12\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_12' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='12' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_12' value='WyJbXSIsIjA4MGIwNTdkMmM2YWFhNjdiYTQ3OWI3ZThkOTlkZjE3Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_12' id='gform_target_page_number_12' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_12' id='gform_source_page_number_12' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\ngform.initializeOnLoaded( function() {gformInitSpinner( 12, 'https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_12').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_12');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_12').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_12').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_12').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_12').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_12').val();gformInitSpinner( 12, 'https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [12, current_page]);window['gf_submitting_12'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_12').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [12]);window['gf_submitting_12'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_12').text());}, 50);}else{jQuery('#gform_12').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [12, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 12, currentPage: current_page } });} );} );\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":100,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/pages\/152"}],"collection":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/comments?post=152"}],"version-history":[{"count":7,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/pages\/152\/revisions"}],"predecessor-version":[{"id":303,"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/pages\/152\/revisions\/303"}],"wp:attachment":[{"href":"https:\/\/www-chris.dawsoncollege.qc.ca\/science-fest\/wp-json\/wp\/v2\/media?parent=152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}