{"id":2150,"date":"2020-09-21T16:08:50","date_gmt":"2020-09-21T20:08:50","guid":{"rendered":"https:\/\/www.ura-hq.org\/vsp\/?page_id=2150"},"modified":"2020-09-21T16:11:03","modified_gmt":"2020-09-21T20:11:03","slug":"fermilab-sponsors-survey","status":"publish","type":"page","link":"https:\/\/www.ura-vsp.org\/vsp\/fermilab-sponsors-survey\/","title":{"rendered":"Fermilab Sponsors Survey"},"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' id='gform_wrapper_7' ><form method='post' enctype='multipart\/form-data'  id='gform_7'  action='\/vsp\/wp-json\/wp\/v2\/pages\/2150' >\n                        <div class='gform_body gform-body'><ul id='gform_fields_7' class='gform_fields top_label form_sublabel_below description_below'><li id=\"field_7_1\"  class=\"gfield gf_left_third gf_list_inline field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_1\"><label class='gfield_label'  >1.\tDid the awardees make a substantive contribution to your effort or are they otherwise making positive contributions?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_7_1'>\n\t\t\t<li class='gchoice gchoice_7_1_0'>\n\t\t\t\t<input name='input_1' type='radio' value='YES'  id='choice_7_1_0'    \/>\n\t\t\t\t<label for='choice_7_1_0' id='label_7_1_0'>YES<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_1_1'>\n\t\t\t\t<input name='input_1' type='radio' value='NO'  id='choice_7_1_1'    \/>\n\t\t\t\t<label for='choice_7_1_1' id='label_7_1_1'>NO<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_7_2\"  class=\"gfield gf_middle_third gf_list_inline field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_2\"><label class='gfield_label'  >2.\tDoes the URA Visiting Scholars Program (VSP) provide the awardees with hands-on experience and mentorship at the Lab?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_7_2'>\n\t\t\t<li class='gchoice gchoice_7_2_0'>\n\t\t\t\t<input name='input_2' type='radio' value='YES'  id='choice_7_2_0'    \/>\n\t\t\t\t<label for='choice_7_2_0' id='label_7_2_0'>YES<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_2_1'>\n\t\t\t\t<input name='input_2' type='radio' value='NO'  id='choice_7_2_1'    \/>\n\t\t\t\t<label for='choice_7_2_1' id='label_7_2_1'>NO<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_7_3\"  class=\"gfield gf_right_third gf_list_inline field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_3\"><label class='gfield_label'  >3.\tBased on your experience, if this program were discontinued, would it matter?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_7_3'>\n\t\t\t<li class='gchoice gchoice_7_3_0'>\n\t\t\t\t<input name='input_3' type='radio' value='A lot'  id='choice_7_3_0'    \/>\n\t\t\t\t<label for='choice_7_3_0' id='label_7_3_0'>A lot<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_3_1'>\n\t\t\t\t<input name='input_3' type='radio' value='Some'  id='choice_7_3_1'    \/>\n\t\t\t\t<label for='choice_7_3_1' id='label_7_3_1'>Some<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_3_2'>\n\t\t\t\t<input name='input_3' type='radio' value='Not much'  id='choice_7_3_2'    \/>\n\t\t\t\t<label for='choice_7_3_2' id='label_7_3_2'>Not much<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_3_3'>\n\t\t\t\t<input name='input_3' type='radio' value='Not at all'  id='choice_7_3_3'    \/>\n\t\t\t\t<label for='choice_7_3_3' id='label_7_3_3'>Not at all<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_7_4\"  class=\"gfield gf_left_third gf_list_inline field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_4\"><label class='gfield_label'  >4.\tIs the URA Visiting Scholars program flexible enough to reflect evolving scientific priorities?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_7_4'>\n\t\t\t<li class='gchoice gchoice_7_4_0'>\n\t\t\t\t<input name='input_4' type='radio' value='YES'  id='choice_7_4_0'    \/>\n\t\t\t\t<label for='choice_7_4_0' id='label_7_4_0'>YES<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_4_1'>\n\t\t\t\t<input name='input_4' type='radio' value='NO'  id='choice_7_4_1'    \/>\n\t\t\t\t<label for='choice_7_4_1' id='label_7_4_1'>NO<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_7_5\"  class=\"gfield gf_middle_third gf_list_inline field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_5\"><label class='gfield_label'  >5.\tDoes the URA VSP contribute to the enhancement of collaborations between the Lab and Universities?<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_7_5'>\n\t\t\t<li class='gchoice gchoice_7_5_0'>\n\t\t\t\t<input name='input_5' type='radio' value='YES'  id='choice_7_5_0'    \/>\n\t\t\t\t<label for='choice_7_5_0' id='label_7_5_0'>YES<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_7_5_1'>\n\t\t\t\t<input name='input_5' type='radio' value='NO'  id='choice_7_5_1'    \/>\n\t\t\t\t<label for='choice_7_5_1' id='label_7_5_1'>NO<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_7_6\"  class=\"gfield gf_left_third field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_6\"><label class='gfield_label' for='input_7_6' >6.\tWhat suggestions do you have for further improvements to the program or to make it more valuable to you?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_7_6' class='textarea small'   maxlength='250'   aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_7_7\"  class=\"gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible\"  data-js-reload=\"field_7_7\"><label class='gfield_label' for='input_7_7' >Phone<\/label><div class='ginput_container'><input name='input_7' id='input_7_7' type='text' value='' \/><\/div><div class='gfield_description' id='gfield_description_7_7'>This field is for validation purposes and should be left unchanged.<\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_7' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_7\"]){return false;}  window[\"gf_submitting_7\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_7\"]){return false;} window[\"gf_submitting_7\"]=true;  jQuery(\"#gform_7\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_7' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='7' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_7' value='WyJbXSIsIjc5ZGZkMDJlNzAwNzhmNWNlYjA0OTJhNGNmZDY4MTY3Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_7' id='gform_target_page_number_7' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_7' id='gform_source_page_number_7' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n","protected":false},"excerpt":{"rendered":"<p> <a class=\"read-more\" href=\"https:\/\/www.ura-vsp.org\/vsp\/fermilab-sponsors-survey\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/page-full-width.php","meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/pages\/2150"}],"collection":[{"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/comments?post=2150"}],"version-history":[{"count":0,"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/pages\/2150\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ura-vsp.org\/vsp\/wp-json\/wp\/v2\/media?parent=2150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}