{"id":1545,"date":"2019-02-26T11:38:39","date_gmt":"2019-02-26T19:38:39","guid":{"rendered":"http:\/\/www.wou.edu\/pure\/?page_id=1545"},"modified":"2026-02-25T11:13:59","modified_gmt":"2026-02-25T19:13:59","slug":"session-request-form-for-faculty-and-staff","status":"publish","type":"page","link":"https:\/\/wou.edu\/pure\/forms\/session-request-form-for-faculty-and-staff\/","title":{"rendered":"Session Request Form for Faculty and Staff"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.27.2&#8243; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.27.2&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code admin_label=&#8221;style&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  .gform_next_button{float:right !important;}<!-- [et_pb_line_break_holder] -->  input.large, input[type=\"text\"] {<!-- [et_pb_line_break_holder] -->    width: -webkit-fill-available !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  .wp-editor-container {<!-- [et_pb_line_break_holder] -->    border: solid 1px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  .authenticatedFormHolder{display:none;}<!-- [et_pb_line_break_holder] -->button {<!-- [et_pb_line_break_holder] -->    width: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  .gform_wrapper.gravity-theme .gfield_list_icons button {<!-- [et_pb_line_break_holder] -->    background: transparent url(..\/..\/..\/wp-content\/plugins\/gravityforms\/images\/list-add.svg);<!-- [et_pb_line_break_holder] -->    border: none;<!-- [et_pb_line_break_holder] -->    font-size: 1px;<!-- [et_pb_line_break_holder] -->    height: 16px;<!-- [et_pb_line_break_holder] -->    opacity: .5;<!-- [et_pb_line_break_holder] -->    padding: 0;<!-- [et_pb_line_break_holder] -->    transition: opacity .5s ease-out;<!-- [et_pb_line_break_holder] -->    width: 16px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {<!-- [et_pb_line_break_holder] -->    background-image: url(..\/..\/..\/wp-content\/plugins\/gravityforms\/images\/list-remove.svg);<!-- [et_pb_line_break_holder] -->    margin-left: 5px;<!-- [et_pb_line_break_holder] -->    width: 16px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Log in&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; disabled=&#8221;on&#8221; global_module=&#8221;22849&#8243; global_colors_info=&#8221;{}&#8221;]<script>  <!-- [et_pb_line_break_holder] -->  \/*<!-- [et_pb_line_break_holder] -->  This script utilizes EZProxy authentication through the library. <!-- [et_pb_line_break_holder] -->  If you have a section or sections of your page that you do not want to display without login, make sure you give them a class of \"authenticatedFormHolder\" and apply a style of \"display:none\" at initial load <!-- [et_pb_line_break_holder] -->  *\/<!-- [et_pb_line_break_holder] -->  class SessionPerson {<!-- [et_pb_line_break_holder] -->  \/\/ Private fields<!-- [et_pb_line_break_holder] -->  #vnumber;<!-- [et_pb_line_break_holder] -->  #firstname;<!-- [et_pb_line_break_holder] -->  #lastname;<!-- [et_pb_line_break_holder] -->  #email;<!-- [et_pb_line_break_holder] -->  #savLogin;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  constructor(person) {<!-- [et_pb_line_break_holder] -->    this.roles = person.roles || person.SessRoles || [];<!-- [et_pb_line_break_holder] -->    this.admin = person.admin || null;<!-- [et_pb_line_break_holder] -->    this.vars = person.SessVars || person.vars || null;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/private fields<!-- [et_pb_line_break_holder] -->    this.#vnumber = person.SessVNumber || null;<!-- [et_pb_line_break_holder] -->    this.#firstname = person.SessFirstName || null;<!-- [et_pb_line_break_holder] -->    this.#lastname = person.SessLastName || null;<!-- [et_pb_line_break_holder] -->    this.#email = person.SessEmail || null;<!-- [et_pb_line_break_holder] -->    this.#savLogin = person.SessSavLogin || null;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Getter\/Setter for vnumber<!-- [et_pb_line_break_holder] -->  get vnumber() {<!-- [et_pb_line_break_holder] -->    return this.#vnumber;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  set vnumber(value) {<!-- [et_pb_line_break_holder] -->    this.#vnumber = value;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Getter\/Setter for firstname<!-- [et_pb_line_break_holder] -->  get firstname() {<!-- [et_pb_line_break_holder] -->    return this.#firstname;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  set firstname(value) {<!-- [et_pb_line_break_holder] -->    this.#firstname = value;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Gette\/Setter for lastname<!-- [et_pb_line_break_holder] -->  get lastname() {<!-- [et_pb_line_break_holder] -->    return this.#lastname;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  set lastname(value) {<!-- [et_pb_line_break_holder] -->    this.#lastname = value;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Getter\/Setter for email<!-- [et_pb_line_break_holder] -->  get email() {<!-- [et_pb_line_break_holder] -->    return this.#email;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  set email(value) {<!-- [et_pb_line_break_holder] -->    this.#email = value;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Getter\/Setter for savLogin<!-- [et_pb_line_break_holder] -->  get savLogin() {<!-- [et_pb_line_break_holder] -->    return this.#savLogin;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  set savLogin(value) {<!-- [et_pb_line_break_holder] -->    this.#savLogin = value;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ log full name method<!-- [et_pb_line_break_holder] -->  getLoggedIn() {<!-- [et_pb_line_break_holder] -->    console.log(`${this.firstname} ${this.lastname} is logged in`);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  const pageParams = new URLSearchParams(window.location.search);<!-- [et_pb_line_break_holder] -->  const rURL = encodeURIComponent(window.location.href.toString().replace(\/(?!gf_token=)token=[^&]*\/,''));<!-- [et_pb_line_break_holder] -->  const baseAuthURL = \"\/include_files\/iframe_apps\/facultysenate\/WOU-Faculty-Forms\/forms_shared\/requestJSON.php\";<!-- [et_pb_line_break_holder] -->  const authType = \"shibboleth\"; \/\/ Adjust as needed<!-- [et_pb_line_break_holder] -->  const proxyToken = pageParams.get(\"token\") || \"\";<!-- [et_pb_line_break_holder] -->  const logout = Boolean(pageParams.get(\"logout\"));<!-- [et_pb_line_break_holder] -->  const viewAs = pageParams.get(\"view_as\") || pageParams.get(\"viewas\") || \"\";<!-- [et_pb_line_break_holder] -->  var view_as = viewAs;<!-- [et_pb_line_break_holder] -->  const aURL = new URL(baseAuthURL, window.location.origin);<!-- [et_pb_line_break_holder] -->  aURL.searchParams.append(\"token\", proxyToken);<!-- [et_pb_line_break_holder] -->  aURL.searchParams.append(\"auth\", authType);<!-- [et_pb_line_break_holder] -->  aURL.searchParams.append(\"viewas\", viewAs);<!-- [et_pb_line_break_holder] -->  \/\/aURL.searchParams.delete(\"token\");<!-- [et_pb_line_break_holder] -->  \/\/rURL.searchParams.delete(\"token\");<!-- [et_pb_line_break_holder] -->  authURL = aURL;<!-- [et_pb_line_break_holder] -->  returnURL = rURL;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const lMsg = `<span>Please <a href=\"https:\/\/wou.idm.oclc.org\/userObject?auth=shibboleth&#038;service=getToken&#038;returnURL=${rURL}\">Log in<\/a> to view this page<\/span>`;<!-- [et_pb_line_break_holder] --> function getPageAuth(authURL, viewAs, returnURL, logout) {<!-- [et_pb_line_break_holder] -->  return new Promise((resolve, reject) => {<!-- [et_pb_line_break_holder] -->    let person = {};<!-- [et_pb_line_break_holder] -->    if (logout) {<!-- [et_pb_line_break_holder] -->      sessionStorage.<!-- [et_pb_line_break_holder] -->      Item(\"sessionObject\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const sessionObject = JSON.parse(sessionStorage.getItem(\"sessionObject\") || \"{}\");<!-- [et_pb_line_break_holder] -->    const expirationDate = sessionObject.expiresAt ? new Date(sessionObject.expiresAt) : new Date();<!-- [et_pb_line_break_holder] -->    const currentDate = new Date();<!-- [et_pb_line_break_holder] -->    currentDate.setMinutes(currentDate.getMinutes() - 1);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const isSessionValid =<!-- [et_pb_line_break_holder] -->      currentDate < expirationDate &#038;&#038;<!-- [et_pb_line_break_holder] -->      sessionObject.SessionData?.SessVNumber &&<!-- [et_pb_line_break_holder] -->      sessionObject.SessionData?.SessEmail &&<!-- [et_pb_line_break_holder] -->      (!viewAs || viewAs === sessionObject.SessionData.SessLogin);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    if (isSessionValid) {<!-- [et_pb_line_break_holder] -->      console.log('VALID');<!-- [et_pb_line_break_holder] -->      const person = { ...sessionObject.SessionData, viewAs: viewAs || \"\" };<!-- [et_pb_line_break_holder] -->      const currentPerson = new SessionPerson(person);<!-- [et_pb_line_break_holder] -->      resolve(currentPerson);<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->      console.log('INVALID');<!-- [et_pb_line_break_holder] -->      sessionStorage.removeItem(\"sessionObject\");<!-- [et_pb_line_break_holder] -->      jQuery<!-- [et_pb_line_break_holder] -->        .getJSON(authURL.toString())<!-- [et_pb_line_break_holder] -->        .done((data) => {<!-- [et_pb_line_break_holder] -->          if (data.vnumber || data.email) {<!-- [et_pb_line_break_holder] -->            const expires = new Date();<!-- [et_pb_line_break_holder] -->            expires.setHours(expires.getHours() + 1);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            const sessionData = {<!-- [et_pb_line_break_holder] -->              expiresAt: expires.toISOString(),<!-- [et_pb_line_break_holder] -->              SessionData: {<!-- [et_pb_line_break_holder] -->                SessVNumber: data.vnumber,<!-- [et_pb_line_break_holder] -->                SessFirstName: data.firstname,<!-- [et_pb_line_break_holder] -->                SessLastName: data.lastname,<!-- [et_pb_line_break_holder] -->                SessEmail: data.email,<!-- [et_pb_line_break_holder] -->                SessLogin: data.email.replace(\/@.*\/gi, \"\"),<!-- [et_pb_line_break_holder] -->                SessAdmin: data.admin || \"yes\",<!-- [et_pb_line_break_holder] -->                SessRoles: data.roles,<!-- [et_pb_line_break_holder] -->                SessSavLogin: data.savelogin,<!-- [et_pb_line_break_holder] -->              },<!-- [et_pb_line_break_holder] -->            };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            if (!viewAs) {<!-- [et_pb_line_break_holder] -->              sessionStorage.setItem(\"sessionObject\", JSON.stringify(sessionData));<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            const person = sessionData.SessionData;<!-- [et_pb_line_break_holder] -->            const currentPerson = new SessionPerson(sessionData.SessionData);<!-- [et_pb_line_break_holder] -->            console.log('VALID');<!-- [et_pb_line_break_holder] -->            resolve(currentPerson);<!-- [et_pb_line_break_holder] -->          } else {<!-- [et_pb_line_break_holder] -->            reject(\"Redirecting to login\");<!-- [et_pb_line_break_holder] -->            redirectToLogin(returnURL);<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        })<!-- [et_pb_line_break_holder] -->        .fail(() => {<!-- [et_pb_line_break_holder] -->          reject(\"Failed to authenticate\");<!-- [et_pb_line_break_holder] -->          redirectToLogin(returnURL);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->   return currentPerson;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function redirectToLogin(returnURL) {<!-- [et_pb_line_break_holder] -->    console.log(\"Redirecting to login\");<!-- [et_pb_line_break_holder] -->    window.location.href = `https:\/\/wou.idm.oclc.org\/userObject?auth=shibboleth&service=getToken&returnURL=${returnURL}`;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Example usage<!-- [et_pb_line_break_holder] -->  getPageAuth(aURL, viewAs, rURL, logout)<!-- [et_pb_line_break_holder] -->    .then((fdcPerson) => {<!-- [et_pb_line_break_holder] -->        \/\/console.log(\"Authenticated user:\", fdcPerson);<!-- [et_pb_line_break_holder] -->        currentUser = fdcPerson;<!-- [et_pb_line_break_holder] -->  \t\t\tjQuery('.authenticatedFormHolder').show();<!-- [et_pb_line_break_holder] -->    })<!-- [et_pb_line_break_holder] -->    .catch((error) => {<!-- [et_pb_line_break_holder] -->        console.error(\"Error authenticating user:\", error);<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Get Data from Apps Script (getData function)&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; global_module=&#8221;23288&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  function getData(reqData,callback,loadPlace) {<!-- [et_pb_line_break_holder] -->    let sendData = {<!-- [et_pb_line_break_holder] -->    url: \"https:\/\/script.google.com\/macros\/s\/AKfycbwHs_ZH2D8RiCoq1-Fb6biK5K7Eq7yV8jJe_kE8kpCKgXh8Q2R087Ti-0wmP1FSCBMBZg\/exec\"<!-- [et_pb_line_break_holder] -->      \/\/script owned by libweb<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] -->    sendData.method = reqData?.method ? reqData.method : \"GET\";<!-- [et_pb_line_break_holder] -->    sendData.dataType = 'json'<!-- [et_pb_line_break_holder] -->    if(sendData.method == \"POST\"){<!-- [et_pb_line_break_holder] -->      \/\/sendData.contentType = \"application\/json\";<!-- [et_pb_line_break_holder] -->      sendData.data = JSON.stringify(reqData);<!-- [et_pb_line_break_holder] -->      sendData.muteHttpExceptions = true;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    else {<!-- [et_pb_line_break_holder] -->      sendData.data = reqData;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    sendData.success = function (response) {<!-- [et_pb_line_break_holder] -->      callback(response);<!-- [et_pb_line_break_holder] -->      jQuery('.contentLoadingPURE').first().remove();<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] -->    sendData.error =  function () {<!-- [et_pb_line_break_holder] -->      alert(\"Failed to retrieve entries data.\");<!-- [et_pb_line_break_holder] -->      jQuery('.contentLoadingPURE').first().remove(); <!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] -->    let loadingImg = '<span class=\"contentLoadingPURE\" style=\"width:100%;text-align:center;\"><img decoding=\"async\" src=\"https:\/\/cdn.wou.edu\/wp-content\/blogs.dir\/613\/files\/2025\/05\/Loading_icon.gif\" style=\"opacity: 0.5;position: relative;margin-bottom:-6em;z-index:999 !important;\"\/><\/span>';<!-- [et_pb_line_break_holder] -->    if(typeof loadPlace != 'undefined'){<!-- [et_pb_line_break_holder] -->      jQuery('.contentLoadingPURE').first().remove();<!-- [et_pb_line_break_holder] -->      jQuery(loadPlace).before(loadingImg);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    else{<!-- [et_pb_line_break_holder] -->    \tjQuery('.et_pb_text_0:first').prepend(loadingImg);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    \t\/\/Pace.restart() <!-- [et_pb_line_break_holder] -->      jQuery.ajax(sendData);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;Promise and year filter functions&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_module=&#8221;26143&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->const currentDate = new Date();<!-- [et_pb_line_break_holder] -->const currentYear = currentDate.getFullYear();<!-- [et_pb_line_break_holder] -->const pageParams = new URLSearchParams(window.location.search);<!-- [et_pb_line_break_holder] -->let viewAs = pageParams.get(\"view_as\") || pageParams.get(\"viewas\") || \"\";<!-- [et_pb_line_break_holder] -->let viewYear = pageParams.get(\"aesyear\") || currentYear;<!-- [et_pb_line_break_holder] -->function getDataPromise(params) {<!-- [et_pb_line_break_holder] -->  return new Promise((resolve, reject) => {<!-- [et_pb_line_break_holder] -->    getData(<!-- [et_pb_line_break_holder] -->      params,<!-- [et_pb_line_break_holder] -->      function (response) {<!-- [et_pb_line_break_holder] -->        resolve(response);<!-- [et_pb_line_break_holder] -->      },<!-- [et_pb_line_break_holder] -->      mainLoader,<!-- [et_pb_line_break_holder] -->    );<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  \/\/ Returns the year a form entry was created<!-- [et_pb_line_break_holder] -->function getEntryYear(val) {<!-- [et_pb_line_break_holder] -->  return new Date(val.date_created).getFullYear();<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;JS Functions&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->function addToList(id, type, role, response) {<!-- [et_pb_line_break_holder] -->  let sessionTitle = \"Submission\";<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  let note = \"\";<!-- [et_pb_line_break_holder] -->  if (role == \"Chair\") {<!-- [et_pb_line_break_holder] -->    note = \": For sponsored sessions, use these links to order sessions\";<!-- [et_pb_line_break_holder] -->  } else if (role == \"Mentor\") {<!-- [et_pb_line_break_holder] -->    note = \": Approve abstracts or image submissions using these links\";<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  let items = \"\";<!-- [et_pb_line_break_holder] -->  jQuery.each(response.entries, function (key, val) {<!-- [et_pb_line_break_holder] -->    sessionTitle = role == \"Chair\" ? val[1] : val[7];<!-- [et_pb_line_break_holder] -->    items += `<\/p>\n<li><a href=\"\/pure\/forms\/submissions?entryId=${val.id}\">${sessionTitle}<\/a><\/li>\n<p>`;<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  jQuery(\"#facSessHolder\").append(<!-- [et_pb_line_break_holder] -->    `<\/p>\n<li id=\"${id}\"><!-- [et_pb_line_break_holder] -->      <strong>${role} for ${response.total_count} ${type}<\/strong>${note}<!-- [et_pb_line_break_holder] -->      \n<ul id=\"${id}Items\">${items}<\/ul>\n<p><!-- [et_pb_line_break_holder] -->    <\/li>\n<p>`<!-- [et_pb_line_break_holder] -->  );<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->function popUser(currentUser) {<!-- [et_pb_line_break_holder] -->  jQuery.each(fillFields, function (k, v) {<!-- [et_pb_line_break_holder] -->    let thisLabel = colNames[k].toLowerCase().replace(\/\\s\/g, \"\");<!-- [et_pb_line_break_holder] -->    let thisVal = jQuery(this).val();<!-- [et_pb_line_break_holder] -->    if (thisLabel == \"email\") {<!-- [et_pb_line_break_holder] -->      jQuery(this).addClass(\"wouEmail\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    if (thisVal == \"\") {<!-- [et_pb_line_break_holder] -->      jQuery(this).val(currentUser[thisLabel]);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    if (thisLabel == \"primarycontact\") {<!-- [et_pb_line_break_holder] -->      \/\/ Select the textbox element<!-- [et_pb_line_break_holder] -->      let textBox = jQuery(this);<!-- [et_pb_line_break_holder] -->      \/\/ Create a new checkbox element<!-- [et_pb_line_break_holder] -->      let checkBox = jQuery('<input type=\"checkbox\">');<!-- [et_pb_line_break_holder] -->      \/\/ Copy attributes from the textbox to the checkbox<!-- [et_pb_line_break_holder] -->      checkBox.attr(\"id\", textBox.attr(\"id\"));<!-- [et_pb_line_break_holder] -->      checkBox.attr(\"name\", textBox.attr(\"name\"));<!-- [et_pb_line_break_holder] -->      \/\/checkBox.addClass(textBox.attr('class'));<!-- [et_pb_line_break_holder] -->      checkBox.val(\"Yes\");<!-- [et_pb_line_break_holder] -->      if (textBox.val() == \"\" || textBox.val() == \"Yes\") {<!-- [et_pb_line_break_holder] -->        checkBox.attr(\"checked\", true);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      \/\/ Replace the textbox with the checkbox<!-- [et_pb_line_break_holder] -->      textBox.replaceWith(checkBox);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->  jQuery(\".wou_name\")<!-- [et_pb_line_break_holder] -->    .find(\"input\")<!-- [et_pb_line_break_holder] -->    .val(`${currentUser.firstname} ${currentUser.lastname}`);<!-- [et_pb_line_break_holder] -->  jQuery(\".wouNameLoggedIn\")<!-- [et_pb_line_break_holder] -->    .find(\".name_first\")<!-- [et_pb_line_break_holder] -->    .find(\"input\")<!-- [et_pb_line_break_holder] -->    .val(currentUser.firstname);<!-- [et_pb_line_break_holder] -->  jQuery(\".wouNameLoggedIn\")<!-- [et_pb_line_break_holder] -->    .find(\".name_last\")<!-- [et_pb_line_break_holder] -->    .find(\"input\")<!-- [et_pb_line_break_holder] -->    .val(currentUser.lastname);<!-- [et_pb_line_break_holder] -->  \/\/console.log(jQuery(\".wouVnumberLoggedIn\").find(\"input\"));<!-- [et_pb_line_break_holder] -->  \/\/console.log(currentUser.vnumber);<!-- [et_pb_line_break_holder] -->  jQuery(\".wouVnumberLoggedIn\").find(\"input\").val(currentUser.vnumber);<!-- [et_pb_line_break_holder] -->  jQuery(\".wouEmailLoggedIn\").find(\"input\").val(currentUser.email);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->jQuery(document).on(\"keyup\", \".wouEmail\", function () {<!-- [et_pb_line_break_holder] -->  var this_id = jQuery(this).attr(\"id\");<!-- [et_pb_line_break_holder] -->  jQuery(this).attr(\"autocomplete\", \"on\");<!-- [et_pb_line_break_holder] -->  formComplete(this_id);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->function formComplete(id) {<!-- [et_pb_line_break_holder] -->  jQuery(`#${id}`).autocomplete({<!-- [et_pb_line_break_holder] -->    source: function (request, response) {<!-- [et_pb_line_break_holder] -->      let searchTerms = request.term.split(\"@\");<!-- [et_pb_line_break_holder] -->      jQuery.ajax({<!-- [et_pb_line_break_holder] -->        url: \"https:\/\/wou.edu\/include_files\/iframe_apps\/facultysenate\/WOU-Faculty-Forms\/forms_shared\/admin\/livesearch.php\",<!-- [et_pb_line_break_holder] -->        dataType: \"json\",<!-- [et_pb_line_break_holder] -->        data: {<!-- [et_pb_line_break_holder] -->          term: searchTerms[0],<!-- [et_pb_line_break_holder] -->          change_of_major: \"yes\",<!-- [et_pb_line_break_holder] -->        },<!-- [et_pb_line_break_holder] -->        success: function (data) {<!-- [et_pb_line_break_holder] -->          if (data) {<!-- [et_pb_line_break_holder] -->            response(<!-- [et_pb_line_break_holder] -->              jQuery.map(data, function (item) {<!-- [et_pb_line_break_holder] -->                return {<!-- [et_pb_line_break_holder] -->                  first: item.first,<!-- [et_pb_line_break_holder] -->                  last: item.last,<!-- [et_pb_line_break_holder] -->                  email: item.email,<!-- [et_pb_line_break_holder] -->                  vnumber: item.vnumber,<!-- [et_pb_line_break_holder] -->                  value: item.email<!-- [et_pb_line_break_holder] -->                    ? `${item.first} ${item.last} (${item.email})`<!-- [et_pb_line_break_holder] -->                    : request.term.match(\/@\/i)<!-- [et_pb_line_break_holder] -->                    ? \"Person not found, please enter information manually\"<!-- [et_pb_line_break_holder] -->                    : \"Please enter additional characters\",<!-- [et_pb_line_break_holder] -->                };<!-- [et_pb_line_break_holder] -->              })<!-- [et_pb_line_break_holder] -->            );<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        },<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    },<!-- [et_pb_line_break_holder] -->    autoFocus: true,<!-- [et_pb_line_break_holder] -->    selectFirst: true, \/\/here<!-- [et_pb_line_break_holder] -->    minLength: 2,<!-- [et_pb_line_break_holder] -->    select: function (event, ui) {<!-- [et_pb_line_break_holder] -->      event.preventDefault();<!-- [et_pb_line_break_holder] -->      console.log(ui);<!-- [et_pb_line_break_holder] -->      if (ui.item.email) {<!-- [et_pb_line_break_holder] -->        console.log(\"have email\");<!-- [et_pb_line_break_holder] -->        if (jQuery(this).attr(\"placeholder\").match(\/email\/i)) {<!-- [et_pb_line_break_holder] -->          jQuery(this).val(ui.item.email);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\".gfield\")<!-- [et_pb_line_break_holder] -->            .siblings(\".gfield--type-name\")<!-- [et_pb_line_break_holder] -->            .find(\".name_first\")<!-- [et_pb_line_break_holder] -->            .find(\"input\")<!-- [et_pb_line_break_holder] -->            .val(`${ui.item.first}`);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\".gfield\")<!-- [et_pb_line_break_holder] -->            .siblings(\".gfield--type-name\")<!-- [et_pb_line_break_holder] -->            .find(\".name_last\")<!-- [et_pb_line_break_holder] -->            .find(\"input\")<!-- [et_pb_line_break_holder] -->            .val(`${ui.item.last}`);<!-- [et_pb_line_break_holder] -->          \/* jQuery(\".wou_name\")<!-- [et_pb_line_break_holder] -->          .find(\"input\")<!-- [et_pb_line_break_holder] -->          .val(`${ui.item.first} ${ui.item.last}`);<!-- [et_pb_line_break_holder] -->        jQuery(\".wouName\")<!-- [et_pb_line_break_holder] -->          .find(\".name_first\").find('input')<!-- [et_pb_line_break_holder] -->          .val(`${ui.item.first}`);<!-- [et_pb_line_break_holder] -->        jQuery(\".wouName\")<!-- [et_pb_line_break_holder] -->          .find(\".name_last\").find('input')<!-- [et_pb_line_break_holder] -->          .val(`${ui.item.last}`);<!-- [et_pb_line_break_holder] -->        jQuery(\".wou_vnumber\").find(\"input\").val(ui.item.vnumber);<!-- [et_pb_line_break_holder] -->        jQuery(\".wou_email\").find(\"input\").val(ui.item.email);<!-- [et_pb_line_break_holder] -->        \/\/$(\".wou_vnumber\").find('input').val(ui.item.vnumber);<!-- [et_pb_line_break_holder] -->        *\/<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\"td\")<!-- [et_pb_line_break_holder] -->            .siblings()<!-- [et_pb_line_break_holder] -->            .find(\"input[name*='last']\")<!-- [et_pb_line_break_holder] -->            .val(ui.item.last);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\"td\")<!-- [et_pb_line_break_holder] -->            .siblings()<!-- [et_pb_line_break_holder] -->            .find(\"input[name*='first']\")<!-- [et_pb_line_break_holder] -->            .val(ui.item.first);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\"td\")<!-- [et_pb_line_break_holder] -->            .siblings()<!-- [et_pb_line_break_holder] -->            .find(\"input[name*='adviser']\")<!-- [et_pb_line_break_holder] -->            .val(ui.item.first + \" \" + ui.item.last);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\"td\")<!-- [et_pb_line_break_holder] -->            .siblings()<!-- [et_pb_line_break_holder] -->            .find(\"input[name*='vnumber']\")<!-- [et_pb_line_break_holder] -->            .val(ui.item.vnumber);<!-- [et_pb_line_break_holder] -->          jQuery(this)<!-- [et_pb_line_break_holder] -->            .parents(\"td\")<!-- [et_pb_line_break_holder] -->            .siblings()<!-- [et_pb_line_break_holder] -->            .find(\"input[name*='email']\")<!-- [et_pb_line_break_holder] -->            .val(ui.item.email);<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        \/\/$(this).closest(\".wou_name\").find(\"input\").val(ui.item.id);<!-- [et_pb_line_break_holder] -->        \/\/$(this).closest(\".wou_vnumber\").find(\"input\").val(ui.item.vnumber);<!-- [et_pb_line_break_holder] -->        \/\/NameField.setValue(ui.item.id);<!-- [et_pb_line_break_holder] -->        \/\/vNumField.setValue(ui.item.vnumber);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    },<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text admin_label=&#8221;Form&#8221; module_class=&#8221;authenticatedFormHolder&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Thank you for your interest in Academic Excellence Showcase! If you are a student, this is not the page that you want. Please use the <a href=\"https:\/\/wou.edu\/pure\/academicexcellenceshowcase\/for-students\/student-presenter-registration\">student registration page<\/a>.<\/p>\n<p>        <div class=\"wou-auth-container\" id=\"wou-auth-container\">\n            <!-- Loading state -->\n            <div class=\"wou-auth-loading\" id=\"wou-auth-loading\">\n                <p>Checking authentication...<\/p>\n            <\/div>\n\n            <!-- Authenticated state -->\n            <div class=\"wou-auth-authenticated\" id=\"wou-auth-authenticated\" style=\"display: none;\">\n                                <a href=\"#\" class=\"wou-auth-logout-btn\" id=\"wou-auth-logout-btn\">\n                    Logout                <\/a>\n            <\/div>\n\n            <!-- Error state -->\n            <div class=\"wou-auth-error\" id=\"wou-auth-error\" style=\"display: none;\">\n                <p class=\"wou-auth-error-message\" id=\"wou-auth-error-message\"><\/p>\n                <a href=\"#\" class=\"wou-auth-login-btn\" id=\"wou-auth-retry-btn\">Try Again<\/a>\n            <\/div>\n        <\/div>\n\n        <style>\n            .wou-auth-container {\n                padding: 20px;\n                border: 1px solid #ddd;\n                border-radius: 4px;\n                background: #f9f9f9;\n                max-width: 500px;\n                margin: 20px 0;\n            }\n\n            .wou-auth-loading {\n                text-align: center;\n                color: #666;\n            }\n\n            .wou-auth-login-btn,\n            .wou-auth-logout-btn {\n                display: inline-block;\n                padding: 10px 20px;\n                background: #0073aa;\n                color: white !important;\n                text-decoration: none;\n                border-radius: 4px;\n                transition: background 0.3s;\n            }\n\n            .wou-auth-login-btn:hover,\n            .wou-auth-logout-btn:hover {\n                background: #005177;\n            }\n\n            .wou-auth-user-info {\n                margin-bottom: 15px;\n                padding: 15px;\n                background: white;\n                border-radius: 4px;\n            }\n\n            .wou-auth-user-info p {\n                margin: 5px 0;\n            }\n\n            .wou-auth-email,\n            .wou-auth-uid {\n                font-size: 14px;\n                color: #666;\n            }\n\n            .wou-auth-error {\n                color: #d63301;\n            }\n\n            .wou-auth-error-message {\n                margin-bottom: 15px;\n            }\n        <\/style>\n\n        <script>\n            jQuery(document).ready(function($) {\n                const loginUrl = \"https:\\\/\\\/wou.idm.oclc.org\\\/login?auth=shibboleth\";\n                const redirectUrl = \"https:\\\/\\\/wou.edu\\\/pure\\\/forms\\\/session-request-form-for-faculty-and-staff\\\/\";\n                const showUserInfo = false;\n                const exposeUser = \"wouPerson\";\n                const proxyAddress = \"wou.idm.oclc.org\";\n\n                \/\/ Check for token and viewas in URL\n                const urlParams = new URLSearchParams(window.location.search);\n                const token = urlParams.get('token');\n                const viewAs = urlParams.get('viewas') || urlParams.get('view_as') || '';\n\n                console.log('[wou-auth] init \u2014 exposeUser:', exposeUser, '| viewAs:', viewAs || '(none)', '| token:', !!token);\n\n                function showLoading() {\n                    $('#wou-auth-loading').show();\n                    $('#wou-auth-authenticated').hide();\n                    $('#wou-auth-error').hide();\n                }\n\n                \/*function showLogin() {\n                    $('#wou-auth-loading').hide();\n                    $('#wou-auth-login').show();\n                    $('#wou-auth-authenticated').hide();\n                    $('#wou-auth-error').hide();\n                }*\/\n                function showLogin() {\n                    \/\/ Silent login - redirect immediately (no button)\n                    \/\/window.location.href = fullLoginUrl;\n                    \/\/const returnUrl = window.location.href;\n\n                    const returnUrl = new URL(window.location);\n                    returnUrl.searchParams.delete(\"token\");\n                    const userObjectUrl = `https:\/\/${proxyAddress}\/userObject?auth=shibboleth&service=getToken&returnURL=${encodeURIComponent(returnUrl.toString())}`;\n                    const fullLoginUrl = `https:\/\/${proxyAddress}\/login?auth=shibboleth&url=${encodeURIComponent(userObjectUrl)}`;\n\n                    \/\/console.log(\"Auto-redirecting to:\", userObjectUrl);\n                    window.location.href = userObjectUrl;\n                }\n\n                \/\/ Map Alma patron fields to the OCLC-compatible shape consuming code expects\n                function mapAlmaToOclc(alma) {\n                    return {\n                        uid: alma.primary_id,\n                        vnumber: alma.primary_id,\n                        email: alma.email,\n                        forename: alma.first_name,\n                        firstname: alma.first_name,\n                        surname: alma.last_name,\n                        lastname: alma.last_name,\n                        user_group: alma.user_group,\n                        status: alma.status,\n                    };\n                }\n\n                function showAuthenticated(user, almaData) {\n                    console.log('[wou-auth] showAuthenticated \u2014 uid:', user && user.uid, '| viewAs:', viewAs || '(none)', '| cached alma:', !!almaData);\n                    $('#wou-auth-loading').hide();\n                    $('#wou-auth-authenticated').show();\n                    $('#wou-auth-error').hide();\n\n                    const displayUser = (viewAs && almaData) ? mapAlmaToOclc(almaData) : user;\n\n                    if (showUserInfo) {\n                        $('#wou-auth-user-name').text(displayUser.forename + ' ' + displayUser.surname);\n                        $('#wou-auth-user-email').text(displayUser.email);\n                        $('#wou-auth-user-uid').text(displayUser.uid);\n\n                        if (displayUser.category || displayUser.user_group) {\n                            $('#wou-auth-user-group').text(displayUser.category || displayUser.user_group).parent().show();\n                        }\n                    }\n\n                    if (exposeUser && exposeUser !== 'no') {\n                        const varName = (exposeUser === 'yes') ? 'wouUser' : exposeUser;\n\n                        if (viewAs) {\n                            if (almaData) {\n                                \/\/ Synchronous path: alma came from the PHP session\n                                console.log('[wou-auth] viewas sync \u2014 using cached alma for:', viewAs);\n                                window[varName] = {\n                                    oclc: mapAlmaToOclc(almaData),\n                                    admin: user,\n                                    alma: almaData\n                                };\n                            } else {\n                                \/\/ Async path: fetch alma then set .oclc so the poll waits naturally\n                                console.log('[wou-auth] viewas async \u2014 firing alma lookup for:', viewAs);\n                                const stored = WOU_OCLC_Auth.getStoredSession();\n                                const sessionId = stored ? stored.sessionId : null;\n                                $.ajax({\n                                    url: wouOclcData.ajaxUrl,\n                                    type: 'POST',\n                                    data: {\n                                        action: 'wou_oclc_alma_lookup',\n                                        nonce: wouOclcData.nonce,\n                                        viewas: viewAs,\n                                        sessionId: sessionId\n                                    },\n                                    dataType: 'json'\n                                }).then(function(response) {\n                                    if (response.success) {\n                                        window[varName] = {\n                                            oclc: mapAlmaToOclc(response.alma),\n                                            admin: user,\n                                            alma: response.alma\n                                        };\n                                    } else {\n                                        \/\/ Alma unavailable \u2014 fall back to admin's own data\n                                        console.warn('[viewas] Alma lookup failed:', response.error || 'unknown error');\n                                        window[varName] = {\n                                            oclc: user\n                                        };\n                                    }\n                                });\n                            }\n                        } else {\n                            window[varName] = {\n                                oclc: user\n                            };\n                        }\n                    }\n                }\n\n                function showError(message) {\n                    $('#wou-auth-loading').hide();\n                    $('#wou-auth-authenticated').hide();\n                    $('#wou-auth-error').show();\n                    $('#wou-auth-error-message').text(message);\n                }\n\n\n                \/\/ Handle logout button click\n                $('#wou-auth-logout-btn').on('click', function(e) {\n                    e.preventDefault();\n                    const stored = WOU_OCLC_Auth.getStoredSession();\n                    if (stored) {\n                        WOU_OCLC_Auth.logout(stored.sessionId)\n                            .then(() => {\n                                \/\/ Clear exposed variable\n                                if (exposeUser && exposeUser !== 'no') {\n                                    const varName = (exposeUser === 'yes') ? 'wouUser' : exposeUser;\n                                    delete window[varName];\n                                }\n                                showLogin();\n                            })\n                            .catch(err => {\n                                console.error('Logout failed:', err);\n                                showLogin();\n                            });\n                    } else {\n                        showLogin();\n                    }\n                });\n\n                \/\/ Check authentication status\n                if (token) {\n                    \/\/ Authenticate token\n                    if (!token.match(\/^https?:\\\/\\\/\/i) && token.match('https')) {\n                        token = token.replace('https', 'https:\/\/');\n                    }\n                    showLoading();\n                    WOU_OCLC_Auth.authenticate(token)\n                        .then(response => {\n                            if (response.success) {\n                                showAuthenticated(response.user, null);\n\n                                \/\/ Clean up URL\n                                const url = new URL(window.location);\n                                url.searchParams.delete('token');\n                                window.history.replaceState({}, '', url);\n                            } else {\n                                showError(response.error || 'Authentication failed');\n                                const url = new URL(window.location);\n                                url.searchParams.delete('token');\n                                window.history.replaceState({}, '', url);\n                                setTimeout(() => showLogin(), 1000);\n                            }\n                        })\n                        .catch(err => {\n                            console.error('Auth error:', err);\n                            showError('Authentication failed. Please try again.');\n                        });\n                } else {\n                    \/\/ Check existing session\n                    WOU_OCLC_Auth.checkAuth()\n                        .then(result => {\n                            if (result.authenticated) {\n                                \/\/ If cached alma belongs to a different viewas user, discard it and do a fresh lookup\n                                let almaData = result.alma || null;\n                                if (viewAs && almaData && result.almaViewas !== viewAs) {\n                                    almaData = null;\n                                }\n                                showAuthenticated(result.user, almaData);\n                            } else {\n                                showLogin();\n                            }\n                        })\n                        .catch(() => {\n                            showLogin();\n                        });\n                }\n            });\n        <\/script>\n    <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' style='display:none'>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">AES Session Submission Form<\/h2>\n                            <p class='gform_description'><p>If you would like to request disability related accommodation(s) to participate in a WOU activity or event, please notify Disability Services (ODS) at 503-838-8250 or ods@wou.edu at least three (3) business days in advance. For ASL interpreting, Typewell transcribing, or captioning services please complete the online request form.<\/p>\r\n<p>This form is for session chairs. Chairing a session may involve organizing and managing submitted student presentations or creating a shell for students to submit to, depending on the session format you choose. Session chairs can sponsor presentations sessions with full control over content and participants, facilitate open presentation\/poster sessions that group related student work, or create a space in the AES program for an event or performance.<\/p>\r\n<p>Not ready to submit? You may use the Save and Continue Option at the bottom to store progress<\/p><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/pure\/wp-json\/wp\/v2\/pages\/1545' data-formid='2' novalidate><div class='gf_invisible ginput_recaptchav3' data-sitekey='6LeCVskqAAAAAHHfozS3rf1WJW3QjrROoSv5lmbZ' data-tabindex='0'><input id=\"input_e2b319fd2e41264554e8d155ce5222e0\" class=\"gfield_recaptcha_response\" type=\"hidden\" name=\"input_e2b319fd2e41264554e8d155ce5222e0\" value=\"\"\/><\/div>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_above validation_below'><fieldset id=\"field_2_22\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-half wouNameLoggedIn gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Primary Session Chair<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_2_22'>\n                            \n                            <span id='input_2_22_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_22.3' id='input_2_22_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_2_22_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_2_22_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_22.6' id='input_2_22_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_2_22_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_2_23\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half wouEmailLoggedIn gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_23'>Primary Session Chair Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_23' id='input_2_23' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_25\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full wouVnumberLoggedIn field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_2_25'>vNumber<\/label><div class='ginput_container ginput_container_text'><input name='input_25' id='input_2_25' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_2_24\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Are there other session chairs who should be listed in the program?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_24'>\n\t\t\t<div class='gchoice gchoice_2_24_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_24' type='radio' value='Yes'  id='choice_2_24_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_24_0' id='label_2_24_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_24_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_24' type='radio' value='No' checked='checked' id='choice_2_24_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_24_1' id='label_2_24_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_2_3\" class=\"gfield gfield--type-list gfield--input-type-list gfield--width-full wouPerson gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Session Chairs<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='gfield_description' id='gfield_description_2_3'>Please list the chairs for this session. Each chair should be on a separate line.<\/div><div class='ginput_container ginput_container_list ginput_list ginput_container_list--columns'><div class='gfield_list gfield_list_container'><div class=\"gfield_list_header gform-grid-row\"><div class=\"gform-field-label gfield_header_item gform-grid-col\">Email<\/div><div class=\"gform-field-label gfield_header_item gform-grid-col\">First Name<\/div><div class=\"gform-field-label gfield_header_item gform-grid-col\">Last Name<\/div><div class=\"gfield_header_item gfield_header_item--icons gform-grid-col\">&nbsp;<\/div><\/div><div class=\"gfield_list_groups\"><div class='gfield_list_row_odd gfield_list_group gform-grid-row'><div class='gfield_list_group_item gfield_list_cell gfield_list_3_cell1 gform-grid-col' data-label='Email'><input aria-invalid='false' aria-required=\"true\" aria-describedby=\"gfield_description_2_3\" aria-label='Email, Row 1' data-aria-label-template='Email, Row {0}' type='text' name='input_3[]' value=''   \/><\/div><div class='gfield_list_group_item gfield_list_cell gfield_list_3_cell2 gform-grid-col' data-label='First Name'><input aria-invalid='false' aria-required=\"true\" aria-describedby=\"gfield_description_2_3\" aria-label='First Name, Row 1' data-aria-label-template='First Name, Row {0}' type='text' name='input_3[]' value=''   \/><\/div><div class='gfield_list_group_item gfield_list_cell gfield_list_3_cell3 gform-grid-col' data-label='Last Name'><input aria-invalid='false' aria-required=\"true\" aria-describedby=\"gfield_description_2_3\" aria-label='Last Name, Row 1' data-aria-label-template='Last Name, Row {0}' type='text' name='input_3[]' value=''   \/><\/div><div class='gfield_list_icons gform-grid-col'>   <button type='button'  class='add_list_item ' aria-label='Add another row' onclick='gformAddListItem(this, 0)'>Add<\/button>   <button type='button'  class='delete_list_item' aria-label='Remove row 1' data-aria-label-template='Remove row {0}' onclick='gformDeleteListItem(this, 0)' style=\"visibility:hidden;\">Remove<\/button><\/div><\/div><\/div><\/div><\/div><\/fieldset><div id=\"field_2_4\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half populate-units wouDivisions gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_4'>Division\/Program\/School<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_2_4' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select...<\/option><option value='Advising' >Advising<\/option><option value='BEH' >Behavioral Sciences<\/option><option value='BUS' >Business and Economics<\/option><option value='CJS' >Criminal Justice Sciences<\/option><option value='COM' >Computer Science<\/option><option value='CRE' >Creative Arts<\/option><option value='DEP' >Center for Academic Innovation<\/option><option value='Education Studies' >Education Studies<\/option><option value='Gen Ed' >First Year Seminar<\/option><option value='GRA' >Graduate Studies<\/option><option value='HON' >Honors Program<\/option><option value='HPE' >Health and Exercise Science<\/option><option value='HUM' >Humanities<\/option><option value='ICS' >Interdisciplinary College Studies<\/option><option value='IDS' >Interdisciplinary Studies<\/option><option value='INTL' >International Education and Services<\/option><option value='LAS' >College of Liberal Arts and Sciences<\/option><option value='LIB' >Library<\/option><option value='LS' >Liberal Studies<\/option><option value='Music' >Music<\/option><option value='NSM' >Natural Sciences &amp; Mathematics<\/option><option value='OHSU' >OHSU School of Nursing at WOU<\/option><option value='OL' >Organizational Leadership<\/option><option value='PROV' >Provost&#039;s Office<\/option><option value='PURE' >Program for Undergraduate Research Experiences<\/option><option value='SOC' >Social Sciences<\/option><option value='SPE' >Deaf Studies and Professional Studies<\/option><option value='TED' >Education and Leadership<\/option><option value='TST' >Test Division<\/option><option value='Test Division' >Test Division<\/option><option value='na' >Other\/Not Applicable<\/option><\/select><\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half populate-units wouDepartments field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_5'>Department\/Program (if applicable)<\/label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_2_5' class='large gfield_select'     aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select...<\/option><option value='AALC' >Academic Advising &amp; Learning<\/option><option value='ANTH' >Anthropology<\/option><option value='ART' >Art<\/option><option value='ASL' >ASL Studies<\/option><option value='ASLE' >ASL\/English Interpreting<\/option><option value='BIOL' >Biology<\/option><option value='BUSI' >Business<\/option><option value='CHEM' >Chemistry<\/option><option value='CIE' >Cybercrime Investigation and Enforcement<\/option><option value='COMM' >Communication<\/option><option value='CRIM' >Criminal Justice<\/option><option value='CS' >Computer Science<\/option><option value='DHHE' >Deaf and Hard of Hearing Educator<\/option><option value='EART' >Earth and Environmental Science<\/option><option value='ECE' >Early Childhood Education<\/option><option value='ECON' >Economics<\/option><option value='ENGL' >English Studies<\/option><option value='ESOL' >ESOL<\/option><option value='GEOG' >Sustainability<\/option><option value='GERO' >Gerontology<\/option><option value='HIST' >History<\/option><option value='INTL' >International Studies<\/option><option value='INTS' >Interpreting Studies<\/option><option value='IS' >Information Systems<\/option><option value='LANG' >Modern Languages<\/option><option value='LIT' >Literacy<\/option><option value='MAIS' >Masters of Arts: Interpreting Studies<\/option><option value='MAT' >Master of Arts in Teaching<\/option><option value='MATH' >Mathematics<\/option><option value='MIL' >Military Science<\/option><option value='MSED' >Master of Science in Education<\/option><option value='MSEI' >Master of Science in Education: Information Technology<\/option><option value='MSSP' >Multicultural Student Services &amp; Programs<\/option><option value='MUSI' >Music<\/option><option value='OT' >Occupational Therapy<\/option><option value='PHIL' >Philosophy<\/option><option value='POLI' >Political Science<\/option><option value='PSYC' >Psychology<\/option><option value='RMHC' >Rehabilitation and Mental Health Counseling<\/option><option value='SEP' >Student Enrichment Program<\/option><option value='SHCC' >Student Health &amp; Counseling<\/option><option value='SLA' >Student Leadership &amp; Activities<\/option><option value='SLCD' >Service Learning &amp; Career Development<\/option><option value='SOCI' >Sociology<\/option><option value='SPED' >Special Education<\/option><option value='TEST' >Test Department<\/option><option value='THEA' >Theatre\/Dance<\/option><option value='UGT' >Undergraduate Teaching<\/option><option value='UH' >University Housing<\/option><option value='na' >Other\/Not Applicable<\/option><\/select><\/div><\/div><div id=\"field_2_6\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\">Session Details<\/h3><\/div><div id=\"field_2_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_1'>Session title<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_2_1'>Title for the session as it should appear to students selecting sessions and in the proceedings<\/div><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large'  aria-describedby=\"gfield_description_2_1\"   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_2_7\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Session Format<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_7'>\n\t\t\t<div class='gchoice gchoice_2_7_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='Event (speaker, award, etc.)'  id='choice_2_7_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_7_0' id='label_2_7_0' class='gform-field-label gform-field-label--type-inline'>Event (speaker, award, etc.)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_7_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='Performance(s)'  id='choice_2_7_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_7_1' id='label_2_7_1' class='gform-field-label gform-field-label--type-inline'>Performance(s)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_7_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='Posters'  id='choice_2_7_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_7_2' id='label_2_7_2' class='gform-field-label gform-field-label--type-inline'>Posters<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_7_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='Presentations (Talks)'  id='choice_2_7_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_7_3' id='label_2_7_3' class='gform-field-label gform-field-label--type-inline'>Presentations (Talks)<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_7_4'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_7' type='radio' value='Recorded Research Talks (Option for use by AES Admin Only)'  id='choice_2_7_4' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_7_4' id='label_2_7_4' class='gform-field-label gform-field-label--type-inline'>Recorded Research Talks (Option for use by AES Admin Only)<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_2_16\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_16'>Anticipated Attendance<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_2_16'>Please provide an estimate of how many attendees you anticipate for this session. Providing this information helps us schedule an appropriately sized room.<\/div><div class='ginput_container ginput_container_number'><input name='input_16' id='input_2_16' type='text' step='any'   value='' class='large'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_description_2_16\" \/><\/div><\/div><div id=\"field_2_8\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-half gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><p>Presentation sessions can be either Open Sessions or Sponsored Sessions. The responsibilities of session chairs will differ depending on the session type. For more information, see the AES website at <a href=\"https:\/\/wou.edu\/aes\" target=\"_blank\">https:\/\/wou.edu\/aes<\/a><\/p>\n<ul><li>An Open Session is a session for which student submissions may be either solicited or unsolicited. All open presentations are scheduled in 15-minute slots by the AES committee; presenter order may be determined by the Session Chair.<\/li>\n<li>A Sponsored Session is a session where the session chair invites specific student submissions. The session chair also determines the presentation lengths and order. <br><strong>Students must enter a session key (this will be provided to you) to participate in a sponsored session.<\/strong><\/li>\n<\/ul><\/div><fieldset id=\"field_2_9\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Type of session<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_9'>\n\t\t\t<div class='gchoice gchoice_2_9_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_9' type='radio' value='Open Session'  id='choice_2_9_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_9_0' id='label_2_9_0' class='gform-field-label gform-field-label--type-inline'>Open Session<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_9_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_9' type='radio' value='Sponsored Session'  id='choice_2_9_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_9_1' id='label_2_9_1' class='gform-field-label gform-field-label--type-inline'>Sponsored Session<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_2_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_10'>Session Description<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_2_10'>Please provide a description to be included in the proceedings\/event program<\/div><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_2_10-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><link rel='stylesheet' id='dashicons-css' href='https:\/\/wou.edu\/pure\/wp-includes\/css\/dashicons.min.css?ver=6.9.4' type='text\/css' media='all' \/>\n<link rel='stylesheet' id='editor-buttons-css' href='https:\/\/wou.edu\/pure\/wp-includes\/css\/editor.min.css?ver=6.9.4' type='text\/css' media='all' \/>\n<div id=\"wp-input_2_10-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_10\" id=\"input_2_10\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_2_11\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_11'>How many 1 hour blocks would you like for your session?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_11' id='input_2_11' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select...<\/option><option value='1' >1<\/option><option value='2' >2<\/option><option value='3' >3<\/option><option value='4' >4<\/option><option value='5' >5<\/option><option value='6' >6<\/option><option value='7' >7<\/option><option value='8' >8<\/option><\/select><\/div><\/div><fieldset id=\"field_2_12\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Preferred Time(s)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_2_12'><div class='gchoice gchoice_2_12_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.1' type='checkbox'  value='Morning'  id='choice_2_12_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_12_1' id='label_2_12_1' class='gform-field-label gform-field-label--type-inline'>Morning<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_12_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.2' type='checkbox'  value='Afternoon'  id='choice_2_12_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_12_2' id='label_2_12_2' class='gform-field-label gform-field-label--type-inline'>Afternoon<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_12_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.3' type='checkbox'  value='Evening'  id='choice_2_12_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_12_3' id='label_2_12_3' class='gform-field-label gform-field-label--type-inline'>Evening<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_12_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.4' type='checkbox'  value='No time preference' checked='checked' id='choice_2_12_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_12_4' id='label_2_12_4' class='gform-field-label gform-field-label--type-inline'>No time preference<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_2_18\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Is it OK for WOU to record this session?<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_18'>\n\t\t\t<div class='gchoice gchoice_2_18_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_18' type='radio' value='Yes' checked='checked' id='choice_2_18_0' onchange='gformToggleRadioOther( this )' aria-describedby=\"gfield_description_2_18\"   \/>\n\t\t\t\t\t<label for='choice_2_18_0' id='label_2_18_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_18_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_18' type='radio' value='No'  id='choice_2_18_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_18_1' id='label_2_18_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><div class='gfield_description' id='gfield_description_2_18'><ul><li>During AES, parts of some sessions are recorded (with participant permission) for promotional vidoes, WOUTv, etc.<\/li>\n\n<li>Agreeing to this does not mean that your session will be recorded, simply that you do not object to parts of your session being recorded.<\/li>\n\n<li>Students are also required to indicate whether recordings of their presentations is OK and presentations for which permission is not granted will not be recorded.<\/li><\/ul><\/div><\/fieldset><fieldset id=\"field_2_17\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-half field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >I would like to be assigned a session aide<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_2_17'>\n\t\t\t<div class='gchoice gchoice_2_17_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='Yes'  id='choice_2_17_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_17_0' id='label_2_17_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_2_17_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_17' type='radio' value='No' checked='checked' id='choice_2_17_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_2_17_1' id='label_2_17_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_2_20\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\">Equipment and Spaces<\/h3><\/div><fieldset id=\"field_2_13\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-half field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Specialized Equipment Needed<\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_2_13'><div class='gchoice gchoice_2_13_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.1' type='checkbox'  value='Laptop (Mac)'  id='choice_2_13_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_1' id='label_2_13_1' class='gform-field-label gform-field-label--type-inline'>Laptop (Mac)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.2' type='checkbox'  value='Laptop (PC)'  id='choice_2_13_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_2' id='label_2_13_2' class='gform-field-label gform-field-label--type-inline'>Laptop (PC)<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.3' type='checkbox'  value='Lectern'  id='choice_2_13_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_3' id='label_2_13_3' class='gform-field-label gform-field-label--type-inline'>Lectern<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.4' type='checkbox'  value='Projector'  id='choice_2_13_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_4' id='label_2_13_4' class='gform-field-label gform-field-label--type-inline'>Projector<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.5' type='checkbox'  value='Slide Advancer'  id='choice_2_13_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_5' id='label_2_13_5' class='gform-field-label gform-field-label--type-inline'>Slide Advancer<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.6' type='checkbox'  value='Smart Classroom'  id='choice_2_13_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_6' id='label_2_13_6' class='gform-field-label gform-field-label--type-inline'>Smart Classroom<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.7' type='checkbox'  value='Sound System'  id='choice_2_13_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_7' id='label_2_13_7' class='gform-field-label gform-field-label--type-inline'>Sound System<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.8' type='checkbox'  value='Whiteboard'  id='choice_2_13_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_8' id='label_2_13_8' class='gform-field-label gform-field-label--type-inline'>Whiteboard<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_2_13_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_13.9' type='checkbox'  value='Other'  id='choice_2_13_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_2_13_9' id='label_2_13_9' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_2_14\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_14'>Other Equipment Needed<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_2_14' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_15\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_15'>Special Functionality Spaces<\/label><div class='gfield_description' id='gfield_description_2_15'>If you need a specific room due to its functionality (example: Maple Hall for dance) please enter and explain your request here. Where special functionality spaces are not required, rooms will be selected by the AES team to provide the best experience for attendees.<\/div><div class='ginput_container ginput_container_textarea'><div id=\"wp-input_2_15-wrap\" class=\"wp-core-ui wp-editor-wrap tmce-active\"><div id=\"wp-input_2_15-editor-container\" class=\"wp-editor-container\"><textarea class=\"large wp-editor-area\" style=\"height: 280px\" autocomplete=\"off\" cols=\"40\" name=\"input_15\" id=\"input_2_15\"><\/textarea><\/div>\n<\/div>\n\n<\/div><\/div><div id=\"field_2_19\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_19'>Additional comments or notes<\/label><div class='gfield_description' id='gfield_description_2_19'>Is there anything else we need to know about your session?<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_19' id='input_2_19' class='textarea large'  aria-describedby=\"gfield_description_2_19\"    aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_2_26\" class=\"gfield gfield--type-list gfield--input-type-list gfield--width-full field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><legend class='gfield_label gform-field-label gfield_label_before_complex' >Presentation Order<\/legend><div class='ginput_container ginput_container_list ginput_list ginput_container_list--columns'><div class='gfield_list gfield_list_container'><div class=\"gfield_list_header gform-grid-row\"><div class=\"gform-field-label gfield_header_item gform-grid-col\">Order<\/div><div class=\"gform-field-label gfield_header_item gform-grid-col\">Entry Id<\/div><div class=\"gform-field-label gfield_header_item gform-grid-col\">Presentation<\/div><div class=\"gfield_header_item gfield_header_item--icons gform-grid-col\">&nbsp;<\/div><\/div><div class=\"gfield_list_groups\"><div class='gfield_list_row_odd gfield_list_group gform-grid-row'><div class='gfield_list_group_item gfield_list_cell gfield_list_26_cell1 gform-grid-col' data-label='Order'><input aria-invalid='false'   aria-label='Order, Row 1' data-aria-label-template='Order, Row {0}' type='text' name='input_26[]' value=''   \/><\/div><div class='gfield_list_group_item gfield_list_cell gfield_list_26_cell2 gform-grid-col' data-label='Entry Id'><input aria-invalid='false'   aria-label='Entry Id, Row 1' data-aria-label-template='Entry Id, Row {0}' type='text' name='input_26[]' value=''   \/><\/div><div class='gfield_list_group_item gfield_list_cell gfield_list_26_cell3 gform-grid-col' data-label='Presentation'><input aria-invalid='false'   aria-label='Presentation, Row 1' data-aria-label-template='Presentation, Row {0}' type='text' name='input_26[]' value=''   \/><\/div><div class='gfield_list_icons gform-grid-col'>   <button type='button'  class='add_list_item ' aria-label='Add another row' onclick='gformAddListItem(this, 0)'>Add<\/button>   <button type='button'  class='delete_list_item' aria-label='Remove row 1' data-aria-label-template='Remove row {0}' onclick='gformDeleteListItem(this, 0)' style=\"visibility:hidden;\">Remove<\/button><\/div><\/div><\/div><\/div><\/div><\/fieldset><div id=\"field_2_35\" class=\"gfield gfield--type-select gfield--input-type-select field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_35'>Untitled<\/label><div class='ginput_container ginput_container_select'><select name='input_35' id='input_2_35' class='large gfield_select'     aria-invalid=\"false\" ><option value='First Choice' >First Choice<\/option><option value='Second Choice' >Second Choice<\/option><option value='Third Choice' >Third Choice<\/option><\/select><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <button type='button'  id='gform_save_2_footer_link' onclick='gform.submission.handleButtonClick(this);' data-submission-type='save-continue' class='gform_save_link gform-theme-button gform-theme-button--secondary button'  ><svg aria-hidden=\"true\" focusable=\"false\" width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 8a4 4 0 004 4h3v3a1 1 0 102 0v-3h3a4 4 0 100-8 4 4 0 10-8 0 4 4 0 00-4 4zm9 4H7V7.414L5.707 8.707a1 1 0 01-1.414-1.414l3-3a1 1 0 011.414 0l3 3a1 1 0 01-1.414 1.414L9 7.414V12z\" fill=\"#6B7280\"\/><\/svg> Save & Continue<\/button>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_save' id='gform_save_2' value='' \/>\n                             <input type='hidden' class='gform_hidden' name='gform_resume_token' id='gform_resume_token_2' value='' \/>\n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='OpFrFl\/glJ6BP2BdF1Zx+YB\/pXLPkBgUwqouftDzcC1FXM4idSruStqRIh8B2i\/UzLQIqFBg9Qm5RQHuMM\/yXJ0TxEKeO\/gSppk3x8Chrt94xJk=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJ7XCIzNC4xXCI6XCI5M2U1Yjc3NTcxMDQwY2M1NTYyNWIzM2EyOGFhNTA5ZFwiLFwiMjdcIjpbXCI2MDFhNGUxZDlmMGVkNzFiMzdiNTAzOTc3Y2Y4Yjc4ZVwiLFwiODMyZGRjODc3ZjdlMDk3NTM5MGE4NmZjMzVlZTQyNWVcIixcIjJiMDUyMjE3NmQ3ZmU3OTM4ZDNhMWRhNTMxNTRjZjdjXCIsXCJmYzdhNWZiYWFkZmQyNjUzODYxZmU1NDYyZGNiODIxM1wiLFwiYmI4OTFjZDVjOTliMDAwMGFhOGI4MjU1NWE4ZTJiYzFcIixcIjhkOWNiNDQ2YWVjZjgyYjg2ZGNlNmI2ZWZlMzIxYzEwXCIsXCIxM2NiODkyYjhlZThiOGI4NzUyM2ZjYjZjNTNkMWI2M1wiLFwiZGNlZTA2YjhlMjA0OWIwYzBkN2RjN2M5OTgxOGUwOGRcIixcImM4YzRhYTk5ZDQ1ZTRmMDM0ZmZkMjgyZjFjYWMwNGE0XCIsXCIzMDdlMTdiMTk0MjA1NmRmMTc1MjE3YTczYTQyZGEzZVwiLFwiZTliNWM4ODMyY2VjN2UxODAxNzQ2NDBlMDg2YmZhODJcIixcImVhNzFmNTk1OGVhZTgwZGI3NGE2MDIyMGZhMmUyNjdjXCIsXCI0MmUxOGJhOGIwNGI4OTI5ZmE0MTY3OWNmMThhZTk4MVwiLFwiYmQxMTNkMjU2MGIyNjA2YWVkZTE2ZGRiYmYyM2QyYTNcIixcImI0MWMxZDNhODY1ZWI4YzdiYzM5ODM5MDdjZGU1ZGRiXCIsXCIzZTU1NGVjMjg1OTNhZDg2ZTc4YWYwYzQ2MGI2MjYzYVwiLFwiYzc3M2RhZDZhMzI2M2NmYTAwNjYzZWQxMjYyODg4ZWJcIixcIjg5NDMwMGI4NTIwZDYxMzM2MTUyYTVkMzQ3ZTIxMmI4XCIsXCJmZWE5MWMzNmI4YjJhZmU3NTM4NTRiMDY1MzJhMGZjNlwiLFwiNTMyM2U5YzkyZTYwN2RmZWMwZDFhNTg1MGM2MDE2MTlcIl0sXCIyNFwiOltcIjkzZTViNzc1NzEwNDBjYzU1NjI1YjMzYTI4YWE1MDlkXCIsXCIzNDU5ZDAyZjFlNTBmOGMwNTA4MDM0ZWIzNmE0Zjk0MFwiXSxcIjRcIjpbXCJhM2E2ZTNkM2UzY2FhNmJjN2IwN2EwYzY1MjUxZTdjNVwiLFwiNTRhYjEyOTdjMTQyYTk5OWFhYTNmMTRjYzNjMTRiZDhcIixcIjM0OTRiNjhjNjI2NmY3NWMyZTYzNzdmODRmY2E3MzFkXCIsXCIxNTBmNTgwYmRmZDlmZTRkMmRkN2Y2YzliZTg4ODA1ZFwiLFwiNGVkMmI4Yjk1ZmQ2MzgyYTViOTNhZjliNjQ1OTRjOGRcIixcImE1NzhjOWU1ZGRiMDllZmQwNDNhNmIyNzQ4ZjM5NDY1XCIsXCI3MDBlNzQ1NzdmM2QzNzVkNzRiYjI3MDczZDAzNGRlYVwiLFwiYzVjMjJlZDE3M2M2Y2E4MWY2OTYxZGVjZGIyNTU3NzlcIixcIjExODU2OTY4ZTIwNjdkZDE4YTI2YTI4NjJmOWUzZDM1XCIsXCI4MzQ4YTQyZDNmODRjN2Y1Y2ZiZjVmOTY0MDM1NWI0NFwiLFwiYWZhYTM0MDJjNjAyZGU2ODFhZDliYmQyNDU0ZDllOWRcIixcIjU0ZGU5OGU1OWNjMjQyNjdhZDI0MjVhYWViYmViMTdjXCIsXCIzMzUwNjAxODQyMzQ4NmZlY2U1ZmE1NmJkNWRlZTQ1ZVwiLFwiMTM4MjE3OWE5Y2FiMzJjZGFmNzczNWQ5ZGYxOTgyMDJcIixcIjc3M2QzNDExNjc4NTA1MjEwNjg0YWQ5Y2I5OThjOTJkXCIsXCIyZTQ0ZGFkMjNjNWZlN2E1YTNkY2FjNDg1NGE4NDU0NVwiLFwiMWIxMzA0Yzk5NDIwNjRjYWFmMDkxMDA2MWY4NDJjMjNcIixcIjFmZjc0ODNiM2U1MmU4ZDY3YjVjZjBiOGZiNmQzNjkyXCIsXCI3ZWJhZTZlM2VkODVjNTQ4YjNmYjVhYWVhNDkwYWJjN1wiLFwiMDc2YTU5YTI4ZTY0ODExNWY4NDM3MmU5ZWVlMWY2NTZcIixcIjg3YjBjZWM4MDQzY2YxMzRjNjZlMWI1YzZkOTFiNzMyXCIsXCI5MGYyNTJjZTEzYjhiMmNmYTc1MGM4MWJhMTg4MDc2NVwiLFwiYWRhYzQxODQxYTc0MjE0ODIyZWUzMzdhNjJhMWU3MGZcIixcImRkNDM0N2EzMDgyYWQ2M2E2N2I0ODU5M2RmMmYxY2Q0XCIsXCI5YTU1ZDAxMWQwZmJmYWQxNzA1NmZhMjZmYzQxNzQ3N1wiLFwiZGY5MzgzZjY1OGZiYWEwN2JjMzE0NWU5MjExNWU5YjJcIixcIjZkYmVkZmExY2ZjYzQ5ODI1NTU2YWYyMmM0NzJmMTg2XCIsXCJhNDA0MzlkM2ZjNGU0OTE3OGI5NTBjZDZjZjZjZDJiZVwiLFwiOGE2N2E5NzE0YmY2OWQ3YzNmMTYwZGRjNWNkOWE0NzRcIixcImFlY2FhZTg3MTI4MGU3YzRkZDExYzgwYjg3MzE2NjNkXCIsXCJhMGEyMzk5NDllMWI2MzQ0MTU1MGNiOWEwMDUyYjRkOVwiXSxcIjVcIjpbXCJkMDZmYWQxNDA3ZTk2ZmIyMDcwMTdjZmE2NmZkMDMxMlwiLFwiNjQ4N2RkNmY0OTE1MDM0ZjY5N2U3MjNkNmM5ZTM4OTRcIixcImUyNDU0MTgwODcwNTMwZDNlODJmOWI2ZTIzYTlkOTllXCIsXCIwM2YwNDc5ZWMwNDQxN2RlYjIwYWZkMTIzMjljNTdkOFwiLFwiMzIwZjk2ZTVmODBhNjFlNzY4M2Y4NDAzZDNlNzVhODBcIixcImQ3ZWMzYzU5Yzg4NjNhYzc3MGUzMzdjYmY5ZGMwZmZiXCIsXCI0YThmZTg4NDEwZDFkZDM1OGNlZmE3NGExNWQ4YmY3ZlwiLFwiNDkzZjJlODc3ZjE3M2E4NmY0NTNkZjI3NGU0YzA1MDlcIixcIjBjNjlmN2FlZjQ4ZTNjYWE5Y2I4ZmM1ZTRlNWYxOTVmXCIsXCJhOWY1MTJiNjhmODI2ZWY2MTgyYjdjMTNhMjkwMWQwN1wiLFwiNjZkNDdlNTRmMTcxNDMzNjQ5NmZmMTIzOTFkZGJiMzNcIixcImU5ZjVlY2EzMDA1MmVmYmFhNWRkZjBmZTRiNDljYmM5XCIsXCJlZmVlOTcyN2NmYjAxZmM2MTAxOWRhZmI3OTk4MWYyM1wiLFwiYjg5NjNlZTE4YjU4YzcyZDJlMGY1ZDVmOWUzZTVlOGJcIixcIjgyOWE3MjBkODlmM2RlYmMyZDUwZjJiNDExN2UwNmMxXCIsXCI0MzBmYzc5NzI4NGMyMmEwM2IyMzYwYTNhMjZmYTA1Y1wiLFwiNTUzY2M2ZjQzM2M5ZDZiZGEyYzY1YTA2Mzg2NjFhYmRcIixcIjA2MjQxOTMxM2UzNTU1NWZhODM2MTZkYWZhNWJmOTljXCIsXCJkMzkzZGViOTQ5NDJmOGNiNDRlNzY4N2ZiY2Q4OGQ0NlwiLFwiNDNkYTJjMTk5YThkZjgzMmQzZGRlODA2M2YzMDM0MjJcIixcIjExMjFmNWJkNjcxMWNkZjQzZDBiYzVkYmM4ODM4ZjgwXCIsXCIyZTQ0ZGFkMjNjNWZlN2E1YTNkY2FjNDg1NGE4NDU0NVwiLFwiNmZiMzczZjczOGM5NTUwNjkyMGE3ODQ3YzVlY2RlY2RcIixcIjUwN2I1ODA5ZDRiMzMxOGJlODEyMWY3ZTljOTRmZWU5XCIsXCI0MGQxZDdjNGQ0ZDMzNWQzNGQ1NzMwM2JmNDAwNmI4ZlwiLFwiNDJjNWVhZDJlZDQ1NDZhZTAyZGM2ZDk5NzMwMDU5ZmZcIixcImM4OGYyNjhiYzBmMTQxODVkNGZkMzVlNGY4Nzk1ZDE1XCIsXCI2ZTgwZmVkZjllYmYxNTY3MjM3OGIyYzE1ZjZkMWRmMVwiLFwiYjBiM2FkNGEwOTcyN2UzNmUyNmNlNzg3NzkzZDhmNjVcIixcIjFhMjM1ODVlYjk4YzdjNmI1Mjc2OTYzNmJlMjViMDlkXCIsXCI0MzNhYmIwNDYyMjA2OTZlZTMwY2QyOTE0Y2QwMDM1MlwiLFwiMmRiOWQ3NDc2ZmEwZmJmNTA4YjgzNWUyMTIyNTc3NzdcIixcIjkzMWY4ZjU5OGI4NmQ0NmFkN2NmM2E0Mjc3YWM4OTdmXCIsXCI3YTE5MDIxOTlmNzg1ZGZmMmNjZTBlZTlkZWU3YzNjMlwiLFwiZmZiZDdiMTNlOTgwNzNkOTNjYmFiODhmNTFhZjQ1ZWJcIixcImE2NmY4MmJjNTcyZjU3NzdiZWQxODkwOGVhNDQyNmMzXCIsXCJlZjM5NzBiMDEyY2NiNzdmNWU3NTJiYWNiOTU0ODNmMlwiLFwiYWU0NTc5MTNmNjZjY2IxZmIwMDdmN2Q1ZWE0ODE5ZThcIixcIjUxYWQ0ZTUyZTYxYWYwODg2M2U3ZmIyYTE2OTIwYjJhXCIsXCJlY2FlMTAzYTNhZDQwZjc4NGQxZTI4ODc3OGRhNjJiMFwiLFwiOTg0YTJhOTkxZjk1MGE2ZWNmMjFlMDAzYTg4MGRkYzVcIixcIjE1MDM1NzNmNzVmOTdjMzUyNGUzMGYyZmFhYzFlMmIyXCIsXCI5NmJiOTgzZTU2NTFkODdiNDIzZTdmZTcxNDY4N2U1YVwiLFwiOTQzZmVkZjdjYjI5YjYxZjU0YTU0ZjMxY2VjMTVkNDhcIixcIjQ4NzgzN2NiNzk3MjZlOWVjYWIzNDEwYjExZjUyZWNkXCIsXCJiYjAxZTU2NjdkOTNhZjljOGM4Nzg0YzE5YTk0MzAxZFwiLFwiMTdhYTRlNWMzYTkzNTllMDc2YTIwNGVjYThmMDE4OWRcIixcIjk4ZDIyMGYwODkxMjg3YzljNmIwOGUwMDY4OGU5NDdmXCIsXCJkNTk1YmQzOWEwZGIxOTM1NWNhM2U4N2QyNTk3YjVmNVwiLFwiYTBhMjM5OTQ5ZTFiNjM0NDE1NTBjYjlhMDA1MmI0ZDlcIl0sXCI3XCI6W1wiYzI5ZjM1ZDcxYjEyODNiNGRhOTFjMjQwOTUzYWI0MDhcIixcIjVmMjQzOGE1M2M2ZDVlZTVmMTk4ZmY5NjM3ZGJhZTdkXCIsXCI1YTMyZDFmMDk3MDAzYThmZDVhZTZkZGFjNTYzZjlhYVwiLFwiOWQ0YWYxNGZkMDMyMjk0NDU1NWYwNWM4YmRjMTJiNmRcIixcImZjMDY2YmM1MTQ1ZTUwZmIxMDI4MzkwYTBmMTZmN2U4XCJdLFwiOVwiOltcIjgxNjgzNWU4MDc4OTNjNmQyZDMxZDU2ZWE2MWFhM2U4XCIsXCIyMjZiNDVhNWFjMmVmZmEwMzdlYWQ1MDdmZjg2MzI0ZVwiXSxcIjExXCI6W1wiOGVhMDRmOTBkZGQyNTRlZjNjYTMzY2ZiYzgxMWZjZTZcIixcIjM0ZjU0NjI0MTc2YWY5ZjAzMTRlODQxMTVlMjY5NGFhXCIsXCJkMTlmZGJkNTM5NzEwMjY0MjQzZjkxMTk2OTI3YTI1M1wiLFwiMzQ4OTU0MzQxZjE2OTkxMzgzZWUyYzc4ZjUwODY5ZGRcIixcIjNhZDU2ZTgzOWI1MTJjZmQ2NTJlODA2N2I4NDBkMTczXCIsXCI3OTEzY2ZmM2YxNDU5ZGE2ZTYzY2M0Y2M3MWJiOTJhMVwiLFwiMDY2OWI1ZjFkNjRjNDIyZDQzNjM4Y2U4ZjJlMmM2NmRcIixcIjUwNjg2MzFlNzk5ZWNjNjc5MzZmNjlmNDk1MmJjNmZhXCJdLFwiMTIuMVwiOlwiMzE0NGQzMmI3MTc4MjQ1OTMxMTliZTAxZDU4NzA3M2FcIixcIjEyLjJcIjpcIjlmODJiZDYxN2Q2NjdlOGI3MWIwYzgxMmYyNDI1NTA4XCIsXCIxMi4zXCI6XCJjMTM0YmZmY2Q2NTAyNWZhOWQ4MzZiMDQwYzVmNTVjY1wiLFwiMTIuNFwiOlwiYzllMTc1ZWU3NzEwNzQ4NjFjZGFjMmFjMTg2ODY3MzlcIixcIjE4XCI6W1wiOTNlNWI3NzU3MTA0MGNjNTU2MjViMzNhMjhhYTUwOWRcIixcIjM0NTlkMDJmMWU1MGY4YzA1MDgwMzRlYjM2YTRmOTQwXCJdLFwiMTdcIjpbXCI5M2U1Yjc3NTcxMDQwY2M1NTYyNWIzM2EyOGFhNTA5ZFwiLFwiMzQ1OWQwMmYxZTUwZjhjMDUwODAzNGViMzZhNGY5NDBcIl0sXCIxMy4xXCI6XCIzMjc1MDdkNDIyZDAyNjkyZWI0MTRmZTY5MTdjYjg1ZlwiLFwiMTMuMlwiOlwiMzlhODA4YTQyOGFmYThhMzM4NDE2ZDQ5YjZhNTA3ZWVcIixcIjEzLjNcIjpcIjAwMTYxMDU1M2NhN2U1NTg5Nzc1YjhiYjg2MmE2OTM0XCIsXCIxMy40XCI6XCJmNzkyZWUwYzJkYmQyMzcyYTY4MTMxNjZkMTcyMTcyZFwiLFwiMTMuNVwiOlwiNTBiYjJlODRlOTE4YmY3MmJlNDU0ZDIwZjU5OGIyMTRcIixcIjEzLjZcIjpcImU0YzljYzMwODJjZDczNjdhZmZkYzljMjkxNWMxZmMwXCIsXCIxMy43XCI6XCI0YmVhMTY1Mjg0NmU1ZjBlNGJlOTFmYjMyNGUxMTkyZFwiLFwiMTMuOFwiOlwiNGU1NjMwMTg2YmE2ZTQ3YmRmYmRiM2QyZjM5ZTk2YTVcIixcIjEzLjlcIjpcIjUzMjNlOWM5MmU2MDdkZmVjMGQxYTU4NTBjNjAxNjE5XCIsXCIzNVwiOltcImY4ZTZkZmUyYTQzM2I3NGQwNjc3YmRhOGRhZGM4NjExXCIsXCIzMTgwNDEzNWYwMWM1MDFiZGI4YzNmN2NlZWQ3ZmJlY1wiLFwiMTI3MjBjOWRjODViMjgzMzAxYjAzMDYyZTgzMmFjNzZcIl19IiwiOTljNGYyMDAxMTk5NzQyNzMyMzM3NTFhN2IxZWExNjIiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/wou.edu\/pure\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').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_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').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_2').val();gformInitSpinner( 2, 'https:\/\/wou.edu\/pure\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n<\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;get existing entries js&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; global_module=&#8221;23476&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  function getEntries(currentUser, type) {<!-- [et_pb_line_break_holder] -->  let typeVals = {<!-- [et_pb_line_break_holder] -->    mentors: [\"mentorList\", \"presentations\", \"Mentor\"],<!-- [et_pb_line_break_holder] -->    chairs:  [\"sessionList\", \"sessions\", \"Chair\"],<!-- [et_pb_line_break_holder] -->  };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  let reqData = {};<!-- [et_pb_line_break_holder] -->  reqData.searchID = currentUser.email.replace(\/@(mail.)?wou.edu\/i, \"\");<!-- [et_pb_line_break_holder] -->  reqData.searchType = type;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (jQuery(\"#facSessHolder\").length == 0) {<!-- [et_pb_line_break_holder] -->    jQuery(\"#mainContent\").prepend(<!-- [et_pb_line_break_holder] -->      '<\/p>\n<div style=\"border:solid 1px;margin-bottom:1em;\">\n<ul id=\"facSessHolder\"><strong>Your Sessions<\/strong><\/ul>\n<\/div>\n<p>'<!-- [et_pb_line_break_holder] -->    );<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  getDataPromise(reqData)<!-- [et_pb_line_break_holder] -->    .then(function (response) {<!-- [et_pb_line_break_holder] -->    \tresponse.entries = response.entries.filter(<!-- [et_pb_line_break_holder] -->        (entry) => getEntryYear(entry) == currentYear<!-- [et_pb_line_break_holder] -->      );<!-- [et_pb_line_break_holder] -->      response.total_count = response.entries.length;<!-- [et_pb_line_break_holder] -->      addToList(typeVals[type][0], typeVals[type][1], typeVals[type][2], response);<!-- [et_pb_line_break_holder] -->    })<!-- [et_pb_line_break_holder] -->    .catch(function (err) {<!-- [et_pb_line_break_holder] -->      console.error(\"getEntries failed for type:\", type, err);<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;populate form&#8221; _builder_version=&#8221;4.27.5&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<script><!-- [et_pb_line_break_holder] -->  jQuery(document).ready(function () {<!-- [et_pb_line_break_holder] -->  \/\/ authenticate<!-- [et_pb_line_break_holder] -->  \/\/ Poll for the variable<!-- [et_pb_line_break_holder] -->  const checkForUser = setInterval(() => {<!-- [et_pb_line_break_holder] -->    if (window.wouPerson) {<!-- [et_pb_line_break_holder] -->      console.log(\"User data loaded:\", window.wouPerson);<!-- [et_pb_line_break_holder] -->      clearInterval(checkForUser);<!-- [et_pb_line_break_holder] -->      let currentUser = window.wouPerson.oclc;<!-- [et_pb_line_break_holder] -->      currentUser.vnumber = currentUser.uid;<!-- [et_pb_line_break_holder] -->          getPageContent(currentUser);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }, 100); \/\/ Check every 100ms<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Stop checking after 10 seconds<!-- [et_pb_line_break_holder] -->  setTimeout(() => clearInterval(checkForUser), 10000);<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->let colNames = [];<!-- [et_pb_line_break_holder] -->let textFieldNames = [<!-- [et_pb_line_break_holder] -->  \"firstName\",<!-- [et_pb_line_break_holder] -->  \"lastName\",<!-- [et_pb_line_break_holder] -->  \"wouEmail\",<!-- [et_pb_line_break_holder] -->  \"vNumber\",<!-- [et_pb_line_break_holder] -->  \"personNames\",<!-- [et_pb_line_break_holder] -->];<!-- [et_pb_line_break_holder] -->jQuery.each(<!-- [et_pb_line_break_holder] -->  jQuery(\".wouPerson\").find(\".gfield_header_item\"),<!-- [et_pb_line_break_holder] -->  function (ind, val) {<!-- [et_pb_line_break_holder] -->    colNames.push(jQuery(this).text());<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->);<!-- [et_pb_line_break_holder] -->let fillFields = jQuery(\".wouPerson\")<!-- [et_pb_line_break_holder] -->  .find(\".gfield_list_group\")<!-- [et_pb_line_break_holder] -->  .first()<!-- [et_pb_line_break_holder] -->  .find(\"input\");<!-- [et_pb_line_break_holder] -->function getPageContent(currentUser){<!-- [et_pb_line_break_holder] -->    jQuery(\".authenticatedFormHolder\").show();<!-- [et_pb_line_break_holder] -->    popUser(currentUser);<!-- [et_pb_line_break_holder] -->   \/\/ get entries for current person (presentattions the are mentors for and sessions they are listed as chair for)<!-- [et_pb_line_break_holder] -->  \tgetEntries(currentUser,'chairs');<!-- [et_pb_line_break_holder] -->  \tgetEntries(currentUser,'mentors');<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Thank you for your interest in Academic Excellence&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":22953,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_lmt_disableupdate":"no","_lmt_disable":"","_et_pb_use_builder":"on","_et_pb_old_content":"Thank you for your interest in Academic Excellence Showcase! In order to request a session here, you must be logged into Portal! If you are a student, this is not the page that you want. The student registration page will go live March 5th, 2019.\r\n\r\n[iframe src=\"\/\/wou.edu\/include_files\/iframe_apps\/facultysenate\/aes\/session_form.php\" target=\"_self\" style=\"height:auto;min-height:2500px;width:100%;\"][\/iframe]","_et_gb_content_width":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-1545","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/pages\/1545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/comments?post=1545"}],"version-history":[{"count":20,"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/pages\/1545\/revisions"}],"predecessor-version":[{"id":26187,"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/pages\/1545\/revisions\/26187"}],"up":[{"embeddable":true,"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/pages\/22953"}],"wp:attachment":[{"href":"https:\/\/wou.edu\/pure\/wp-json\/wp\/v2\/media?parent=1545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}