ecornell.cornell.edu Open in urlscan Pro
141.193.213.11  Public Scan

URL: https://ecornell.cornell.edu/keynotes/
Submission: On December 01 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="ec-form">
  <div class="d-flex slider-padding-half pos-rel text-center" style="z-index:1; flex-direction:column; gap:1rem;">
    <div>
      <ul class="pill-wrap cat-pills ec-bound" role="radiogroup" aria-labelledby="catFilerTxt">
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel2" class="" name="knCatPills" id="knCatPill2" value="knCat2"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel2">AI and Tech</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel3" class="" name="knCatPills" id="knCatPill3" value="knCat3"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel3">Arts and Humanities</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel4" class="" name="knCatPills" id="knCatPill4" value="knCat4"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel4">Diversity, Inclusion and Belonging</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel5" class="" name="knCatPills" id="knCatPill5" value="knCat5"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel5">Food and Wine</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel6" class="" name="knCatPills" id="knCatPill6" value="knCat6"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel6">HR and the Workplace</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel7" class="" name="knCatPills" id="knCatPill7" value="knCat7"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel7">Healthy Living</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel8" class="" name="knCatPills" id="knCatPill8" value="knCat8"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel8">Law</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel9" class="" name="knCatPills" id="knCatPill9" value="knCat9"> <span class="checkbox-custom" style="font-size:.8em"></span>
            <span class="check-text raleway-normal" id="knCatLabel9">Leadership and Business</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel10" class="" name="knCatPills" id="knCatPill10" value="knCat10"> <span class="checkbox-custom"
              style="font-size:.8em"></span> <span class="check-text raleway-normal" id="knCatLabel10">Politics and Global Affairs</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel11" class="" name="knCatPills" id="knCatPill11" value="knCat11"> <span class="checkbox-custom"
              style="font-size:.8em"></span> <span class="check-text raleway-normal" id="knCatLabel11">Real Estate and Hotels</span> </label></li>
        <li class="pill pill-darkred"><label class="ec-checkbox full-width"> <input type="checkbox" aria-labelledby="knCatLabel12" class="" name="knCatPills" id="knCatPill12" value="knCat12"> <span class="checkbox-custom"
              style="font-size:.8em"></span> <span class="check-text raleway-normal" id="knCatLabel12">Sustainability and Nature</span> </label></li>
      </ul>
    </div>
  </div>
  <script>
    window.addEventListener("DOMContentLoaded", function() {
      (function($) {
        let $allPillBoxes = $(".cat-pills :checkbox");
        $allPillBoxes.on("change", function() {
          let $checkedPills = $allPillBoxes.filter(":checked");
          let $unCheckedPills = $allPillBoxes.not(":checked");
          if ($checkedPills.length > 0) { // only display checked categories
            $checkedPills.each(function() {
              $("#" + this.value).fadeIn(350, function() {
                $(".card:hidden", this).addClass("card-shown");
                $(".ec-load-more .glyphicon-menu-up", this).removeAttr("style").removeClass("arrow-hidden");
                $(".ec-load-more .glyphicon-menu-down", this).removeAttr("style").addClass("arrow-hidden");
              });
            });
            $unCheckedPills.each(function() {
              $("#" + this.value).fadeOut(350);
            });
          } else { // display all categories
            $allPillBoxes.each(function() {
              $("#" + this.value).fadeIn(350);
            });
            //collapse all so only top row is displayed
            $(".card.card-shown").removeClass("card-shown");
            //show expand arrows
            $(".ec-load-more .glyphicon-menu-up").removeAttr("style").addClass("arrow-hidden");
            $(".ec-load-more .glyphicon-menu-down").removeAttr("style").removeClass("arrow-hidden");
          }
        });
      })(jQuery);
    });
  </script>
</form>

POST

<form novalidate="" accept-charset="UTF-8" id="ecForm0" method="post" class="ec-form " target="hiddenStepSubmit1" data-ajax-submit="1" data-alt-endpoint="https://start.ecornell.cornell.edu/l/44232/2020-04-01/pvp3t4" style="max-width:100%"
  data-orig-target="_self" data-form-type="normal"><input type="hidden" aria-hidden="true" value="" name="origRefer" id="ecForm0_origRefer">
  <div class="outer-form-fields">
    <div class="form-fields">
      <div class="tmp-block">
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="use_net_id">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Use Net ID" tabindex="" maxlength="50" value="" id="ecForm0_use_net_id" name="use_net_id" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  api-submit" data-from-param="fname">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_first_nameLabel" for="ecForm0_first_name" class="sr-only ">First Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="First Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm0_first_name" name="first_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  api-submit">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_last_nameLabel" for="ecForm0_last_name" class="sr-only ">Last Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="Last Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm0_last_name" name="last_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="email" class="form-field force-pos-rel  required  api-submit">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_emailLabel" for="ecForm0_email" class="sr-only ">Email<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-envelope"></span></button><input type="email" placeholder="Email&nbsp;*" tabindex="" maxlength="50" value="" id="ecForm0_email" name="email"
              class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel hidden api-submit" data-dep-fld="use_net_id" data-dep-val="true">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_net_idLabel" for="ecForm0_net_id" class="sr-only ">Net ID</label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"
              disabled="disabled"><span class="icon-edit"></span></button><input type="text" placeholder="Net ID" tabindex="" maxlength="50" value="" id="ecForm0_net_id" name="net_id" class="form-control input-lg" disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  ">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="API Post" tabindex="" maxlength="50" value="1" id="ecForm0_api_post" name="api_post" class="form-control input-lg has-value"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  api-submit" data-from-param="wsId">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Event Code" tabindex="" maxlength="50" value="" id="ecForm0_event_code" name="event_code" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  api-submit">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Registered" tabindex="" maxlength="50" value="true" id="ecForm0_registered" name="registered" class="form-control input-lg has-value"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="post_submit_modal">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Post Submit Modal" tabindex="" maxlength="50" value="#eventTy" id="ecForm0_post_submit_modal" name="post_submit_modal" class="form-control input-lg has-value">
          </div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  ">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Post Submit Redirect" tabindex="" maxlength="50" value="" id="ecForm0_post_submit_redirect" name="post_submit_redirect" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="use_class_year">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Use Class Year" tabindex="" pattern="[1-2][0-9]{3}" maxlength="4" value="" id="ecForm0_use_class_year" name="use_class_year" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel hidden" data-dep-fld="use_class_year" data-dep-val="true">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_class_yearLabel" for="ecForm0_class_year" class="sr-only ">Class Year</label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button"
              tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><input type="text" placeholder="Class Year" tabindex="" pattern="[1-2][0-9]{3}" maxlength="4" value="" id="ecForm0_class_year" name="class_year"
              class="form-control input-lg" disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="use_affiliation">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Use Affiliation" tabindex="" maxlength="50" value="" id="ecForm0_use_affiliation" name="use_affiliation" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel hidden" data-dep-fld="use_affiliation" data-dep-val="true">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_affiliationLabel" for="ecForm0_affiliation" class="sr-only ">Affiliation</label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button"
              tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><select tabindex="" id="ecForm0_affiliation" name="affiliation" class="select no-val form-control input-lg" disabled="disabled">
              <option value="" class="no-option">Affiliation</option>
              <option value="Alumni">Alumni</option>
              <option value="Parent">Parent</option>
              <option value="Faculty/Staff">Faculty/Staff</option>
              <option value="Friend">Friend</option>
              <option value="Student">Student</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="use_company_name">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Use Company Name" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm0_use_company_name" name="use_company_name" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel hidden api-submit" data-dep-fld="use_company_name" data-dep-val="true">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_company_nameLabel" for="ecForm0_company_name" class="sr-only ">Company Name</label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button"
              tabindex="-1" disabled="disabled"><span class="icon-profile-male"></span></button><input type="text" placeholder="Company Name" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm0_company_name" name="company_name" class="form-control input-lg" disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-param="use_title">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Use Title" tabindex="" maxlength="50" value="" id="ecForm0_use_title" name="use_title" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel hidden api-submit" data-dep-fld="use_title" data-dep-val="true">
          <div class="force-pos-rel form-field-inner"><label id="ecForm0_titleLabel" for="ecForm0_title" class="sr-only ">Title</label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"
              disabled="disabled"><span class="icon-edit"></span></button><input type="text" placeholder="Title" tabindex="" maxlength="50" value="" id="ecForm0_title" name="title" class="form-control input-lg" disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="utm_campaign" data-from-cookie="utm_campaign">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="" id="ecForm0_last_touch_utm_campaign" name="last_touch_utm_campaign" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="gclid" data-from-cookie="gclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="" id="ecForm0_gclid_field" name="gclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="li_fat_id" data-from-cookie="li_fat_id">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="" id="ecForm0_li_fat_id_field" name="li_fat_id_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="fbclid" data-from-cookie="fbclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="" id="ecForm0_fbclid_field" name="fbclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="msclkid" data-from-cookie="msclkid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="" id="ecForm0_bingclid" name="bingclid" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  ">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="" maxlength="50" value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" id="ecForm0_browser_ua"
              name="browser_ua" class="form-control input-lg has-value"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div data-fld-type="checkbox" class="form-field force-pos-rel  has-sep-labels  required hidden  text-normal text-dark-gray checkbox-wrapper " data-dep-fld="country"
        data-dep-val="AT::BE::BG::CZ::DK::DE::EE::FI::IE::EL::ES::FR::HR::IT::CY::LV::LT::LU::HU::MT::NL::PL::PT::RO::SI::SK::SE">
        <div class="force-pos-rel form-field-inner"><label class="ec-checkbox" for="ecForm0_gdpr_consent"> <input type="checkbox" aria-labelledby="ecForm0_gdpr_consentLabel" class="required form-control input-lg has-value" name="gdpr_consent"
              id="ecForm0_gdpr_consent" value="Yes"> <span class="checkbox-custom"></span> <span class="check-text raleway-normal" id="ecForm0_gdpr_consentLabel">By sharing my information I accept the terms and conditions described
              in&nbsp;<a href="/privacy-policy/" target="_blank" rel="noopener">eCornell’s Privacy Policy</a>,&nbsp;including the processing of my personal data in the United States.&nbsp;*</span> </label></div>
        <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
          <div class="error realtime-error"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-error"></div>
  <div class="submit-wrapper text-center padded-15">
    <div class="final-submit-text hidden">Register Now</div><button type="submit" class="btn btn-lg btn-primary " data-form-step="1" value="Submit">Register Now</button>
  </div>
  <div class="tiny form-disclaimer text-center"></div>
  <div class="consent-notice  text-center">By providing your information, you consent to receive communications by phone and email including via automated technology from Cornell. You may also choose to opt into text&nbsp;messaging.</div>
  <div class="tiny recap-notice text-center" style="margin-top:10px;">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener">Privacy Policy</a> and
    <a href="https://policies.google.com/terms" target="_blank" rel="nofollow noopener">Terms&nbsp;of&nbsp;Service</a> apply.</div>
</form>

POST

<form novalidate="" accept-charset="UTF-8" id="ecForm1" method="post" class="ec-form " target="hiddenStepSubmit2" style="max-width:100%" data-orig-target="_self" data-form-type="normal"><input type="hidden" aria-hidden="true" value=""
    name="origRefer" id="ecForm1_origRefer">
  <div class="outer-form-fields">
    <div class="form-fields">
      <div class="tmp-block">
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_first_nameLabel" for="ecForm1_first_name" class="sr-only ">First Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="First Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm1_first_name" name="first_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_last_nameLabel" for="ecForm1_last_name" class="sr-only ">Last Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="Last Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm1_last_name" name="last_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="email" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_emailLabel" for="ecForm1_email" class="sr-only ">Email<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-envelope"></span></button><input type="email" placeholder="Email&nbsp;*" tabindex="" maxlength="50" value="" id="ecForm1_email" name="email"
              class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_program_of_interestLabel" for="ecForm1_program_of_interest" class="sr-only ">Program of Interest<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-target"></span></button><select tabindex="" id="ecForm1_program_of_interest" name="program_of_interest"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Program of Interest&nbsp;*</option>
              <option value="AI">AI</option>
              <option value="Data Science &amp; Analytics">Data Science &amp; Analytics</option>
              <option value="Diversity &amp; Inclusion">Diversity &amp; Inclusion</option>
              <option value="Engineering">Engineering</option>
              <option value="Environmental, Social, Governance">Environmental, Social, Governance</option>
              <option value="Finance">Finance</option>
              <option value="Food and Plant Science">Food and Plant Science</option>
              <option value="Healthcare">Healthcare</option>
              <option value="Hospitality">Hospitality</option>
              <option value="Human Resources">Human Resources</option>
              <option value="Law">Law</option>
              <option value="Leadership and Strategic Management">Leadership and Strategic Management</option>
              <option value="Marketing">Marketing</option>
              <option value="Nutrition">Nutrition</option>
              <option value="Project Leadership and Systems Design">Project Leadership and Systems Design</option>
              <option value="Real Estate">Real Estate</option>
              <option value="Technology">Technology</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="country" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_countryLabel" for="ecForm1_country" class="sr-only ">Country<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-global"></span></button><select name="country" id="ecForm1_country" class="select required form-control input-lg has-value" tabindex="-1">
              <option value="" selected="selected" class="no-option">Country&nbsp;*</option>
              <option value="US">United States</option>
              <option value="AF">Afghanistan</option>
              <option value="AX">Aland Islands</option>
              <option value="AL">Albania</option>
              <option value="DZ">Algeria</option>
              <option value="AS">American Samoa</option>
              <option value="AD">Andorra</option>
              <option value="AO">Angola</option>
              <option value="AI">Anguilla</option>
              <option value="AQ">Antarctica</option>
              <option value="AG">Antigua And Barbuda</option>
              <option value="AR">Argentina</option>
              <option value="AM">Armenia</option>
              <option value="AW">Aruba</option>
              <option value="AU">Australia</option>
              <option value="AT">Austria</option>
              <option value="AZ">Azerbaijan</option>
              <option value="BS">Bahamas</option>
              <option value="BH">Bahrain</option>
              <option value="BD">Bangladesh</option>
              <option value="BB">Barbados</option>
              <option value="BY">Belarus</option>
              <option value="BE">Belgium</option>
              <option value="BZ">Belize</option>
              <option value="BJ">Benin</option>
              <option value="BM">Bermuda</option>
              <option value="BT">Bhutan</option>
              <option value="BO">Bolivia</option>
              <option value="BA">Bosnia And Herzegovina</option>
              <option value="BW">Botswana</option>
              <option value="BV">Bouvet Island</option>
              <option value="BR">Brazil</option>
              <option value="IO">British Indian Ocean Territory</option>
              <option value="BN">Brunei Darussalam</option>
              <option value="BG">Bulgaria</option>
              <option value="BF">Burkina Faso</option>
              <option value="BI">Burundi</option>
              <option value="KH">Cambodia</option>
              <option value="CM">Cameroon</option>
              <option value="CA">Canada</option>
              <option value="CV">Cape Verde</option>
              <option value="KY">Cayman Islands</option>
              <option value="CF">Central African Republic</option>
              <option value="TD">Chad</option>
              <option value="CL">Chile</option>
              <option value="CN">China</option>
              <option value="CX">Christmas Island</option>
              <option value="CC">Cocos (Keeling) Islands</option>
              <option value="CO">Colombia</option>
              <option value="KM">Comoros</option>
              <option value="CG">Congo</option>
              <option value="CD">Congo, Democratic Republic</option>
              <option value="CK">Cook Islands</option>
              <option value="CR">Costa Rica</option>
              <option value="CI">Cote D'Ivoire</option>
              <option value="HR">Croatia</option>
              <option value="CU">Cuba</option>
              <option value="CY">Cyprus</option>
              <option value="CZ">Czech Republic</option>
              <option value="DK">Denmark</option>
              <option value="DJ">Djibouti</option>
              <option value="DM">Dominica</option>
              <option value="DO">Dominican Republic</option>
              <option value="EC">Ecuador</option>
              <option value="EG">Egypt</option>
              <option value="SV">El Salvador</option>
              <option value="GQ">Equatorial Guinea</option>
              <option value="ER">Eritrea</option>
              <option value="EE">Estonia</option>
              <option value="ET">Ethiopia</option>
              <option value="FK">Falkland Islands (Malvinas)</option>
              <option value="FO">Faroe Islands</option>
              <option value="FJ">Fiji</option>
              <option value="FI">Finland</option>
              <option value="FR">France</option>
              <option value="GF">French Guiana</option>
              <option value="PF">French Polynesia</option>
              <option value="TF">French Southern Territories</option>
              <option value="GA">Gabon</option>
              <option value="GM">Gambia</option>
              <option value="GE">Georgia</option>
              <option value="DE">Germany</option>
              <option value="GH">Ghana</option>
              <option value="GI">Gibraltar</option>
              <option value="GR">Greece</option>
              <option value="GL">Greenland</option>
              <option value="GD">Grenada</option>
              <option value="GP">Guadeloupe</option>
              <option value="GU">Guam</option>
              <option value="GT">Guatemala</option>
              <option value="GG">Guernsey</option>
              <option value="GN">Guinea</option>
              <option value="GW">Guinea-Bissau</option>
              <option value="GY">Guyana</option>
              <option value="HT">Haiti</option>
              <option value="HM">Heard Island &amp; Mcdonald Islands</option>
              <option value="VA">Holy See (Vatican City State)</option>
              <option value="HN">Honduras</option>
              <option value="HK">Hong Kong</option>
              <option value="HU">Hungary</option>
              <option value="IS">Iceland</option>
              <option value="IN">India</option>
              <option value="ID">Indonesia</option>
              <option value="IR">Iran, Islamic Republic Of</option>
              <option value="IQ">Iraq</option>
              <option value="IE">Ireland</option>
              <option value="IM">Isle Of Man</option>
              <option value="IL">Israel</option>
              <option value="IT">Italy</option>
              <option value="JM">Jamaica</option>
              <option value="JP">Japan</option>
              <option value="JE">Jersey</option>
              <option value="JO">Jordan</option>
              <option value="KZ">Kazakhstan</option>
              <option value="KE">Kenya</option>
              <option value="KI">Kiribati</option>
              <option value="KR">Korea</option>
              <option value="KW">Kuwait</option>
              <option value="KG">Kyrgyzstan</option>
              <option value="LA">Lao People's Democratic Republic</option>
              <option value="LV">Latvia</option>
              <option value="LB">Lebanon</option>
              <option value="LS">Lesotho</option>
              <option value="LR">Liberia</option>
              <option value="LY">Libyan Arab Jamahiriya</option>
              <option value="LI">Liechtenstein</option>
              <option value="LT">Lithuania</option>
              <option value="LU">Luxembourg</option>
              <option value="MO">Macao</option>
              <option value="MK">Macedonia</option>
              <option value="MG">Madagascar</option>
              <option value="MW">Malawi</option>
              <option value="MY">Malaysia</option>
              <option value="MV">Maldives</option>
              <option value="ML">Mali</option>
              <option value="MT">Malta</option>
              <option value="MH">Marshall Islands</option>
              <option value="MQ">Martinique</option>
              <option value="MR">Mauritania</option>
              <option value="MU">Mauritius</option>
              <option value="YT">Mayotte</option>
              <option value="MX">Mexico</option>
              <option value="FM">Micronesia, Federated States Of</option>
              <option value="MD">Moldova</option>
              <option value="MC">Monaco</option>
              <option value="MN">Mongolia</option>
              <option value="ME">Montenegro</option>
              <option value="MS">Montserrat</option>
              <option value="MA">Morocco</option>
              <option value="MZ">Mozambique</option>
              <option value="MM">Myanmar</option>
              <option value="NA">Namibia</option>
              <option value="NR">Nauru</option>
              <option value="NP">Nepal</option>
              <option value="NL">Netherlands</option>
              <option value="AN">Netherlands Antilles</option>
              <option value="NC">New Caledonia</option>
              <option value="NZ">New Zealand</option>
              <option value="NI">Nicaragua</option>
              <option value="NE">Niger</option>
              <option value="NG">Nigeria</option>
              <option value="NU">Niue</option>
              <option value="NF">Norfolk Island</option>
              <option value="MP">Northern Mariana Islands</option>
              <option value="NO">Norway</option>
              <option value="OM">Oman</option>
              <option value="PK">Pakistan</option>
              <option value="PW">Palau</option>
              <option value="PS">Palestinian Territory, Occupied</option>
              <option value="PA">Panama</option>
              <option value="PG">Papua New Guinea</option>
              <option value="PY">Paraguay</option>
              <option value="PE">Peru</option>
              <option value="PH">Philippines</option>
              <option value="PN">Pitcairn</option>
              <option value="PL">Poland</option>
              <option value="PT">Portugal</option>
              <option value="PR">Puerto Rico</option>
              <option value="QA">Qatar</option>
              <option value="RE">Reunion</option>
              <option value="RO">Romania</option>
              <option value="RU">Russian Federation</option>
              <option value="RW">Rwanda</option>
              <option value="BL">Saint Barthelemy</option>
              <option value="SH">Saint Helena</option>
              <option value="KN">Saint Kitts And Nevis</option>
              <option value="LC">Saint Lucia</option>
              <option value="MF">Saint Martin</option>
              <option value="PM">Saint Pierre And Miquelon</option>
              <option value="VC">Saint Vincent And Grenadines</option>
              <option value="WS">Samoa</option>
              <option value="SM">San Marino</option>
              <option value="ST">Sao Tome And Principe</option>
              <option value="SA">Saudi Arabia</option>
              <option value="SN">Senegal</option>
              <option value="RS">Serbia</option>
              <option value="SC">Seychelles</option>
              <option value="SL">Sierra Leone</option>
              <option value="SG">Singapore</option>
              <option value="SK">Slovakia</option>
              <option value="SI">Slovenia</option>
              <option value="SB">Solomon Islands</option>
              <option value="SO">Somalia</option>
              <option value="ZA">South Africa</option>
              <option value="GS">South Georgia And Sandwich Isl.</option>
              <option value="SS">South Sudan</option>
              <option value="ES">Spain</option>
              <option value="LK">Sri Lanka</option>
              <option value="SD">Sudan</option>
              <option value="SR">Suriname</option>
              <option value="SJ">Svalbard And Jan Mayen</option>
              <option value="SZ">Swaziland</option>
              <option value="SE">Sweden</option>
              <option value="CH">Switzerland</option>
              <option value="SY">Syrian Arab Republic</option>
              <option value="TW">Taiwan</option>
              <option value="TJ">Tajikistan</option>
              <option value="TZ">Tanzania</option>
              <option value="TH">Thailand</option>
              <option value="TL">Timor-Leste</option>
              <option value="TG">Togo</option>
              <option value="TK">Tokelau</option>
              <option value="TO">Tonga</option>
              <option value="TT">Trinidad And Tobago</option>
              <option value="TN">Tunisia</option>
              <option value="TR">Turkey</option>
              <option value="TM">Turkmenistan</option>
              <option value="TC">Turks And Caicos Islands</option>
              <option value="TV">Tuvalu</option>
              <option value="UG">Uganda</option>
              <option value="UA">Ukraine</option>
              <option value="AE">United Arab Emirates</option>
              <option value="GB">United Kingdom</option>
              <option value="UM">United States Outlying Islands</option>
              <option value="UY">Uruguay</option>
              <option value="UZ">Uzbekistan</option>
              <option value="VU">Vanuatu</option>
              <option value="VE">Venezuela</option>
              <option value="VN">Viet Nam</option>
              <option value="VG">Virgin Islands, British</option>
              <option value="VI">Virgin Islands, U.S.</option>
              <option value="WF">Wallis And Futuna</option>
              <option value="EH">Western Sahara</option>
              <option value="YE">Yemen</option>
              <option value="ZM">Zambia</option>
              <option value="ZW">Zimbabwe</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="state" class="form-field force-pos-rel required hidden" data-dep-fld="country" data-dep-val="US">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_stateLabel" for="ecForm1_state" class="sr-only ">State<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-global"></span></button><select name="state" id="ecForm1_state" class="select no-val required form-control input-lg"
              disabled="disabled">
              <option value="" selected="selected" class="no-option">State&nbsp;*</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="DC">District of Columbia</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="tel" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_phoneLabel" for="ecForm1_phone" class="sr-only ">Phone Number<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-phone"></span></button><input type="tel" placeholder="Phone Number&nbsp;*" tabindex="-1" pattern="[^@!]+" maxlength="20" value=""
              id="ecForm1_phone" name="phone" class="required form-control input-lg" required="" minlength="5"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="checkbox" class="form-field force-pos-rel  has-sep-labels    checkbox-wrapper ">
          <div class="force-pos-rel form-field-inner"><label class="ec-checkbox" for="ecForm1_Text_Consent__c"> <input type="checkbox" aria-labelledby="ecForm1_Text_Consent__cLabel" class="form-control input-lg has-value" name="Text_Consent__c"
                id="ecForm1_Text_Consent__c" value="true" tabindex="-1"> <span class="checkbox-custom"></span> <span class="check-text raleway-normal" id="ecForm1_Text_Consent__cLabel">Do you wish to communicate with our team by text message?</span>
            </label></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_goalsLabel" for="ecForm1_goals" class="sr-only ">Professional Goal<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm1_goals" name="goals" class="select no-val required form-control input-lg">
              <option value="" class="no-option">Professional Goal&nbsp;*</option>
              <option value="to get a promotion">Career advancement/promotion</option>
              <option value="Fill in gaps in my business acumen to prepare for a more senior or executive leadership role in my organization.">Fill in gaps in my skills to prepare for a more senior role in my organization</option>
              <option value="Prepare to move into a management role for the first time.">Prepare to move into a management role for the first time</option>
              <option value="Personal growth and enrichment.">Personal growth and enrichment</option>
              <option value="Prepare to enter a new industry or career">Prepare to enter a new industry or career</option>
              <option value="Help me compete in job market">Help me compete in job market</option>
              <option value="Gain skills to equip me to better run my own business as a founder or entrepreneur.">Master skills to equip me to better run my own business</option>
              <option value="To develop a strategy for my business">Develop a strategy for my business</option>
              <option value="Insight/factors that affect org growth">Gain new insights into my field</option>
              <option value="Build confidence as a leader or professional">Build confidence as a leader or professional</option>
              <option value="I am looking to train others in my organization">I am looking to train others in my organization</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_timeline_for_startingLabel" for="ecForm1_timeline_for_starting" class="sr-only ">Desired Start<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm1_timeline_for_starting" name="timeline_for_starting"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Desired Start&nbsp;*</option>
              <option value="Immediate">Immediately</option>
              <option value="2-3 months">2-3 months</option>
              <option value="4-6 months">4-6 months</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_current_professional_levelLabel" for="ecForm1_current_professional_level" class="sr-only ">Professional Level<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm1_current_professional_level" name="current_professional_level"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Professional Level&nbsp;*</option>
              <option value="Team Member/Individual Contributor">Team Member/Individual Contributor</option>
              <option value="Manager">Manager</option>
              <option value="Director">Director</option>
              <option value="VP">VP</option>
              <option value="Owner/CEO/Founder">Owner/CEO/Founder</option>
              <option value="Self-employed">Self-employed</option>
              <option value="Unemployed">Unemployed</option>
              <option value="Military">Military</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_job_titleLabel" for="ecForm1_job_title" class="sr-only ">Job Title<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-briefcase"></span></button><input type="text" placeholder="Job Title&nbsp;*" tabindex="-1" maxlength="50" value="" id="ecForm1_job_title"
              name="job_title" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_retail_employerLabel" for="ecForm1_retail_employer" class="sr-only ">Company<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-briefcase"></span></button><input type="text" placeholder="Company&nbsp;*" tabindex="-1" maxlength="50" value=""
              id="ecForm1_retail_employer" name="retail_employer" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="textarea" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_backgroundLabel" for="ecForm1_background" class="sr-only ">Tell us a bit about your professional background.<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" style="height:90%;"><span class="icon-edit"></span></button><textarea rows="6"
              placeholder="Tell us a bit about your professional background.&nbsp;*" tabindex="-1" id="ecForm1_background" name="background" class="required form-control input-lg"></textarea></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="textarea" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_needed_skillsLabel" for="ecForm1_needed_skills" class="sr-only ">What skills do you want to gain from the program?<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" style="height:90%;"><span class="icon-target"></span></button><textarea rows="6"
              placeholder="What skills do you want to gain from the program?&nbsp;*" tabindex="-1" id="ecForm1_needed_skills" name="needed_skills" class="required form-control input-lg"></textarea></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_budget_payment_optionsLabel" for="ecForm1_budget_payment_options" class="sr-only ">How do you intend to pay for the program?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-target"></span></button><select tabindex="-1" id="ecForm1_budget_payment_options"
              name="budget_payment_options" class="select no-val required form-control input-lg">
              <option value="" class="no-option">How do you intend to pay for the program?&nbsp;*</option>
              <option value="I will self-pay.">I will self-pay</option>
              <option value="My company will fund all or part of the program fee as part of my professional development.">My company will fund all or part of the program fee as part of my professional development</option>
              <option value="I will use the GI Bill or another source of military funding.">I will use the GI Bill® or another source of military funding</option>
              <option value="I will need to apply for a private loan.">I will need to apply for a private loan</option>
              <option value="Not sure yet.">Not sure yet</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel required hidden" data-dep-fld="budget_payment_options" data-dep-val="My company will fund all or part of the program fee as part of my professional development.">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_tuition_reimbursement_amountLabel" for="ecForm1_tuition_reimbursement_amount" class="sr-only ">How much Tuition Assistance are you provided?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><select tabindex=""
              id="ecForm1_tuition_reimbursement_amount" name="tuition_reimbursement_amount" class="select no-val required form-control input-lg" disabled="disabled">
              <option value="" class="no-option">How much Tuition Assistance are you provided?&nbsp;*</option>
              <option value="$0-500">$0-$500</option>
              <option value="$501-1000">$500-$1000</option>
              <option value="$1001-2000">$1000-$2000</option>
              <option value="$2001-3000">$2000-$3000</option>
              <option value="$3001+">$3000+</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel required hidden" data-dep-fld="budget_payment_options" data-dep-val="My company will fund all or part of the program fee as part of my professional development.">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_tuition_reimbursement_notesLabel" for="ecForm1_tuition_reimbursement_notes" class="sr-only ">List any requirements for your tuition assistance:<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><input type="text"
              placeholder="List any requirements for your tuition assistance:&nbsp;*" tabindex="" maxlength="50" value="" id="ecForm1_tuition_reimbursement_notes" name="tuition_reimbursement_notes" class="required form-control input-lg" required=""
              disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_budget_valuesLabel" for="ecForm1_budget_values" class="sr-only ">What budget do you have in mind?<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm1_budget_values" name="budget_values"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">What budget do you have in mind?&nbsp;*</option>
              <option value="$0-500">$0-500</option>
              <option value="$501-1000">$501-1000</option>
              <option value="$1001-2000">$1001-2000</option>
              <option value="$2001-3000">$2001-3000</option>
              <option value="$3001+">$3001+</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-cookie="visitor_id44232">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Pardot Visitor ID" tabindex="-1" maxlength="50" value="" id="ecForm1_pardot_visitor_id" name="pardot_visitor_id" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm1_why_did_you_pick_ecornell_?Label" for="ecForm1_why_did_you_pick_ecornell_?" class="sr-only ">Why are you interested in eCornell?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm1_why_did_you_pick_ecornell_?"
              name="why_did_you_pick_ecornell_?" class="select no-val required form-control input-lg">
              <option value="" class="no-option">Why are you interested in eCornell?&nbsp;*</option>
              <option value="Reputation of Cornell University">Reputation of Cornell University</option>
              <option value="Flexibility of an online program">Flexibility of an online program</option>
              <option value="Looking to advance my career">Looking to advance my career</option>
              <option value="Opportunity to learn from Cornell faculty and instructors">Opportunity to learn from Cornell faculty and instructors</option>
              <option value="Need to gain new skills">Need to gain new skills</option>
              <option value="Lifelong learning/personal passion">Lifelong learning/personal passion</option>
              <option value="Interested in breaking into a new field">Interested in breaking into a new field</option>
              <option value="Like the small classes/high quality online delivery">Like the small classes/high-quality online delivery</option>
              <option value="Want to add a Cornell Certificate to my resume">Want to add a Cornell Certificate to my resume</option>
              <option value="Need earn CEUs or other credentials">Need to earn CEUs or other credentials</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="utm_campaign" data-from-cookie="utm_campaign">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm1_last_touch_utm_campaign" name="last_touch_utm_campaign" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="gclid" data-from-cookie="gclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm1_gclid_field" name="gclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="li_fat_id" data-from-cookie="li_fat_id">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm1_li_fat_id_field" name="li_fat_id_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="fbclid" data-from-cookie="fbclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm1_fbclid_field" name="fbclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="msclkid" data-from-cookie="msclkid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm1_bingclid" name="bingclid" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  ">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
              id="ecForm1_browser_ua" name="browser_ua" class="form-control input-lg has-value"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div data-fld-type="checkbox" class="form-field force-pos-rel has-sep-labels required text-normal text-dark-gray checkbox-wrapper" data-dep-fld="country"
        data-dep-val="AT::BE::BG::CZ::DK::DE::EE::FI::IE::EL::ES::FR::HR::IT::CY::LV::LT::LU::HU::MT::NL::PL::PT::RO::SI::SK::SE">
        <div class="force-pos-rel form-field-inner"><label class="ec-checkbox" for="ecForm1_gdpr_consent"> <input type="checkbox" aria-labelledby="ecForm1_gdpr_consentLabel" class="required form-control input-lg has-value" name="gdpr_consent"
              id="ecForm1_gdpr_consent" value="Yes"> <span class="checkbox-custom"></span> <span class="check-text raleway-normal" id="ecForm1_gdpr_consentLabel">By sharing my information I accept the terms and conditions described
              in&nbsp;<a href="/privacy-policy/" target="_blank" rel="noopener">eCornell’s Privacy Policy</a>,&nbsp;including the processing of my personal data in the United States.&nbsp;*</span> </label></div>
        <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
          <div class="error realtime-error"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-error"></div>
  <div class="submit-wrapper text-center padded-15">
    <div class="cont-submit-text hidden">Continue</div>
    <div class="final-submit-text hidden"><span>Send Now</span></div><button type="submit" class="btn btn-lg btn-primary " data-form-step="1" value="Submit">Tell Me More!</button>
  </div>
  <div class="tiny form-disclaimer text-center"></div>
  <div class="consent-notice  text-center">By providing your information, you consent to receive communications by phone and email including via automated technology from Cornell. You may also choose to opt into text&nbsp;messaging.</div>
  <div class="tiny recap-notice text-center" style="margin-top:10px;">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener">Privacy Policy</a> and
    <a href="https://policies.google.com/terms" target="_blank" rel="nofollow noopener">Terms&nbsp;of&nbsp;Service</a> apply.</div>
</form>

POST

<form novalidate="" accept-charset="UTF-8" id="ecForm2" method="post" class="ec-form " target="hiddenStepSubmit3" style="max-width:100%" data-orig-target="_self" data-form-type="normal"><input type="hidden" aria-hidden="true" value=""
    name="origRefer" id="ecForm2_origRefer">
  <div class="outer-form-fields">
    <div class="form-fields">
      <div class="tmp-block">
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_first_nameLabel" for="ecForm2_first_name" class="sr-only ">First Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="First Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm2_first_name" name="first_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_last_nameLabel" for="ecForm2_last_name" class="sr-only ">Last Name<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-profile-male"></span></button><input type="text" placeholder="Last Name&nbsp;*" tabindex=""
              pattern="^((?!(\b([sS][eE][xX][yY]|[hH][eE][lL][lL][oO]|[wW][aA][tT][cC][hH]|[wW][oO][wW]|[sS][eE][xX]|[fF][rR][eE][eE]|[cC][hH][iI][cC][kK][sS]|[dD][rR][iI][nN][kK]|[wW][aA][nN][nN][aA]|[cC][hH][aA][tT]|[eE][yY][eE][sS]|[sS][uU][cC][kK][sS]|[fF][uU][cC][kK]|[vV][iI][sS][aA]|[hH][eE][nN][rR][yY][mM][eE][rR]|[lL][iI][sS][aA][nN][eE][rR][gG])\b|[lL][oO][oO][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[nN][uU][dD][eE]|[bB][uU][sS][tT][yY]|[bB][oO][uU][gG][hH][tT]|[cC][lL][iI][cC][kK][iI][nN][gG]|[hH][uU][sS][bB][aA][nN][dD]|[hH][oO][tT][tT][iI][eE]|[aA][wW][eE][sS][oO][mM][eE]|[vV][iI][sS][iI][tT]|[wW][eE][bB][cC][aA][mM]|[hH][tT][tT][pP]|[gG][iI][rR][lL][fF][rR][iI][eE][nN][dD]|[hH][aA][nN][gG][oO][uU][tT]|[aA][lL][rR][eE][aA][dD][yY]|[uU][nN][dD][eE][rR][wW][eE][aA][rR]|[nN][aA][kK][eE][dD]|[pP][uU][nN][iI][sS][hH]|[dD][iI][rR][tT][yY]|[wW][hH][aA][tT][''][sS]|[iI][nN][  ][mM][yY]|[tT][oO][nN][iI][gG][hH][tT]|[cC][oO][mM][pP][lL][eE][tT][eE][lL][yY]|[sS][eE][rR][iI][oO][uU][sS]|[rR][eE][lL][aA][xX]|[vV][iI][dD][eE][oO]|[bB][lL][oO][cC][kK][eE][dD]|[pP][oO][sS][tT][iI][nN][gG]|[sS][tT][eE][aA][dD][yY]|[sS][tT][rR][aA][nN][gG][eE][rR]|[pP][hH][oO][nN][eE]|[cC][oO][nN][vV][eE][rR][sS][aA][tT][iI][oO][nN][sS]|[cC][oO][nN][vV][eE][nN][iI][eE][nN][tT]|[eE][nN][gG][lL][iI][sS][hH]|[rR][eE][aA][lL][lL][yY]|[cC][aA][sS][uU][aA][lL]|[pP][uU][sS][sS][yY]|[mM][aA][sS][tT][uU][rR][bB][aA][tT][iI][oO][nN]|[pP][eE][nN][iI][sS]|[bB][iI][tT][cC][hH]|[mM][aA][sS][tT][eE][rR][cC][aA][rR][dD]|[pP][rR][iI][vV][aA][tT][eE][pP][rR][oO][xX][yY]|[rR][eE][aA][lL][nN][aA][mM][eE]|\?|!|@)).)*$"
              maxlength="25" value="" id="ecForm2_last_name" name="last_name" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="email" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_emailLabel" for="ecForm2_email" class="sr-only ">Email<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-envelope"></span></button><input type="email" placeholder="Email&nbsp;*" tabindex="" maxlength="50" value="" id="ecForm2_email" name="email"
              class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_program_of_interestLabel" for="ecForm2_program_of_interest" class="sr-only ">Program of Interest<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-target"></span></button><select tabindex="" id="ecForm2_program_of_interest" name="program_of_interest"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Program of Interest&nbsp;*</option>
              <option value="AI">AI</option>
              <option value="Data Science &amp; Analytics">Data Science &amp; Analytics</option>
              <option value="Diversity &amp; Inclusion">Diversity &amp; Inclusion</option>
              <option value="Engineering">Engineering</option>
              <option value="Environmental, Social, Governance">Environmental, Social, Governance</option>
              <option value="Finance">Finance</option>
              <option value="Food and Plant Science">Food and Plant Science</option>
              <option value="Healthcare">Healthcare</option>
              <option value="Hospitality">Hospitality</option>
              <option value="Human Resources">Human Resources</option>
              <option value="Law">Law</option>
              <option value="Leadership and Strategic Management">Leadership and Strategic Management</option>
              <option value="Marketing">Marketing</option>
              <option value="Nutrition">Nutrition</option>
              <option value="Project Leadership and Systems Design">Project Leadership and Systems Design</option>
              <option value="Real Estate">Real Estate</option>
              <option value="Technology">Technology</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="country" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_countryLabel" for="ecForm2_country" class="sr-only ">Country<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-global"></span></button><select name="country" id="ecForm2_country" class="select required form-control input-lg has-value" tabindex="-1">
              <option value="" selected="selected" class="no-option">Country&nbsp;*</option>
              <option value="US">United States</option>
              <option value="AF">Afghanistan</option>
              <option value="AX">Aland Islands</option>
              <option value="AL">Albania</option>
              <option value="DZ">Algeria</option>
              <option value="AS">American Samoa</option>
              <option value="AD">Andorra</option>
              <option value="AO">Angola</option>
              <option value="AI">Anguilla</option>
              <option value="AQ">Antarctica</option>
              <option value="AG">Antigua And Barbuda</option>
              <option value="AR">Argentina</option>
              <option value="AM">Armenia</option>
              <option value="AW">Aruba</option>
              <option value="AU">Australia</option>
              <option value="AT">Austria</option>
              <option value="AZ">Azerbaijan</option>
              <option value="BS">Bahamas</option>
              <option value="BH">Bahrain</option>
              <option value="BD">Bangladesh</option>
              <option value="BB">Barbados</option>
              <option value="BY">Belarus</option>
              <option value="BE">Belgium</option>
              <option value="BZ">Belize</option>
              <option value="BJ">Benin</option>
              <option value="BM">Bermuda</option>
              <option value="BT">Bhutan</option>
              <option value="BO">Bolivia</option>
              <option value="BA">Bosnia And Herzegovina</option>
              <option value="BW">Botswana</option>
              <option value="BV">Bouvet Island</option>
              <option value="BR">Brazil</option>
              <option value="IO">British Indian Ocean Territory</option>
              <option value="BN">Brunei Darussalam</option>
              <option value="BG">Bulgaria</option>
              <option value="BF">Burkina Faso</option>
              <option value="BI">Burundi</option>
              <option value="KH">Cambodia</option>
              <option value="CM">Cameroon</option>
              <option value="CA">Canada</option>
              <option value="CV">Cape Verde</option>
              <option value="KY">Cayman Islands</option>
              <option value="CF">Central African Republic</option>
              <option value="TD">Chad</option>
              <option value="CL">Chile</option>
              <option value="CN">China</option>
              <option value="CX">Christmas Island</option>
              <option value="CC">Cocos (Keeling) Islands</option>
              <option value="CO">Colombia</option>
              <option value="KM">Comoros</option>
              <option value="CG">Congo</option>
              <option value="CD">Congo, Democratic Republic</option>
              <option value="CK">Cook Islands</option>
              <option value="CR">Costa Rica</option>
              <option value="CI">Cote D'Ivoire</option>
              <option value="HR">Croatia</option>
              <option value="CU">Cuba</option>
              <option value="CY">Cyprus</option>
              <option value="CZ">Czech Republic</option>
              <option value="DK">Denmark</option>
              <option value="DJ">Djibouti</option>
              <option value="DM">Dominica</option>
              <option value="DO">Dominican Republic</option>
              <option value="EC">Ecuador</option>
              <option value="EG">Egypt</option>
              <option value="SV">El Salvador</option>
              <option value="GQ">Equatorial Guinea</option>
              <option value="ER">Eritrea</option>
              <option value="EE">Estonia</option>
              <option value="ET">Ethiopia</option>
              <option value="FK">Falkland Islands (Malvinas)</option>
              <option value="FO">Faroe Islands</option>
              <option value="FJ">Fiji</option>
              <option value="FI">Finland</option>
              <option value="FR">France</option>
              <option value="GF">French Guiana</option>
              <option value="PF">French Polynesia</option>
              <option value="TF">French Southern Territories</option>
              <option value="GA">Gabon</option>
              <option value="GM">Gambia</option>
              <option value="GE">Georgia</option>
              <option value="DE">Germany</option>
              <option value="GH">Ghana</option>
              <option value="GI">Gibraltar</option>
              <option value="GR">Greece</option>
              <option value="GL">Greenland</option>
              <option value="GD">Grenada</option>
              <option value="GP">Guadeloupe</option>
              <option value="GU">Guam</option>
              <option value="GT">Guatemala</option>
              <option value="GG">Guernsey</option>
              <option value="GN">Guinea</option>
              <option value="GW">Guinea-Bissau</option>
              <option value="GY">Guyana</option>
              <option value="HT">Haiti</option>
              <option value="HM">Heard Island &amp; Mcdonald Islands</option>
              <option value="VA">Holy See (Vatican City State)</option>
              <option value="HN">Honduras</option>
              <option value="HK">Hong Kong</option>
              <option value="HU">Hungary</option>
              <option value="IS">Iceland</option>
              <option value="IN">India</option>
              <option value="ID">Indonesia</option>
              <option value="IR">Iran, Islamic Republic Of</option>
              <option value="IQ">Iraq</option>
              <option value="IE">Ireland</option>
              <option value="IM">Isle Of Man</option>
              <option value="IL">Israel</option>
              <option value="IT">Italy</option>
              <option value="JM">Jamaica</option>
              <option value="JP">Japan</option>
              <option value="JE">Jersey</option>
              <option value="JO">Jordan</option>
              <option value="KZ">Kazakhstan</option>
              <option value="KE">Kenya</option>
              <option value="KI">Kiribati</option>
              <option value="KR">Korea</option>
              <option value="KW">Kuwait</option>
              <option value="KG">Kyrgyzstan</option>
              <option value="LA">Lao People's Democratic Republic</option>
              <option value="LV">Latvia</option>
              <option value="LB">Lebanon</option>
              <option value="LS">Lesotho</option>
              <option value="LR">Liberia</option>
              <option value="LY">Libyan Arab Jamahiriya</option>
              <option value="LI">Liechtenstein</option>
              <option value="LT">Lithuania</option>
              <option value="LU">Luxembourg</option>
              <option value="MO">Macao</option>
              <option value="MK">Macedonia</option>
              <option value="MG">Madagascar</option>
              <option value="MW">Malawi</option>
              <option value="MY">Malaysia</option>
              <option value="MV">Maldives</option>
              <option value="ML">Mali</option>
              <option value="MT">Malta</option>
              <option value="MH">Marshall Islands</option>
              <option value="MQ">Martinique</option>
              <option value="MR">Mauritania</option>
              <option value="MU">Mauritius</option>
              <option value="YT">Mayotte</option>
              <option value="MX">Mexico</option>
              <option value="FM">Micronesia, Federated States Of</option>
              <option value="MD">Moldova</option>
              <option value="MC">Monaco</option>
              <option value="MN">Mongolia</option>
              <option value="ME">Montenegro</option>
              <option value="MS">Montserrat</option>
              <option value="MA">Morocco</option>
              <option value="MZ">Mozambique</option>
              <option value="MM">Myanmar</option>
              <option value="NA">Namibia</option>
              <option value="NR">Nauru</option>
              <option value="NP">Nepal</option>
              <option value="NL">Netherlands</option>
              <option value="AN">Netherlands Antilles</option>
              <option value="NC">New Caledonia</option>
              <option value="NZ">New Zealand</option>
              <option value="NI">Nicaragua</option>
              <option value="NE">Niger</option>
              <option value="NG">Nigeria</option>
              <option value="NU">Niue</option>
              <option value="NF">Norfolk Island</option>
              <option value="MP">Northern Mariana Islands</option>
              <option value="NO">Norway</option>
              <option value="OM">Oman</option>
              <option value="PK">Pakistan</option>
              <option value="PW">Palau</option>
              <option value="PS">Palestinian Territory, Occupied</option>
              <option value="PA">Panama</option>
              <option value="PG">Papua New Guinea</option>
              <option value="PY">Paraguay</option>
              <option value="PE">Peru</option>
              <option value="PH">Philippines</option>
              <option value="PN">Pitcairn</option>
              <option value="PL">Poland</option>
              <option value="PT">Portugal</option>
              <option value="PR">Puerto Rico</option>
              <option value="QA">Qatar</option>
              <option value="RE">Reunion</option>
              <option value="RO">Romania</option>
              <option value="RU">Russian Federation</option>
              <option value="RW">Rwanda</option>
              <option value="BL">Saint Barthelemy</option>
              <option value="SH">Saint Helena</option>
              <option value="KN">Saint Kitts And Nevis</option>
              <option value="LC">Saint Lucia</option>
              <option value="MF">Saint Martin</option>
              <option value="PM">Saint Pierre And Miquelon</option>
              <option value="VC">Saint Vincent And Grenadines</option>
              <option value="WS">Samoa</option>
              <option value="SM">San Marino</option>
              <option value="ST">Sao Tome And Principe</option>
              <option value="SA">Saudi Arabia</option>
              <option value="SN">Senegal</option>
              <option value="RS">Serbia</option>
              <option value="SC">Seychelles</option>
              <option value="SL">Sierra Leone</option>
              <option value="SG">Singapore</option>
              <option value="SK">Slovakia</option>
              <option value="SI">Slovenia</option>
              <option value="SB">Solomon Islands</option>
              <option value="SO">Somalia</option>
              <option value="ZA">South Africa</option>
              <option value="GS">South Georgia And Sandwich Isl.</option>
              <option value="SS">South Sudan</option>
              <option value="ES">Spain</option>
              <option value="LK">Sri Lanka</option>
              <option value="SD">Sudan</option>
              <option value="SR">Suriname</option>
              <option value="SJ">Svalbard And Jan Mayen</option>
              <option value="SZ">Swaziland</option>
              <option value="SE">Sweden</option>
              <option value="CH">Switzerland</option>
              <option value="SY">Syrian Arab Republic</option>
              <option value="TW">Taiwan</option>
              <option value="TJ">Tajikistan</option>
              <option value="TZ">Tanzania</option>
              <option value="TH">Thailand</option>
              <option value="TL">Timor-Leste</option>
              <option value="TG">Togo</option>
              <option value="TK">Tokelau</option>
              <option value="TO">Tonga</option>
              <option value="TT">Trinidad And Tobago</option>
              <option value="TN">Tunisia</option>
              <option value="TR">Turkey</option>
              <option value="TM">Turkmenistan</option>
              <option value="TC">Turks And Caicos Islands</option>
              <option value="TV">Tuvalu</option>
              <option value="UG">Uganda</option>
              <option value="UA">Ukraine</option>
              <option value="AE">United Arab Emirates</option>
              <option value="GB">United Kingdom</option>
              <option value="UM">United States Outlying Islands</option>
              <option value="UY">Uruguay</option>
              <option value="UZ">Uzbekistan</option>
              <option value="VU">Vanuatu</option>
              <option value="VE">Venezuela</option>
              <option value="VN">Viet Nam</option>
              <option value="VG">Virgin Islands, British</option>
              <option value="VI">Virgin Islands, U.S.</option>
              <option value="WF">Wallis And Futuna</option>
              <option value="EH">Western Sahara</option>
              <option value="YE">Yemen</option>
              <option value="ZM">Zambia</option>
              <option value="ZW">Zimbabwe</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="state" class="form-field force-pos-rel required hidden" data-dep-fld="country" data-dep-val="US">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_stateLabel" for="ecForm2_state" class="sr-only ">State<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-global"></span></button><select name="state" id="ecForm2_state" class="select no-val required form-control input-lg"
              disabled="disabled">
              <option value="" selected="selected" class="no-option">State&nbsp;*</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="DC">District of Columbia</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="tel" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_phoneLabel" for="ecForm2_phone" class="sr-only ">Phone Number<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-phone"></span></button><input type="tel" placeholder="Phone Number&nbsp;*" tabindex="-1" pattern="[^@!]+" maxlength="20" value=""
              id="ecForm2_phone" name="phone" class="required form-control input-lg" required="" minlength="5"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="checkbox" class="form-field force-pos-rel  has-sep-labels    checkbox-wrapper ">
          <div class="force-pos-rel form-field-inner"><label class="ec-checkbox" for="ecForm2_Text_Consent__c"> <input type="checkbox" aria-labelledby="ecForm2_Text_Consent__cLabel" class="form-control input-lg has-value" name="Text_Consent__c"
                id="ecForm2_Text_Consent__c" value="true" tabindex="-1"> <span class="checkbox-custom"></span> <span class="check-text raleway-normal" id="ecForm2_Text_Consent__cLabel">Do you wish to communicate with our team by text message?</span>
            </label></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_goalsLabel" for="ecForm2_goals" class="sr-only ">Professional Goal<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm2_goals" name="goals" class="select no-val required form-control input-lg">
              <option value="" class="no-option">Professional Goal&nbsp;*</option>
              <option value="to get a promotion">Career advancement/promotion</option>
              <option value="Fill in gaps in my business acumen to prepare for a more senior or executive leadership role in my organization.">Fill in gaps in my skills to prepare for a more senior role in my organization</option>
              <option value="Prepare to move into a management role for the first time.">Prepare to move into a management role for the first time</option>
              <option value="Personal growth and enrichment.">Personal growth and enrichment</option>
              <option value="Prepare to enter a new industry or career">Prepare to enter a new industry or career</option>
              <option value="Help me compete in job market">Help me compete in job market</option>
              <option value="Gain skills to equip me to better run my own business as a founder or entrepreneur.">Master skills to equip me to better run my own business</option>
              <option value="To develop a strategy for my business">Develop a strategy for my business</option>
              <option value="Insight/factors that affect org growth">Gain new insights into my field</option>
              <option value="Build confidence as a leader or professional">Build confidence as a leader or professional</option>
              <option value="I am looking to train others in my organization">I am looking to train others in my organization</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_timeline_for_startingLabel" for="ecForm2_timeline_for_starting" class="sr-only ">Desired Start<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm2_timeline_for_starting" name="timeline_for_starting"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Desired Start&nbsp;*</option>
              <option value="Immediate">Immediately</option>
              <option value="2-3 months">2-3 months</option>
              <option value="4-6 months">4-6 months</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_current_professional_levelLabel" for="ecForm2_current_professional_level" class="sr-only ">Professional Level<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm2_current_professional_level" name="current_professional_level"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">Professional Level&nbsp;*</option>
              <option value="Team Member/Individual Contributor">Team Member/Individual Contributor</option>
              <option value="Manager">Manager</option>
              <option value="Director">Director</option>
              <option value="VP">VP</option>
              <option value="Owner/CEO/Founder">Owner/CEO/Founder</option>
              <option value="Self-employed">Self-employed</option>
              <option value="Unemployed">Unemployed</option>
              <option value="Military">Military</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_job_titleLabel" for="ecForm2_job_title" class="sr-only ">Job Title<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-briefcase"></span></button><input type="text" placeholder="Job Title&nbsp;*" tabindex="-1" maxlength="50" value="" id="ecForm2_job_title"
              name="job_title" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_retail_employerLabel" for="ecForm2_retail_employer" class="sr-only ">Company<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-briefcase"></span></button><input type="text" placeholder="Company&nbsp;*" tabindex="-1" maxlength="50" value=""
              id="ecForm2_retail_employer" name="retail_employer" class="required form-control input-lg" required=""></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="textarea" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_backgroundLabel" for="ecForm2_background" class="sr-only ">Tell us a bit about your professional background.<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" style="height:90%;"><span class="icon-edit"></span></button><textarea rows="6"
              placeholder="Tell us a bit about your professional background.&nbsp;*" tabindex="-1" id="ecForm2_background" name="background" class="required form-control input-lg"></textarea></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="textarea" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_needed_skillsLabel" for="ecForm2_needed_skills" class="sr-only ">What skills do you want to gain from the program?<span class="sr-only"> (required)</span></label><button
              aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" style="height:90%;"><span class="icon-target"></span></button><textarea rows="6"
              placeholder="What skills do you want to gain from the program?&nbsp;*" tabindex="-1" id="ecForm2_needed_skills" name="needed_skills" class="required form-control input-lg"></textarea></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div class="tmp-block tmp-hidden" aria-hidden="true">
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_budget_payment_optionsLabel" for="ecForm2_budget_payment_options" class="sr-only ">How do you intend to pay for the program?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-target"></span></button><select tabindex="-1" id="ecForm2_budget_payment_options"
              name="budget_payment_options" class="select no-val required form-control input-lg">
              <option value="" class="no-option">How do you intend to pay for the program?&nbsp;*</option>
              <option value="I will self-pay.">I will self-pay</option>
              <option value="My company will fund all or part of the program fee as part of my professional development.">My company will fund all or part of the program fee as part of my professional development</option>
              <option value="I will use the GI Bill or another source of military funding.">I will use the GI Bill® or another source of military funding</option>
              <option value="I will need to apply for a private loan.">I will need to apply for a private loan</option>
              <option value="Not sure yet.">Not sure yet</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel required hidden" data-dep-fld="budget_payment_options" data-dep-val="My company will fund all or part of the program fee as part of my professional development.">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_tuition_reimbursement_amountLabel" for="ecForm2_tuition_reimbursement_amount" class="sr-only ">How much Tuition Assistance are you provided?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><select tabindex=""
              id="ecForm2_tuition_reimbursement_amount" name="tuition_reimbursement_amount" class="select no-val required form-control input-lg" disabled="disabled">
              <option value="" class="no-option">How much Tuition Assistance are you provided?&nbsp;*</option>
              <option value="$0-500">$0-$500</option>
              <option value="$501-1000">$500-$1000</option>
              <option value="$1001-2000">$1000-$2000</option>
              <option value="$2001-3000">$2000-$3000</option>
              <option value="$3001+">$3000+</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="text" class="form-field force-pos-rel required hidden" data-dep-fld="budget_payment_options" data-dep-val="My company will fund all or part of the program fee as part of my professional development.">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_tuition_reimbursement_notesLabel" for="ecForm2_tuition_reimbursement_notes" class="sr-only ">List any requirements for your tuition assistance:<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1" disabled="disabled"><span class="icon-edit"></span></button><input type="text"
              placeholder="List any requirements for your tuition assistance:&nbsp;*" tabindex="" maxlength="50" value="" id="ecForm2_tuition_reimbursement_notes" name="tuition_reimbursement_notes" class="required form-control input-lg" required=""
              disabled="disabled"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_budget_valuesLabel" for="ecForm2_budget_values" class="sr-only ">What budget do you have in mind?<span class="sr-only"> (required)</span></label><button aria-hidden="true"
              class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm2_budget_values" name="budget_values"
              class="select no-val required form-control input-lg">
              <option value="" class="no-option">What budget do you have in mind?&nbsp;*</option>
              <option value="$0-500">$0-500</option>
              <option value="$501-1000">$501-1000</option>
              <option value="$1001-2000">$1001-2000</option>
              <option value="$2001-3000">$2001-3000</option>
              <option value="$3001+">$3001+</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  " data-from-cookie="visitor_id44232">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="Pardot Visitor ID" tabindex="-1" maxlength="50" value="" id="ecForm2_pardot_visitor_id" name="pardot_visitor_id" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="select" class="form-field force-pos-rel  required  ">
          <div class="force-pos-rel form-field-inner"><label id="ecForm2_why_did_you_pick_ecornell_?Label" for="ecForm2_why_did_you_pick_ecornell_?" class="sr-only ">Why are you interested in eCornell?<span class="sr-only">
                (required)</span></label><button aria-hidden="true" class="btn btn-default btn-lg pos-abs input-icon" type="button" tabindex="-1"><span class="icon-edit"></span></button><select tabindex="-1" id="ecForm2_why_did_you_pick_ecornell_?"
              name="why_did_you_pick_ecornell_?" class="select no-val required form-control input-lg">
              <option value="" class="no-option">Why are you interested in eCornell?&nbsp;*</option>
              <option value="Reputation of Cornell University">Reputation of Cornell University</option>
              <option value="Flexibility of an online program">Flexibility of an online program</option>
              <option value="Looking to advance my career">Looking to advance my career</option>
              <option value="Opportunity to learn from Cornell faculty and instructors">Opportunity to learn from Cornell faculty and instructors</option>
              <option value="Need to gain new skills">Need to gain new skills</option>
              <option value="Lifelong learning/personal passion">Lifelong learning/personal passion</option>
              <option value="Interested in breaking into a new field">Interested in breaking into a new field</option>
              <option value="Like the small classes/high quality online delivery">Like the small classes/high-quality online delivery</option>
              <option value="Want to add a Cornell Certificate to my resume">Want to add a Cornell Certificate to my resume</option>
              <option value="Need earn CEUs or other credentials">Need to earn CEUs or other credentials</option>
            </select></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="utm_campaign" data-from-cookie="utm_campaign">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm2_last_touch_utm_campaign" name="last_touch_utm_campaign" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="gclid" data-from-cookie="gclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm2_gclid_field" name="gclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="li_fat_id" data-from-cookie="li_fat_id">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm2_li_fat_id_field" name="li_fat_id_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="fbclid" data-from-cookie="fbclid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm2_fbclid_field" name="fbclid_field" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  remove-if-blank" data-from-param="msclkid" data-from-cookie="msclkid">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="" id="ecForm2_bingclid" name="bingclid" class="form-control input-lg"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
        <div data-fld-type="hidden" class="form-field force-pos-rel  hidden  ">
          <div class="force-pos-rel form-field-inner"><input type="hidden" placeholder="" tabindex="-1" maxlength="50" value="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
              id="ecForm2_browser_ua" name="browser_ua" class="form-control input-lg has-value"></div>
          <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
            <div class="error realtime-error"></div>
          </div>
        </div>
      </div><!-- /tmp-block -->
      <div data-fld-type="checkbox" class="form-field force-pos-rel has-sep-labels required text-normal text-dark-gray checkbox-wrapper" data-dep-fld="country"
        data-dep-val="AT::BE::BG::CZ::DK::DE::EE::FI::IE::EL::ES::FR::HR::IT::CY::LV::LT::LU::HU::MT::NL::PL::PT::RO::SI::SK::SE">
        <div class="force-pos-rel form-field-inner"><label class="ec-checkbox" for="ecForm2_gdpr_consent"> <input type="checkbox" aria-labelledby="ecForm2_gdpr_consentLabel" class="required form-control input-lg has-value" name="gdpr_consent"
              id="ecForm2_gdpr_consent" value="Yes"> <span class="checkbox-custom"></span> <span class="check-text raleway-normal" id="ecForm2_gdpr_consentLabel">By sharing my information I accept the terms and conditions described
              in&nbsp;<a href="/privacy-policy/" target="_blank" rel="noopener">eCornell’s Privacy Policy</a>,&nbsp;including the processing of my personal data in the United States.&nbsp;*</span> </label></div>
        <div class="ec-custom-error text-left" role="alert" aria-atomic="true">
          <div class="error realtime-error"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="form-error"></div>
  <div class="submit-wrapper text-center padded-15">
    <div class="cont-submit-text hidden">Continue</div>
    <div class="final-submit-text hidden"><span>Send Now</span></div><button type="submit" class="btn btn-lg btn-primary " data-form-step="1" value="Submit">Tell Me More!</button>
  </div>
  <div class="tiny form-disclaimer text-center"></div>
  <div class="consent-notice  text-center">By providing your information, you consent to receive communications by phone and email including via automated technology from Cornell. You may also choose to opt into text&nbsp;messaging.</div>
  <div class="tiny recap-notice text-center" style="margin-top:10px;">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener">Privacy Policy</a> and
    <a href="https://policies.google.com/terms" target="_blank" rel="nofollow noopener">Terms&nbsp;of&nbsp;Service</a> apply.</div>
</form>

Text Content

Skip to content

Keynotes Now Has a Podcast - Listen on the go to get inspired anytime, anywhere!
866-326-7635

Outside USA: +1‑607‑330‑3200


0 Toggle navigation
 * Programs
   * Online Certificate Programs
   * On-Campus Programs
   * DEGREES
   * Custom Executive Education
 * Enterprise
   * Organizations
   * Military
   * Government
   * Social Impact Programs
 * Keynotes
 * Impact
   * Social Impact Programs

 * Request Info
 * Search our site

 * Login
 * 0

 * Take me to my courses
 * Request Info
 * Login

Item 1 of 6 displayed.


CORNELL KEYNOTES

Live conversations with Cornell experts on today’s trending topics

Pause CarouselNext Slide
Sustainable Food Packaging and Production
Issues and Impacts
Tuesday, December 03, 2024, 2pm EST
Learn More

Pause CarouselPrevious SlideNext Slide
A Family Divided
Strategies to Manage Estrangement and Conflict
Thursday, December 05, 2024, 1pm EST
Learn More

Pause CarouselPrevious SlideNext Slide
The Legal Landscape of Higher Education
Key Perspectives and Impacts
Tuesday, December 10, 2024, 1pm EST
Learn More

Pause CarouselPrevious SlideNext Slide
Growing Innovative Food and Ag Startups
Spotlight on the Grow-NY Business Competition
Wednesday, December 11, 2024, 1:30pm EST
Learn More

Pause CarouselPrevious SlideNext Slide


CORNELL KEYNOTES
PODCAST

Learn from the experts, anywhere.
Listen on Spotify, Apple Podcasts 
or stream online.
Listen Now

Pause CarouselPrevious Slide
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 

Previous slide Next slide


UPCOMING EVENTS

Dec 03, 2024   2:00pm EST

SUSTAINABLE FOOD PACKAGING AND PRODUCTION 

Issues and Impacts 

--------------------------------------------------------------------------------

Chang Chen, Hanyu Chen
Dec 05, 2024   1:00pm EST

A FAMILY DIVIDED 

Strategies to Manage Estrangement and Conflict 

--------------------------------------------------------------------------------

Daniel Van Der Vliet, Karl Pillemer
Dec 10, 2024   1:00pm EST

THE LEGAL LANDSCAPE OF HIGHER EDUCATION 

Key Perspectives and Impacts 

--------------------------------------------------------------------------------

Lou Guard
Dec 11, 2024   1:30pm EST

GROWING INNOVATIVE FOOD AND AG STARTUPS 

Spotlight on the Grow-NY Business Competition 

--------------------------------------------------------------------------------


Jan 21, 2025   1:00pm EST

TRANSFORMING OFFICES INTO HOTELS 

Reuse Trends in Hospitality 

--------------------------------------------------------------------------------

Brad Wellstead
Jan 22, 2025   1:00pm EST

ONLINE RECRUITMENT FOR PEOPLE WITH DISABILITIES 

Tips for Employers 

--------------------------------------------------------------------------------

Susanne Bruyère
view more Upcoming Events events
view fewer Upcoming Events events
 * AI and Tech
 * Arts and Humanities
 * Diversity, Inclusion and Belonging
 * Food and Wine
 * HR and the Workplace
 * Healthy Living
 * Law
 * Leadership and Business
 * Politics and Global Affairs
 * Real Estate and Hotels
 * Sustainability and Nature


AI AND TECH

Nov 15, 2024

CHALLENGES AND OPPORTUNITIES OF AI 

How Emerging Markets Can Cope 

--------------------------------------------------------------------------------

Anne Miroux, Lourdes Casanova
Oct 22, 2024

AI TODAY 

Laws, Ethics, and Protecting Your Work 

--------------------------------------------------------------------------------

Frank Pasquale, Karan Girotra
Oct 04, 2024

UX DESIGN 

Building Websites With Purpose 

--------------------------------------------------------------------------------

Kyle Harms
Oct 03, 2024

AI IN E-COMMERCE 

Personalization at Scale 

--------------------------------------------------------------------------------

Lutz Finger
Sep 26, 2024

GENERATIVE AI AND THE LAW 

Critical Thinking and the Future of Lawyering 

--------------------------------------------------------------------------------

Kim Nayyer
Sep 12, 2024

AI, CLONES, DEEP FAKES, AND NEURAL NETWORKS 

An Essential and Interactive Learning Session With Lutz Finger 

--------------------------------------------------------------------------------

Lutz Finger
Sep 04, 2024

LEVEL UP 

Training and Team Building for an AI Future 

--------------------------------------------------------------------------------

Keith Cowing
Aug 27, 2024

BENEATH OUR FEET 

Unlocking Earth’s Subsurface Secrets 

--------------------------------------------------------------------------------

Larry Brown
Aug 12, 2024

AI TODAY 

Current Trends in Generative AI Tech / Late-Summer Update 

--------------------------------------------------------------------------------

Karan Girotra
Aug 06, 2024

MAKE DATA COMPELLING 

Turning Charts Into Amazing Graphics 

--------------------------------------------------------------------------------

Ben Trumbore
Jul 11, 2024

ARTIFICIAL INTELLIGENCE IN THE BOARDROOM 

What Board and Senior Executives Need to Know 

--------------------------------------------------------------------------------

Angela Dunning, Benet O'Reilly, Chase Kaniecki, D. Bruce Hoffman, James Hu,
Lillian Tsu, LizabethAnn R. Eisen
Jul 01, 2024

AI TODAY 

Current Trends in Generative AI Tech / Mid-Year Update 

--------------------------------------------------------------------------------

Karan Girotra
Jun 17, 2024

USE-INSPIRED DESIGN 

Advanced Materials for Supply Chain Optimization 

--------------------------------------------------------------------------------

Frank Wise, Juan Hinestroza, Shefford P. Baker
Jun 04, 2024

GENERATIVE AI FOR SALES AND MARKETING 

Using Academic Theory to Drive Business Results 

--------------------------------------------------------------------------------

Clarence Lee
May 22, 2024

AI TODAY 

Current Trends in Generative AI Tech 

--------------------------------------------------------------------------------

Karan Girotra
May 16, 2024

RESPONSIBLE LEADERSHIP 

Harnessing AI for the Greater Good 

--------------------------------------------------------------------------------

Sarah Kreps, Robert Bloomfield, John Wu ‘92, Andrew Chin ’93, MBA ‘94
May 10, 2024

AI AS A TRANSFORMATIVE TOOL 

Development and Inclusive Growth in Emerging Markets 

--------------------------------------------------------------------------------

Anne Miroux, Lourdes Casanova, Mark Mobius, Megha Kumar, Soumitra Dutta
Apr 16, 2024

ALIEN EARTHS 

The New Science of Planet Hunting in the Cosmos 

--------------------------------------------------------------------------------

Lisa Kaltenegger
Mar 13, 2024

GOING PRO 

From Making to Manufacturing 

--------------------------------------------------------------------------------

Cara Nunez, Deanna Kocher, Michael Suguitan, Nathan Seidle
Mar 06, 2024

CRYPTIC CRYPTO 

Navigating the Regulatory Landscape 

--------------------------------------------------------------------------------

Charles Whitehead, LizabethAnn R. Eisen
Jan 24, 2024

ADVANCED MATERIALS 

Transforming Every Aspect of Life 

--------------------------------------------------------------------------------

Frank Wise
Jan 09, 2024

REAL-WORLD ASSETS ON THE BLOCKCHAIN 

The Impact of Tokenization 

--------------------------------------------------------------------------------

David Yermack, John Wu ‘92, Rob Krugman, Susan Joseph
Nov 15, 2023

STORYTELLING IN THE AGE OF AI 

Strategies for a New Era 

--------------------------------------------------------------------------------

Christopher Byrne
Oct 24, 2023

UNLEASHING THE POWER OF SIMULATIONS 

Industrial Applications of Engineering Simulation Software 

--------------------------------------------------------------------------------

Rajesh Bhaskaran
Oct 20, 2023

NAVIGATING THE TALENT DISRUPTION 

Leveraging AI to Operate the Hotel of the Future 

--------------------------------------------------------------------------------

Alexander Mirza, David Sherwyn
Sep 26, 2023

BUILDING AN ARK 

A Conversation With Artist Laurie Anderson on Innovation and Storytelling 

--------------------------------------------------------------------------------

Laurie Anderson
Sep 18, 2023

WEB3 AND SUSTAINABILITY 

Climate Impact, Crypto Innovations, and Fintech Regulation 

--------------------------------------------------------------------------------

Ari Redbord, Dana Gibber, Will Cong
Sep 07, 2023

AI AND THE FUTURE OF WORK 

AI is Accelerating Workplace Shifts 

--------------------------------------------------------------------------------

Alexander Colvin, Nickle LaMoreaux
Jul 25, 2023

A GREEN, TECHNOLOGY-ENABLED, AND RESILIENT FUTURE 

Rebuilding Ukraine’s Infrastructure Using “Smart” Delivery 

--------------------------------------------------------------------------------

Rick Geddes
Jul 19, 2023

NATURAL LANGUAGE PROCESSING 

Applications Across Industries 

--------------------------------------------------------------------------------

Oleg Melnikov
Jul 18, 2023

AI UNBOUND 

Big-Picture Thinking on the Ubiquity of Intelligent Tech 

--------------------------------------------------------------------------------

Bart Selman, Jesse Goldberg, Sarah E. Kreps - Moderator
Jul 12, 2023

THE FUTURE OF PRODUCT DEVELOPMENT IS HERE 

How Tech Teams Are Making Bold Changes to Succeed in the New Reality 

--------------------------------------------------------------------------------

Josh Hartmann, Keith Cowing
Jun 20, 2023

ROBOTS, ROBOTS EVERYWHERE 

Designing Public Interactions Between People and Autonomous Systems 

--------------------------------------------------------------------------------

Wendy Ju
May 12, 2023

THE RACE FOR CBDC ADOPTION 

An Emerging Markets Perspective 

--------------------------------------------------------------------------------

Adelou Fadele, Gabriel Söderberg, Lourdes Casanova, Mark Mobius, Ravin Nanda
May 01, 2023

U.S. CYBERSECURITY STRATEGY 

Ensuring Security and Resilience Against 21st-Century Adversaries 

--------------------------------------------------------------------------------

Leonard J. Kennedy
Mar 17, 2023

WATER SECURITY 

Engineering Sustainable Systems and Safeguards 

--------------------------------------------------------------------------------

Daniel Loucks
Mar 06, 2023

OMNICHANNEL MEETS SUSTAINABILITY 

Strategies for Incorporating Sustainability Into Omnichannel Business Models 

--------------------------------------------------------------------------------

Daniel Williams Hooker, Devry Boughner Vorwerk, Erik Weenink, Janelle Meyers
Jan 31, 2023

CRYPTOASSETS AND DECENTRALIZED FINANCE 

Legal and Regulatory Challenges in FinTech and Blockchain 

--------------------------------------------------------------------------------

Lee A. Schneider, Patrick Daugherty, Will Cong
Jan 27, 2023

CRYPTO REGULATION 

Can Securities Laws Keep Pace With Innovation? 

--------------------------------------------------------------------------------

Charles Whitehead
Jan 24, 2023

THE FUTURE OF FINANCE 

How Digital Infrastructure Supports Resilience and Sustainability 

--------------------------------------------------------------------------------

Peter Adriaens, Ph.D., P.E., BCEEM
Nov 18, 2022

HARDWARE IN THE AGE OF AI 

Future-Proofing Your Product 

--------------------------------------------------------------------------------

Anna Thornton, Deanna Kocher, Micah Green, Ryan Li ‘12
Nov 11, 2022

INFRASTRUCTURE OPPORTUNITIES 

Coupling Electric Power and Transportation 

--------------------------------------------------------------------------------

Anna Scaglione
Oct 25, 2022

INFRASTRUCTURE RESILIENCE 

Protection Against Natural Hazards 

--------------------------------------------------------------------------------

T.D. O’Rourke
Oct 18, 2022

THE URGENCY OF DATA SCIENCE ETHICS 

How Lives Can Be Upended by Applications 

--------------------------------------------------------------------------------

Liz Karns
Oct 11, 2022

ELECTRIFYING THE AUTO INDUSTRY BY 2030 

The Future of American Car Building 

--------------------------------------------------------------------------------

Arthur Wheaton, Ian Greer, Virginia Doellgast
Aug 25, 2022

ENGINEERING A LIVEABLE FUTURE FOR EVERYONE 

How Infrastructure, Technology, and Smart Policy Can Save Us 

--------------------------------------------------------------------------------

John Albertson, Linda Nozick, Patrick Reed
Aug 24, 2022

THE LANGUAGE OF PROBABILITY 

Uncertainty, Variability, and the Challenge for Engineering 

--------------------------------------------------------------------------------

Jery Stedinger
Jun 28, 2022

THE PROMISE AND THREAT OF SMART TECHNOLOGIES 

A Case for Caution 

--------------------------------------------------------------------------------

Leonard J. Kennedy
Jun 21, 2022

BIOSCIENCE INNOVATIONS 

Collaborations Derived From Aerospace and Quantum Computing Technologies 

--------------------------------------------------------------------------------

Mark Fingerhuth, Rhena Singh - Moderator, William Bruey
Jun 08, 2022

PRECISION VITICULTURE 

Digital Agriculture Solutions 

--------------------------------------------------------------------------------

Justine Vanden Heuvel, Terry Bates
May 19, 2022

WHAT’S THAT BIRD? 

Discover Merlin Bird ID 

--------------------------------------------------------------------------------

Drew Weber, Grant Van Horn, Jessie Barry
May 18, 2022

WHAT IS A CLIMATE INNOVATOR? 

Can They Save the Planet? 

--------------------------------------------------------------------------------

Allie Thompson, Elisa Miller-Out, Johanna Wolfson, Laury Saligman, Melanie
Santiago-Mosier, Tina Kaarsberg
Apr 28, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Increasing Global Accessibility to Financial Services Through Fintech 

--------------------------------------------------------------------------------

Anumeha Rai, Dov Marmor, Jemima Kariuki-Njuguna, Keyzom Ngodup Massally
Apr 22, 2022

TECHNOLOGY IN TRAVEL AND HOSPITALITY 

The View From Google and Blue Origin 

--------------------------------------------------------------------------------

Christina Heggie, Dave Roberts, Sarah Phelps
Apr 04, 2022

FUTURE OF PAYMENTS 

What Can Consumers and Enterprise Expect? 

--------------------------------------------------------------------------------

Brad Scrivner, Liyan Yang, Michelle Gitlitz, Sunil Sachdev, Uday Rajan
Mar 18, 2022

THE CASE OF CRYPTO 

How Digital Currencies Will Shape Emerging Markets 

--------------------------------------------------------------------------------

Dimitris Drakopoulos, Gabriel Söderberg, Lourdes Casanova, Mihika Badjate, Parma
Bains, Ravin Nanda
Mar 09, 2022

SCIENCE OF THE VERY, VERY SMALL 

Arts Unplugged 

--------------------------------------------------------------------------------

Itai Cohen, Liliana Colanzi M.A. ’14, Ph.D. ’17, Roald Hoffmann, Ailong Ke,
Eun-Ah Kim, Julia Markovits, John Marohn, Liam McAllister, Brad Ramshaw, Michael
Reynolds, M.S. ’17, Ph.D. ’21, Lyrae Van Clief-Stefanon, Peter Wittch, Natalie
Wolchover
Feb 09, 2022

CRYPTO 101 

Investors and Innovators Dish on Decentralized Finance 

--------------------------------------------------------------------------------

Chrissa McFarlane, Lindsay Danas Cohen, Lynette Ban, Meghan Cross, Nisa Amoils,
Vanessa Grellet
Dec 13, 2021

THE FUTURE OF MONEY 

Cryptocurrencies' Impact 

--------------------------------------------------------------------------------

Christopher Giancarlo, Maureen O’Hara, Rob Krugman
Dec 08, 2021

THE FINAL FRONTIER 

Advanced Exoplanet Imaging to Next-Gen Space Observation 

--------------------------------------------------------------------------------

Dmitry Savransky
Dec 03, 2021

CORNELL ENERGY CONNECTION 

The Future of the Grid and Path to Decarbonization 

--------------------------------------------------------------------------------

Alicia Barton, Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Lang Tong, Ph.D.
Nov 19, 2021

CORNELL ENERGY CONNECTION 

Green Hydrogen as a Low-Carbon Step Toward Net-Zero 

--------------------------------------------------------------------------------

John Stevens, Ph.D., Katrina Fritz, Paul Mutolo, Ph.D., Tanya Peacock
Nov 12, 2021

CORNELL ENERGY CONNECTION 

How Natural Gas Could Fit a Clean Energy Future 

--------------------------------------------------------------------------------

Alvaro Pinto Fajer (MBA ‘22), Areli Covarrubias, Lance Crist (BA '87), Ricardo
Hernandez Astigarraga
Nov 04, 2021

THE FUTURE OF MONEY 

How Will Innovative Digital Currencies and Finance Technology Platforms Impact
Society? 

--------------------------------------------------------------------------------

Lourdes Casanova, James Grimmelmann, Susan Joseph, Eswar Prasad, John Wu ‘92
Oct 22, 2021

A NEW ERA 

Top Medical Educators on the Future of Virtual Training and Care 

--------------------------------------------------------------------------------

David Lambert, M.D., Eva Aagaard, M.D., Preetha Basaviah, M.D., Todd Cassese,
M.D., Yoon Kang
Sep 24, 2021

DIVERSITY IN DIGITAL CURRENCY 

Fintech’s Opportunities, Pitfalls, Next Steps 

--------------------------------------------------------------------------------

Andrew Karolyi, Dante Disparte, Susan Joseph
Sep 17, 2021

PUTTING THE PIECES TOGETHER 

Software Programming 101 for Enthusiastic Amateurs 

--------------------------------------------------------------------------------

James Grimmelmann
Sep 08, 2021

SCIENTIST TO CEO 

Turning Life Science Innovations Into Startup Success 

--------------------------------------------------------------------------------

Abraham Heifets, Ph.D. BS '01 MEng '02, Andrea Ippolito, Jacob Becraft, Ph.D.,
Piraye Beim, Ph.D. '07
Sep 03, 2021

FAST FORWARD 

Digital Transformation Trends Not to Miss 

--------------------------------------------------------------------------------

Clarence Lee
Aug 05, 2021

SHARPEN YOUR BUSINESS SKILLS 

A Conversation for Scientists and Engineers 

--------------------------------------------------------------------------------

Andrea Ippolito, Delia Hughes, Nate Cook, Tom Schryver
Jul 29, 2021

OPENING THE BLACK BOX 

Online Learning Expands Benefits of Engineering Simulation 

--------------------------------------------------------------------------------

Rajesh Bhaskaran
Jul 28, 2021

ROLL OUT RIGHT 

How to Find Your Startup’s Best Beachhead Market 

--------------------------------------------------------------------------------

Aaron Walls, MBA '14, Andrea Ippolito, Andrés E. Gutiérrez A., M.S. '19, Levon
Atoyan, Ph.D. '18, Tom Schryver
Jun 09, 2021

A BRIGHTER FUTURE 

Climate Tech Innovation Fueled by Diverse Founders 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Crystal Callahan, Elisa Miller-Out, Emily Urban, Ph.D '24,
Erica Iannotti, MBA '19, SaLisa Berrien
Jun 02, 2021

SOCIAL LISTENING 

An Essential Tool for Responsive, Customer-centric Service 

--------------------------------------------------------------------------------

Ana Brant, Ian-Michael Farkas, Kathy LaTour, Liam Fayed
Jun 01, 2021

A CAPTIVATED AUDIENCE 

How Professional Visualization Tools Can Make Your Data Shine 

--------------------------------------------------------------------------------

David Gold
May 27, 2021

POWER OF INTELLIGENT DATA STITCHING 

Personalizing the Customer Journey 

--------------------------------------------------------------------------------

David Oppenheim, Karan Girotra, Liesl Smith, Michael Partridge ‘92, Shane
O’Flaherty
May 25, 2021

YOUR RESTAURANT'S DIGITAL FRONT DOOR 

Leveraging Digital Marketing for Success 

--------------------------------------------------------------------------------

Allison Page, Amy Woolen, Asís Martínez-Jerez, Jillian Ressler
May 20, 2021

CHINA 

In Search of a Green Economy 

--------------------------------------------------------------------------------

Crystal Geng, David Wu, Gary Xiao, Henry Li, Lourdes Casanova, Yan Chen 陈彦, Ying
Hua
May 19, 2021

BIAS IN STEM 

History and Key Learnings 

--------------------------------------------------------------------------------

Corrie Moreau
Apr 29, 2021

ELAB DEMO DAY 

Pitches From Cornell’s Premier Startups 

--------------------------------------------------------------------------------

Ken Rother, Zach Shulman
Apr 27, 2021

PROMOTING PUBLIC-PRIVATE PARTNERSHIPS IN THE PURSUIT OF CYBERSECURITY 

Are You Safe? 

--------------------------------------------------------------------------------

General (Retired) Keith Alexander, Jamil Jaffer, Sarah E. Kreps - Moderator
Apr 27, 2021

WHAT KEEPS US COMING BACK 

How to Build Consumer Loyalty 

--------------------------------------------------------------------------------

Ashwin Kamlani, MMH ’03, David Rochefort ’10, Eliot Hamlisch, Helen Chun,
Jacqueline Nunley
Apr 22, 2021

THE FUTURE OF TECH IN INDIA 

Leveraging Digitalization for Inclusive Growth 

--------------------------------------------------------------------------------

Lourdes Casanova, Saurabh Agrawal, Shobana Kamineni, Soumitra Dutta, Vinit Kr
Khicha
Apr 15, 2021

THE COMING AI REVOLUTION 

Policy, Politics, and Ethics 

--------------------------------------------------------------------------------

Baobao Zhang, Moderated by: Andrew Ross Sorkin '99, Sarah E. Kreps - Moderator,
Shaun Nichols
Apr 14, 2021

INNOVATING FOR FOOD AND AGRICULTURE 

Resilience in the Age of Climate Change 

--------------------------------------------------------------------------------

Henry Gordon-Smith, Neil Mattson, Paul Sellew, Shireen Santosham
Apr 08, 2021

EMBODIED NARRATIVES 

Engaging the Future of Immersive Content 

--------------------------------------------------------------------------------

Nonny de la Peña, Tapan Parikh, Anna Huff
Mar 30, 2021

USING TECHNOLOGY TO REINVENT HOSPITALITY BUSINESS MODELS 

Investing, Development, and Operation 

--------------------------------------------------------------------------------

Chris Hemmeter ’86, P '22, Elena Belavina, Jason Brown '05, Rami Zeidan
Mar 25, 2021

UNIONIZATION IN BIG TECH: WHY NOW? 

The Future of Work: Labor in America 

--------------------------------------------------------------------------------

Alexander Colvin, Chewy Shaw, Jessica García
Mar 24, 2021

SALES FOR TECH STARTUPS 

Strategies for Growing a Successful Sales Team 

--------------------------------------------------------------------------------

Amy Cheney, MBA '14, Mark Kostove, Tim Krozek, MBA '01
Mar 02, 2021

A LIFE MAKING YOUR SOFTWARE SECURE AND YOUR DATA PRIVATE… OR TRYING TO 

In Conversation With Apple’s Ulfar Erlingsson 

--------------------------------------------------------------------------------

Austin Bunn, Baobao Zhang, Ulfar Erlingsson, Cornell Ph.D. 2004, CIS
Feb 26, 2021

REIMAGINING CITIZENSHIP 

A Book Launch Roundtable on Noah Tamarkin’s ‘Genetic Afterlives’ 

--------------------------------------------------------------------------------

Noah Tamarkin
Feb 23, 2021

PREPARING HEALTHCARE PROVIDERS FOR A POST-PANDEMIC ERA 

Lessons From the NYC Frontline Virtualists 

--------------------------------------------------------------------------------

Ji Won Kim, Kristie Busch, Neel Naik, Peter Greenwald, Rahul Sharma, Shari
Platt, M.D.
Feb 18, 2021

BIRDCAST 

Perspectives on Migration Monitoring in the Era of Big Data 

--------------------------------------------------------------------------------

Amanda Rodewald, Andrew Farnsworth
Feb 05, 2021

WALL STREET VS. MAIN STREET 

Who Loses When the Game Stops? 

--------------------------------------------------------------------------------

Mark Nelson, Maureen O’Hara, Scott Yonker
Feb 03, 2021

THE NEXT STARTUP WAVE 

Why the Time Is Ripe for Hardware Companies 

--------------------------------------------------------------------------------

Anna Thornton, Carl Bass, David Putnam, Jason Guss, Ph.D
Jan 28, 2021

FINTECH 2021 

The Year Ahead 

--------------------------------------------------------------------------------

David Ehrich ‘85, Pamela Moulton, Peter Balnaves, Will Cong
Dec 18, 2020

CORNELL ENERGY CONNECTION 

The Future of Energy Storage 

--------------------------------------------------------------------------------

Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Kevin Johnson, MBA ‘09, Mike Conway,
Nico Johnson, Nupur Pande, MBA ‘11
Dec 11, 2020

MEETING THE ENERGY CHALLENGE 

Can Data Centers Become Carbon Neutral? 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Christian Belady, Kenneth Davies, Reid Spolek, Susanna Kass
Dec 04, 2020

ENERGY JUSTICE 

Exploring an Equitable Green Transition 

--------------------------------------------------------------------------------

Omar Blayton, Raya Salter, Richard Stedman
Nov 09, 2020

CORNELL'S COVID RESPONSE 

Data Science in Action 

--------------------------------------------------------------------------------

Diego Diel, DVM, M.S., Ph.D., Gary Koretzky, M.D., Ph.D., Michael Kotlikoff,
Peter Frazier, Ph.D., Sharon McMullen, RN, MPH, FACHA
Oct 27, 2020

EMPLOYEE-ORIENTED TECH 

Relevance, Risk, and Reward 

--------------------------------------------------------------------------------

Andrada Paraschiv, David Sherwyn, Kyle Miller, Nigel Beck, Shawndra Jones
Oct 20, 2020

ROBOTS IN THE HOSPITALITY INDUSTRY 

Adopting New Technologies While Maintaining the Human Touch 

--------------------------------------------------------------------------------

David Sherwyn, Linda Pouliot, Peter Seiff, Steve Rimmer
Oct 16, 2020

SUPERCHARGE YOUR LINKEDIN PRESENCE 

Find Your Dream Job and Build Your Network 

--------------------------------------------------------------------------------

Katy Yoder, Kay Collier, Rob Humphrey
Oct 15, 2020

RESTORING FINANCIAL STABILITY IN EMERGING MARKETS 

The Case Study of India 

--------------------------------------------------------------------------------

Andrew Karolyi, Eswar Prasad, Kaushik Basu, Lourdes Casanova, Viral V. Acharya
Oct 01, 2020

THE POST-PANDEMIC FUTURE OF COLLEGE TOWNS 

Leveraging Innovation and Entrepreneurship 

--------------------------------------------------------------------------------

Christine Mehta, Justin Baer, Marcela Escobari, Matt Marx, Philip Gaskin, Robert
D. Atkinson
Jul 29, 2020

SHARING THE SCREEN 

Best Practices for Successful Virtual Events 

--------------------------------------------------------------------------------

Ashley Budd, Chris Wofford, Hope Spithaler, Roberta Sumner, Susan Fussell
Jul 08, 2020

HOSPITALITY MARKETING 

Adjusting Your Approach and Messaging in the Face of COVID-19 

--------------------------------------------------------------------------------

Akina Ho, Helen Chun, Michelle Irwin, Rémy Merckx
Jun 05, 2020

FINTECH AND THE FUTURE 

How Big Data and Digital Disruption Are Changing Finance and Business 

--------------------------------------------------------------------------------

Andrew Karolyi, Will Cong
May 05, 2020

LEARNING STRATEGIES IN A CHANGING WORLD 

Overcoming Challenges and Investing in the Future 

--------------------------------------------------------------------------------

AJ Duffy, Allan Filipowicz, Chris Cimitile, Laine Joelson Cohen
Apr 22, 2020

BRAND BUILDING 

Cutting Through the Noise in an Age of Extreme Choice 

--------------------------------------------------------------------------------

Chekitan Dev, Patti Mandel
Apr 15, 2020

SUSTAINABLE SUPPLY CHAIN LABOR PRACTICES 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

David Hayer, Jason Judd, Nazma Akter, Sarosh Kuruvilla
Apr 10, 2020

WORKPLACE SAFETY IN A PANDEMIC 

Slowing the Spread of Coronavirus and Communicable Diseases 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Apr 10, 2020

GLOBAL SUPPLY CHAIN (FR)AGILITY 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Linda Barrington, Miguel I. Gómez, Oliver Gao, Vishal Gaur
Mar 20, 2020

EVIDENCE-BASED ENTREPRENEURSHIP 

A Mindset For Startup Success 

--------------------------------------------------------------------------------

Ken Rother, Tom Schryver
Mar 18, 2020

OVERCOMING “ALTERNATIVE FACTS” 

Advocating for Truth in Science, Society, and Your Startup 

--------------------------------------------------------------------------------

Mark Bayer
Mar 18, 2020

THE SOUNDS OF SCIENCE 

How to Get Scientific Research and Evidence Heard by Policymakers 

--------------------------------------------------------------------------------

Christina Stark, Marianne Krasny
Feb 27, 2020

PRACTICING DIGITAL CITIZENSHIP 

A Social Media Test Drive 

--------------------------------------------------------------------------------

Janis Whitlock, Natalie Bazarova
Feb 26, 2020

UNPACKING DIGITAL DISRUPTION 

What Tech Companies Do (and Don’t Do) Well 

--------------------------------------------------------------------------------

Karan Girotra
Jan 09, 2020

MACHINE LEARNING 

Advancements, Opportunities, and Dangers 

--------------------------------------------------------------------------------

Kilian Weinberger
Dec 12, 2019

PUTTING USERS FIRST 

How to Design Inclusive and Effective Websites 

--------------------------------------------------------------------------------

Kyle Harms
Nov 21, 2019

BANKING AS A SERVICE 

Bridging Startup Innovation to Traditional Banking 

--------------------------------------------------------------------------------

Drew David Pascarella
Aug 01, 2019

THE TECHNOLOGY TRANSFER PROFESSIONAL 

A Mindset for Success 

--------------------------------------------------------------------------------


May 09, 2019

SOCIAL MEDIA 

The Accounting of Everyday Life 

--------------------------------------------------------------------------------

Dr. Lee Humphreys
view more AI and Tech events
view fewer AI and Tech events


ARTS AND HUMANITIES

Nov 09, 2024

CARL SAGAN'S 90TH BIRTHDAY 

An Arts Unplugged Celebration 

--------------------------------------------------------------------------------


Apr 17, 2024

DISSIDENT WRITERS 

A Conversation 

--------------------------------------------------------------------------------

David Folkenflik '91, Suzanne Nossel
Mar 18, 2024

CELIA VASQUEZ YUI 

The Council of the Mother Spirits of the Animals 

--------------------------------------------------------------------------------

Ananda Cohen-Aponte, Celia Vasquez Yui, Diana Ruiz Vasquez, Juliana Fagua Arias,
Matteo Norzi
Mar 07, 2024

NABOKOV, NATURALLY 

An Exploration of Vladimir Nabokov as Writer and "Butterfly Man" 

--------------------------------------------------------------------------------

Anindita Banerjee, Corrie Moreau
Feb 15, 2024

BLACK CINEMA 

Shaping Art, Culture, and the Future of Film 

--------------------------------------------------------------------------------

Dr. Samantha Sheppard
Nov 28, 2023

MATHEMATICS AND THE IMAGINATION 

The Creative Nature of Mathematical Thinking 

--------------------------------------------------------------------------------

Kathryn Mann
Nov 15, 2023

STORYTELLING IN THE AGE OF AI 

Strategies for a New Era 

--------------------------------------------------------------------------------

Christopher Byrne
Oct 19, 2023

COCO FUSCO 

The Findlay Family Lecture 

--------------------------------------------------------------------------------

Coco Fusco
Sep 26, 2023

BUILDING AN ARK 

A Conversation With Artist Laurie Anderson on Innovation and Storytelling 

--------------------------------------------------------------------------------

Laurie Anderson
Mar 27, 2023

HARRIET TUBMAN 

National Memory and the Making of a Black Feminist Icon 

--------------------------------------------------------------------------------

Carole Boyce Davies, Janell Hobson
Mar 02, 2023

PLINY THE ELDER 

Art and Nature in Ancient Rome 

--------------------------------------------------------------------------------

Andrew C. Weislogel, Verity Platt
Dec 02, 2022

KISWAHILI CONTEMPORARY LITERATURE 

The Role of African Languages in Higher Ed 

--------------------------------------------------------------------------------

Anna Manyanza, Jacob Ngumbau Julius, Lello Mmassy, Menansili Abraham Mejooli,
Mũkoma Wa Ngũgĩ, N’Dri Assié Lumumba
Sep 01, 2022

PRECIOUS OKOYOMON 

Migrations Visiting Artist’s Talk 

--------------------------------------------------------------------------------

Precious Okoyomon
Aug 29, 2022

“KEY TO THE CITY” 

Toward a More Inclusive Form of Public Monument 

--------------------------------------------------------------------------------

Paul Ramírez Jonas
Jul 13, 2022

THE COMMEDIA AND THE CLASSICS 

Antiquity Through the Eyes of Dante 

--------------------------------------------------------------------------------

Daniel Gallagher
Apr 25, 2022

COOKING IN OUR KITCHENS 

Histories of Experiential & Ontological Knowledge Production in the Arts of the
Americas 

--------------------------------------------------------------------------------

Ananda Cohen-Aponte, Eleanor Paynter - Moderator, Ella Diaz, Jolene Rickard,
Kathryn Foster - Moderator, Sandy Rodriguez
Apr 22, 2022

“WORDS WALKING WITHOUT MASTERS”: CONVERSATIONS ON THE CREATIVE-THEORETICAL 

Day Two 

--------------------------------------------------------------------------------


Apr 21, 2022

“WORDS WALKING WITHOUT MASTERS”: CONVERSATIONS ON THE CREATIVE-THEORETICAL 

Day One 

--------------------------------------------------------------------------------


Mar 28, 2022

SECRET HISTORY 

Rediscovering Cornell’s Plaster Cast Collection 

--------------------------------------------------------------------------------

Annetta Alexandridis, Verity Platt
Mar 25, 2022

CONSTRUCTING CHANGE 

Designing the Future Through Architecture and Advocacy 

--------------------------------------------------------------------------------

Erin Pellegrino
Mar 21, 2022

MIGRATION ON STAGE 

Educating and Engaging Through the Arts 

--------------------------------------------------------------------------------

André Nascimento, Andy Colpitts, Aoise Stratford, Eleanor Paynter - Moderator
Mar 03, 2022

“FROG IN THE MOUTH” 

A Virtual Reading by Zahid Rafiq 

--------------------------------------------------------------------------------

Zahid Rafiq
Feb 04, 2022

THE WHALE LISTENING PROJECT 

A Retrospective 

--------------------------------------------------------------------------------

Annie Lewandowski, Katy Payne
Dec 01, 2021

DEFINING DEMOCRACY 

How Black Print Culture Shaped America, Then and Now 

--------------------------------------------------------------------------------

Derrick Spires
Nov 18, 2021

FEMINIST THEATRE PAST AND PRESENT 

Performance in the Post-Wave Now 

--------------------------------------------------------------------------------

Aladrian C. Wetzel, Brooke O’Harra, Haruna Lee, Jessica Del Vecchio, Speaker and
Co-Convener, Sara Warner, Land Acknowledgement and Introductions, Sue Perlgut,
Speaker and Co-Convener, Tina Satter
Oct 29, 2021

GALLERY TALK 

Fashioning Sustainable Luxury With Mimi Prober 

--------------------------------------------------------------------------------

Mimi Prober, Tasha Lewis
Oct 16, 2021

A DANTE AFTERLIFE 

LeRoi Jones’s “System of Dante’s Hell” and Derek Walcott’s “Omeros” 

--------------------------------------------------------------------------------

Maryemma Graham
Oct 16, 2021

MEETING DANTE 

 

--------------------------------------------------------------------------------

Sandow Birk
Oct 16, 2021

VISIONS OF DANTE 

An Exhibition Tour 

--------------------------------------------------------------------------------

Andrew C. Weislogel, Laurent Ferri
Oct 16, 2021

FROM ETRURIA TO THE NEW WORLD 

Cornell’s Copy of the Editio Princeps of Dante’s “Divine Comedy,” Between Book
History, Bibliophilia, and Exegesis 

--------------------------------------------------------------------------------

Natale Vacalebre
Oct 16, 2021

VISUALIZING DANTE IN THE 16TH CENTURY 

An Amateur’s Art 

--------------------------------------------------------------------------------

Dr. Rhoda Eitel-Porter
Oct 12, 2021

FEMINIST THEATRE PAST AND PRESENT 

Artists and Scholars Talk Politics, Aesthetics, and the Future of Feminist
Performance 

--------------------------------------------------------------------------------

Alisa Solomon, Moderator, Carmelita Tropicana (Alina Troyano), Deb Margolin,
Jessica Del Vecchio, Speaker and Co-Convener, Marga Gomez, Moe Angelos, Sara
Warner, Land Acknowledgement and Introductions, Sue Perlgut, Speaker and
Co-Convener
Oct 08, 2021

UNBURY OUR DEAD WITH SONG 

A Novel of Ethiopian Music, Its Secrets, and the Sublime 

--------------------------------------------------------------------------------

Melissa Tuckey, Host, Mũkoma Wa Ngũgĩ
Sep 30, 2021

THE PERSONAL IS STILL POLITICAL 

The Evolution of Feminist Theatre 

--------------------------------------------------------------------------------

Bobbi Ausubel, Panelist, Jessica Del Vecchio, Speaker and Co-Convener, Martha
Boesing, Panelist, Roberta Sklar, Panelist, Sara Warner, Land Acknowledgement
and Introductions, Sondra Segal, Panelist, Sue Perlgut, Speaker and Co-Convener
Sep 24, 2021

HAWAIIAN HUMPBACK WHALES 

Scientific and Creative Perspectives 

--------------------------------------------------------------------------------

Annie Lewandowski, Chris Gabriele, Dr. Adam Frankel, Kyle McDonald
Sep 23, 2021

THE EVER-EVOLVING SONGS OF HUMPBACK WHALES 

 

--------------------------------------------------------------------------------

Dr. Roger Payne, Katy Payne
Sep 16, 2021

TRANS-GENERATIONAL 

A Dialogue on the Evolving Meanings of Gender and Sexuality 

--------------------------------------------------------------------------------

Biddy Martin, Ph.D., Ezra Young ‘09, Naiara Bezerra-Gastesi ‘21, Ximena Sanchez
‘23
Jul 07, 2021

AMOR AND EXILE 

True Stories of Love Across America’s Borders 

--------------------------------------------------------------------------------

Nathaniel Hoffman, Nicole R. Salgado
Jun 11, 2021

BEHIND THE SEAMS 

Inside the Cornell Fashion + Textile Collection 

--------------------------------------------------------------------------------

Denise Nicole Green
May 13, 2021

THERMOMETERS, TIRAMISU, AND PAPERBACKS 

How Venetians Invented Everything 

--------------------------------------------------------------------------------

Meredith F. Small
May 12, 2021

FULL CIRCLE 

Reflection, Resolution, and Renewal 

--------------------------------------------------------------------------------

Julian Fisher, Pradeep Dalal, Santee Smith, Terry Plater
Apr 29, 2021

ZALAZNICK READING SERIES 

Poet and Memoirist Carolyn Forché 

--------------------------------------------------------------------------------

Carolyn Forché
Apr 28, 2021

COVERING COVID-19 

How Journalists Tackled the Biggest Science Story of Our Time 

--------------------------------------------------------------------------------

Apoorva Mandavilli, Faye Flam, Jason Beaubien, Jon Cohen
Apr 22, 2021

FLASHLIGHT 

A Reading by Susan Choi for the Barbara & David Zalaznick Reading Series 

--------------------------------------------------------------------------------

Susan Choi, MFA '95
Apr 21, 2021

VISUALIZING PERSPECTIVES 

How Street Art and Gallery Art Spark Dialogue 

--------------------------------------------------------------------------------

Crystal Clarity, Kadie Salfi
Apr 15, 2021

THE COMING AI REVOLUTION 

Policy, Politics, and Ethics 

--------------------------------------------------------------------------------

Baobao Zhang, Moderated by: Andrew Ross Sorkin '99, Sarah E. Kreps - Moderator,
Shaun Nichols
Apr 08, 2021

ZALAZNICK READING SERIES 

Poet, Writer, and Political Strategist Camonghne Felix 

--------------------------------------------------------------------------------

Camonghne Felix
Apr 08, 2021

EMBODIED NARRATIVES 

Engaging the Future of Immersive Content 

--------------------------------------------------------------------------------

Nonny de la Peña, Tapan Parikh, Anna Huff
Apr 08, 2021

FASHION IN TRANSIT 

A New Exhibition in the Cornell Fashion + Textile Collection and Johnson Museum
of Art 

--------------------------------------------------------------------------------

Christine McDonald, Denise Nicole Green, Joshua Johnson, Kat Roberts, Leah
Sweet, Mona Maher, Rick Geddes
Apr 01, 2021

CRITICAL REFUGEE STUDIES 

Militarism, Migration, and Memory Work 

--------------------------------------------------------------------------------

Cathy Schlund-Vials, Ma Vang, Yến Lê Espiritu
Apr 01, 2021

HOW TO TELL A JOKE 

Timeless Strategies for Winning the Room and Getting Ahead 

--------------------------------------------------------------------------------

Michael Fontaine
Apr 01, 2021

THE UNDOCUMENTED AMERICANS 

In Conversation With Author Karla Cornejo Villavicencio 

--------------------------------------------------------------------------------

Karla Cornejo Villavicencio, Jaclyn Kelley-Widmer
Mar 27, 2021

CARIBBEAN WOMEN’S WRITING 

Celebrating 30 Years of “Out of the Kumbla” 

--------------------------------------------------------------------------------

Carole Boyce Davies, Elaine Savory (Co-Host)
Mar 25, 2021

MANAGEMENT WRITING 

The Pursuit of Wow 

--------------------------------------------------------------------------------

Craig R. Snow
Mar 11, 2021

ZALAZNICK READING SERIES 

A Talk by Rita P. Davis 

--------------------------------------------------------------------------------

Rita P. Davis
Mar 05, 2021

PURSUING CITIZENSHIP IN THE ENFORCEMENT ERA 

A Discussion With Author Ming Hsu Chen 

--------------------------------------------------------------------------------

Ming Hsu Chen, Shannon Gleeson
Feb 26, 2021

REIMAGINING CITIZENSHIP 

A Book Launch Roundtable on Noah Tamarkin’s ‘Genetic Afterlives’ 

--------------------------------------------------------------------------------

Noah Tamarkin
Feb 25, 2021

THE RICHARD CLEAVELAND MEMORIAL READING 

Poet Valzhyna Mort and Author Nafissa Thompson-Spires 

--------------------------------------------------------------------------------

Nafissa Thompson-Spires, Valzhyna Mort
Feb 24, 2021

RACISM IN AMERICA EP.3 

Protest Movements and Civil Disobedience 

--------------------------------------------------------------------------------

Aziz Rana, Christine Balance, Ella Diaz, Katrease Stafford, Margaret Washington,
Noliwe Rooks, Russell Rickford
Feb 24, 2021

BLACK STYLE MATTERS 

Experiences of Black Professionals in the Fashion Industry 

--------------------------------------------------------------------------------

Constance C.R. White, Helen Aboah, Mikaila Brown, Shirae Ravenell
Feb 22, 2021

CROSS-CULTURAL COMMUNICATION 

How to Work With Anyone From Anywhere 

--------------------------------------------------------------------------------

Barbara E. Mink
Feb 19, 2021

HE SAID, SHE LISTENED 

Mansplaining, Gaslighting, and Epistemic Entitlement 

--------------------------------------------------------------------------------

Kate Manne
Feb 17, 2021

SOUNDING OUT ITHACA 

The Power of Local Listening 

--------------------------------------------------------------------------------

Annie Lewandowski, Bubba Crumrine, Mel Crumrine, Sammus (Enongo
Lumumba-Kasongo), Taimur Gibson
Jan 13, 2021

CUTTING ON THE BIAS 

Diversity and Inclusion Strategies for the Fashion Industry 

--------------------------------------------------------------------------------

Mikaila Brown
Nov 11, 2020

SONIC RESISTANCE 

Curating the Sound of Protest 

--------------------------------------------------------------------------------

Candice Hopkins, Josh Kun, Raven Chacon
Nov 10, 2020

ZALAZNICK READING SERIES IV 

At Home With Hortense Spillers and Alexis Pauline Gumbs 

--------------------------------------------------------------------------------

Alexis Pauline Gumbs, Hortense Spillers, Lyrae Van Clief-Stefanon
Oct 29, 2020

ZALAZNICK READING SERIES III 

At Home With Writer and Editor Wah-Ming Chang 

--------------------------------------------------------------------------------

Wah-Ming Chang ’06
Oct 21, 2020

SOCIAL JUSTICE ON AMERICA’S CAMPUSES 

Reflections on the Past and Leading in the Present 

--------------------------------------------------------------------------------

Dr. Ajay Nair, Stefan Bradley
Oct 15, 2020

ZALAZNICK READING SERIES II 

At Home With Writer and Activist M. Evelina Galang 

--------------------------------------------------------------------------------

M. Evelina Galang
Oct 15, 2020

CORNELL CELEBRATES TONI MORRISON 

A Teach-In on Her Legacy as a Writer and Scholar 

--------------------------------------------------------------------------------

Anne Adams, Carole Boyce Davies, Derrick Spires, Lyrae Van Clief-Stefanon, Riché
Richardson, Roger Gilbert, Shirley Samuels
Oct 07, 2020

PRISON ARTS 

Finding Joy and Sounding Out Futures 

--------------------------------------------------------------------------------

Jennifer Lynn Stoever, Larry Greene, Tara Betts
Sep 24, 2020

ZALAZNICK READING SERIES I 

At Home With Poet Michael Prior 

--------------------------------------------------------------------------------

Michael Prior '17 | Poet
Sep 16, 2020

RACISM IN AMERICA EP.1 

Policing and Incarceration 

--------------------------------------------------------------------------------

Anna Haskins, Joseph Margulies, Marc Lacey, Noliwe Rooks, Peter K. Enns, Sabrina
Karim
Sep 09, 2020

DEMOCRACY AND THE POWER OF YOUR VOTE 

 

--------------------------------------------------------------------------------

Charles Stewart III, Gilda R. Daniels
Feb 18, 2020

TIMELESS ODYSSEY 

What the Ancient Greek Epic Teaches Us About Modern Mentoring 

--------------------------------------------------------------------------------

Michael Fontaine
Oct 24, 2019

HOW TO MAKE A TOUGH CALL 

Classic Lessons in Decision Making From the Ancient World 

--------------------------------------------------------------------------------

Lindsey Brous Gitlin
May 29, 2019

CEREMONIAL SPEECHES 

How to Deliver a Memorable Message In Every Situation 

--------------------------------------------------------------------------------

Andrew Quagliata
Apr 03, 2019

WOMEN EMPOWERED 

Fashions from the Frontline 

--------------------------------------------------------------------------------

Denise Green
Mar 26, 2019

EXECUTIVE PRESENCE 

The Lifelong Process of Public Speaking 

--------------------------------------------------------------------------------

David Feldshuh
view more Arts and Humanities events
view fewer Arts and Humanities events


DIVERSITY, INCLUSION AND BELONGING

Jan 22, 2025   1:00pm EST

ONLINE RECRUITMENT FOR PEOPLE WITH DISABILITIES 

Tips for Employers 

--------------------------------------------------------------------------------

Susanne Bruyère
Nov 04, 2024

FAIR-CHANCE HIRING 

How HR Innovation Is Creating Job Pathways for Justice-Impacted People 

--------------------------------------------------------------------------------

Christine Lovely, Timothy McNutt, Matt Saleh, Jodi Anderson Jr.
Jul 10, 2024

NEURODIVERSITY AT WORK 

Inclusion Policies and Practices 

--------------------------------------------------------------------------------

Susanne Bruyère
Jun 07, 2024

HEROES AND HOTELIERS 

A History of Black-Owned Hotels 

--------------------------------------------------------------------------------

Calvin Stovall, MPS ‘93, Victor B. Younger
Jun 03, 2024

PERVERSE GRATITUDE FOR AN APARTHEID EDUCATION 

An Interview With Author Grant Farred 

--------------------------------------------------------------------------------

Grant Farred
Apr 25, 2024

MINDFULNESS MEDITATION 

Becoming Self-Aware and More Inclusive 

--------------------------------------------------------------------------------

Y. Connie Yuan
Apr 05, 2024

DEI, AFFIRMATIVE ACTION, AND A POLITICALLY POLARIZED WORKFORCE 

Where We Are, Where We’re Going, and What Employers Should Do 

--------------------------------------------------------------------------------

David Sherwyn, Holly Lawson, Paul Wagner
Feb 15, 2024

BLACK CINEMA 

Shaping Art, Culture, and the Future of Film 

--------------------------------------------------------------------------------

Dr. Samantha Sheppard
Feb 06, 2024

IMMIGRATION SLAVERY IN AMERICA 

A True Story of Forced Labor and Liberation 

--------------------------------------------------------------------------------

Saket Soni, Sarah Stillman, Stephen W. Yale-Loehr
Jan 22, 2024

STARTUP ADVICE FROM A TRANS CEO 

Entrepreneurial Success and Navigating Privilege and Power 

--------------------------------------------------------------------------------

Deborah Streeter, Natalie Egan
Jan 10, 2024

FATPHOBIA 

Our Bodies Are Not the Problem 

--------------------------------------------------------------------------------

Kate Manne
Nov 16, 2023

THE INTERSECTIONALITY OF ANTISEMITISM, ISLAMOPHOBIA, AND RACISM 

 

--------------------------------------------------------------------------------

Ross Brann
Oct 26, 2023

UNLOCKING EMPLOYMENT 

Opening Pathways to Economic Opportunity for People With Criminal Records 

--------------------------------------------------------------------------------

Timothy McNutt
Sep 20, 2023

THE SCIENCE OF INCLUSION 

Unlocking Potential in Your Organization 

--------------------------------------------------------------------------------

Melanie Ragin, Ph.D. - Host, Steve L. Robbins, Ph.D.
Jun 13, 2023

PRACTICING D&I 

Putting Actions to Words 

--------------------------------------------------------------------------------

Courtney L. McCluney
Jun 09, 2023

REDUCING BIAS IN HIRING 

Evidence-Based Strategies 

--------------------------------------------------------------------------------

Devon Proudfoot
Apr 14, 2023

DRIVING PROGRESS 

The Future of DE&I at Work 

--------------------------------------------------------------------------------

Alexander Colvin, Dana Moss
Apr 05, 2023

CAN YOU HEAR MY VOICE? 

The Impact of Marginalized Groups in the Talent Management Space 

--------------------------------------------------------------------------------

Debra Howell, Dr. Kenneth Clarke, Sr., Dr. Shaun J. Fletcher, Erin Sember-Chase,
Timothy McNutt
Mar 27, 2023

HARRIET TUBMAN 

National Memory and the Making of a Black Feminist Icon 

--------------------------------------------------------------------------------

Carole Boyce Davies, Janell Hobson
Mar 22, 2023

FIGHTING FOR DEMOCRACY AND THE PLANET 

Costa Rica’s Case 

--------------------------------------------------------------------------------

Carlos Alvarado Quesada, Michael Kotlikoff, Rachel Beatty Riedl, Mario Herrero
Feb 13, 2023

DERAILED BY DIVERSITY 

Racial Justice After Affirmative Action 

--------------------------------------------------------------------------------

Richard T. Ford, Sean Eversley Bradwell
Dec 13, 2022

CONSCIOUS FASHION 

Brands, Morals, and Money 

--------------------------------------------------------------------------------

Tasha Lewis
Dec 12, 2022

RESTORATIVE CHANGEMAKING FOR STUDENT SUPPORT SERVICES 

Perspectives for Higher Education 

--------------------------------------------------------------------------------

Dr. Léna Crain, Patience E. Whitworth, Ph.D., Vin J. Ciampolillo
Nov 30, 2022

EXAMINING RACIAL INEQUITIES IN FOOD INSECURITY 

The Role of Research 

--------------------------------------------------------------------------------

Angela Odoms-Young, Ph.D., Emily M. Engelhard, Rut Martinez-Alicea, Tom
Summerfelt, Ph.D.
Nov 21, 2022

RESTORATIVE JUSTICE PRACTICES 

Reflective Pedagogies and Faculty Partnerships for Academic Engagement 

--------------------------------------------------------------------------------

Jeremy A. Rinker, Ph.D., Katrina Nobles, Lauren Mauriello, Ph.D., Liz
Davis-Frost
Nov 03, 2022

DO BLACK LIVES MATTER IN BRAZIL? 

Political Mobilization and Black Feminist Protagonism 

--------------------------------------------------------------------------------

Angela Figueiredo, Ph.D.
Sep 30, 2022

THE NATIONAL ASSOCIATION FOR THE ADVANCEMENT OF COLORED PEOPLE (NAACP) 

Then, Now, and the Future 

--------------------------------------------------------------------------------

Eris Sims '99
Sep 28, 2022

THE BUSINESS ADVANTAGE OF DEI ACROSS INDUSTRIES 

Trends, Impacts, and Best Practices 

--------------------------------------------------------------------------------

Ashley Higgins ’06, Cliff A. Christophe, Esq. ’02, Jerry L. Goldman ‘72, Kate
Nadolny ‘06, Linda S. Kao ’85, Tobias Spruill ’05
Sep 16, 2022

THE COMING ENLIGHTENMENT 

The University Sector and Reparatory Justice for Slavery and Colonialism 

--------------------------------------------------------------------------------

Sir Hilary Beckles
May 03, 2022

FORGING LASTING PEACE 

Movements for Justice in a Pluralist World 

--------------------------------------------------------------------------------

Leymah Gbowee, Martha E. Pollack, Rachel Beatty Riedl, Chantal Thomas
Mar 08, 2022

CHANGE THROUGH STORYTELLING 

Allyship, Race, and Queerness 

--------------------------------------------------------------------------------

Glenn Magpantay
Feb 24, 2022

DIVERSITY, EQUITY, AND INCLUSION 

Redefining the Hospitality Industry of Tomorrow 

--------------------------------------------------------------------------------

Chekitan Dev, David Gordon, James Pogue
Dec 07, 2021

TWENTY YEARS OF WAR 

Coalitions of War and Anti-War 

--------------------------------------------------------------------------------

Anand Gopal, Judith LeBlanc, Lyle Jeremy Rubin, Samar Al-Bulushi, Tejasvi
Nagaraja
Nov 30, 2021

TWENTY YEARS OF WAR 

The Global War on Terror, Security Statecraft, and Racial Justice 

--------------------------------------------------------------------------------

Adam Hanieh, Ph.D., Rachel Herzing, Richard Seymour, Rozina Ali, Tejasvi
Nagaraja
Sep 24, 2021

DIVERSITY IN DIGITAL CURRENCY 

Fintech’s Opportunities, Pitfalls, Next Steps 

--------------------------------------------------------------------------------

Andrew Karolyi, Dante Disparte, Susan Joseph
Sep 16, 2021

TRANS-GENERATIONAL 

A Dialogue on the Evolving Meanings of Gender and Sexuality 

--------------------------------------------------------------------------------

Biddy Martin, Ph.D., Ezra Young ‘09, Naiara Bezerra-Gastesi ‘21, Ximena Sanchez
‘23
Sep 09, 2021

SUMMIT ON ENTREPRENEURSHIP AND EQUITY, SUSTAINABILITY AND SOCIAL JUSTICE 

September 9-10, 2021 

--------------------------------------------------------------------------------

Adam Boyko, Alex Ruiz, Anu Rangarajan, Chris Hemmeter ’86, P '22, Dr. Gail P.
Myers, Earl Martin Phalen, Elizabeth (Liz) Ngonzi, '98, Hindatu Mohammad, DVM,
James Malcolm Ross, Jean-Yin Tan, DVM, DACVIM-LAIM, Joseph M. Yracheta, Juan
Guzman, Konda Mason, Olivia Watkins, Ted Teng
Aug 12, 2021

DISSECTING DISCRIMINATION 

The Living Legacy of Migration, Race, and Politics 

--------------------------------------------------------------------------------

Gerard Aching, Michael Kotlikoff, Shannon Gleeson, Stephen Yale-Loehr, Wendy
Wolford
Aug 06, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

Expanding Financial Assets and Real Estate Access 

--------------------------------------------------------------------------------

Daniel Moritz ‘03, Linda Barrington, Natalie Williams, Dyson ‘86, Scott Yonker
Jun 23, 2021

NEGOTIATING POLICE REFORM 

What’s at Stake and Where Do We Stand? 

--------------------------------------------------------------------------------

Colin Dorrity, Cynthia Herriott-Sullivan, Dan McCray, Fred Brewington, Esq
Jun 09, 2021

A BRIGHTER FUTURE 

Climate Tech Innovation Fueled by Diverse Founders 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Crystal Callahan, Elisa Miller-Out, Emily Urban, Ph.D '24,
Erica Iannotti, MBA '19, SaLisa Berrien
Jun 07, 2021

CONTEXTUALIZING INEQUITY 

A Discussion of Health Equity and the Social Determinants of Health 

--------------------------------------------------------------------------------

Christopher J. Gonzalez, M.D., MSCE, Laura C. Pinheiro, Ph.D., MPH
May 19, 2021

BIAS IN STEM 

History and Key Learnings 

--------------------------------------------------------------------------------

Corrie Moreau
May 12, 2021

FULL CIRCLE 

Reflection, Resolution, and Renewal 

--------------------------------------------------------------------------------

Julian Fisher, Pradeep Dalal, Santee Smith, Terry Plater
Apr 28, 2021

TURNING AWARENESS INTO ACTION 

Reduction of Bias, Prejudice, and Racism 

--------------------------------------------------------------------------------

Dana E. Crawford, Ph.D.
Apr 27, 2021

RACISM IN AMERICA 

The Economy 

--------------------------------------------------------------------------------

Erica Groshen, Lawrence Glickman, Riché Richardson, Tejasvi Nagaraja, Tracy Jan
Apr 27, 2021

DRIVING DEI SYSTEMIC CHANGE 

A Conversation With Magda Yrizarry ’84, MRP ‘03 

--------------------------------------------------------------------------------

Angela Winfield, J.D., Magda Yrizarry ’84, MRP ‘03
Apr 15, 2021

THE NEXT FRONTIER FOR BUSINESS 

Social Justice and Sustainability 

--------------------------------------------------------------------------------

Glen Dowell, Kamillah Knight, Kandi White
Apr 12, 2021

CHANGING THE WORLD 

Making a Positive Impact Through Social Entrepreneurship 

--------------------------------------------------------------------------------

Anke Wessels, Marina Kim, Scot Tatelman
Apr 09, 2021

ACHIEVING EQUITY 

The Power of Community Organizing and Small Business Revitalization 

--------------------------------------------------------------------------------

Gladys Brangnam, Lourdes Zapata, Purnima Mohan
Apr 09, 2021

UNWALLING CITIZENSHIP 

Building Solidarity, Not Walls 

--------------------------------------------------------------------------------

Fonna Forman, Jessica Levin Martinez (Moderator), Patchen Markell (Moderator),
Teddy Cruz
Apr 01, 2021

CRITICAL REFUGEE STUDIES 

Militarism, Migration, and Memory Work 

--------------------------------------------------------------------------------

Cathy Schlund-Vials, Ma Vang, Yến Lê Espiritu
Apr 01, 2021

THE UNDOCUMENTED AMERICANS 

In Conversation With Author Karla Cornejo Villavicencio 

--------------------------------------------------------------------------------

Karla Cornejo Villavicencio, Jaclyn Kelley-Widmer
Mar 31, 2021

CITIES AND SUBURBS 

How Housing Affects Our Communities 

--------------------------------------------------------------------------------

Boris Santos, Suzanne Lanyi Charles, Willow S. Lung-Amam
Mar 29, 2021

RACISM IN AMERICA 

Health 

--------------------------------------------------------------------------------

Akilah Johnson, Jamila Michener, Jerel Ezell, Neil Lewis, Jr., Susana Rita
Morales, M.D.
Mar 17, 2021

CLIMATE (IN)JUSTICE 

The Quest for Equity in a Changing Climate 

--------------------------------------------------------------------------------

Benjamin Houlton, Tamara Toles O’Laughlin, Linda Shi
Mar 12, 2021

DEAN'S DISTINGUISHED LECTURE SERIES 

Evan Frazier '92 on Building Diverse Leadership 

--------------------------------------------------------------------------------

Evan Frazier, BS ‘92
Mar 05, 2021

PURSUING CITIZENSHIP IN THE ENFORCEMENT ERA 

A Discussion With Author Ming Hsu Chen 

--------------------------------------------------------------------------------

Ming Hsu Chen, Shannon Gleeson
Feb 26, 2021

REIMAGINING CITIZENSHIP 

A Book Launch Roundtable on Noah Tamarkin’s ‘Genetic Afterlives’ 

--------------------------------------------------------------------------------

Noah Tamarkin
Feb 25, 2021

OWNERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Andy Ingraham, Crystal V. Thomas '08, Victor B. Younger, Warren Thompson
Feb 24, 2021

RACISM IN AMERICA EP.3 

Protest Movements and Civil Disobedience 

--------------------------------------------------------------------------------

Aziz Rana, Christine Balance, Ella Diaz, Katrease Stafford, Margaret Washington,
Noliwe Rooks, Russell Rickford
Feb 24, 2021

BLACK STYLE MATTERS 

Experiences of Black Professionals in the Fashion Industry 

--------------------------------------------------------------------------------

Constance C.R. White, Helen Aboah, Mikaila Brown, Shirae Ravenell
Feb 19, 2021

HE SAID, SHE LISTENED 

Mansplaining, Gaslighting, and Epistemic Entitlement 

--------------------------------------------------------------------------------

Kate Manne
Feb 18, 2021

LEADERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Eris Sims '99, Gracelyn Goodridge, Kate Walsh, Rafael Bitanga, Vikas Reddy
Feb 17, 2021

SOUNDING OUT ITHACA 

The Power of Local Listening 

--------------------------------------------------------------------------------

Annie Lewandowski, Bubba Crumrine, Mel Crumrine, Sammus (Enongo
Lumumba-Kasongo), Taimur Gibson
Feb 11, 2021

THE DIVERSE CULINARY FAMILY 

Representation, Identity, and Inclusivity 

--------------------------------------------------------------------------------

Alex Askew, Douglass Miller, Lenise Lee-Streeter, Njathi Kabui, Ron Duprat
Jan 13, 2021

CUTTING ON THE BIAS 

Diversity and Inclusion Strategies for the Fashion Industry 

--------------------------------------------------------------------------------

Mikaila Brown
Dec 15, 2020

CODESWITCHING 

Navigating the Dynamics of Workplace Norms 

--------------------------------------------------------------------------------

Courtney L. McCluney, Deborah Streeter
Dec 04, 2020

ENERGY JUSTICE 

Exploring an Equitable Green Transition 

--------------------------------------------------------------------------------

Omar Blayton, Raya Salter, Richard Stedman
Nov 24, 2020

BLACK ENTREPRENEURSHIP 

Overcoming Adversity and Staying Focused 

--------------------------------------------------------------------------------

Hakim Weatherspoon, Marquita M. Qualls, Ph.D., Shila Nieves Burney, Titus
Calloway
Nov 19, 2020

RACISM IN AMERICA EP.2 

Education and Housing 

--------------------------------------------------------------------------------

Adam Harris, Daniel Lichter, Kendra Bischoff, Noliwe Rooks, Sergio Garcia-Rios
Nov 11, 2020

SONIC RESISTANCE 

Curating the Sound of Protest 

--------------------------------------------------------------------------------

Candice Hopkins, Josh Kun, Raven Chacon
Oct 21, 2020

SOCIAL JUSTICE ON AMERICA’S CAMPUSES 

Reflections on the Past and Leading in the Present 

--------------------------------------------------------------------------------

Dr. Ajay Nair, Stefan Bradley
Oct 05, 2020

AMERICAN SEGREGATION 

Suburban Sprawl and the Racial Divide 

--------------------------------------------------------------------------------

Matthew Hall, Reginald White
Sep 30, 2020

CRIMINAL (IN)JUSTICE 

How Mass Incarceration Disrupts Families and Communities 

--------------------------------------------------------------------------------

Anna Haskins, Chris Uggen, Joseph Jones, Kim Dent
Sep 24, 2020

OUR BROKEN IMMIGRATION SYSTEM 

and How to Fix It 

--------------------------------------------------------------------------------

Stephen Yale-Loehr
Sep 16, 2020

RACISM IN AMERICA EP.1 

Policing and Incarceration 

--------------------------------------------------------------------------------

Anna Haskins, Joseph Margulies, Marc Lacey, Noliwe Rooks, Peter K. Enns, Sabrina
Karim
Aug 27, 2020

BUILDING INCLUSIVE CULTURES 

How Bold Leadership Drives Sustainable Change 

--------------------------------------------------------------------------------

Angela Hwang, Elizabeth Mannix
Jul 10, 2020

A MOVEMENT, NOT A MOMENT 

Addressing Systemic Racism and Building Inclusive Organizations 

--------------------------------------------------------------------------------

Riché Richardson, Tony Byers, Verónica Martínez-Matsuda
Jul 08, 2020

RACIAL EQUITY IN HIGHER EDUCATION 

Turning Student Activism Into Real Change 

--------------------------------------------------------------------------------

Dr. Vijay Pendakur
Jun 24, 2020

ANTI-BLACKNESS, RACIAL EQUITY, AND HIGHER EDUCATION 

A Call for Change 

--------------------------------------------------------------------------------

Angela Winfield, J.D., Dr. Avery August, Dr. Vijay Pendakur, Victoria White
Jun 18, 2020

CITIZENSHIP AND HUMAN RIGHTS IN INDIA 

How Vulnerable Groups Are Being Marginalized 

--------------------------------------------------------------------------------

Olivia Rosen, Prachee Sawant, Sital Kalantry, Sumridhi Kaur
Apr 03, 2019

WOMEN EMPOWERED 

Fashions from the Frontline 

--------------------------------------------------------------------------------

Denise Green
Nov 09, 2018

CAREERS, FAMILY, AND GENDER 

Managing Effectively in Today’s Shifting Workplace 

--------------------------------------------------------------------------------

Pam Tolbert
view more Diversity, Inclusion and Belonging events
view fewer Diversity, Inclusion and Belonging events


FOOD AND WINE

Dec 03, 2024   2:00pm EST

SUSTAINABLE FOOD PACKAGING AND PRODUCTION 

Issues and Impacts 

--------------------------------------------------------------------------------

Chang Chen, Hanyu Chen
Aug 22, 2024

GET YOUR DRINKS MENU DIALED! 

Experimental Cocktails and Surefire Crowd-Pleasers 

--------------------------------------------------------------------------------

Cheryl Stanley, Douglass Miller
Aug 20, 2024

A FEAST FOR THE SENSES 

The Science of Flavor Perception 

--------------------------------------------------------------------------------

Christopher Loss
Jun 01, 2023

DISCOVERING LESSER-KNOWN, SECRETLY STUNNING WINES 

Wine Club Episode 3 

--------------------------------------------------------------------------------

Cheryl Stanley
May 05, 2023

APPELLATIONS, DESIGNATIONS, GEOGRAPHICAL INDICATIONS, AND NEW WINE LAWS 

Wine Club Episode 2 

--------------------------------------------------------------------------------

Cheryl Stanley
Apr 28, 2023

DEMYSTIFYING FUNKY, TRENDY NATURAL WINES 

Wine Club Episode 1 

--------------------------------------------------------------------------------

Cheryl Stanley
Apr 27, 2023

OUR CHANGING MENU 

Using the Power of Food to Tackle Climate Change 

--------------------------------------------------------------------------------

Michael Hoffmann
Dec 08, 2022

EXPANDING THE FOOD AND AG ECOSYSTEM 

Meet the Grow-NY 2022 Winners 

--------------------------------------------------------------------------------

Jen Nguyen, Jenn Smith, Jenny Lemieux, Mattie Mead
Oct 27, 2022

THE PERFECT MATCH 

Pairing Beer With Food 

--------------------------------------------------------------------------------

Ari Sanders, Douglass Miller, Michael Wille
Sep 12, 2022

SCALING YOUR INNOVATIVE FOOD STARTUP 

Trends and Lessons in Consumer Packaged Goods 

--------------------------------------------------------------------------------

Jason Mercer, Jenn Smith, Jessica Kwong, Marlene Sidhu, Maureen Ballatori
Jun 08, 2022

PRECISION VITICULTURE 

Digital Agriculture Solutions 

--------------------------------------------------------------------------------

Justine Vanden Heuvel, Terry Bates
Jun 02, 2022

DEVELOPING FOOD PRODUCTS 

Feasibility, Safety Regulations, and Scaling 

--------------------------------------------------------------------------------

Ann Charles Vegdahl, Bruno Meireles Xavier, Cynthia S. James, Olga I.
Padilla-Zakour
May 17, 2022

DEJA VU ALL OVER AGAIN 

Lodging Lessons for Restaurant Distribution 

--------------------------------------------------------------------------------

Bill Carroll, Sheryl Kimes, Ashwin Kamlani
Apr 23, 2022

BETTER BUSINESSES FOR BETTER JOBS 

 

--------------------------------------------------------------------------------

Jessamyn Waldman Rodriguez, Tashlin Lakhani
Apr 20, 2022

FUTURE FARMING 

The Promise of Regenerative Agriculture 

--------------------------------------------------------------------------------

Alan Martinez, Ashok Kumar, Meghan Hauser '92, Scott Day
Mar 02, 2022

TERROIR OR TECHNIQUE 

Beer's Regional Identity 

--------------------------------------------------------------------------------

Kaylyn Kirkpatrick
Jan 28, 2022

SCIENCE AND SENSE 

A Spirited Discussion on Minerality in Wine 

--------------------------------------------------------------------------------

Anna Katharine Mansfield, Annemarie Morse '10, Thomas Pastuszak ‘06
Dec 09, 2021

INNOVATORS IN FOOD AND AGRICULTURE 

Meet the 2021 Grow-NY Competition Winners 

--------------------------------------------------------------------------------

Jamie Sonneville, Jay Farmer, Jenn Smith, Trish Thomas
Oct 22, 2021

THE FUTURE 

How Restaurants Can Master the Distribution Dilemma 

--------------------------------------------------------------------------------

Sheryl Kimes, Noah Glass, Adrien Desbaillets, Jianggan Li
Oct 20, 2021

SERVING SUSTAINABILITY 

Boost Your Plant-Based Cuisine Confidence 

--------------------------------------------------------------------------------

Dr. David Fechner, Heather Kolakowski, Katie Cantrell, Meredith Marin
Aug 31, 2021

HERE TO STAY 

COVID-19 Responses Transform Hospitality and Restaurant Operations 

--------------------------------------------------------------------------------

Benjamin Berg, MMH ’05, Cheryl Stanley, Chrissy Gamble ’01, Clare Rock, M.D.,
Jonathan Zenilman ’77, M.D.
Aug 17, 2021

BEYOND THE LABEL 

Starting and Expanding Your Wine Journey 

--------------------------------------------------------------------------------

Cheryl Stanley
Jul 23, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

21st Century Propulsion of Emerging Markets and Innovative Supply Chains 

--------------------------------------------------------------------------------

Jinhua Zhao, Ph.D., Lourdes Casanova, Pablo Borquez Schwarzbeck, MBA ‘15
Jul 14, 2021

BOTTOMS UP 

Generating Income With New Beverage Programs 

--------------------------------------------------------------------------------

Cheryl Stanley, Diego Sosa, Erica Brandler, Jerry McCall
Jun 24, 2021

BREWING A BETTER WAY 

The Next Chapter in Beer Service 

--------------------------------------------------------------------------------

Anne Marisic, Ari Sanders, Douglass Miller, Sarah Jane Curran
Jun 08, 2021

THE CHOICE 

Industry Leaders Envision the Future of F&B 

--------------------------------------------------------------------------------

Daniella Senior, Elizabeth Tilton, Lilly Jan
May 25, 2021

YOUR RESTAURANT'S DIGITAL FRONT DOOR 

Leveraging Digital Marketing for Success 

--------------------------------------------------------------------------------

Allison Page, Amy Woolen, Asís Martínez-Jerez, Jillian Ressler
Apr 23, 2021

THE BUSINESS OF FOOD 

Supply Chain Disruption and Innovation 

--------------------------------------------------------------------------------

Susan Guerin ‘83 (SHA), Ed McLaughlin, Jim Prevor ’83 (A&S), P’24 (SHA), Todd
Schnuck, MBA ‘83, Mike Thompson ’77 (Dyson)
Apr 14, 2021

INNOVATING FOR FOOD AND AGRICULTURE 

Resilience in the Age of Climate Change 

--------------------------------------------------------------------------------

Henry Gordon-Smith, Neil Mattson, Paul Sellew, Shireen Santosham
Mar 23, 2021

POST-2020 FOOD AND BEVERAGE 

Rebuilding an Embattled Industry 

--------------------------------------------------------------------------------

Devita Davison, Irene Li ’15, Jonathan Geffrard, Lilly Jan
Mar 12, 2021

UNWRAPPING FOOD WASTE 

Innovative Packaging Solutions 

--------------------------------------------------------------------------------

Julie M. Goddard, Ph.D., Kai Robertson, Paola Appendini, Ph.D., Toby Thomas
Mar 10, 2021

THE INDUSTRY’S VISION OF TOMORROW’S HOSPITALITY 

 

--------------------------------------------------------------------------------

Marie Ozanne, Michele Sarkisian, Randy Garutti ’97, Ron Swidler
Feb 11, 2021

THE DIVERSE CULINARY FAMILY 

Representation, Identity, and Inclusivity 

--------------------------------------------------------------------------------

Alex Askew, Douglass Miller, Lenise Lee-Streeter, Njathi Kabui, Ron Duprat
Feb 02, 2021

REFRAMING AND INNOVATING THROUGH THE PANDEMIC 

The Story of the Canlis Brothers 

--------------------------------------------------------------------------------

Bill McAleer ’73, MBA ’75, Brian Canlis ’01, Kate Walsh, Mark Canlis ’97
Dec 08, 2020

INNOVATORS IN FOOD AND AGRICULTURE 

Meet the Top Startups From the Grow-NY Competition 

--------------------------------------------------------------------------------

Jenn Smith, Ted Eveleth, Toby Thomas, Yael Alter
Dec 08, 2020

REOPENING RESTAURANTS AFTER COVID-19 

Lessons From Asia 

--------------------------------------------------------------------------------

Ivan Brehm, Lilly Jan, Travis Masiero
Nov 16, 2020

FROM CORNELL AGRITECH TO YOUR TABLE 

How Do You Like Them Apples? 

--------------------------------------------------------------------------------

Susan Brown
Oct 05, 2020

THE HEALTH TRUST FACTOR 

Embracing Healthcare Principles in Hospitality 

--------------------------------------------------------------------------------

Dr. Joshua Newman, Linda Canina, Rachel Dabrowa, Scott Taber, Taimur Khan
May 28, 2020

THE NEW NORM FOR BREWERIES 

Safety, Quality, and Fresh Opportunities 

--------------------------------------------------------------------------------

Douglass Miller, Kaylyn Kirkpatrick
May 12, 2020

MANAGING RESTAURANTS IN THE TIME OF CORONAVIRUS 

A Look at Emerging Best Practices 

--------------------------------------------------------------------------------

Christopher Gaulke, Lindsey Brous Gitlin, Michael Cortelletti, Michelle Ho
May 06, 2020

BACK ON TAP 

Strategizing the Reopening of Your Taproom or Brewpub 

--------------------------------------------------------------------------------

Adam Dulye, Douglass Miller, Gavin Fine, Julia Herz, Mike Hirschler '99
Apr 22, 2020

BRAND BUILDING 

Cutting Through the Noise in an Age of Extreme Choice 

--------------------------------------------------------------------------------

Chekitan Dev, Patti Mandel
Apr 16, 2020

THE TRAVEL INDUSTRY’S ROAD TO RECOVERY 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Jamie Lane, Mark Lomanno, Mark Woodworth
Apr 16, 2020

WHAT’S NEXT FOR NYC RESTAURANTS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Alan Rosen, Alex Susskind, Chris Mellon, Mark Maynard
Apr 03, 2020

THE RESTAURANT BUSINESS IN CRISIS 

Coping with Restaurant Slowdowns, Expense Management, and the Road Ahead 

--------------------------------------------------------------------------------

Alex Susskind, James Park, Jeff Chandler, Jose Dueñas
Mar 30, 2020

COVID-19 AND THE HOSPITALITY INDUSTRY 

Priorities and Action Steps for Human Resources 

--------------------------------------------------------------------------------

Bruce Tracey, Leslie Ferrier, Nigel Beck, Robert Mellwig
Feb 04, 2019

SATISFY CONSUMERS’ THIRST 

Designing a Beer Program that Excites 

--------------------------------------------------------------------------------

Douglass Miller
Jan 14, 2019

HEDONIC LEARNING 

Wine Appreciation and Consumer Behaviors 

--------------------------------------------------------------------------------

Kathy LaTour
May 21, 2018

MAKING THE MEDITERRANEAN DIET WORK FOR YOU 

Exploring the Mediterranean Diet Pyramid 

--------------------------------------------------------------------------------

Amy Riolo
Jan 11, 2018

A PERFECT PAIRING 

Wines to Enhance Your Guest Experience and Bottom Line 

--------------------------------------------------------------------------------

Cheryl Stanley
view more Food and Wine events
view fewer Food and Wine events


HR AND THE WORKPLACE

Jan 22, 2025   1:00pm EST

ONLINE RECRUITMENT FOR PEOPLE WITH DISABILITIES 

Tips for Employers 

--------------------------------------------------------------------------------

Susanne Bruyère
Nov 04, 2024

FAIR-CHANCE HIRING 

How HR Innovation Is Creating Job Pathways for Justice-Impacted People 

--------------------------------------------------------------------------------

Christine Lovely, Timothy McNutt, Matt Saleh, Jodi Anderson Jr.
Oct 09, 2024

COMPANY VALUES 

Aligning Policies With Principles in the Workplace 

--------------------------------------------------------------------------------

Richard John
Jul 24, 2024

MISMANAGING HYBRID TEAMS 

Top Five Opportunities for Improvement 

--------------------------------------------------------------------------------

Brad Bell
Jul 10, 2024

NEURODIVERSITY AT WORK 

Inclusion Policies and Practices 

--------------------------------------------------------------------------------

Susanne Bruyère
Apr 23, 2024

WALKING THE TALK 

Intentions vs. Outcomes in HR Policy 

--------------------------------------------------------------------------------

Rebecca Kehoe
Apr 05, 2024

DEI, AFFIRMATIVE ACTION, AND A POLITICALLY POLARIZED WORKFORCE 

Where We Are, Where We’re Going, and What Employers Should Do 

--------------------------------------------------------------------------------

David Sherwyn, Holly Lawson, Paul Wagner
Apr 02, 2024

MAKE YOUR SHORTLIST LONGER 

An Actionable and Equitable Hiring Strategy 

--------------------------------------------------------------------------------

Brian Lucas
Feb 29, 2024

FIVE ESSENTIAL TIPS FOR INTERVIEWERS 

Connecting With Candidates and Making Smart Hiring Decisions 

--------------------------------------------------------------------------------

JR Keller
Jan 16, 2024

WORKER MILITANCY 

Healthcare Conflicts and Possible Solutions 

--------------------------------------------------------------------------------

Ariel Avgar, Deanna W. Dudley, John August, Rob Baril
Dec 14, 2023

RELIGIOUS AND DISABILITY ACCOMMODATIONS POST-GROFF 

Same Words, Different Meanings / New Court, Different Leanings 

--------------------------------------------------------------------------------

David Sherwyn, Ilene Weisbard Berman ’86
Nov 27, 2023

WORKER MILITANCY 

Outcomes of the UAW Strike 

--------------------------------------------------------------------------------

Arthur Wheaton, Cathy Creighton ’87, Harry Katz, Jamie LaReau
Nov 03, 2023

WORKER MILITANCY 

The Implications of the Writers Guild Victory 

--------------------------------------------------------------------------------

Adam Seth Litwin, Ellen Stutzman ‘04, Harry Katz
Oct 26, 2023

UNLOCKING EMPLOYMENT 

Opening Pathways to Economic Opportunity for People With Criminal Records 

--------------------------------------------------------------------------------

Timothy McNutt
Oct 20, 2023

NAVIGATING THE TALENT DISRUPTION 

Leveraging AI to Operate the Hotel of the Future 

--------------------------------------------------------------------------------

Alexander Mirza, David Sherwyn
Oct 05, 2023

INTERNAL TALENT MOBILITY 

Posting, Slotting, and Hoarding 

--------------------------------------------------------------------------------

Angela Cheng-Cimini ‘92, JR Keller
Sep 07, 2023

AI AND THE FUTURE OF WORK 

AI is Accelerating Workplace Shifts 

--------------------------------------------------------------------------------

Alexander Colvin, Nickle LaMoreaux
Aug 29, 2023

WORK FROM WHEREVER 

Flip the Script on Your Career and Build Lasting Connections at Work 

--------------------------------------------------------------------------------

Nick Fabrizio
Jul 10, 2023

DEFINING WELLNESS FOR EMPLOYEES 

Inspiring Perspectives 

--------------------------------------------------------------------------------

Beth McKinney
Jun 09, 2023

REDUCING BIAS IN HIRING 

Evidence-Based Strategies 

--------------------------------------------------------------------------------

Devon Proudfoot
Jun 08, 2023

SHARED VISION 

Unifying a Multigenerational Workforce 

--------------------------------------------------------------------------------

Nick Fabrizio
Jun 05, 2023

GAME ON 

Engaging Employees Through Gamification 

--------------------------------------------------------------------------------

Robert Bloomfield
May 26, 2023

RESTORATIVE PRACTICES AND THE TITLE IX PROCESS 

Successes and Challenges 

--------------------------------------------------------------------------------

Dr. Amy Miele, Dr. Julie Shackford-Bradley, Perdita Das-Humphrey
Apr 21, 2023

ANALYZING HR IN HOSPITALITY 

How Would Your Employees Rate You? 

--------------------------------------------------------------------------------

Amanda Nyguen, Elizabeth (Liz) Ngonzi, '98, Rob Thorpe, Steven Schuller ‘91,
Vaibhav Garg
Apr 05, 2023

CAN YOU HEAR MY VOICE? 

The Impact of Marginalized Groups in the Talent Management Space 

--------------------------------------------------------------------------------

Debra Howell, Dr. Kenneth Clarke, Sr., Dr. Shaun J. Fletcher, Erin Sember-Chase,
Timothy McNutt
Mar 29, 2023

NEW DEVELOPMENTS IN THE POST-PANDEMIC WORKPLACE 

Noncompetes, Sexual Harassment, Worker Privacy, and Remote Work 

--------------------------------------------------------------------------------

Stewart J. Schwab
Mar 08, 2023

THE NEXT 100 YEARS 

Hospitality Workforce of Tomorrow 

--------------------------------------------------------------------------------

Bruce Tracey, J.D. Barnes, Katherine Grass, Tashlin Lakhani, Vincent Slaugh
Jan 12, 2023

VULNERABILITY ANALYSIS 

Preventing the Next Crisis in Your Workplace 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Jan 11, 2023

BUILDING A CLEAN ENERGY ECONOMY 

The Inflation Reduction Act and Workforce Development 

--------------------------------------------------------------------------------

Betony Jones, Dawn Euer, Kathleen Culhane, Leonard Aguilar, Teresa Acuña, Zach
Cunningham
Dec 12, 2022

RESTORATIVE CHANGEMAKING FOR STUDENT SUPPORT SERVICES 

Perspectives for Higher Education 

--------------------------------------------------------------------------------

Dr. Léna Crain, Patience E. Whitworth, Ph.D., Vin J. Ciampolillo
Nov 21, 2022

RESTORATIVE JUSTICE PRACTICES 

Reflective Pedagogies and Faculty Partnerships for Academic Engagement 

--------------------------------------------------------------------------------

Jeremy A. Rinker, Ph.D., Katrina Nobles, Lauren Mauriello, Ph.D., Liz
Davis-Frost
Nov 01, 2022

LEADING OFF THE FIELD 

Labor/Management Dynamics in the NFL 

--------------------------------------------------------------------------------

Harry Katz, JC Tretter ’13
Oct 11, 2022

ELECTRIFYING THE AUTO INDUSTRY BY 2030 

The Future of American Car Building 

--------------------------------------------------------------------------------

Arthur Wheaton, Ian Greer, Virginia Doellgast
Sep 27, 2022

CRISIS MANAGEMENT 

Thinking About the Unthinkable 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Apr 13, 2022

LEADING LABOR 

Women in Employment Management Relations 

--------------------------------------------------------------------------------

Mary G. Opperman, Nicole Buffalano, Randi Weingarten, Samantha Dulaney
Feb 08, 2022

ACTIVIST-SCHOLARS 

Balancing Labor Action and Academia 

--------------------------------------------------------------------------------

Kate L. Griffith, J.D., Tamara L. Lee, Ph.D, J.D., Naomi R Williams, Ph.D.,
Phela Townsend, Maite Tapia, Ph.D., Sheri Davis, Ph.D.
Nov 03, 2021

WOMEN LEADERS IN LABOR LAW 

Guiding the National Labor Relations Board 

--------------------------------------------------------------------------------

Gwynne Wilcox, Lauren McFerran, Jennifer Abruzzo, Alexander Colvin, Donica
Thomas Varner, moderator
Sep 29, 2021

NAVIGATING NEW WORK-LIFE REALITIES 

 

--------------------------------------------------------------------------------

Alexander Colvin, Carla Grant Pickens, Vanessa Bohns
Jul 20, 2021

HOSPITALITY HIRING CRISIS 

Legal Concerns Facing Employers 

--------------------------------------------------------------------------------

David Sherwyn, Ilene Weisbard Berman ’86, Zev Eigen, BS ’96, JD ‘99
Jun 17, 2021

MORE NEUTRALS ARE BETTER THAN ONE 

A Progressive Approach to Alternative Dispute Resolution 

--------------------------------------------------------------------------------

Barry J. Peek, Esq., Julie A. Torrey, Esq., Martin Scheinman, Timothy S. Taylor,
Esq.
Jun 16, 2021

LABOR'S BIG MOMENT? 

Insights from Journalists 

--------------------------------------------------------------------------------

Alexander Colvin, Eleanor Mueller, Lauren Kaori Gurley, Noam Scheiber, Paige
Smith
Jun 01, 2021

A CAPTIVATED AUDIENCE 

How Professional Visualization Tools Can Make Your Data Shine 

--------------------------------------------------------------------------------

David Gold
May 12, 2021

COMMUNICATION WITH IMPACT 

Managing Audience Perception in Unscripted Live and Virtual Interactions 

--------------------------------------------------------------------------------

Maria Wolfe
May 10, 2021

THE PRO ACT 

Upending the Labor Landscape 

--------------------------------------------------------------------------------

Alexander Colvin, Cathy Creighton ’87, Tom Perez
May 04, 2021

REQUIRING THE COVID-19 VACCINE 

Implications for Businesses 

--------------------------------------------------------------------------------

Abigail Charpentier ‘95, Christine L. Hogan, David Ritter, David Sherwyn, John
A. Boardman
Apr 27, 2021

DRIVING DEI SYSTEMIC CHANGE 

A Conversation With Magda Yrizarry ’84, MRP ‘03 

--------------------------------------------------------------------------------

Angela Winfield, J.D., Magda Yrizarry ’84, MRP ‘03
Apr 08, 2021

HIGH-IMPACT PITCHES AND PRESENTATIONS 

Speaking With Confidence and Authenticity 

--------------------------------------------------------------------------------

Casey Carpenter
Apr 07, 2021

BEING PRESENT 

Giving Talks That Highlight Authentic Expertise 

--------------------------------------------------------------------------------

Traci Nathans-Kelly
Apr 07, 2021

PROFESSIONAL SPORTS SIDELINED 

Pivoting Through Crisis 

--------------------------------------------------------------------------------

Gary Bettman, BS ’74, Harry Katz, Jacqueline Davidson, JD ’05, JC Tretter ’13,
Jeffrey Mishkin, JD ’72
Apr 01, 2021

HOW TO TELL A JOKE 

Timeless Strategies for Winning the Room and Getting Ahead 

--------------------------------------------------------------------------------

Michael Fontaine
Mar 25, 2021

UNIONIZATION IN BIG TECH: WHY NOW? 

The Future of Work: Labor in America 

--------------------------------------------------------------------------------

Alexander Colvin, Chewy Shaw, Jessica García
Mar 16, 2021

COVID-19’S EFFECT ON HR 

Hospitality’s Response to the ‘New Normal’ 

--------------------------------------------------------------------------------

Bruce Tracey, Joy Rothschild, Nikki Massey, Robert Mellwig
Mar 09, 2021

PRE-DISPUTE MANDATORY ARBITRATION 

A Model for Settling Disputes in a Positive Manner or a Forced Denial of
Employee Rights? 

--------------------------------------------------------------------------------

Alexander Colvin, David Sherwyn, Harry Katz
Feb 23, 2021

COVID-19 AND OTHER WORKPLACE SAFETY ISSUES 

Lessons From the Hospitality and Utility Sectors 

--------------------------------------------------------------------------------

Dan McCray, Dianne R. LaRocca, Harry Katz, Richard Maroko
Feb 09, 2021

THE BIDEN NLRB 

Bipartisan Perspectives 

--------------------------------------------------------------------------------

David Sherwyn, Harry Johnson III, Harry Katz, Wilma Liebman
Feb 02, 2021

REFRAMING AND INNOVATING THROUGH THE PANDEMIC 

The Story of the Canlis Brothers 

--------------------------------------------------------------------------------

Bill McAleer ’73, MBA ’75, Brian Canlis ’01, Kate Walsh, Mark Canlis ’97
Dec 15, 2020

CODESWITCHING 

Navigating the Dynamics of Workplace Norms 

--------------------------------------------------------------------------------

Courtney L. McCluney, Deborah Streeter
Dec 02, 2020

19TH ANNUAL LABOR AND EMPLOYMENT LAW ROUNDTABLE 

 

--------------------------------------------------------------------------------

Bruce Tracey, David Sherwyn, Harry Katz, Richard W. Hurd
Nov 12, 2020

PEOPLE OVER PROFITS 

Prioritizing Employee-Oriented Solutions 

--------------------------------------------------------------------------------

Aaron Adalja, Abigail Charpentier ‘95, Barbara Lang ‘78, Jamie Perry, Ph.D.
Nov 09, 2020

CORNELL'S COVID RESPONSE 

Data Science in Action 

--------------------------------------------------------------------------------

Diego Diel, DVM, M.S., Ph.D., Gary Koretzky, M.D., Ph.D., Michael Kotlikoff,
Peter Frazier, Ph.D., Sharon McMullen, RN, MPH, FACHA
Nov 09, 2020

EFFECTIVE LEADERSHIP THROUGH CRISIS 

Navigating the Long-Term Impact of COVID-19 

--------------------------------------------------------------------------------

Donna Haeger, Evan Frazier, BS ‘92, Mathieu Laberge, MBA ‘16, Sharon MacDougall,
MBA/MS ‘19
Nov 02, 2020

LEADERSHIP THROUGH STORYTELLING 

How To Leverage Authenticity and Amplify Your Impact 

--------------------------------------------------------------------------------

Connie Kwan, Keith Cowing
Oct 16, 2020

SUPERCHARGE YOUR LINKEDIN PRESENCE 

Find Your Dream Job and Build Your Network 

--------------------------------------------------------------------------------

Katy Yoder, Kay Collier, Rob Humphrey
Oct 07, 2020

BUILDING INCLUSIVE WORKPLACE CULTURES 

Aligning HR Practices With Metrics to Drive Sustainable Change 

--------------------------------------------------------------------------------

Jarik Conrad, John Hausknecht, JR Keller, Rebecca Kehoe
Jul 09, 2020

PROFITS WITH PURPOSE 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Amy Newman, Christopher Marquis, Fred Keller
May 05, 2020

LEARNING STRATEGIES IN A CHANGING WORLD 

Overcoming Challenges and Investing in the Future 

--------------------------------------------------------------------------------

AJ Duffy, Allan Filipowicz, Chris Cimitile, Laine Joelson Cohen
Apr 23, 2020

WORKPLACE CONSIDERATIONS FOR VULNERABLE POPULATIONS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Gregory DeLapp, Jen Schramm, Mardelle Shepley, Susanne Bruyère, Trent Burner
Apr 20, 2020

PROTECTING AND ASSISTING WORKERS IN THE MIDST OF A PANDEMIC 

Labor-Management Solutions 

--------------------------------------------------------------------------------

David Sherwyn, Donald Taylor, Paul Ades, Richard W. Hurd, Seth Harris
Apr 10, 2020

WORKPLACE SAFETY IN A PANDEMIC 

Slowing the Spread of Coronavirus and Communicable Diseases 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Apr 09, 2020

THE URGENT ROLE OF HUMAN RESOURCES 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Beth Flynn-Ferry, Brad Bell, Christopher Collins, Kathleen Weslock
Apr 03, 2020

MANAGING WORKPLACE CONFLICT 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Ariel Avgar, Katrina Nobles, Sally Klingel
Mar 30, 2020

COVID-19 AND THE HOSPITALITY INDUSTRY 

Priorities and Action Steps for Human Resources 

--------------------------------------------------------------------------------

Bruce Tracey, Leslie Ferrier, Nigel Beck, Robert Mellwig
Mar 27, 2020

UNDERSTANDING AND COMPLYING WITH EMPLOYMENT LAWS, OLD AND NEW 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Celeste Yeager, Dana Kravetz, David Sherwyn, Kate Walsh, Paul Wagner
Feb 26, 2020

UNPACKING DIGITAL DISRUPTION 

What Tech Companies Do (and Don’t Do) Well 

--------------------------------------------------------------------------------

Karan Girotra
Oct 16, 2019

PUBLIC SECTOR LEADERSHIP 

Why Government Should NOT Be Run Like a Business 

--------------------------------------------------------------------------------

Seth Harris
Mar 08, 2017

THE INTEGRITY DIVIDEND 

Leadership for Excellent Service 

--------------------------------------------------------------------------------

Tony Simons
view more HR and the Workplace events
view fewer HR and the Workplace events


HEALTHY LIVING

Oct 30, 2024

LIFE AFTER DEPRESSION 

Using Research and Personal Perspectives to Understand Mood Disorders 

--------------------------------------------------------------------------------

Jonathan Rottenberg
Sep 10, 2024

POLITICAL ADS AND MENTAL HEALTH 

The Effect of Campaign Ads on Well-Being 

--------------------------------------------------------------------------------

Jeff Niederdeppe
May 03, 2024

TRAUMA-INFORMED DESIGN INTERVENTIONS 

How to Build Environments to Serve Older Adults 

--------------------------------------------------------------------------------

Christine Cowart, MA, CPT, Christine Foster, CID, NCIDQ, EDAC, Heather
Kolakowski, Janet Roche, MDS
Apr 25, 2024

MINDFULNESS MEDITATION 

Becoming Self-Aware and More Inclusive 

--------------------------------------------------------------------------------

Y. Connie Yuan
Mar 07, 2024

ONE HEALTH 

Understanding Threats to Wildlife and Human Health in Asia 

--------------------------------------------------------------------------------

Martin Gilbert MRCVS, BVMS, PhD, MRes, BSc, Laura Bernert '23, Helen Lee ’03 MBA
’20, Steve Osofsky DVM ’89
Jan 16, 2024

WORKER MILITANCY 

Healthcare Conflicts and Possible Solutions 

--------------------------------------------------------------------------------

Ariel Avgar, Deanna W. Dudley, John August, Rob Baril
Jan 10, 2024

FATPHOBIA 

Our Bodies Are Not the Problem 

--------------------------------------------------------------------------------

Kate Manne
Nov 13, 2023

VETERINARY DENTISTRY 

Systematic Oral Examinations for the Cat and Dog 

--------------------------------------------------------------------------------

Nadine Fiani
Oct 12, 2023

ONE HEALTH 

Understanding Threats to Wildlife and Human Health 

--------------------------------------------------------------------------------

Dr. Jennifer Bloodgood, Dr. Krysten Schuler, Steve Osofsky DVM ’89
Oct 03, 2023

CAPTURING THE SILVER WELLNESS MARKET 

How to Excel in the Global Longevity Economy 

--------------------------------------------------------------------------------

Esther Greenhouse, M.S., CAPS, Heather Kolakowski, Nancy Griffin
Aug 22, 2023

ECOVILLAGES 

How to Foster and Mainstream Sustainable Lifestyles 

--------------------------------------------------------------------------------

Michèle Belot
Aug 14, 2023

CIRCULAR CONSTRUCTION 

Demand and Supply in the Local Reuse Economy 

--------------------------------------------------------------------------------

Felix Heisel
Jul 17, 2023

ESTRANGEMENT 

Fractured Families and How to Mend Them 

--------------------------------------------------------------------------------

Karl Pillemer
Jul 11, 2023

ERADICATING FOSSIL FUELS IN THE HOME 

Cost-Effective, Climate-Conscious Energy Solutions 

--------------------------------------------------------------------------------

Robert Howarth
Jul 10, 2023

DEFINING WELLNESS FOR EMPLOYEES 

Inspiring Perspectives 

--------------------------------------------------------------------------------

Beth McKinney
Jun 26, 2023

HOW TO PREVENT THE NEXT PANDEMIC 

Nature-Based Solutions and Policy Opportunities 

--------------------------------------------------------------------------------

Abi Vanak, Aliyu Nuhu Ahmed, Benjamin Roche, David Quammen, DeeAnn Reeder, Iroro
Tanshi, Maria Van Kerkhove, Neil Vora, M.D., Raina Plowright, Ph.D., Teague
O’Mara
Jun 22, 2023

BRINGING NEW SCIENCE TO MARKET 

Innovation, Adoption, and Health Policy Challenges 

--------------------------------------------------------------------------------

Gregory B. Franz, Sean Nicholson, Wyatt Gotbetter
Nov 30, 2022

EXAMINING RACIAL INEQUITIES IN FOOD INSECURITY 

The Role of Research 

--------------------------------------------------------------------------------

Angela Odoms-Young, Ph.D., Emily M. Engelhard, Rut Martinez-Alicea, Tom
Summerfelt, Ph.D.
Oct 14, 2022

AFFORDABLE SENIOR LIVING 

Challenges and Opportunities Ahead 

--------------------------------------------------------------------------------

Heather Kolakowski, Jay Woolford, Mitch Brown, Severine Petras
Jun 24, 2022

MONKEYPOX 

Responding to an Emerging Outbreak 

--------------------------------------------------------------------------------

Dr. Emily Lutterloh, M.D., MPH, Dr. Heidi Torres, M.D., Dr. Jay K. Varma, M.D.,
Gen Meredith, Keletso Makofane, PhD
May 09, 2022

A GRAND EXPERIMENT 

Lessons in Compliance From the COVID-19 Pandemic 

--------------------------------------------------------------------------------

Richard John
Jan 18, 2022

AT-HOME DIAGNOSTICS 

The Next Wave of Healthcare Startups 

--------------------------------------------------------------------------------

David Stein, Li Jiang ‘14, Mia Muschek, Param Kulkarni
Nov 15, 2021

INAUGURAL WEILL CORNELL MEDICINE GLOBAL SYMPOSIUM 

International Partnerships and Opportunities 

--------------------------------------------------------------------------------

Andrea Dacquino, MBA, Chelsea Clinton, DPhil, MPH, Dan Fitzgerald, M.D., David
Wyman, MPA, Javaid I. Sheikh, M.D., MBA, Jennifer Downs, M.D., Ph.D., Lisa
Newman, M.D., MPH, FACS, FASCO, Michael Stewart, M.D., MPH, Mohamed Sulaiman,
M.D., FAAP, FACC, Robert Lorenz, M.D., M.B.A., Wolfgang Aulitzky, M.D.
Oct 22, 2021

A NEW ERA 

Top Medical Educators on the Future of Virtual Training and Care 

--------------------------------------------------------------------------------

David Lambert, M.D., Eva Aagaard, M.D., Preetha Basaviah, M.D., Todd Cassese,
M.D., Yoon Kang
Jun 24, 2021

HEALTHY FUTURES 

Transforming Our Lives Through COVID-19’s Lessons 

--------------------------------------------------------------------------------

Brooke Hollis, Heather Kolakowski, Mardelle Shepley, Nicolas Ziebarth
Jun 10, 2021

PLAY HARDER, WORK SMARTER 

Lessons From a LEGO Design Master 

--------------------------------------------------------------------------------

Karen Psiaki, M.A., Michael Psiaki
Jun 07, 2021

CONTEXTUALIZING INEQUITY 

A Discussion of Health Equity and the Social Determinants of Health 

--------------------------------------------------------------------------------

Christopher J. Gonzalez, M.D., MSCE, Laura C. Pinheiro, Ph.D., MPH
May 11, 2021

WE ARE ALL IN THIS TOGETHER 

Improving Our Health Literacy Skills 

--------------------------------------------------------------------------------

Karen L. Brown, M.A.
Apr 19, 2021

THE COVID-19 EPIDEMIC IN NEW YORK STATE 

Where We've Been, Where We Are, and Where We’re Headed 

--------------------------------------------------------------------------------

Eli Rosenberg '06 (CALS), Ph.D.
Mar 23, 2021

DESIGNING FOR HEALTHY SLEEP AND TRAVEL 

A Research Perspective 

--------------------------------------------------------------------------------

Heather Kolakowski, Rana Zadeh, Rebecca Robbins, M.S., Ph.D., Rohit Verma
Feb 23, 2021

PREPARING HEALTHCARE PROVIDERS FOR A POST-PANDEMIC ERA 

Lessons From the NYC Frontline Virtualists 

--------------------------------------------------------------------------------

Ji Won Kim, Kristie Busch, Neel Naik, Peter Greenwald, Rahul Sharma, Shari
Platt, M.D.
Feb 22, 2021

PROMOTING VACCINE CONFIDENCE 

How to Respond to Concerns in Your Community 

--------------------------------------------------------------------------------

David Scales, M.D., Ph.D., Jack Gorman, M.D., Sara Gorman, Ph.D., MPH
Feb 19, 2021

BECOME A COVID-19 VACCINE AMBASSADOR 

Training for Informed Decision Making 

--------------------------------------------------------------------------------

Kevin Holcomb, M.D., Susana Rita Morales, M.D., W. Marcus Lambert, Ph.D.
Dec 04, 2020

CHILD PHYSICAL HEALTH AND DEVELOPMENT DURING COVID-19 

 

--------------------------------------------------------------------------------

Dr. Jeffrey Snedeker, Michelle Artibee
Nov 20, 2020

THE FUTURE OF SENIOR LIVING 

Expectations, Challenges, and Innovations 

--------------------------------------------------------------------------------

Alex Susskind, Brooke Hollis, Mardelle Shepley, Rohit Verma
Nov 16, 2020

GUIDING OUR CHILDREN THROUGH CRISIS 

Mental Health Strategies for Caregivers 

--------------------------------------------------------------------------------

Dana E. Crawford, Ph.D., Michelle Artibee
Oct 23, 2020

THRIVING IN ISOLATION 

Health and Human Connection 

--------------------------------------------------------------------------------

Anthony Ong, Erin Peavey, Heather Kolakowski, Kristina Workman, LaWanda H. Cook,
Matt Saleh
Jul 16, 2020

FUNCTIONAL OR FRACTURED FOOD SUPPLY CHAINS? 

Climate Change, COVID, and Equal Access 

--------------------------------------------------------------------------------

Julie Marie Suarez, Miguel I. Gómez, Paul Sellew
Jun 15, 2020

SUPPORTING MOMS AND BABIES: 

The Urgent Need for Better Medicine, Research, and Technology 

--------------------------------------------------------------------------------

Andrea Ippolito, Dr. Elizabeth Johnson, Dr. Lauren Macaluso '90, Dr. Molly
Dickens '03
Jun 09, 2020

GETTING BACK TO SCHOOL: 

Collaborative Strategies for Reopening K-12 Public Schools in a Fiscal Crisis 

--------------------------------------------------------------------------------

Daniel A. Domenech, John McCarthy, John W. Sipple, Randi Weingarten
May 15, 2020

MANAGING YOUR WELLBEING 

Empowering Yourself to Make Healthy Choices During Stressful Moments 

--------------------------------------------------------------------------------

Michelle Artibee, Ruth Merle-Doyle
May 08, 2020

CONTAGION, PERSUASION, AND MOTIVATION 

Private and Public Behavior in the COVID-19 Crisis 

--------------------------------------------------------------------------------

Linda Barrington, Robert H. Frank, Sahara Byrne, Vanessa Bohns
May 06, 2020

CLIENT-DIRECTED COUNSELING 

How Anyone Can Learn to Encourage Better Thinking 

--------------------------------------------------------------------------------

Beth McKinney
Feb 27, 2020

PRACTICING DIGITAL CITIZENSHIP 

A Social Media Test Drive 

--------------------------------------------------------------------------------

Janis Whitlock, Natalie Bazarova
Nov 01, 2018

EXPANDING NUTRITION FRONTIERS 

Genetic Variants and the Future of Fat 

--------------------------------------------------------------------------------

Martha Field
May 21, 2018

MAKING THE MEDITERRANEAN DIET WORK FOR YOU 

Exploring the Mediterranean Diet Pyramid 

--------------------------------------------------------------------------------

Amy Riolo
Feb 26, 2018

INSIDE AGRICULTURE 

The Farm Bill, Food and You 

--------------------------------------------------------------------------------

Jennifer Wilkins
view more Healthy Living events
view fewer Healthy Living events


LAW

Dec 10, 2024   1:00pm EST

THE LEGAL LANDSCAPE OF HIGHER EDUCATION 

Key Perspectives and Impacts 

--------------------------------------------------------------------------------

Lou Guard
Nov 20, 2024

IMMIGRATION REFORM IN 2025 

What Is Possible? 

--------------------------------------------------------------------------------

Amy Nice, Charles Kamasaki, Marielena Hincapié, Randel Johnson, Stephen W.
Yale-Loehr, Theresa Cardinal Brown
Nov 19, 2024

INSURING MERGERS AND ACQUISITIONS DEALS 

Reps and Warranty Insurance 

--------------------------------------------------------------------------------

LizabethAnn R. Eisen, S. Drew Levin, Stacey Hammer, Wayne Datz
Oct 22, 2024

AI TODAY 

Laws, Ethics, and Protecting Your Work 

--------------------------------------------------------------------------------

Frank Pasquale, Karan Girotra
Oct 09, 2024

COMPANY VALUES 

Aligning Policies With Principles in the Workplace 

--------------------------------------------------------------------------------

Richard John
Sep 26, 2024

GENERATIVE AI AND THE LAW 

Critical Thinking and the Future of Lawyering 

--------------------------------------------------------------------------------

Kim Nayyer
May 07, 2024

EXECUTIVE PAY IN THE SPOTLIGHT 

Perks, Noncompetes, and More 

--------------------------------------------------------------------------------

Jennifer Conway, Jessica McNamara, BS ‘96, LizabethAnn R. Eisen
May 01, 2024

EVERYONE WHO IS GONE IS HERE 

The United States, Central America, and the Making of a Crisis 

--------------------------------------------------------------------------------

Jonathan Blitzer, Marielena Hincapié
Apr 29, 2024

CURRENT FREE SPEECH CONTROVERSIES 

A Conversation With Former ACLU President, Author, and Law Professor Nadine
Strossen 

--------------------------------------------------------------------------------

Michael Kotlikoff, Nadine Strossen
Apr 10, 2024

SEALING THE DEAL 

Insider Insights From Seasoned GCs 

--------------------------------------------------------------------------------

Danielle Sheer, LizabethAnn R. Eisen, Nicholas Dorsey, JD ’09, René Paula
Mar 25, 2024

FINANCE, REGULATION, AND THE ROLE OF THE MARKET 

SEC Commissioner Hester Peirce in conversation with Cornell SC Johnson College
Dean Andrew Karolyi 

--------------------------------------------------------------------------------

Andrew Karolyi, Hester Peirce, Martha E. Pollack
Mar 06, 2024

CRYPTIC CRYPTO 

Navigating the Regulatory Landscape 

--------------------------------------------------------------------------------

Charles Whitehead, LizabethAnn R. Eisen
Feb 21, 2024

FIVE LEGAL COMMUNICATION CONCEPTS 

What Every Company Employee Should Know 

--------------------------------------------------------------------------------

Michelle Whelan
Jan 09, 2024

REAL-WORLD ASSETS ON THE BLOCKCHAIN 

The Impact of Tokenization 

--------------------------------------------------------------------------------

David Yermack, John Wu ‘92, Rob Krugman, Susan Joseph
Jan 08, 2024

IS ORGANIZED LABOR BACK? 

The 2023 and 2024 Hotel Industry’s Negotiations, the Biden NLRB, and a Proposal
For the Future 

--------------------------------------------------------------------------------

Anand Singh, David Sherwyn, Keith Grossman
Dec 14, 2023

RELIGIOUS AND DISABILITY ACCOMMODATIONS POST-GROFF 

Same Words, Different Meanings / New Court, Different Leanings 

--------------------------------------------------------------------------------

David Sherwyn, Ilene Weisbard Berman ’86
Nov 09, 2023

THE CANNABIS INDUSTRY 

Historical Legacies and Future Impacts 

--------------------------------------------------------------------------------

Andy Lytwynec, Cameron Scott, Carlyn S. Keith Buckler, Cody Perez, Jeremiah
Swain, Michael Paz
Nov 01, 2023

SEEKING ASYLUM 

The Human Toll of the U.S. Immigration Bureaucracy 

--------------------------------------------------------------------------------

Chiara Galli, Shannon Gleeson
Sep 18, 2023

WEB3 AND SUSTAINABILITY 

Climate Impact, Crypto Innovations, and Fintech Regulation 

--------------------------------------------------------------------------------

Ari Redbord, Dana Gibber, Will Cong
May 26, 2023

RESTORATIVE PRACTICES AND THE TITLE IX PROCESS 

Successes and Challenges 

--------------------------------------------------------------------------------

Dr. Amy Miele, Dr. Julie Shackford-Bradley, Perdita Das-Humphrey
Mar 29, 2023

NEW DEVELOPMENTS IN THE POST-PANDEMIC WORKPLACE 

Noncompetes, Sexual Harassment, Worker Privacy, and Remote Work 

--------------------------------------------------------------------------------

Stewart J. Schwab
Feb 13, 2023

DERAILED BY DIVERSITY 

Racial Justice After Affirmative Action 

--------------------------------------------------------------------------------

Richard T. Ford, Sean Eversley Bradwell
Feb 07, 2023

CORPORATE DECISION MAKING 

How U.S. Laws Regulate and Influence Business 

--------------------------------------------------------------------------------

Celia Bigoness
Jan 31, 2023

CRYPTOASSETS AND DECENTRALIZED FINANCE 

Legal and Regulatory Challenges in FinTech and Blockchain 

--------------------------------------------------------------------------------

Lee A. Schneider, Patrick Daugherty, Will Cong
Jan 27, 2023

CRYPTO REGULATION 

Can Securities Laws Keep Pace With Innovation? 

--------------------------------------------------------------------------------

Charles Whitehead
Jan 11, 2023

BUILDING A CLEAN ENERGY ECONOMY 

The Inflation Reduction Act and Workforce Development 

--------------------------------------------------------------------------------

Betony Jones, Dawn Euer, Kathleen Culhane, Leonard Aguilar, Teresa Acuña, Zach
Cunningham
Dec 06, 2022

IMMIGRATION REFORM 

Might Past Be Prologue? 

--------------------------------------------------------------------------------

Charles Kamasaki, Michelle Hackman, Stephen W. Yale-Loehr
Feb 16, 2022

MIGRATION IN THE AGE OF PANDEMICS 

Einaudi Center Lund Critical Debate 

--------------------------------------------------------------------------------

Dr. Zsuzsanna Jakab, Sen. Bob Menendez, Dr. Gunisha Kaur - Moderator
Feb 08, 2022

ACTIVIST-SCHOLARS 

Balancing Labor Action and Academia 

--------------------------------------------------------------------------------

Kate L. Griffith, J.D., Tamara L. Lee, Ph.D, J.D., Naomi R Williams, Ph.D.,
Phela Townsend, Maite Tapia, Ph.D., Sheri Davis, Ph.D.
Nov 03, 2021

WOMEN LEADERS IN LABOR LAW 

Guiding the National Labor Relations Board 

--------------------------------------------------------------------------------

Gwynne Wilcox, Lauren McFerran, Jennifer Abruzzo, Alexander Colvin, Donica
Thomas Varner, moderator
Oct 18, 2021

THE AMERICAN STATE IN A MULTIPOLAR WORLD 

Francis Fukuyama: COVID-19, Climate, and the Coming Challenges to Global
Democracy 

--------------------------------------------------------------------------------

Francis Fukuyama, Martha E. Pollack
Jul 20, 2021

HOSPITALITY HIRING CRISIS 

Legal Concerns Facing Employers 

--------------------------------------------------------------------------------

David Sherwyn, Ilene Weisbard Berman ’86, Zev Eigen, BS ’96, JD ‘99
Jun 17, 2021

MORE NEUTRALS ARE BETTER THAN ONE 

A Progressive Approach to Alternative Dispute Resolution 

--------------------------------------------------------------------------------

Barry J. Peek, Esq., Julie A. Torrey, Esq., Martin Scheinman, Timothy S. Taylor,
Esq.
May 26, 2021

ADAPTING DURING A PANDEMIC 

Removing Barriers for Individuals With Disabilities 

--------------------------------------------------------------------------------

Vikram Pagpatan, M.S., OTRL, ATP, CAS, BCTS
Mar 19, 2021

CROSSING BORDERS 

Episode 3 of Speak Now, a Series on Political Polarization 

--------------------------------------------------------------------------------

Stephen W. Yale-Loehr
Mar 18, 2021

DATA-DRIVEN POLICY MAKING 

Challenges and Opportunities in Unprecedented Times 

--------------------------------------------------------------------------------

Dana Weiner, Max Kapustin
Mar 06, 2021

SPEAK NOW 

Law and Disorder With Constitutional Scholar Michael Dorf 

--------------------------------------------------------------------------------

Michael C. Dorf
Mar 05, 2021

PURSUING CITIZENSHIP IN THE ENFORCEMENT ERA 

A Discussion With Author Ming Hsu Chen 

--------------------------------------------------------------------------------

Ming Hsu Chen, Shannon Gleeson
Feb 09, 2021

THE BIDEN NLRB 

Bipartisan Perspectives 

--------------------------------------------------------------------------------

David Sherwyn, Harry Johnson III, Harry Katz, Wilma Liebman
Dec 02, 2020

19TH ANNUAL LABOR AND EMPLOYMENT LAW ROUNDTABLE 

 

--------------------------------------------------------------------------------

Bruce Tracey, David Sherwyn, Harry Katz, Richard W. Hurd
Sep 24, 2020

OUR BROKEN IMMIGRATION SYSTEM 

and How to Fix It 

--------------------------------------------------------------------------------

Stephen Yale-Loehr
Sep 16, 2020

RACISM IN AMERICA EP.1 

Policing and Incarceration 

--------------------------------------------------------------------------------

Anna Haskins, Joseph Margulies, Marc Lacey, Noliwe Rooks, Peter K. Enns, Sabrina
Karim
Sep 02, 2020

CONTACT TRACING 

Moral Obligations and Privacy Rights During a Pandemic 

--------------------------------------------------------------------------------

Esta Bigler, Helen Nissenbaum, JP Pollak, Nathaniel Hupert
Aug 29, 2020

AN INTRODUCTION TO DEFAMATION LAW 

Foundational Principles and Current Developments 

--------------------------------------------------------------------------------

Tyler Valeska
Aug 28, 2020

THE FREEDOM OF INFORMATION ACT IN THE AGE OF THE PANDEMIC 

 

--------------------------------------------------------------------------------

Alexandra Perloff-Giles, Cortelyou Kenney
Aug 28, 2020

THE RELIGION CLAUSES IN THE AGE OF THE PANDEMIC 

 

--------------------------------------------------------------------------------

Nelson Tebbe
Aug 28, 2020

MOVEMENT LAWYERING 

A Primer 

--------------------------------------------------------------------------------

Carlton Williams
Aug 28, 2020

FUNDAMENTALS OF THE FIRST AMENDMENT 

Speech, Press, and Assembly 

--------------------------------------------------------------------------------

Michael C. Dorf
Jul 01, 2020

SMALL BUSINESSES AND COVID-19 

Legal Matters, Challenges, and Opportunities 

--------------------------------------------------------------------------------

Marlene van Nelson
Jun 18, 2020

CITIZENSHIP AND HUMAN RIGHTS IN INDIA 

How Vulnerable Groups Are Being Marginalized 

--------------------------------------------------------------------------------

Olivia Rosen, Prachee Sawant, Sital Kalantry, Sumridhi Kaur
Feb 20, 2020

WHY YOU NEED A LAWYER 

Legal Advice for Launching a Startup 

--------------------------------------------------------------------------------

Celia Bigoness
view more Law events
view fewer Law events


LEADERSHIP AND BUSINESS

Dec 05, 2024   1:00pm EST

A FAMILY DIVIDED 

Strategies to Manage Estrangement and Conflict 

--------------------------------------------------------------------------------

Daniel Van Der Vliet, Karl Pillemer
Nov 22, 2024

HOW TO TRANSITION TO MANAGEMENT 

The Most Important Promotion of Your Life 

--------------------------------------------------------------------------------

Dirk Swart
Nov 19, 2024

INSURING MERGERS AND ACQUISITIONS DEALS 

Reps and Warranty Insurance 

--------------------------------------------------------------------------------

LizabethAnn R. Eisen, S. Drew Levin, Stacey Hammer, Wayne Datz
Oct 29, 2024

LISTENING, NOT JUST HEARING 

Tips To Work Toward Understanding 

--------------------------------------------------------------------------------

Angela Noble-Grange
Oct 28, 2024

WRITING AT WORK 

Tips for Clarity, Value, and Effectiveness 

--------------------------------------------------------------------------------

Craig R. Snow
Oct 23, 2024

DRIVING THE JUST TRANSITION 

The Role of Social Sustainability in Economic Transformation 

--------------------------------------------------------------------------------

Bertrand Badre, Diane Kaldany, Minjia Yang, MPA ‘15, Monica Touesnard, Rene
Bonomi, Valentina Villa, Yun Fu
Oct 09, 2024

COMPANY VALUES 

Aligning Policies With Principles in the Workplace 

--------------------------------------------------------------------------------

Richard John
Sep 30, 2024

REIMAGINING VENTURE CAPITAL FOR SUSTAINABILITY 

How Can We Genuinely Propel Entrepreneurship? 

--------------------------------------------------------------------------------

Cecila Young, Danilo Santoboni, Diane Kaldany, Joe Milam, Mark Milstein, Meghan
Cross, Rene Bonomi
Sep 17, 2024

ONE YEAR LATER 

Board Governance: Risks and Opportunities in a Complex World 

--------------------------------------------------------------------------------

Bill Priestap, David J. Kappos, Irving Wladawsky-Berger, LizabethAnn R. Eisen,
Noah Phillips
Aug 06, 2024

MAKE DATA COMPELLING 

Turning Charts Into Amazing Graphics 

--------------------------------------------------------------------------------

Ben Trumbore
Jul 30, 2024

ACTIVE LISTENING 

Supporting People During Difficult Decisions 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Jun 25, 2024

THE ENTREPRENEURIAL MINDSET 

Making Inventions Bloom 

--------------------------------------------------------------------------------

Richard Cahoon
Jun 12, 2024

FOCUSED LISTENING 

From Conflict to Collaboration 

--------------------------------------------------------------------------------

Katrina Nobles, Liz Davis-Frost
May 14, 2024

SUSTAINABLE DESIGN 

Creating Robust, Reliable, and Sustainable Ventures 

--------------------------------------------------------------------------------

Diane Kaldany, Erik Simanis, Jason Kliwinski, AIA, LEED Fellow, WELL AP, BECxP,
CSBA, Monica Touesnard, Moya Connelly, Rene Bonomi, Supriya Verma
Apr 02, 2024

MAKE YOUR SHORTLIST LONGER 

An Actionable and Equitable Hiring Strategy 

--------------------------------------------------------------------------------

Brian Lucas
Mar 15, 2024

THE ART OF NEGOTIATION 

Skills for Success 

--------------------------------------------------------------------------------

Tarcisio Alvarez-Rivero
Mar 13, 2024

GOING PRO 

From Making to Manufacturing 

--------------------------------------------------------------------------------

Cara Nunez, Deanna Kocher, Michael Suguitan, Nathan Seidle
Feb 29, 2024

FIVE ESSENTIAL TIPS FOR INTERVIEWERS 

Connecting With Candidates and Making Smart Hiring Decisions 

--------------------------------------------------------------------------------

JR Keller
Feb 22, 2024

LISTEN CLOSELY 

Gaining Clarity During Conflict 

--------------------------------------------------------------------------------

Katrina Nobles, Liz Davis-Frost
Feb 08, 2024

PROXY SEASON PREVIEW 

Insights for a Successful Season 

--------------------------------------------------------------------------------

Elizabeth Morgan, JD ’02, LizabethAnn R. Eisen, Michael Arnold
Jan 22, 2024

STARTUP ADVICE FROM A TRANS CEO 

Entrepreneurial Success and Navigating Privilege and Power 

--------------------------------------------------------------------------------

Deborah Streeter, Natalie Egan
Dec 15, 2023

INTERVIEW YOUR NEXT EMPLOYER 

Finding the Best Fit for You and Your Career 

--------------------------------------------------------------------------------

Andrew Quagliata
Dec 12, 2023

HOTEL BRAND OVERLOAD 

The Coming Reckoning in the Lodging Sector 

--------------------------------------------------------------------------------

Chekitan Dev
Nov 08, 2023

WOMEN IN ENTREPRENEURSHIP 

Unique Perspectives for Sustainable Innovation 

--------------------------------------------------------------------------------

Diane Kaldany, Jackie Iversen, R.Ph., M.S., Kirsten Liegmann, Lauren E. Graham,
Lisa Morales-Hellebo, Monica Touesnard, Rene Bonomi
Oct 31, 2023

VISION, EXECUTION, AND REFLECTION 

Fine-Tuning and Optimizing Your Strategic Plan 

--------------------------------------------------------------------------------

Nick Fabrizio
Oct 13, 2023

REALTALK 

Staying True to You While Navigating Your Career 

--------------------------------------------------------------------------------

Alyssa Gagliardi Sleasman ‘14, Irene Li '15, Shura Gat
Oct 03, 2023

CAPTURING THE SILVER WELLNESS MARKET 

How to Excel in the Global Longevity Economy 

--------------------------------------------------------------------------------

Esther Greenhouse, M.S., CAPS, Heather Kolakowski, Nancy Griffin
Sep 27, 2023

ALL IN THE FAMILY 

The Life Cycle of Private Enterprise 

--------------------------------------------------------------------------------

Daniel Van Der Vliet, Wesley Sine
Sep 26, 2023

THE SKILLS REQUIRED TO FUTURE-PROOF TOURISM DESTINATIONS 

Sustainable Tourism on a Changing Planet 

--------------------------------------------------------------------------------

Mark Milstein, Megan Epler Wood
Sep 21, 2023

BETTER DECISION-MAKING 

Team Problem-Solving Without Tension 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Sep 19, 2023

BOARD GOVERNANCE 

Wisdom From the Boardroom 

--------------------------------------------------------------------------------

LizabethAnn R. Eisen, William Grabe
Sep 12, 2023

CONQUERING OUR BIGGEST FEAR 

Public Speaking 

--------------------------------------------------------------------------------

David Feldshuh
Sep 07, 2023

AI AND THE FUTURE OF WORK 

AI is Accelerating Workplace Shifts 

--------------------------------------------------------------------------------

Alexander Colvin, Nickle LaMoreaux
Aug 29, 2023

WORK FROM WHEREVER 

Flip the Script on Your Career and Build Lasting Connections at Work 

--------------------------------------------------------------------------------

Nick Fabrizio
Aug 02, 2023

INVENTION AND INNOVATION 

Supporting the Inventors of the Future 

--------------------------------------------------------------------------------

Richard Cahoon
Jul 31, 2023

INNOVATE WITH PURPOSE 

Can Entrepreneurship Expedite Sustainable Impact? 

--------------------------------------------------------------------------------

Carrie Freeman, Dean Hand, Diane Kaldany, Fabrice Testa, Joe Milam, Rene Bonomi
Jul 27, 2023

THE GOLDEN TRIANGLE 

Extraordinary Team Performance Through Diversity, Conflict, and Trust 

--------------------------------------------------------------------------------

Tony Simons
Jul 20, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Destination Management in a Carbon-Constrained World 

--------------------------------------------------------------------------------

Megan Epler Wood, Signe Jungersted
Jul 19, 2023

NATURAL LANGUAGE PROCESSING 

Applications Across Industries 

--------------------------------------------------------------------------------

Oleg Melnikov
Jul 13, 2023

BOARD GOVERNANCE 

Risks and Opportunities in a Complex World 

--------------------------------------------------------------------------------

LizabethAnn R. Eisen, David J. Kappos, Bill Priestap, Irving Wladawsky-Berger,
Noah Joshua Phillips
Jul 12, 2023

THE FUTURE OF PRODUCT DEVELOPMENT IS HERE 

How Tech Teams Are Making Bold Changes to Succeed in the New Reality 

--------------------------------------------------------------------------------

Josh Hartmann, Keith Cowing
Jun 23, 2023

NEGOTIATING SKILLS 

Beyond Winning or Losing 

--------------------------------------------------------------------------------

Deborah Streeter
Jun 14, 2023

PUNCH UP YOUR PROSE 

Elevate Your Writing Game Across Platforms 

--------------------------------------------------------------------------------

Lauren Chambliss
Jun 09, 2023

REDUCING BIAS IN HIRING 

Evidence-Based Strategies 

--------------------------------------------------------------------------------

Devon Proudfoot
Jun 08, 2023

SHARED VISION 

Unifying a Multigenerational Workforce 

--------------------------------------------------------------------------------

Nick Fabrizio
Jun 05, 2023

GAME ON 

Engaging Employees Through Gamification 

--------------------------------------------------------------------------------

Robert Bloomfield
May 10, 2023

CORPORATE SUSTAINABILITY 

Defining Improved Social and Environmental Impact 

--------------------------------------------------------------------------------

Ann Tracy, Anne Bahr Thompson - Moderator, Diane Kaldany, Jon Richter, Judy
Samuelson, Rene Bonomi
May 08, 2023

THE BOSS OF ME 

Entrepreneurship and Motherhood 

--------------------------------------------------------------------------------

Andrea Ippolito
May 02, 2023

STREAMLINING AND SHARED SERVICES 

Partnerships and Mergers in the Nonprofit Sector 

--------------------------------------------------------------------------------

Joe Grasso
Apr 25, 2023

MAKING DIFFICULT DECISIONS 

What Is Your Problem Solver Profile? 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Mar 27, 2023

HARRIET TUBMAN 

National Memory and the Making of a Black Feminist Icon 

--------------------------------------------------------------------------------

Carole Boyce Davies, Janell Hobson
Mar 23, 2023

DIVING INTO DEEP UNCERTAINTY 

Supporting Decisions in a World of Interconnected Risks 

--------------------------------------------------------------------------------

Patrick Reed
Mar 21, 2023

PUSHOVER 

How to Avoid Caving to Unreasonable Requests 

--------------------------------------------------------------------------------

Michael Fontaine
Mar 14, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Creating Inclusive Destinations With Social Equity 

--------------------------------------------------------------------------------

Keenan Adams, Megan Epler Wood
Feb 24, 2023

BUSINESS OF SUSTAINABILITY 

History, Trends, Policy, and Education 

--------------------------------------------------------------------------------

Andrew Karolyi, Delfina Govia '86, Mark Milstein, William Restrepo '80
Feb 16, 2023

STATISTICS 

What Everyone Should Know 

--------------------------------------------------------------------------------

Cindy van Es
Feb 10, 2023

EMERGING MARKETS INSTITUTE’S ANNUAL REPORT 

Global Perspectives 

--------------------------------------------------------------------------------

Anabella Dávila, John Manners-Bell, Kalman Kalotay, Limin Chen, Natharat
Mongkolsinh, Ricardo Rozemberg, Tony Carranza
Feb 03, 2023

EMERGING MARKETS INSTITUTE’S ANNUAL REPORT 

Key Findings 

--------------------------------------------------------------------------------

Andrew Karolyi, Anne Miroux, Lorenzo Pavone, Lourdes Casanova, Momina
Aijazuddin, Shailja Bang Shah, Veneta Andonova
Jan 12, 2023

VULNERABILITY ANALYSIS 

Preventing the Next Crisis in Your Workplace 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Dec 19, 2022

SUSTAINABLE TOURISM ON A CHANGING PLANET 

The Challenges of Transformation in a Global Industry 

--------------------------------------------------------------------------------

Megan Epler Wood
Dec 08, 2022

EXPANDING THE FOOD AND AG ECOSYSTEM 

Meet the Grow-NY 2022 Winners 

--------------------------------------------------------------------------------

Jen Nguyen, Jenn Smith, Jenny Lemieux, Mattie Mead
Nov 18, 2022

HARDWARE IN THE AGE OF AI 

Future-Proofing Your Product 

--------------------------------------------------------------------------------

Anna Thornton, Deanna Kocher, Micah Green, Ryan Li ‘12
Nov 04, 2022

DEMYSTIFYING VENTURE CAPITAL 

Understanding VC Investment and Accessing Capital 

--------------------------------------------------------------------------------

Scott Kupor, Ikenna Nwafor, Jimmy Carnes, Laura DeMassa
Oct 28, 2022

REINVENTING GLOBAL VALUE CHAINS 

Winners and Losers in Emerging Markets 

--------------------------------------------------------------------------------

Anne Miroux, Hernan Saenz, Lourdes Casanova, Mihika Badjate, Ravin Nanda, Sunjay
Kapur
Oct 20, 2022

REALTALK 

Relatable, Empowering, Authentic Leaders Sharing Their Personal Journeys to
Well-Being 

--------------------------------------------------------------------------------

Cameron Rogers, Imani McGee-Stafford
Oct 19, 2022

CORPORATE SUSTAINABILITY 

Moving Beyond PR to a Cohesive Corporate Culture 

--------------------------------------------------------------------------------

Diane Kaldany, Eric Solomon, PhD, Eric Filipink, Jason Kilwinski, AIA, Minjia
Yang, MPA ‘15, Rene Bonomi
Sep 27, 2022

CRISIS MANAGEMENT 

Thinking About the Unthinkable 

--------------------------------------------------------------------------------

Nellie Brown, M.S., CIH
Sep 15, 2022

HYBRID PRESENTATIONS 

Maximizing Presence and Performance 

--------------------------------------------------------------------------------

Traci Nathans-Kelly
Sep 12, 2022

SCALING YOUR INNOVATIVE FOOD STARTUP 

Trends and Lessons in Consumer Packaged Goods 

--------------------------------------------------------------------------------

Jason Mercer, Jenn Smith, Jessica Kwong, Marlene Sidhu, Maureen Ballatori
Sep 08, 2022

FAMILY BUSINESSES IN LATIN AMERICA 

A Look Ahead 

--------------------------------------------------------------------------------

Daniel Van Der Vliet, Esteban R. Brenes, Veronica Maldonado ’95
Jul 26, 2022

HYBRID WORK MODELS 

Navigating New Challenges and Opportunities 

--------------------------------------------------------------------------------

Brad Bell, Donna Haeger
Jul 19, 2022

BIG BUSINESS, SMALL PLANET 

Adapting to a World of Limited Resources 

--------------------------------------------------------------------------------

John Tobin
Jul 18, 2022

SOARING TO SUCCESS 

Johnson Alumni Founders Making a Mark 

--------------------------------------------------------------------------------

Aaron Walls, MBA '14, Christina Coleman, MBA '23 - Moderator, Linda Alvarez, MBA
'21, Marla Leana Beyer, MBA '20, Pablo Borquez Schwarzbeck, MBA ‘15
Jun 21, 2022

BIOSCIENCE INNOVATIONS 

Collaborations Derived From Aerospace and Quantum Computing Technologies 

--------------------------------------------------------------------------------

Mark Fingerhuth, Rhena Singh - Moderator, William Bruey
Jun 02, 2022

DEVELOPING FOOD PRODUCTS 

Feasibility, Safety Regulations, and Scaling 

--------------------------------------------------------------------------------

Ann Charles Vegdahl, Bruno Meireles Xavier, Cynthia S. James, Olga I.
Padilla-Zakour
Jun 01, 2022

PREPARING FOR THE UNEXPECTED 

The Keys to Public Speaking Confidence 

--------------------------------------------------------------------------------

Maria Wolfe
May 18, 2022

WHAT IS A CLIMATE INNOVATOR? 

Can They Save the Planet? 

--------------------------------------------------------------------------------

Allie Thompson, Elisa Miller-Out, Johanna Wolfson, Laury Saligman, Melanie
Santiago-Mosier, Tina Kaarsberg
May 09, 2022

A GRAND EXPERIMENT 

Lessons in Compliance From the COVID-19 Pandemic 

--------------------------------------------------------------------------------

Richard John
May 06, 2022

REAL ESTATE DEVELOPMENT 

Uncertainty and Opportunities 

--------------------------------------------------------------------------------

Brad Wellstead
Apr 28, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Increasing Global Accessibility to Financial Services Through Fintech 

--------------------------------------------------------------------------------

Anumeha Rai, Dov Marmor, Jemima Kariuki-Njuguna, Keyzom Ngodup Massally
Apr 27, 2022

BOLD MOVES 

Turning Sustainability Commitments Into Action 

--------------------------------------------------------------------------------

Dallas Tebben, Glenn Dowell, Moderator, Laura Schaffer, Paula Alexander
Apr 25, 2022

INVESTOR PERSPECTIVE 

Defining a Sustainable Company 

--------------------------------------------------------------------------------

Anne Bahr Thompson - Moderator, David Grossman, Diane Kaldany, Gabriel Alves,
Kwame Marfo, Rashad Kaldany, Rene Bonomi
Apr 15, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Small Businesses, Big Impact 

--------------------------------------------------------------------------------

Brian Lucas, Richy Petrina, Toby Buggiani
Apr 14, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

The New Blue Economy 

--------------------------------------------------------------------------------

Ben Conniff, Bruce Monger, Dr. Nancy Knowlton, John Virdin, Mark Huang
Apr 14, 2022

SUPPLY CHAIN IN CHAOS 

What’s Ahead? 

--------------------------------------------------------------------------------

Alexander Colvin, Anne Patricia Sutanto, Duncan Scott
Apr 13, 2022

LEADING LABOR 

Women in Employment Management Relations 

--------------------------------------------------------------------------------

Mary G. Opperman, Nicole Buffalano, Randi Weingarten, Samantha Dulaney
Apr 11, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Climate Finance With OnePointFive Experts 

--------------------------------------------------------------------------------

Abigail Dateo (BS ‘23), Julia Akker (BS ‘14), Matthias Muehlbauer, Neil Yeoh
Apr 04, 2022

FUTURE OF PAYMENTS 

What Can Consumers and Enterprise Expect? 

--------------------------------------------------------------------------------

Brad Scrivner, Liyan Yang, Michelle Gitlitz, Sunil Sachdev, Uday Rajan
Mar 24, 2022

PROBLEM SOLVED 

Ensure the Success of Your Decisions 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Mar 10, 2022

THE U.S. GENDER WAGE GAP 

Patterns, Policy, and the Pandemic’s Impact 

--------------------------------------------------------------------------------

Francine Blau, Eduardo Porter, Erica Groshen, Alexander Colvin
Feb 08, 2022

ACTIVIST-SCHOLARS 

Balancing Labor Action and Academia 

--------------------------------------------------------------------------------

Kate L. Griffith, J.D., Tamara L. Lee, Ph.D, J.D., Naomi R Williams, Ph.D.,
Phela Townsend, Maite Tapia, Ph.D., Sheri Davis, Ph.D.
Feb 04, 2022

THE DECADE OF EMERGING MARKETS 

How Ready Are We? 

--------------------------------------------------------------------------------

Andrew Karolyi, Anne Miroux, Erica Chicola, Gautam Jain, James Zhan, Lorenzo
Pavone, Lourdes Casanova, Momina Aijazuddin, Veneta Andonova, Xuelin Bu
Feb 01, 2022

REVVING UP THE MAKER REVOLUTION 

Specialization Fuels Success 

--------------------------------------------------------------------------------

Anna Thorton, Joy Weiss, Ken Rother, Saul Griffith
Jan 27, 2022

CORNELL BUSINESS FORUM 

Investing To Do the Greatest Good 

--------------------------------------------------------------------------------

Andrew Karolyi, David Einhorn ‘91
Jan 18, 2022

AT-HOME DIAGNOSTICS 

The Next Wave of Healthcare Startups 

--------------------------------------------------------------------------------

David Stein, Li Jiang ‘14, Mia Muschek, Param Kulkarni
Dec 17, 2021

THE VIEW FOR 2022 

Insights and Expectations for the U.S. Hotel Industry 

--------------------------------------------------------------------------------

C. Patrick Scholes ‘94, Jan D. Freitag '97, Michael G. Medzigian ‘82, Michelle
Russo, CHAM, MAI, CHA ‘87, Steven Carvell
Dec 14, 2021

CONSCIOUS CONSUMPTION 

Embracing Green Marketing to Boost Loyalty and Impact 

--------------------------------------------------------------------------------

Drew Fraser ‘89, Harry M. Kaiser, Shanjun Li, Stephanie Evans '10, Suzanne Shu
Dec 03, 2021

CORNELL ENERGY CONNECTION 

The Future of the Grid and Path to Decarbonization 

--------------------------------------------------------------------------------

Alicia Barton, Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Lang Tong, Ph.D.
Nov 19, 2021

DRIVING RETURNS THROUGH ENTREPRENEURSHIP 

 

--------------------------------------------------------------------------------

Andrea Ippolito, Marla Leana Beyer, MBA '20, Momo Bi
Nov 19, 2021

CORNELL ENERGY CONNECTION 

Green Hydrogen as a Low-Carbon Step Toward Net-Zero 

--------------------------------------------------------------------------------

John Stevens, Ph.D., Katrina Fritz, Paul Mutolo, Ph.D., Tanya Peacock
Nov 12, 2021

CORNELL ENERGY CONNECTION 

How Natural Gas Could Fit a Clean Energy Future 

--------------------------------------------------------------------------------

Alvaro Pinto Fajer (MBA ‘22), Areli Covarrubias, Lance Crist (BA '87), Ricardo
Hernandez Astigarraga
Nov 03, 2021

WOMEN LEADERS IN LABOR LAW 

Guiding the National Labor Relations Board 

--------------------------------------------------------------------------------

Gwynne Wilcox, Lauren McFerran, Jennifer Abruzzo, Alexander Colvin, Donica
Thomas Varner, moderator
Oct 20, 2021

BECOMING AN ENTREPRENEUR 

The Different Paths to Founder and CEO 

--------------------------------------------------------------------------------

Brandon Day, Chelsey Kingsley, Daniel Van Der Vliet, Natalie Grillon
Oct 14, 2021

DYNAMIC DECISION-MAKING 

Five Approaches to Better Problem-Solving 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Oct 05, 2021

B INVESTED 

The Value of B Corp Certification 

--------------------------------------------------------------------------------

Christopher Marquis, Vicki Benjamin, Gideon Cohn, Traci Shirachi, Vicente
Escriva - Moderator
Sep 29, 2021

NAVIGATING NEW WORK-LIFE REALITIES 

 

--------------------------------------------------------------------------------

Alexander Colvin, Carla Grant Pickens, Vanessa Bohns
Sep 09, 2021

SUMMIT ON ENTREPRENEURSHIP AND EQUITY, SUSTAINABILITY AND SOCIAL JUSTICE 

September 9-10, 2021 

--------------------------------------------------------------------------------

Adam Boyko, Alex Ruiz, Anu Rangarajan, Chris Hemmeter ’86, P '22, Dr. Gail P.
Myers, Earl Martin Phalen, Elizabeth (Liz) Ngonzi, '98, Hindatu Mohammad, DVM,
James Malcolm Ross, Jean-Yin Tan, DVM, DACVIM-LAIM, Joseph M. Yracheta, Juan
Guzman, Konda Mason, Olivia Watkins, Ted Teng
Sep 08, 2021

SCIENTIST TO CEO 

Turning Life Science Innovations Into Startup Success 

--------------------------------------------------------------------------------

Abraham Heifets, Ph.D. BS '01 MEng '02, Andrea Ippolito, Jacob Becraft, Ph.D.,
Piraye Beim, Ph.D. '07
Sep 03, 2021

FAST FORWARD 

Digital Transformation Trends Not to Miss 

--------------------------------------------------------------------------------

Clarence Lee
Aug 20, 2021

WORKSHOP YOUR NETWORK 

Cultivating Mentors, Peers, and Mentees in Business 

--------------------------------------------------------------------------------

Michelle Y. Talbert
Aug 19, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

Risk, Recovery, and Loyalty 

--------------------------------------------------------------------------------

Karan Girotra, Kate Walsh, Mark Nasr
Aug 05, 2021

SHARPEN YOUR BUSINESS SKILLS 

A Conversation for Scientists and Engineers 

--------------------------------------------------------------------------------

Andrea Ippolito, Delia Hughes, Nate Cook, Tom Schryver
Jul 28, 2021

ROLL OUT RIGHT 

How to Find Your Startup’s Best Beachhead Market 

--------------------------------------------------------------------------------

Aaron Walls, MBA '14, Andrea Ippolito, Andrés E. Gutiérrez A., M.S. '19, Levon
Atoyan, Ph.D. '18, Tom Schryver
Jul 23, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

21st Century Propulsion of Emerging Markets and Innovative Supply Chains 

--------------------------------------------------------------------------------

Jinhua Zhao, Ph.D., Lourdes Casanova, Pablo Borquez Schwarzbeck, MBA ‘15
Jul 22, 2021

MAKE BIG DECISIONS BETTER 

11 Myths to Stop Believing Now 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
Jul 16, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

Finance and Sustainability 

--------------------------------------------------------------------------------

Angela Mwanza, MBA ‘00, John Tobin, Mark Nelson
Jul 09, 2021

THE NEW RULES 

Redefining Global Business Leadership 

--------------------------------------------------------------------------------

Andrew Karolyi, Judy Samuelson, Michelle Duguid
Jun 24, 2021

HEALTHY FUTURES 

Transforming Our Lives Through COVID-19’s Lessons 

--------------------------------------------------------------------------------

Brooke Hollis, Heather Kolakowski, Mardelle Shepley, Nicolas Ziebarth
Jun 16, 2021

LABOR'S BIG MOMENT? 

Insights from Journalists 

--------------------------------------------------------------------------------

Alexander Colvin, Eleanor Mueller, Lauren Kaori Gurley, Noam Scheiber, Paige
Smith
Jun 02, 2021

SOCIAL LISTENING 

An Essential Tool for Responsive, Customer-centric Service 

--------------------------------------------------------------------------------

Ana Brant, Ian-Michael Farkas, Kathy LaTour, Liam Fayed
Jun 01, 2021

A CAPTIVATED AUDIENCE 

How Professional Visualization Tools Can Make Your Data Shine 

--------------------------------------------------------------------------------

David Gold
May 19, 2021

TELLING YOUR STORY FOR PROFESSIONAL SUCCESS 

How to Align Your Purpose and Your Paycheck 

--------------------------------------------------------------------------------

Elizabeth (Liz) Ngonzi, '98
May 13, 2021

THERMOMETERS, TIRAMISU, AND PAPERBACKS 

How Venetians Invented Everything 

--------------------------------------------------------------------------------

Meredith F. Small
May 12, 2021

COMMUNICATION WITH IMPACT 

Managing Audience Perception in Unscripted Live and Virtual Interactions 

--------------------------------------------------------------------------------

Maria Wolfe
May 10, 2021

THE PRO ACT 

Upending the Labor Landscape 

--------------------------------------------------------------------------------

Alexander Colvin, Cathy Creighton ’87, Tom Perez
May 05, 2021

STARTUP JOBS 101 

What to Ask and How to Succeed 

--------------------------------------------------------------------------------

Ben Boyd, Maya Carmeli, M.S. '18, Paulette Jencks, MBA '11, Val Mack
Apr 29, 2021

ELAB DEMO DAY 

Pitches From Cornell’s Premier Startups 

--------------------------------------------------------------------------------

Ken Rother, Zach Shulman
Apr 28, 2021

RESTARTING THE CRUISE INDUSTRY 

Challenges and Opportunities 

--------------------------------------------------------------------------------

Dr. Helene D. Gayle, M.D., MPH, Frank J. Del Rio, Kate Walsh, Richard D. Fain,
Rob Kwortnik
Apr 23, 2021

THE BUSINESS OF FOOD 

Supply Chain Disruption and Innovation 

--------------------------------------------------------------------------------

Susan Guerin ‘83 (SHA), Ed McLaughlin, Jim Prevor ’83 (A&S), P’24 (SHA), Todd
Schnuck, MBA ‘83, Mike Thompson ’77 (Dyson)
Apr 15, 2021

WORK WITH IMPACT 

Pathways to Social and Environmental Careers 

--------------------------------------------------------------------------------

Georgia Maloney, John Kim, Martie Curran, Monica Touesnard
Apr 15, 2021

THE NEXT FRONTIER FOR BUSINESS 

Social Justice and Sustainability 

--------------------------------------------------------------------------------

Glen Dowell, Kamillah Knight, Kandi White
Apr 15, 2021

HOSPITALITY OUTLOOK 2021 

Hotel Performance, Capital Markets, and Consumer Behavior 

--------------------------------------------------------------------------------

Cindy Estis Green ’79, Dave Roberts, Jess Petitt '05, Rachael Rothman MPS ’95
Apr 12, 2021

CHANGING THE WORLD 

Making a Positive Impact Through Social Entrepreneurship 

--------------------------------------------------------------------------------

Anke Wessels, Marina Kim, Scot Tatelman
Apr 09, 2021

ACHIEVING EQUITY 

The Power of Community Organizing and Small Business Revitalization 

--------------------------------------------------------------------------------

Gladys Brangnam, Lourdes Zapata, Purnima Mohan
Apr 09, 2021

INVESTING IN AFRICAN REAL ESTATE 

Emerging Trends and Opportunities 

--------------------------------------------------------------------------------

Bright Owusu-Amofah, Hafeez G. Giwa, Kifr Rusin, Tola Akinhanmi
Apr 08, 2021

EMBODIED NARRATIVES 

Engaging the Future of Immersive Content 

--------------------------------------------------------------------------------

Nonny de la Peña, Tapan Parikh, Anna Huff
Apr 08, 2021

HIGH-IMPACT PITCHES AND PRESENTATIONS 

Speaking With Confidence and Authenticity 

--------------------------------------------------------------------------------

Casey Carpenter
Apr 07, 2021

BEING PRESENT 

Giving Talks That Highlight Authentic Expertise 

--------------------------------------------------------------------------------

Traci Nathans-Kelly
Apr 07, 2021

PROFESSIONAL SPORTS SIDELINED 

Pivoting Through Crisis 

--------------------------------------------------------------------------------

Gary Bettman, BS ’74, Harry Katz, Jacqueline Davidson, JD ’05, JC Tretter ’13,
Jeffrey Mishkin, JD ’72
Apr 01, 2021

HOW TO TELL A JOKE 

Timeless Strategies for Winning the Room and Getting Ahead 

--------------------------------------------------------------------------------

Michael Fontaine
Mar 30, 2021

USING TECHNOLOGY TO REINVENT HOSPITALITY BUSINESS MODELS 

Investing, Development, and Operation 

--------------------------------------------------------------------------------

Chris Hemmeter ’86, P '22, Elena Belavina, Jason Brown '05, Rami Zeidan
Mar 25, 2021

MANAGEMENT WRITING 

The Pursuit of Wow 

--------------------------------------------------------------------------------

Craig R. Snow
Mar 25, 2021

UNIONIZATION IN BIG TECH: WHY NOW? 

The Future of Work: Labor in America 

--------------------------------------------------------------------------------

Alexander Colvin, Chewy Shaw, Jessica García
Mar 24, 2021

SALES FOR TECH STARTUPS 

Strategies for Growing a Successful Sales Team 

--------------------------------------------------------------------------------

Amy Cheney, MBA '14, Mark Kostove, Tim Krozek, MBA '01
Mar 23, 2021

POST-2020 FOOD AND BEVERAGE 

Rebuilding an Embattled Industry 

--------------------------------------------------------------------------------

Devita Davison, Irene Li ’15, Jonathan Geffrard, Lilly Jan
Mar 11, 2021

NEW THINKING IN HOSPITALITY 

How Consumer Trends Have Been Reshaped by 2020 

--------------------------------------------------------------------------------

Roger Hill, Ron Swidler
Mar 10, 2021

THE INDUSTRY’S VISION OF TOMORROW’S HOSPITALITY 

 

--------------------------------------------------------------------------------

Marie Ozanne, Michele Sarkisian, Randy Garutti ’97, Ron Swidler
Mar 09, 2021

PRE-DISPUTE MANDATORY ARBITRATION 

A Model for Settling Disputes in a Positive Manner or a Forced Denial of
Employee Rights? 

--------------------------------------------------------------------------------

Alexander Colvin, David Sherwyn, Harry Katz
Feb 25, 2021

OWNERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Andy Ingraham, Crystal V. Thomas '08, Victor B. Younger, Warren Thompson
Feb 22, 2021

CROSS-CULTURAL COMMUNICATION 

How to Work With Anyone From Anywhere 

--------------------------------------------------------------------------------

Barbara E. Mink
Feb 19, 2021

HE SAID, SHE LISTENED 

Mansplaining, Gaslighting, and Epistemic Entitlement 

--------------------------------------------------------------------------------

Kate Manne
Feb 18, 2021

LEADERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Eris Sims '99, Gracelyn Goodridge, Kate Walsh, Rafael Bitanga, Vikas Reddy
Feb 09, 2021

THE BIDEN NLRB 

Bipartisan Perspectives 

--------------------------------------------------------------------------------

David Sherwyn, Harry Johnson III, Harry Katz, Wilma Liebman
Feb 05, 2021

WALL STREET VS. MAIN STREET 

Who Loses When the Game Stops? 

--------------------------------------------------------------------------------

Mark Nelson, Maureen O’Hara, Scott Yonker
Feb 03, 2021

THE NEXT STARTUP WAVE 

Why the Time Is Ripe for Hardware Companies 

--------------------------------------------------------------------------------

Anna Thornton, Carl Bass, David Putnam, Jason Guss, Ph.D
Jan 28, 2021

FINTECH 2021 

The Year Ahead 

--------------------------------------------------------------------------------

David Ehrich ‘85, Pamela Moulton, Peter Balnaves, Will Cong
Jan 21, 2021

CUSTOMER SOCIAL ENGAGEMENT 

Loyalty, Reputation, and Profits 

--------------------------------------------------------------------------------

Chris Anderson, Geoffrey Ryskamp, Michael Morton, Tammy Lucas
Jan 14, 2021

STARTING A PPE COMPANY DURING A PANDEMIC 

Lessons Learned 

--------------------------------------------------------------------------------

Alexandra Stanton, Dr. Gabrielle Page-Wilson
Jan 14, 2021

SHAPING THE FUTURE OF LEARNING AND LEADERSHIP 

Lessons Learned From a Pandemic 

--------------------------------------------------------------------------------

Devin Bigoness, Elizabeth Mannix, Kindra Helderle, Mark Dembo
Jan 14, 2021

REIMAGINING TRAVEL 

Reinventing the Travel Experience & Using Data to Boost Recovery 

--------------------------------------------------------------------------------

Antonio Figueiredo, Dave Roberts, Francis Davidson, Vivek Bhogaraju, MMH ’06
Dec 18, 2020

CORNELL ENERGY CONNECTION 

The Future of Energy Storage 

--------------------------------------------------------------------------------

Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Kevin Johnson, MBA ‘09, Mike Conway,
Nico Johnson, Nupur Pande, MBA ‘11
Dec 15, 2020

EFFECTIVE DIGITAL MARKETING DURING COVID-19 

What Hospitality Managers Need To Know 

--------------------------------------------------------------------------------

Bill Carroll, James Siebold, Max Starkov, Stephanie Smith
Dec 15, 2020

CODESWITCHING 

Navigating the Dynamics of Workplace Norms 

--------------------------------------------------------------------------------

Courtney L. McCluney, Deborah Streeter
Dec 11, 2020

MEETING THE ENERGY CHALLENGE 

Can Data Centers Become Carbon Neutral? 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Christian Belady, Kenneth Davies, Reid Spolek, Susanna Kass
Dec 09, 2020

NEW YORK CITY REAL ESTATE 

Straight Talk on the Road to Recovery 

--------------------------------------------------------------------------------

Andrew H. Tisch, SHA ’71, Deborah Friedland, SHA ‘88, MS-RE ’95, Kenneth A.
Himmel, SHA ’70, Michael Samuelian
Dec 08, 2020

INNOVATORS IN FOOD AND AGRICULTURE 

Meet the Top Startups From the Grow-NY Competition 

--------------------------------------------------------------------------------

Jenn Smith, Ted Eveleth, Toby Thomas, Yael Alter
Dec 08, 2020

REOPENING RESTAURANTS AFTER COVID-19 

Lessons From Asia 

--------------------------------------------------------------------------------

Ivan Brehm, Lilly Jan, Travis Masiero
Dec 04, 2020

ENERGY JUSTICE 

Exploring an Equitable Green Transition 

--------------------------------------------------------------------------------

Omar Blayton, Raya Salter, Richard Stedman
Dec 02, 2020

19TH ANNUAL LABOR AND EMPLOYMENT LAW ROUNDTABLE 

 

--------------------------------------------------------------------------------

Bruce Tracey, David Sherwyn, Harry Katz, Richard W. Hurd
Nov 24, 2020

BLACK ENTREPRENEURSHIP 

Overcoming Adversity and Staying Focused 

--------------------------------------------------------------------------------

Hakim Weatherspoon, Marquita M. Qualls, Ph.D., Shila Nieves Burney, Titus
Calloway
Nov 20, 2020

THE FUTURE OF SENIOR LIVING 

Expectations, Challenges, and Innovations 

--------------------------------------------------------------------------------

Alex Susskind, Brooke Hollis, Mardelle Shepley, Rohit Verma
Nov 11, 2020

PRESENTATION OF THE 2020 CORNELL INDUSTRY LEADER AWARD 

immediately followed bySocial Impact in Real Estate: An Interview with Tammy
Jones '87, CEO of Basis Investment Group and the 2020 Cornell Industry Leader
Award Recipient 

--------------------------------------------------------------------------------

Kirk A. Sykes, Tammy Jones
Nov 09, 2020

EFFECTIVE LEADERSHIP THROUGH CRISIS 

Navigating the Long-Term Impact of COVID-19 

--------------------------------------------------------------------------------

Donna Haeger, Evan Frazier, BS ‘92, Mathieu Laberge, MBA ‘16, Sharon MacDougall,
MBA/MS ‘19
Nov 02, 2020

LEADERSHIP THROUGH STORYTELLING 

How To Leverage Authenticity and Amplify Your Impact 

--------------------------------------------------------------------------------

Connie Kwan, Keith Cowing
Oct 29, 2020

AN EXCLUSIVE PRESENTATION OF 2020 INSTITUTIONAL REAL ESTATE ALLOCATIONS MONITOR 

Immediately followed byGlobal Real Estate Institutional Investment Trends
Moderated by Doug Weill ‘88 

--------------------------------------------------------------------------------

Douglas M. Weill '88, Gerald Fang, Matt Hershey, Pamela Thomas, Paul Von
Steenburg ‘04
Oct 28, 2020

THE JOURNEY UP 

Chad Dickerson’s Path From English Major To Etsy CEO 

--------------------------------------------------------------------------------

Austin Bunn, Chad Dickerson
Oct 27, 2020

INSIGHTS ON REAL ESTATE CAPITAL MARKETS FROM LEADERS ON WALL STREET 

Moderated by Jeffrey Horowitz ‘86 

--------------------------------------------------------------------------------

Jeffrey Horowitz ‘86, Ralph Rosenberg, Sherry Rexroad, Warren de Haan ‘97
Oct 27, 2020

EMPLOYEE-ORIENTED TECH 

Relevance, Risk, and Reward 

--------------------------------------------------------------------------------

Andrada Paraschiv, David Sherwyn, Kyle Miller, Nigel Beck, Shawndra Jones
Oct 23, 2020

THRIVING IN ISOLATION 

Health and Human Connection 

--------------------------------------------------------------------------------

Anthony Ong, Erin Peavey, Heather Kolakowski, Kristina Workman, LaWanda H. Cook,
Matt Saleh
Oct 22, 2020

MACRO TRENDS AND MARKET INSIGHTS 

Andrew Ross Sorkin '99 speaks with Abby Joseph Cohen '73 

--------------------------------------------------------------------------------

Abby Joseph Cohen, Moderated by: Andrew Ross Sorkin '99
Oct 16, 2020

SUPERCHARGE YOUR LINKEDIN PRESENCE 

Find Your Dream Job and Build Your Network 

--------------------------------------------------------------------------------

Katy Yoder, Kay Collier, Rob Humphrey
Oct 15, 2020

RESTORING FINANCIAL STABILITY IN EMERGING MARKETS 

The Case Study of India 

--------------------------------------------------------------------------------

Andrew Karolyi, Eswar Prasad, Kaushik Basu, Lourdes Casanova, Viral V. Acharya
Oct 06, 2020

PODCAST MARKETING 

Building an Audience and Responding to Crisis 

--------------------------------------------------------------------------------

Stephanie Cartin
Oct 01, 2020

THE POST-PANDEMIC FUTURE OF COLLEGE TOWNS 

Leveraging Innovation and Entrepreneurship 

--------------------------------------------------------------------------------

Christine Mehta, Justin Baer, Marcela Escobari, Matt Marx, Philip Gaskin, Robert
D. Atkinson
Sep 23, 2020

INNOVATING FOR A POST-PANDEMIC FUTURE 

Challenges and Opportunities in the Hospitality Industry 

--------------------------------------------------------------------------------

Bill Patterson, Ian Schrager, Kate Walsh, Pasquale DeMaio
Sep 15, 2020

RECOVERY BY THE NUMBERS 

What to Expect in the Lodging Industry 

--------------------------------------------------------------------------------

Aran Ryan, Jan D. Freitag '97, Jess Petitt '05, Linda Canina, Scott Berman
Sep 09, 2020

LAUNCHING YOUR STARTUP IN SCHOOL 

Tales From Successful Founders Who Made It Work 

--------------------------------------------------------------------------------

Brandon Wright, Diego Rey, Eric Espinel, Jason Springs, Kristen McClellan, Pablo
Borquez
Sep 08, 2020

INCLUSIVE LEADERSHIP 

Invest in People, Inspire Others, and Improve Outcomes 

--------------------------------------------------------------------------------

Michelle Duguid, Pam Tolbert, Roxanne Lagano
Aug 31, 2020

FRANKLY SPEAKING 

In Conversation With Economist Robert H. Frank 

--------------------------------------------------------------------------------

Kate Rubenstein MBA '05, Mark Nelson, Robert H. Frank
Aug 18, 2020

RAISING CAPITAL DURING A CRISIS 

Launch and Grow Your Business With Crowdfunding 

--------------------------------------------------------------------------------

Olivia Owens
Jul 30, 2020

DATA, DISCLOSURE, AND DECISION MAKING 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Glen Dowell, Jeffrey Hales PhD '03, Kristina Rennekamp
Jul 29, 2020

SHARING THE SCREEN 

Best Practices for Successful Virtual Events 

--------------------------------------------------------------------------------

Ashley Budd, Chris Wofford, Hope Spithaler, Roberta Sumner, Susan Fussell
Jul 23, 2020

PURSUING FINANCIAL SUSTAINABILITY 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Andrew Karolyi, Jay Pierrepont ‘81, John Tobin, Vicki Bogan
Jul 22, 2020

HOTEL TRANSACTIONS AND COVID-19 

The Uneven Road to Recovery 

--------------------------------------------------------------------------------

Arthur Adler, Crocker H. Liu, David B. Pollin, Habib M. Enayetullah, Kate B.
Henriksen
Jul 16, 2020

FUNCTIONAL OR FRACTURED FOOD SUPPLY CHAINS? 

Climate Change, COVID, and Equal Access 

--------------------------------------------------------------------------------

Julie Marie Suarez, Miguel I. Gómez, Paul Sellew
Jul 09, 2020

PROFITS WITH PURPOSE 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Amy Newman, Christopher Marquis, Fred Keller
Jul 02, 2020

CAN BUSINESS EDUCATION EMPOWER SUSTAINABLE, SHARED PROSPERITY? 

 

--------------------------------------------------------------------------------

Andrew Karolyi, Kevin Hallock, Maggie Chan Jones MBA ‘09
Jul 02, 2020

LEADING OUR INDUSTRY FORWARD 

A Conversation With Two Global Industry Leaders 

--------------------------------------------------------------------------------

Anthony "Tony" Capuano '87, Kate Walsh, Keith Barr ’92
Jul 01, 2020

SMALL BUSINESSES AND COVID-19 

Legal Matters, Challenges, and Opportunities 

--------------------------------------------------------------------------------

Marlene van Nelson
Jun 29, 2020

REOPENING AND RETURNING TO WORK 

Best Practices for Startups 

--------------------------------------------------------------------------------

Andrew Quagliata, Brad Treat, Judy McKinney Cherry, Nellie Brown, M.S., CIH
Jun 05, 2020

FINTECH AND THE FUTURE 

How Big Data and Digital Disruption Are Changing Finance and Business 

--------------------------------------------------------------------------------

Andrew Karolyi, Will Cong
Jun 04, 2020

CLEAN ENERGY AND COVID-19 

Green Priorities for the Economic Recovery 

--------------------------------------------------------------------------------

Brian Bauer, Katherine Hamilton, Katherine MacDonald, Lara Skinner
Jun 03, 2020

OPPORTUNITY IN CRISIS 

How to Pivot a Hospitality Career During a Pandemic 

--------------------------------------------------------------------------------

Bruce Tracey, Chad Crandell '83, Lynda Wirth '82, Mike Hirschler ’99
May 28, 2020

BUILDING TRUST IN A SKEPTICAL WORLD 

How to Reach Customers, Teams, and Stakeholders 

--------------------------------------------------------------------------------

Keith Cowing
May 27, 2020

THE SEARCH FOR MONEY 

How Women Can Negotiate Better Startup Financing 

--------------------------------------------------------------------------------

Victoria Yampolsky
May 27, 2020

ACCOUNTING AND FINANCIAL REPORTING 

Navigating COVID-19 Challenges 

--------------------------------------------------------------------------------

Dilip Petigara, Larry Kaminsky, Mary MacAusland, Ralph Miller, Tom Gerth
May 21, 2020

TAX ADVICE FOR STARTUPS AND ENTREPRENEURS 

What You Need to Know About COVID-19 Policy Changes 

--------------------------------------------------------------------------------

Nate Cook, Renata Dabrowska, Rick Reinhold, Robert Green
May 19, 2020

YOUR PERSONAL BRAND 

Leveraging Your Unique Knowledge and Experience 

--------------------------------------------------------------------------------

Elizabeth (Liz) Ngonzi, '98
May 14, 2020

PROBLEM SOLVED 

Making Complex Decisions With Confidence and Conviction 

--------------------------------------------------------------------------------

Cheryl Strauss Einhorn
May 12, 2020

MANAGING RESTAURANTS IN THE TIME OF CORONAVIRUS 

A Look at Emerging Best Practices 

--------------------------------------------------------------------------------

Christopher Gaulke, Lindsey Brous Gitlin, Michael Cortelletti, Michelle Ho
May 07, 2020

EQUITY CROWDFUNDING 

Skipping VCs and Connecting With Passionate Investors 

--------------------------------------------------------------------------------

Andrea Ippolito, Brooke Robbins, Jonny Price, Krishan Arora, Serdar Mizrakci
May 06, 2020

BACK ON TAP 

Strategizing the Reopening of Your Taproom or Brewpub 

--------------------------------------------------------------------------------

Adam Dulye, Douglass Miller, Gavin Fine, Julia Herz, Mike Hirschler '99
May 04, 2020

RESTARTING THE HOSPITALITY INDUSTRY 

 

--------------------------------------------------------------------------------

Chip Rogers, Kate Walsh, Raymond D. Martz, Roger Hill
Apr 29, 2020

OPTIMIZE YOUR FINANCIAL DASHBOARD 

Use Data, Metrics and Key Indicators To Drive Decision-Making 

--------------------------------------------------------------------------------

Victoria Yampolsky
Apr 29, 2020

HOW LOAN RESTRUCTURING CAN KEEP HOTELS IN BUSINESS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Chris Tokarski, Daniel Lebret, Jay Mantz, Ray Potter
Apr 22, 2020

BRAND BUILDING 

Cutting Through the Noise in an Age of Extreme Choice 

--------------------------------------------------------------------------------

Chekitan Dev, Patti Mandel
Apr 22, 2020

COMMERCIAL REAL ESTATE IN THE WAKE OF A PANDEMIC 

How Borrowers and Lenders Are Responding to COVID-19 

--------------------------------------------------------------------------------

Alan Tantleff, Alfonso Munk, Jason Nick, Steven Carvell
Apr 16, 2020

THE TRAVEL INDUSTRY’S ROAD TO RECOVERY 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Jamie Lane, Mark Lomanno, Mark Woodworth
Apr 16, 2020

WHAT’S NEXT FOR NYC RESTAURANTS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Alan Rosen, Alex Susskind, Chris Mellon, Mark Maynard
Apr 15, 2020

SUSTAINABLE SUPPLY CHAIN LABOR PRACTICES 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

David Hayer, Jason Judd, Nazma Akter, Sarosh Kuruvilla
Apr 10, 2020

GLOBAL SUPPLY CHAIN (FR)AGILITY 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Linda Barrington, Miguel I. Gómez, Oliver Gao, Vishal Gaur
Apr 07, 2020

DISRUPTION IN THE FINANCIAL SECTOR 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Andrew Karolyi, Maureen O’Hara, Robert Hockett, Sanjeev Bhojraj
Apr 03, 2020

THE RESTAURANT BUSINESS IN CRISIS 

Coping with Restaurant Slowdowns, Expense Management, and the Road Ahead 

--------------------------------------------------------------------------------

Alex Susskind, James Park, Jeff Chandler, Jose Dueñas
Mar 31, 2020

LABOR-MANAGEMENT RELATIONS IN THE MIDST OF A PANDEMIC 

Conflict or Accommodation? 

--------------------------------------------------------------------------------

David Sherwyn, Harry Johnson III, Harry Katz, Paul Wagner
Mar 25, 2020

LEADING REMOTE TEAMS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Brad Bell, Diane Burton, Elizabeth Mannix, Tony Byers
Mar 20, 2020

EVIDENCE-BASED ENTREPRENEURSHIP 

A Mindset For Startup Success 

--------------------------------------------------------------------------------

Ken Rother, Tom Schryver
Mar 20, 2020

LEADERSHIP THROUGH COMMUNICATION 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Andrew Karolyi, Katherine McComas, Lynn Wooten, Theomary Karamanis
Mar 18, 2020

OVERCOMING “ALTERNATIVE FACTS” 

Advocating for Truth in Science, Society, and Your Startup 

--------------------------------------------------------------------------------

Mark Bayer
Mar 12, 2020

COACHING 

How to Focus Your Ambitions and Become Your Best Self 

--------------------------------------------------------------------------------

Angela Noble-Grange
Feb 26, 2020

UNPACKING DIGITAL DISRUPTION 

What Tech Companies Do (and Don’t Do) Well 

--------------------------------------------------------------------------------

Karan Girotra
Feb 20, 2020

WHY YOU NEED A LAWYER 

Legal Advice for Launching a Startup 

--------------------------------------------------------------------------------

Celia Bigoness
Feb 14, 2020

SUPPLY CHAIN MANAGEMENT 

How to Ensure Ethical and Sustainable Practices 

--------------------------------------------------------------------------------

Sarosh Kuruvilla
Jan 22, 2020

THE SIDE HUSTLE 

Strategies for Success 

--------------------------------------------------------------------------------

Deborah Streeter, Kirsten Barker
Jan 09, 2020

MACHINE LEARNING 

Advancements, Opportunities, and Dangers 

--------------------------------------------------------------------------------

Kilian Weinberger
Dec 12, 2019

PUTTING USERS FIRST 

How to Design Inclusive and Effective Websites 

--------------------------------------------------------------------------------

Kyle Harms
Dec 12, 2019

LEADING IN CRISIS SITUATIONS 

Doing the Right Thing 

--------------------------------------------------------------------------------

Lynn Wooten
Dec 11, 2019

FROM AN IDEA TO THRIVING START-UP 

An Insider's Perspective on Business Competitions, Mentors, Marketing and
Funding 

--------------------------------------------------------------------------------


Dec 10, 2019

FORMULAS FOR PRODUCT PRICING 

A Data-Driven Approach 

--------------------------------------------------------------------------------

Vithala R. Rao
Nov 21, 2019

BANKING AS A SERVICE 

Bridging Startup Innovation to Traditional Banking 

--------------------------------------------------------------------------------

Drew David Pascarella
Oct 30, 2019

GAME THEORY FOR BUSINESS 

Overcoming Rivals and Gaining Advantage 

--------------------------------------------------------------------------------

Justin Johnson
Oct 22, 2019

MANAGING YOUR DIGITAL PERSONAL BRAND 

Create and Own Your Digital Self 

--------------------------------------------------------------------------------

Dr. Lee Humphreys
Sep 24, 2019

HOW TO LEAD IN A VUCA WORLD 

A Conversation with General George Casey 

--------------------------------------------------------------------------------

General George W. Casey, Jr.
Sep 18, 2019

THE SCIENCE OF TRAINING 

New Frontiers in Human Resources 

--------------------------------------------------------------------------------

Brad Bell
Aug 01, 2019

THE TECHNOLOGY TRANSFER PROFESSIONAL 

A Mindset for Success 

--------------------------------------------------------------------------------


Jul 26, 2019

MAKING PRODUCTS PEOPLE LOVE 

The Boom in Product Management 

--------------------------------------------------------------------------------

Andrea Ippolito
May 29, 2019

CEREMONIAL SPEECHES 

How to Deliver a Memorable Message In Every Situation 

--------------------------------------------------------------------------------

Andrew Quagliata
May 09, 2019

SOCIAL MEDIA 

The Accounting of Everyday Life 

--------------------------------------------------------------------------------

Dr. Lee Humphreys
Apr 03, 2019

WOMEN EMPOWERED 

Fashions from the Frontline 

--------------------------------------------------------------------------------

Denise Green
Mar 21, 2019

REAL KNOWLEDGE, REAL EXPERIENCE 

A Real Estate Roundtable 

--------------------------------------------------------------------------------

Brad Wellstead, Jan deRoos, Jeanne Varney
Mar 18, 2019

COURAGE AND FEAR 

How to Lead Through Strength and Character 

--------------------------------------------------------------------------------

Erica Dawson
Dec 19, 2018

SYSTEMS THINKING 

Develop the Three-Dimensional Mindset of a Leader 

--------------------------------------------------------------------------------

Derek Cabrera, Laura Cabrera
Nov 15, 2018

ORDER OUT OF CHAOS 

A How-to for Hospitality Planners and Developers 

--------------------------------------------------------------------------------

Brad Wellstead
Nov 09, 2018

CAREERS, FAMILY, AND GENDER 

Managing Effectively in Today’s Shifting Workplace 

--------------------------------------------------------------------------------

Pam Tolbert
Oct 12, 2018

BUSINESS ANALYTICS 

Why the Ability to Read Data is Just as Important as the Ability to Read 

--------------------------------------------------------------------------------

Donna Haeger
Jul 21, 2017

A BOTTOM-UP APPROACH TO DATA-DRIVEN ANALYTICS 

Why We All Need to Be Involved 

--------------------------------------------------------------------------------

Chris Anderson
Jul 06, 2016

ENTREPRENEURIAL ANALYSIS 

How to Learn from Your Competition 

--------------------------------------------------------------------------------

Stephani Robson
view more Leadership and Business events
view fewer Leadership and Business events


POLITICS AND GLOBAL AFFAIRS

Nov 20, 2024

IMMIGRATION REFORM IN 2025 

What Is Possible? 

--------------------------------------------------------------------------------

Amy Nice, Charles Kamasaki, Marielena Hincapié, Randel Johnson, Stephen W.
Yale-Loehr, Theresa Cardinal Brown
Nov 08, 2024

CLIMATE CHANGE ON THE MOVE 

The Overheating Earth and the Uprooting of America 

--------------------------------------------------------------------------------

Abrahm Lustgarten, Kendra Bischoff
Oct 07, 2024

LOUSY DATA, LOUSY DECISIONS 

The Crisis Facing U.S. Statistical and Information Systems 

--------------------------------------------------------------------------------

Erica Groshen
Oct 01, 2024

PRESIDENTIAL ELECTION PREDICTIONS 

Running the Numbers for 2024 

--------------------------------------------------------------------------------

Peter K. Enns
Sep 27, 2024

FREEDOM AT SEA 

The Struggle to End Forced Labor in Fishing 

--------------------------------------------------------------------------------

Daniel Murphy, Jason Judd
Sep 24, 2024

BEYOND SYMPATHY AND ANTISEMITISM 

The International Community and the Creation of the State of Israel, 1947 to
1949 

--------------------------------------------------------------------------------

Derek Penslar
Sep 19, 2024

RETHINKING MIGRATION 

The Shared Journeys of People and Birds 

--------------------------------------------------------------------------------

Amanda Rodewald, Marielena Hincapié
Sep 10, 2024

POLITICAL ADS AND MENTAL HEALTH 

The Effect of Campaign Ads on Well-Being 

--------------------------------------------------------------------------------

Jeff Niederdeppe
Jul 09, 2024

IMMIGRATION INFLUX 

The Future of Boom Towns 

--------------------------------------------------------------------------------

Matthew Hall
May 10, 2024

AI AS A TRANSFORMATIVE TOOL 

Development and Inclusive Growth in Emerging Markets 

--------------------------------------------------------------------------------

Anne Miroux, Lourdes Casanova, Mark Mobius, Megha Kumar, Soumitra Dutta
May 01, 2024

EVERYONE WHO IS GONE IS HERE 

The United States, Central America, and the Making of a Crisis 

--------------------------------------------------------------------------------

Jonathan Blitzer, Marielena Hincapié
Apr 30, 2024

VILLAINS INTO HEROES 

The Rehabilitation of Fascists and Antisemites in Europe and North America 

--------------------------------------------------------------------------------

Robert Williams
Apr 17, 2024

DISSIDENT WRITERS 

A Conversation 

--------------------------------------------------------------------------------

David Folkenflik '91, Suzanne Nossel
Apr 11, 2024

GETTING TO CLIMATE JUSTICE 

A Global Approach 

--------------------------------------------------------------------------------

Joshua Busby, Kate Aronoff
Apr 10, 2024

MONEY, MORALE, AND MAYHEM 

Economic and Emotional Landscapes in the Formation of Revolutionary China,
1946-1949 

--------------------------------------------------------------------------------

Derk Pereboom, Rana Mitter
Mar 28, 2024

RACIALIZING RELIGION 

Islamophobia, Antisemitism, and Palestine 

--------------------------------------------------------------------------------

Sahar Aziz
Mar 26, 2024

ANTISEMITISM AND ANTI-ZIONISM EP.2 

Let's Talk About Anti-Zionism 

--------------------------------------------------------------------------------

Ethan Katz
Mar 18, 2024

OUT OF TIME 

On the Rise and Resilience of Anti-Muslim Bigotry Today 

--------------------------------------------------------------------------------

Moustafa Bayoumi
Mar 08, 2024

EMERGING MARKETS 

Risks and Realignments 

--------------------------------------------------------------------------------

Andrew Karolyi, Anne Miroux, Fred Olayele, Georges Ugeux, Lorenzo Pavone,
Lourdes Casanova, Marcelo Kawabata, Veneta Andonova, Yuan Jia-Zheng
Mar 07, 2024

UNMASKING THE CHINESE COMMUNIST PARTY 

History, Politics, and Society in Post-1949 China 

--------------------------------------------------------------------------------

Andrew G. Walder, Michael Kotlikoff
Feb 26, 2024

ANTISEMITISM AND ANTI-ZIONISM EP.1 

What’s the Relationship? 

--------------------------------------------------------------------------------

Dov Waxman
Feb 12, 2024

ANTISEMITISM, THE ISRAEL-HAMAS WAR, AND DISTORTING THE LAW OF GENOCIDE 

A Perfect Storm 

--------------------------------------------------------------------------------

Menachem Rosensaft
Feb 06, 2024

IMMIGRATION SLAVERY IN AMERICA 

A True Story of Forced Labor and Liberation 

--------------------------------------------------------------------------------

Saket Soni, Sarah Stillman, Stephen W. Yale-Loehr
Nov 16, 2023

THE INTERSECTIONALITY OF ANTISEMITISM, ISLAMOPHOBIA, AND RACISM 

 

--------------------------------------------------------------------------------

Ross Brann
Nov 10, 2023

IMMIGRATION AND THE ECONOMY 

Impacts and Trends 

--------------------------------------------------------------------------------

Francine Blau
Nov 03, 2023

WORKER MILITANCY 

The Implications of the Writers Guild Victory 

--------------------------------------------------------------------------------

Adam Seth Litwin, Ellen Stutzman ‘04, Harry Katz
Nov 01, 2023

SEEKING ASYLUM 

The Human Toll of the U.S. Immigration Bureaucracy 

--------------------------------------------------------------------------------

Chiara Galli, Shannon Gleeson
Oct 27, 2023

CURRENT TRENDS IN EMERGING MARKETS 

Risks and Realignments 

--------------------------------------------------------------------------------

Anne Miroux, Lourdes Casanova
Oct 05, 2023

HIGHER GROUND? 

Fashion's Climate Breakdown and Its Effect on Workers 

--------------------------------------------------------------------------------

Anne Patricia Sutanto, Jason Judd
Jul 25, 2023

A GREEN, TECHNOLOGY-ENABLED, AND RESILIENT FUTURE 

Rebuilding Ukraine’s Infrastructure Using “Smart” Delivery 

--------------------------------------------------------------------------------

Rick Geddes
May 12, 2023

THE RACE FOR CBDC ADOPTION 

An Emerging Markets Perspective 

--------------------------------------------------------------------------------

Adelou Fadele, Gabriel Söderberg, Lourdes Casanova, Mark Mobius, Ravin Nanda
May 01, 2023

U.S. CYBERSECURITY STRATEGY 

Ensuring Security and Resilience Against 21st-Century Adversaries 

--------------------------------------------------------------------------------

Leonard J. Kennedy
Apr 24, 2023

DEMOCRACY AND ITS OPPOSITES 

Challenges in a Global World 

--------------------------------------------------------------------------------

Damon Wilson, Michael Kotlikoff, Rachel Beatty Riedl, Thomas E. Garrett
Apr 13, 2023

AMERICAN ECOFASCISM 

Glaciers, Whiteness, and Genre 

--------------------------------------------------------------------------------

April Anson, Chloe Ahmann
Apr 12, 2023

AGAINST THE ECOFASCIST CREEP 

Countering Climate Nihilism 

--------------------------------------------------------------------------------

Alex Menrisky, April Anson, Bruno Seraphin, Cassie Galentine, Chloe Ahmann,
Shane Hall
Mar 22, 2023

FIGHTING FOR DEMOCRACY AND THE PLANET 

Costa Rica’s Case 

--------------------------------------------------------------------------------

Carlos Alvarado Quesada, Michael Kotlikoff, Rachel Beatty Riedl, Mario Herrero
Mar 10, 2023

INDIAN FINANCIAL MARKETS 

Uncertainty, Drivers, and Outlook 

--------------------------------------------------------------------------------

Anne Miroux, Di Chen, Lourdes Casanova, Mark Mobius, Ravin Nanda
Feb 23, 2023

ECOFASCIST ANXIETIES 

White Space-Making in the Age of Climate Change 

--------------------------------------------------------------------------------

Chloe Ahmann, Rajani Bhatia
Dec 13, 2022

CONSCIOUS FASHION 

Brands, Morals, and Money 

--------------------------------------------------------------------------------

Tasha Lewis
Dec 06, 2022

IMMIGRATION REFORM 

Might Past Be Prologue? 

--------------------------------------------------------------------------------

Charles Kamasaki, Michelle Hackman, Stephen W. Yale-Loehr
Dec 02, 2022

KISWAHILI CONTEMPORARY LITERATURE 

The Role of African Languages in Higher Ed 

--------------------------------------------------------------------------------

Anna Manyanza, Jacob Ngumbau Julius, Lello Mmassy, Menansili Abraham Mejooli,
Mũkoma Wa Ngũgĩ, N’Dri Assié Lumumba
Nov 03, 2022

DO BLACK LIVES MATTER IN BRAZIL? 

Political Mobilization and Black Feminist Protagonism 

--------------------------------------------------------------------------------

Angela Figueiredo, Ph.D.
Oct 03, 2022

PEOPLE-LED AND DATA-DRIVEN 

Buffalo Activists Fight Against Gerrymandering and for Equitable Community
Change 

--------------------------------------------------------------------------------

Russell Weaver
Sep 27, 2022

AFTERSHOCKS 

Geopolitics Since the Ukraine Invasion 

--------------------------------------------------------------------------------

Ann Simmons, Jessica Chen Weiss, Mark Landler, Peter Katzenstein, Ray
Jayawardhana
Sep 08, 2022

FAMILY BUSINESSES IN LATIN AMERICA 

A Look Ahead 

--------------------------------------------------------------------------------

Daniel Van Der Vliet, Esteban R. Brenes, Veronica Maldonado ’95
Jul 27, 2022

THE PRICE OF WATER 

Sustainable Solutions Through Advocacy 

--------------------------------------------------------------------------------

David McMahon, Kofi Osei, Marcela González Rivas, Margo Woodacre, Mary Grant -
Moderator, Mildred Warner, Peggy Gallos, Xue Zhang
Jun 22, 2022

POLARIZED POLITICS 

Class, Race, and Populism Around the World 

--------------------------------------------------------------------------------

David Roediger, Louis Römer, Mary Hicks, Tejasvi Nagaraja, Wendi Muse
May 31, 2022

THE DYNAMICS OF DISTRESS AND DEBT IN EMERGING MARKETS 

Sri Lanka’s Struggling Economy 

--------------------------------------------------------------------------------

Andrew Karolyi, Lourdes Casanova, Mark Mobius, Mihika Badjate, Ravin Nanda,
William Montgomery
May 24, 2022

THE STATE OF DEMOCRACY 

Exploring the Impact of Media Technologies 

--------------------------------------------------------------------------------


May 03, 2022

FORGING LASTING PEACE 

Movements for Justice in a Pluralist World 

--------------------------------------------------------------------------------

Leymah Gbowee, Martha E. Pollack, Rachel Beatty Riedl, Chantal Thomas
Apr 29, 2022

RISING COMMODITY PRICES 

How High Will They Go? 

--------------------------------------------------------------------------------

Dr. Jeffrey Currie, Dr. Robert Kahn, Lourdes Casanova, Mihika Badjate, Ravin
Nanda
Apr 27, 2022

CROSSING BORDERS 

New Book Shifts Focus From Fear to Restoring Immigrant Dignity 

--------------------------------------------------------------------------------

Ali Noorani, Michelle Hackman, Stephen Yale-Loehr
Apr 25, 2022

COOKING IN OUR KITCHENS 

Histories of Experiential & Ontological Knowledge Production in the Arts of the
Americas 

--------------------------------------------------------------------------------

Ananda Cohen-Aponte, Eleanor Paynter - Moderator, Ella Diaz, Jolene Rickard,
Kathryn Foster - Moderator, Sandy Rodriguez
Mar 21, 2022

MIGRATION ON STAGE 

Educating and Engaging Through the Arts 

--------------------------------------------------------------------------------

André Nascimento, Andy Colpitts, Aoise Stratford, Eleanor Paynter - Moderator
Mar 18, 2022

THE CASE OF CRYPTO 

How Digital Currencies Will Shape Emerging Markets 

--------------------------------------------------------------------------------

Dimitris Drakopoulos, Gabriel Söderberg, Lourdes Casanova, Mihika Badjate, Parma
Bains, Ravin Nanda
Mar 14, 2022

ARMED DRONES 

Limited War in Strategic and Global Contexts 

--------------------------------------------------------------------------------

Asfandyar Mir, John Brennan, Paul Lushenko, U.S. Army Lieutenant Colonel, Sarah
E. Kreps - Moderator, Steve Israel - Host
Mar 10, 2022

THE U.S. GENDER WAGE GAP 

Patterns, Policy, and the Pandemic’s Impact 

--------------------------------------------------------------------------------

Francine Blau, Eduardo Porter, Erica Groshen, Alexander Colvin
Mar 09, 2022

AFTER THE FALL 

The Future for Afghan Allies Fleeing the Taliban 

--------------------------------------------------------------------------------

Camille Mackler, Chris Purdy, Joel Kelsey, Katie Rahmlow, Nell Cady-Kruse,
Stephen Yale-Loehr
Mar 07, 2022

OUTSIDERS 

How the Invasion Concept Shapes Migration Perspectives 

--------------------------------------------------------------------------------

Anurag Agrawal, Christopher Dunn, David Lodge, Natasha Raheja, Wendy Wolford
Mar 04, 2022

RUSSIA’S WAR ON UKRAINE 

A New Attack on Peace, Rights, and Sovereignty 

--------------------------------------------------------------------------------


Feb 22, 2022

DYSON LEADS 

Advancing Food Security Through the Private Sector 

--------------------------------------------------------------------------------

Anne Byrne, PhD '21, Chris Barrett, Devry Boughner Vorwerk, Miguel Gómez
Feb 21, 2022

FREEDOM ON THE MOVE 

Freedom’s Loom 

--------------------------------------------------------------------------------

Edward E. Baptist, Eric Tagliacozzo - Moderator
Feb 16, 2022

MIGRATION IN THE AGE OF PANDEMICS 

Einaudi Center Lund Critical Debate 

--------------------------------------------------------------------------------

Dr. Zsuzsanna Jakab, Sen. Bob Menendez, Dr. Gunisha Kaur - Moderator
Feb 14, 2022

DATA DRIVEN 

New Research Puts Spotlight on Migrants’ Rights 

--------------------------------------------------------------------------------

Ian M. Kysel, Justin Gest, Stephen Yale-Loehr
Feb 07, 2022

XENOPHOBIA METER PROJECT 

Detecting and Tracking Xenophobic Speech on Social Media to Inform Policy 

--------------------------------------------------------------------------------

Gilly Leshed, Shannon Gleeson, Wendy Wolford
Feb 03, 2022

REFUGE, ASYLUM, DETENTION 

A Feminist and Queer Lens 

--------------------------------------------------------------------------------

Elif Sari ‘21, Prameela Kottapalli, Saida Hodžić
Dec 07, 2021

TWENTY YEARS OF WAR 

Coalitions of War and Anti-War 

--------------------------------------------------------------------------------

Anand Gopal, Judith LeBlanc, Lyle Jeremy Rubin, Samar Al-Bulushi, Tejasvi
Nagaraja
Dec 03, 2021

EMI PRESENTS 

Does the Term ‘Emerging Markets’ Still Make Sense? 

--------------------------------------------------------------------------------

Andrew Lim, Anne Miroux, Lourdes Casanova, Mark Mobius, Mihika Badjate, Ying Hua
Dec 01, 2021

MOVE 

An Urgent Conversation With Award-Winning Immigration Journalists and Authors 

--------------------------------------------------------------------------------

Molly O’Toole, Nadja Drost, Sonia Nazario
Nov 30, 2021

TWENTY YEARS OF WAR 

The Global War on Terror, Security Statecraft, and Racial Justice 

--------------------------------------------------------------------------------

Adam Hanieh, Ph.D., Rachel Herzing, Richard Seymour, Rozina Ali, Tejasvi
Nagaraja
Nov 15, 2021

THE AMERICAN STATE IN A MULTIPOLAR WORLD 

Jeffrey D. Sachs: Beyond American Exceptionalism 

--------------------------------------------------------------------------------

Jeffrey D. Sachs
Nov 15, 2021

INAUGURAL WEILL CORNELL MEDICINE GLOBAL SYMPOSIUM 

International Partnerships and Opportunities 

--------------------------------------------------------------------------------

Andrea Dacquino, MBA, Chelsea Clinton, DPhil, MPH, Dan Fitzgerald, M.D., David
Wyman, MPA, Javaid I. Sheikh, M.D., MBA, Jennifer Downs, M.D., Ph.D., Lisa
Newman, M.D., MPH, FACS, FASCO, Michael Stewart, M.D., MPH, Mohamed Sulaiman,
M.D., FAAP, FACC, Robert Lorenz, M.D., M.B.A., Wolfgang Aulitzky, M.D.
Nov 01, 2021

THE AMERICAN STATE IN A MULTIPOLAR WORLD 

Joseph S. Nye: The Future of U.S.-China Relations 

--------------------------------------------------------------------------------

Joseph S. Nye, Jr.
Oct 18, 2021

THE AMERICAN STATE IN A MULTIPOLAR WORLD 

Francis Fukuyama: COVID-19, Climate, and the Coming Challenges to Global
Democracy 

--------------------------------------------------------------------------------

Francis Fukuyama, Martha E. Pollack
Sep 22, 2021

MIGRATION IN THE MEDIA 

Telling the Stories 

--------------------------------------------------------------------------------

Andrea Bachner - moderator, Douglas Herman, Eleanor Paynter - moderator, Katy
Fallon, Krista Lynes, Molly O’Toole, Nazanin Froghi, Robert Irwin, Sonia
Nandzik-Herman, Tanvi Misra
Aug 18, 2021

STORYTELLING IN UGANDA 

A Case Study in Critical Design Thinking 

--------------------------------------------------------------------------------

Bridget Nanyonjo, Jon McKenzie, Kevin Gibbons, Mercy Ahukana
Aug 12, 2021

DISSECTING DISCRIMINATION 

The Living Legacy of Migration, Race, and Politics 

--------------------------------------------------------------------------------

Gerard Aching, Michael Kotlikoff, Shannon Gleeson, Stephen Yale-Loehr, Wendy
Wolford
Aug 06, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

Expanding Financial Assets and Real Estate Access 

--------------------------------------------------------------------------------

Daniel Moritz ‘03, Linda Barrington, Natalie Williams, Dyson ‘86, Scott Yonker
Jul 23, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

21st Century Propulsion of Emerging Markets and Innovative Supply Chains 

--------------------------------------------------------------------------------

Jinhua Zhao, Ph.D., Lourdes Casanova, Pablo Borquez Schwarzbeck, MBA ‘15
Jul 07, 2021

AMOR AND EXILE 

True Stories of Love Across America’s Borders 

--------------------------------------------------------------------------------

Nathaniel Hoffman, Nicole R. Salgado
Jun 23, 2021

NEGOTIATING POLICE REFORM 

What’s at Stake and Where Do We Stand? 

--------------------------------------------------------------------------------

Colin Dorrity, Cynthia Herriott-Sullivan, Dan McCray, Fred Brewington, Esq
May 20, 2021

CHINA 

In Search of a Green Economy 

--------------------------------------------------------------------------------

Crystal Geng, David Wu, Gary Xiao, Henry Li, Lourdes Casanova, Yan Chen 陈彦, Ying
Hua
May 11, 2021

WE ARE ALL IN THIS TOGETHER 

Improving Our Health Literacy Skills 

--------------------------------------------------------------------------------

Karen L. Brown, M.A.
May 10, 2021

THE PRO ACT 

Upending the Labor Landscape 

--------------------------------------------------------------------------------

Alexander Colvin, Cathy Creighton ’87, Tom Perez
May 05, 2021

ATTACKS ON DEMOCRACY 

Challenges and Solutions With Amartya Sen 

--------------------------------------------------------------------------------

Amartya Sen, Kaushik Basu
Apr 28, 2021

COVERING COVID-19 

How Journalists Tackled the Biggest Science Story of Our Time 

--------------------------------------------------------------------------------

Apoorva Mandavilli, Faye Flam, Jason Beaubien, Jon Cohen
Apr 27, 2021

RACISM IN AMERICA 

The Economy 

--------------------------------------------------------------------------------

Erica Groshen, Lawrence Glickman, Riché Richardson, Tejasvi Nagaraja, Tracy Jan
Apr 27, 2021

PROMOTING PUBLIC-PRIVATE PARTNERSHIPS IN THE PURSUIT OF CYBERSECURITY 

Are You Safe? 

--------------------------------------------------------------------------------

General (Retired) Keith Alexander, Jamil Jaffer, Sarah E. Kreps - Moderator
Apr 22, 2021

ONE YEAR LATER, WHAT’S AHEAD FOR TEACHERS? 

The Future of Work: Labor in America 

--------------------------------------------------------------------------------

Alexander Colvin, Randi Weingarten
Apr 22, 2021

THE FUTURE OF TECH IN INDIA 

Leveraging Digitalization for Inclusive Growth 

--------------------------------------------------------------------------------

Lourdes Casanova, Saurabh Agrawal, Shobana Kamineni, Soumitra Dutta, Vinit Kr
Khicha
Apr 19, 2021

THE COVID-19 EPIDEMIC IN NEW YORK STATE 

Where We've Been, Where We Are, and Where We’re Headed 

--------------------------------------------------------------------------------

Eli Rosenberg '06 (CALS), Ph.D.
Apr 15, 2021

THE COMING AI REVOLUTION 

Policy, Politics, and Ethics 

--------------------------------------------------------------------------------

Baobao Zhang, Moderated by: Andrew Ross Sorkin '99, Sarah E. Kreps - Moderator,
Shaun Nichols
Apr 09, 2021

CRASHING THE PARTY 

The Final Installment of the Speak Now Series on Political Polarization 

--------------------------------------------------------------------------------

Justin Amash
Apr 09, 2021

INVESTING IN AFRICAN REAL ESTATE 

Emerging Trends and Opportunities 

--------------------------------------------------------------------------------

Bright Owusu-Amofah, Hafeez G. Giwa, Kifr Rusin, Tola Akinhanmi
Apr 09, 2021

UNWALLING CITIZENSHIP 

Building Solidarity, Not Walls 

--------------------------------------------------------------------------------

Fonna Forman, Jessica Levin Martinez (Moderator), Patchen Markell (Moderator),
Teddy Cruz
Apr 08, 2021

THE COST OF CHEAP CLOTHES 

The Impacts of Fast Fashion on Labor & Environment 

--------------------------------------------------------------------------------

Agata Smeets, Natalie Grillon, Tasha Lewis
Apr 01, 2021

CRITICAL REFUGEE STUDIES 

Militarism, Migration, and Memory Work 

--------------------------------------------------------------------------------

Cathy Schlund-Vials, Ma Vang, Yến Lê Espiritu
Mar 31, 2021

CITIES AND SUBURBS 

How Housing Affects Our Communities 

--------------------------------------------------------------------------------

Boris Santos, Suzanne Lanyi Charles, Willow S. Lung-Amam
Mar 22, 2021

LATIN AMERICA IN THE GLOBAL ECONOMY 

Prospects After the Lockdown Crisis 

--------------------------------------------------------------------------------

Alicia Bárcena, Cristina Gallach, Gustavo A. Flores-Macías, Lourdes Casanova,
Peter Hakim
Mar 19, 2021

CROSSING BORDERS 

Episode 3 of Speak Now, a Series on Political Polarization 

--------------------------------------------------------------------------------

Stephen W. Yale-Loehr
Mar 18, 2021

THE FUTURE OF DEMOCRACY 

A Conversation With President Bill Clinton 

--------------------------------------------------------------------------------

President Bill Clinton, Steve Israel, Bob Harrison
Mar 18, 2021

DATA-DRIVEN POLICY MAKING 

Challenges and Opportunities in Unprecedented Times 

--------------------------------------------------------------------------------

Dana Weiner, Max Kapustin
Mar 17, 2021

CLIMATE (IN)JUSTICE 

The Quest for Equity in a Changing Climate 

--------------------------------------------------------------------------------

Benjamin Houlton, Tamara Toles O’Laughlin, Linda Shi
Mar 06, 2021

SPEAK NOW 

Law and Disorder With Constitutional Scholar Michael Dorf 

--------------------------------------------------------------------------------

Michael C. Dorf
Mar 05, 2021

PURSUING CITIZENSHIP IN THE ENFORCEMENT ERA 

A Discussion With Author Ming Hsu Chen 

--------------------------------------------------------------------------------

Ming Hsu Chen, Shannon Gleeson
Feb 24, 2021

RACISM IN AMERICA EP.3 

Protest Movements and Civil Disobedience 

--------------------------------------------------------------------------------

Aziz Rana, Christine Balance, Ella Diaz, Katrease Stafford, Margaret Washington,
Noliwe Rooks, Russell Rickford
Feb 19, 2021

BUILDING BRIDGES AND ENCOURAGING DIALOGUES 

Emerging Trends in African Economies 

--------------------------------------------------------------------------------

Franklin Olakunle Amoo, Ngozi Eunice Egbuna, Ph.D., Onyinye F. Akujuo
(Moderator), Uchenna Akujuo, Wael Mohamed
Feb 11, 2021

REIMAGINING CITIZENSHIP 

Prospects for Immigration Reform During the Biden Administration 

--------------------------------------------------------------------------------

Doris Meissner, Jorge Lima, Kerri Talbot, Stephen Yale-Loehr
Feb 09, 2021

THE BIDEN NLRB 

Bipartisan Perspectives 

--------------------------------------------------------------------------------

David Sherwyn, Harry Johnson III, Harry Katz, Wilma Liebman
Feb 08, 2021

EMERGING MARKETS AND EMERGING MARKET MULTINATIONALS 

The Next 10 Years 

--------------------------------------------------------------------------------

Anabella Dávila, Anne Miroux, Lorenzo Pavone, Lourdes Casanova, Paloma
Fernández, Ravi Ramamurti, Veneta Andonova
Jan 21, 2021

POLLING AND DEMOCRACY 

The Road Ahead 

--------------------------------------------------------------------------------

D. Sunshine Hillygus, David Wilson, Doug Rivers, Jennifer Agiesta, Peter K.
Enns, Scott Keeter
Dec 11, 2020

MEETING THE ENERGY CHALLENGE 

Can Data Centers Become Carbon Neutral? 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Christian Belady, Kenneth Davies, Reid Spolek, Susanna Kass
Dec 04, 2020

CHILD PHYSICAL HEALTH AND DEVELOPMENT DURING COVID-19 

 

--------------------------------------------------------------------------------

Dr. Jeffrey Snedeker, Michelle Artibee
Nov 19, 2020

RACISM IN AMERICA EP.2 

Education and Housing 

--------------------------------------------------------------------------------

Adam Harris, Daniel Lichter, Kendra Bischoff, Noliwe Rooks, Sergio Garcia-Rios
Oct 30, 2020

DECISION 2020 

What the Election Might Mean for Business 

--------------------------------------------------------------------------------

Jawad Addoum, Simone Tang, Theomary Karamanis, William Schmidt
Oct 19, 2020

BETWEEN THE POLLS 

How Voters Decide 

--------------------------------------------------------------------------------

Alexandra Cirone, Doug Kriner, Jamila Michener, Marc Lacey, Peter K. Enns,
Sergio Garcia-Rios
Oct 14, 2020

FINANCING NATURE 

Closing the Global Biodiversity Financing Gap 

--------------------------------------------------------------------------------

Andrew Deutz, Andrew Karolyi, John Tobin, Li Zhu, Marisa Drew, Suresh A. Sethi,
Tracey Cumming
Oct 09, 2020

US-MEXICO RELATIONS 

What’s Next After USMCA? 

--------------------------------------------------------------------------------

Gustavo A. Flores-Macías, Lourdes Casanova, Pablo Azcárraga, MPS ’85
Sep 30, 2020

THE ANATOMY OF AN AD 

A Bipartisan Breakdown of Top Political Advertisements 

--------------------------------------------------------------------------------

John Lapp, Liesl Hickey, Steve Israel - Host
Sep 09, 2020

DEMOCRACY AND THE POWER OF YOUR VOTE 

 

--------------------------------------------------------------------------------

Charles Stewart III, Gilda R. Daniels
Aug 28, 2020

FUNDAMENTALS OF THE FIRST AMENDMENT 

Speech, Press, and Assembly 

--------------------------------------------------------------------------------

Michael C. Dorf
Jul 16, 2020

FUNCTIONAL OR FRACTURED FOOD SUPPLY CHAINS? 

Climate Change, COVID, and Equal Access 

--------------------------------------------------------------------------------

Julie Marie Suarez, Miguel I. Gómez, Paul Sellew
Jul 15, 2020

THE 2020 ELECTION 

What Can We Expect From the Presidential Campaign? 

--------------------------------------------------------------------------------

Robby Mook, Sean Spicer, Steve Israel - Host
Jun 16, 2020

ELECTION 2020 

A Bipartisan Update on the Presidential State of Play 

--------------------------------------------------------------------------------

Basil Smikle '93, Charlie Cook, S. E. Cupp '00, Steve Israel - Host
Jun 09, 2020

GETTING BACK TO SCHOOL: 

Collaborative Strategies for Reopening K-12 Public Schools in a Fiscal Crisis 

--------------------------------------------------------------------------------

Daniel A. Domenech, John McCarthy, John W. Sipple, Randi Weingarten
May 08, 2020

CONTAGION, PERSUASION, AND MOTIVATION 

Private and Public Behavior in the COVID-19 Crisis 

--------------------------------------------------------------------------------

Linda Barrington, Robert H. Frank, Sahara Byrne, Vanessa Bohns
Apr 30, 2020

CAN ECONOMIC, POLITICAL, AND PUBLIC HEALTH REALITIES ALIGN? 

Emerging on the Other Side of COVID-19 

--------------------------------------------------------------------------------

Kaushik Basu, Lawrence Casalino, Linda Barrington, Sarah E. Kreps - Moderator
Oct 16, 2019

PUBLIC SECTOR LEADERSHIP 

Why Government Should NOT Be Run Like a Business 

--------------------------------------------------------------------------------

Seth Harris
view more Politics and Global Affairs events
view fewer Politics and Global Affairs events


REAL ESTATE AND HOTELS

Jan 21, 2025   1:00pm EST

TRANSFORMING OFFICES INTO HOTELS 

Reuse Trends in Hospitality 

--------------------------------------------------------------------------------

Brad Wellstead
Nov 12, 2024

THE MATERIALS OF MICROELECTRONICS 

Inside the Cornell Center for Materials Research 

--------------------------------------------------------------------------------

Judy Cha, Aric Shorey, David Muller, Frank Wise, Tom Pennell
Sep 05, 2024

REAL ESTATE RIGHT NOW 

Can It Transition From Toxic to Timely? 

--------------------------------------------------------------------------------

Daniel Lebret, Jan deRoos, Jeanne Varney
Jun 07, 2024

HEROES AND HOTELIERS 

A History of Black-Owned Hotels 

--------------------------------------------------------------------------------

Calvin Stovall, MPS ‘93, Victor B. Younger
May 29, 2024

THE EVOLUTION OF HOTEL SUSTAINABILITY DATA 

Carbon, Food Waste, and Beyond 

--------------------------------------------------------------------------------

Alex Nichols-Vinueza, Eric Ricaurte '01, Gizem Kilic, Jeanne Varney
Jan 08, 2024

IS ORGANIZED LABOR BACK? 

The 2023 and 2024 Hotel Industry’s Negotiations, the Biden NLRB, and a Proposal
For the Future 

--------------------------------------------------------------------------------

Anand Singh, David Sherwyn, Keith Grossman
Dec 12, 2023

HOTEL BRAND OVERLOAD 

The Coming Reckoning in the Lodging Sector 

--------------------------------------------------------------------------------

Chekitan Dev
Oct 20, 2023

NAVIGATING THE TALENT DISRUPTION 

Leveraging AI to Operate the Hotel of the Future 

--------------------------------------------------------------------------------

Alexander Mirza, David Sherwyn
Sep 26, 2023

THE SKILLS REQUIRED TO FUTURE-PROOF TOURISM DESTINATIONS 

Sustainable Tourism on a Changing Planet 

--------------------------------------------------------------------------------

Mark Milstein, Megan Epler Wood
Aug 17, 2023

POST-PANDEMIC REAL ESTATE 

What’s Ahead? 

--------------------------------------------------------------------------------

Jan deRoos
Jul 20, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Destination Management in a Carbon-Constrained World 

--------------------------------------------------------------------------------

Megan Epler Wood, Signe Jungersted
Jun 07, 2023

SUSTAINABILITY IN THE HOSPITALITY INDUSTRY 

How Data Is Making an Impact 

--------------------------------------------------------------------------------

Eloísa Urrutia Monot, Emily Smith, Eric Ricaurte '01, Jeanne Varney, Rishi Shah
’99, Tom Mallet
Apr 22, 2023

HOSPITALITY AND EQUITY 

Let's Blow Up the Boundaries for an Equitable Future 

--------------------------------------------------------------------------------

Aradhana Khowala
Apr 22, 2023

DIVERSE LEADERS, DIVERSE HOTELS 

The Leading General Managers of the World 

--------------------------------------------------------------------------------

Anthony Capuano '87, Bernd Pichler, Matthew Felix, Yvette Thomas-Henry
Apr 21, 2023

ANALYZING HR IN HOSPITALITY 

How Would Your Employees Rate You? 

--------------------------------------------------------------------------------

Amanda Nyguen, Elizabeth (Liz) Ngonzi, '98, Rob Thorpe, Steven Schuller ‘91,
Vaibhav Garg
Apr 21, 2023

FIRESIDE CHAT 

What's Next for Hospitality Real Estate? 

--------------------------------------------------------------------------------

Gilda Perez-Alvarado, Lucas Arulpragasam
Mar 30, 2023

THE NEXT 100 YEARS 

Hospitality Guests of Tomorrow 

--------------------------------------------------------------------------------

Ben Cary ’02, Chekitan Dev, Halomi Sukhbaatar, Jonathan Fuentes, Katie Moro,
Klaus Kohlmayr
Mar 14, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Creating Inclusive Destinations With Social Equity 

--------------------------------------------------------------------------------

Keenan Adams, Megan Epler Wood
Mar 08, 2023

THE NEXT 100 YEARS 

Hospitality Workforce of Tomorrow 

--------------------------------------------------------------------------------

Bruce Tracey, J.D. Barnes, Katherine Grass, Tashlin Lakhani, Vincent Slaugh
Dec 19, 2022

SUSTAINABLE TOURISM ON A CHANGING PLANET 

The Challenges of Transformation in a Global Industry 

--------------------------------------------------------------------------------

Megan Epler Wood
Dec 05, 2022

THE NET-ZERO JOURNEY 

The Path Towards and Implications of Net-Zero Hotel Emissions and a More
Sustainable World 

--------------------------------------------------------------------------------

Eric Ricaurte '01
May 17, 2022

DEJA VU ALL OVER AGAIN 

Lodging Lessons for Restaurant Distribution 

--------------------------------------------------------------------------------

Bill Carroll, Sheryl Kimes, Ashwin Kamlani
May 06, 2022

REAL ESTATE DEVELOPMENT 

Uncertainty and Opportunities 

--------------------------------------------------------------------------------

Brad Wellstead
Apr 26, 2022

THE NEXT 100 YEARS 

Innovators and Disruptors Shaping the Future of Hospitality 

--------------------------------------------------------------------------------

Emily Weiss, Hannah DeMaio, Heeyon Kim, Jamie Cohen
Apr 23, 2022

HOSPITALITY EXECUTIVE PANEL 

Titans of the Industry 

--------------------------------------------------------------------------------

Anthony Capuano '87, Kate Walsh, Keith Barr ’92, Kevin Jacobs
Apr 23, 2022

BETTER BUSINESSES FOR BETTER JOBS 

 

--------------------------------------------------------------------------------

Jessamyn Waldman Rodriguez, Tashlin Lakhani
Apr 22, 2022

TECHNOLOGY IN TRAVEL AND HOSPITALITY 

The View From Google and Blue Origin 

--------------------------------------------------------------------------------

Christina Heggie, Dave Roberts, Sarah Phelps
Apr 22, 2022

THE HOTEL OF TOMORROW PROJECT 

A Glimpse Into the Future of Hospitality 

--------------------------------------------------------------------------------

Roger Hill, Ron Swidler
Feb 24, 2022

DIVERSITY, EQUITY, AND INCLUSION 

Redefining the Hospitality Industry of Tomorrow 

--------------------------------------------------------------------------------

Chekitan Dev, David Gordon, James Pogue
Dec 17, 2021

THE VIEW FOR 2022 

Insights and Expectations for the U.S. Hotel Industry 

--------------------------------------------------------------------------------

C. Patrick Scholes ‘94, Jan D. Freitag '97, Michael G. Medzigian ‘82, Michelle
Russo, CHAM, MAI, CHA ‘87, Steven Carvell
Nov 04, 2021

GLOBAL REAL ESTATE INSTITUTIONAL INVESTMENT TRENDS 

Presenters from Texas TRS, the UN, State of Florida and Hodes Weill 

--------------------------------------------------------------------------------

Douglas M. Weill '88, Jennifer Wenzel, Natalie Hong '07, Sara Geiger
Nov 02, 2021

CORNELL REAL ESTATE CONFERENCE 

The Accelerating Digitization and Innovation of the Built World 

--------------------------------------------------------------------------------

Arie Barendrecht, Brad Greiwe, Kevin Danehy, Lucas Haldeman
Oct 28, 2021

CORNELL REAL ESTATE CONFERENCE 

The Rapidly Changing Residential Landscape 

--------------------------------------------------------------------------------

Diana Olick, Douglas C. Yearley, Jr. ’82, Drew Flahive, Gary Berman
Oct 22, 2021

THE FUTURE 

How Restaurants Can Master the Distribution Dilemma 

--------------------------------------------------------------------------------

Sheryl Kimes, Noah Glass, Adrien Desbaillets, Jianggan Li
Oct 21, 2021

CORNELL REAL ESTATE CONFERENCE 

Dominic Chu '99, CNBC Senior Markets Correspondent, Interviews Debra Cafaro,
Chairman & CEO of Healthcare REIT, Ventas Inc. 

--------------------------------------------------------------------------------

Debra A. Cafaro, Dominic Chu ‘99
Sep 30, 2021

WOMEN IN HOSPITALITY AND TRAVEL 

Opportunities, Challenges, and Progress 

--------------------------------------------------------------------------------

Hannah DeMaio, Kate Walsh, Michelle Woodley ’89, Miranda Scott
Aug 31, 2021

HERE TO STAY 

COVID-19 Responses Transform Hospitality and Restaurant Operations 

--------------------------------------------------------------------------------

Benjamin Berg, MMH ’05, Cheryl Stanley, Chrissy Gamble ’01, Clare Rock, M.D.,
Jonathan Zenilman ’77, M.D.
Aug 17, 2021

BEYOND THE LABEL 

Starting and Expanding Your Wine Journey 

--------------------------------------------------------------------------------

Cheryl Stanley
Jul 21, 2021

A GREEN SLATE 

Building Smarter, Sustainable Hotels 

--------------------------------------------------------------------------------

Bob Winter ’85, PE, Lisa Chervinsky ’89, AIA, NCARB, Shane O’Flaherty, Tyler
Lavin, MMH ’10
Jul 20, 2021

HOSPITALITY HIRING CRISIS 

Legal Concerns Facing Employers 

--------------------------------------------------------------------------------

David Sherwyn, Ilene Weisbard Berman ’86, Zev Eigen, BS ’96, JD ‘99
Jul 14, 2021

BOTTOMS UP 

Generating Income With New Beverage Programs 

--------------------------------------------------------------------------------

Cheryl Stanley, Diego Sosa, Erica Brandler, Jerry McCall
Jun 24, 2021

BREWING A BETTER WAY 

The Next Chapter in Beer Service 

--------------------------------------------------------------------------------

Anne Marisic, Ari Sanders, Douglass Miller, Sarah Jane Curran
Jun 22, 2021

POST-PANDEMIC HOTEL TRANSACTIONS 

Will the Pace Finally Pick Up? 

--------------------------------------------------------------------------------

Arthur Adler, Daniel C. Peek, Eva N. Wassermann, Shai Zelering, Steven Carvell
Jun 15, 2021

YOUR ITINERARY 

Preparing for the Comeback of Business Meetings, Conferences, and Travel 

--------------------------------------------------------------------------------

Chekitan Dev, Greg Land, Jacqueline Nunley, Kristi White, Yaron Lipshitz
Jun 08, 2021

THE CHOICE 

Industry Leaders Envision the Future of F&B 

--------------------------------------------------------------------------------

Daniella Senior, Elizabeth Tilton, Lilly Jan
Jun 02, 2021

SOCIAL LISTENING 

An Essential Tool for Responsive, Customer-centric Service 

--------------------------------------------------------------------------------

Ana Brant, Ian-Michael Farkas, Kathy LaTour, Liam Fayed
May 27, 2021

POWER OF INTELLIGENT DATA STITCHING 

Personalizing the Customer Journey 

--------------------------------------------------------------------------------

David Oppenheim, Karan Girotra, Liesl Smith, Michael Partridge ‘92, Shane
O’Flaherty
May 25, 2021

YOUR RESTAURANT'S DIGITAL FRONT DOOR 

Leveraging Digital Marketing for Success 

--------------------------------------------------------------------------------

Allison Page, Amy Woolen, Asís Martínez-Jerez, Jillian Ressler
Apr 28, 2021

RESTARTING THE CRUISE INDUSTRY 

Challenges and Opportunities 

--------------------------------------------------------------------------------

Dr. Helene D. Gayle, M.D., MPH, Frank J. Del Rio, Kate Walsh, Richard D. Fain,
Rob Kwortnik
Apr 27, 2021

WHAT KEEPS US COMING BACK 

How to Build Consumer Loyalty 

--------------------------------------------------------------------------------

Ashwin Kamlani, MMH ’03, David Rochefort ’10, Eliot Hamlisch, Helen Chun,
Jacqueline Nunley
Apr 15, 2021

HOSPITALITY OUTLOOK 2021 

Hotel Performance, Capital Markets, and Consumer Behavior 

--------------------------------------------------------------------------------

Cindy Estis Green ’79, Dave Roberts, Jess Petitt '05, Rachael Rothman MPS ’95
Apr 09, 2021

INVESTING IN AFRICAN REAL ESTATE 

Emerging Trends and Opportunities 

--------------------------------------------------------------------------------

Bright Owusu-Amofah, Hafeez G. Giwa, Kifr Rusin, Tola Akinhanmi
Apr 06, 2021

6TH ANNUAL TITANS OF REAL ESTATE 

Honoring Brian Kingston 

--------------------------------------------------------------------------------

Andrew Karolyi, Brian Kingston, Richard Baker '88
Mar 30, 2021

USING TECHNOLOGY TO REINVENT HOSPITALITY BUSINESS MODELS 

Investing, Development, and Operation 

--------------------------------------------------------------------------------

Chris Hemmeter ’86, P '22, Elena Belavina, Jason Brown '05, Rami Zeidan
Mar 23, 2021

DESIGNING FOR HEALTHY SLEEP AND TRAVEL 

A Research Perspective 

--------------------------------------------------------------------------------

Heather Kolakowski, Rana Zadeh, Rebecca Robbins, M.S., Ph.D., Rohit Verma
Mar 16, 2021

COVID-19’S EFFECT ON HR 

Hospitality’s Response to the ‘New Normal’ 

--------------------------------------------------------------------------------

Bruce Tracey, Joy Rothschild, Nikki Massey, Robert Mellwig
Mar 12, 2021

DEAN'S DISTINGUISHED LECTURE SERIES 

Evan Frazier '92 on Building Diverse Leadership 

--------------------------------------------------------------------------------

Evan Frazier, BS ‘92
Mar 11, 2021

NEW THINKING IN HOSPITALITY 

How Consumer Trends Have Been Reshaped by 2020 

--------------------------------------------------------------------------------

Roger Hill, Ron Swidler
Mar 10, 2021

THE INDUSTRY’S VISION OF TOMORROW’S HOSPITALITY 

 

--------------------------------------------------------------------------------

Marie Ozanne, Michele Sarkisian, Randy Garutti ’97, Ron Swidler
Feb 25, 2021

OWNERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Andy Ingraham, Crystal V. Thomas '08, Victor B. Younger, Warren Thompson
Feb 18, 2021

LEADERSHIP IN THE FAMILY 

Representation, Identity, and Diversity 

--------------------------------------------------------------------------------

Eris Sims '99, Gracelyn Goodridge, Kate Walsh, Rafael Bitanga, Vikas Reddy
Jan 21, 2021

CUSTOMER SOCIAL ENGAGEMENT 

Loyalty, Reputation, and Profits 

--------------------------------------------------------------------------------

Chris Anderson, Geoffrey Ryskamp, Michael Morton, Tammy Lucas
Jan 14, 2021

REIMAGINING TRAVEL 

Reinventing the Travel Experience & Using Data to Boost Recovery 

--------------------------------------------------------------------------------

Antonio Figueiredo, Dave Roberts, Francis Davidson, Vivek Bhogaraju, MMH ’06
Dec 15, 2020

EFFECTIVE DIGITAL MARKETING DURING COVID-19 

What Hospitality Managers Need To Know 

--------------------------------------------------------------------------------

Bill Carroll, James Siebold, Max Starkov, Stephanie Smith
Dec 09, 2020

NEW YORK CITY REAL ESTATE 

Straight Talk on the Road to Recovery 

--------------------------------------------------------------------------------

Andrew H. Tisch, SHA ’71, Deborah Friedland, SHA ‘88, MS-RE ’95, Kenneth A.
Himmel, SHA ’70, Michael Samuelian
Nov 19, 2020

COVID-SAFE HOTELS 

Health Innovations for Guests and Employees 

--------------------------------------------------------------------------------

David Sherwyn, Jake Phipps, Michael Frenkel, Richette Dean
Nov 11, 2020

PRESENTATION OF THE 2020 CORNELL INDUSTRY LEADER AWARD 

immediately followed bySocial Impact in Real Estate: An Interview with Tammy
Jones '87, CEO of Basis Investment Group and the 2020 Cornell Industry Leader
Award Recipient 

--------------------------------------------------------------------------------

Kirk A. Sykes, Tammy Jones
Oct 29, 2020

AN EXCLUSIVE PRESENTATION OF 2020 INSTITUTIONAL REAL ESTATE ALLOCATIONS MONITOR 

Immediately followed byGlobal Real Estate Institutional Investment Trends
Moderated by Doug Weill ‘88 

--------------------------------------------------------------------------------

Douglas M. Weill '88, Gerald Fang, Matt Hershey, Pamela Thomas, Paul Von
Steenburg ‘04
Oct 27, 2020

INSIGHTS ON REAL ESTATE CAPITAL MARKETS FROM LEADERS ON WALL STREET 

Moderated by Jeffrey Horowitz ‘86 

--------------------------------------------------------------------------------

Jeffrey Horowitz ‘86, Ralph Rosenberg, Sherry Rexroad, Warren de Haan ‘97
Oct 27, 2020

EMPLOYEE-ORIENTED TECH 

Relevance, Risk, and Reward 

--------------------------------------------------------------------------------

Andrada Paraschiv, David Sherwyn, Kyle Miller, Nigel Beck, Shawndra Jones
Oct 22, 2020

MACRO TRENDS AND MARKET INSIGHTS 

Andrew Ross Sorkin '99 speaks with Abby Joseph Cohen '73 

--------------------------------------------------------------------------------

Abby Joseph Cohen, Moderated by: Andrew Ross Sorkin '99
Oct 20, 2020

ROBOTS IN THE HOSPITALITY INDUSTRY 

Adopting New Technologies While Maintaining the Human Touch 

--------------------------------------------------------------------------------

David Sherwyn, Linda Pouliot, Peter Seiff, Steve Rimmer
Oct 13, 2020

THE FUTURE OF AIR TRAVEL 

Managing COVID-19 While Bringing Travelers Back 

--------------------------------------------------------------------------------

Antonio Figueiredo, Chris Anderson, Don Uselmann, Jeff Katz, Mark Nasr
Oct 05, 2020

THE HEALTH TRUST FACTOR 

Embracing Healthcare Principles in Hospitality 

--------------------------------------------------------------------------------

Dr. Joshua Newman, Linda Canina, Rachel Dabrowa, Scott Taber, Taimur Khan
Sep 29, 2020

REOPENING EUROPEAN HOTELS 

The Recovery and Investment Landscape 

--------------------------------------------------------------------------------

Adam Maclennan, Cody Bradshaw, Kimberly Coari, Linda Canina
Sep 23, 2020

INNOVATING FOR A POST-PANDEMIC FUTURE 

Challenges and Opportunities in the Hospitality Industry 

--------------------------------------------------------------------------------

Bill Patterson, Ian Schrager, Kate Walsh, Pasquale DeMaio
Sep 15, 2020

RECOVERY BY THE NUMBERS 

What to Expect in the Lodging Industry 

--------------------------------------------------------------------------------

Aran Ryan, Jan D. Freitag '97, Jess Petitt '05, Linda Canina, Scott Berman
Aug 25, 2020

HOSPITALITY GOES DIGITAL 

Rethinking the Online Guest Experience in a COVID-19 World 

--------------------------------------------------------------------------------

Bill Carroll, Rob Kwortnik
Jul 22, 2020

HOTEL TRANSACTIONS AND COVID-19 

The Uneven Road to Recovery 

--------------------------------------------------------------------------------

Arthur Adler, Crocker H. Liu, David B. Pollin, Habib M. Enayetullah, Kate B.
Henriksen
Jul 20, 2020

BUILDING GUEST CONFIDENCE 

Making Hospitality Safe 

--------------------------------------------------------------------------------

David Sherwyn, Dr. Robert J. Corona, Duane Schroder, Sergio Saenz, Stacy
Fischer-Rosenthal
Jul 08, 2020

HOSPITALITY MARKETING 

Adjusting Your Approach and Messaging in the Face of COVID-19 

--------------------------------------------------------------------------------

Akina Ho, Helen Chun, Michelle Irwin, Rémy Merckx
Jul 02, 2020

LEADING OUR INDUSTRY FORWARD 

A Conversation With Two Global Industry Leaders 

--------------------------------------------------------------------------------

Anthony "Tony" Capuano '87, Kate Walsh, Keith Barr ’92
Jun 18, 2020

OPERATIONAL CONTROL OF CASINOS 

Reopening In the Age of Coronavirus 

--------------------------------------------------------------------------------

Alex Koch ‘04, Julia Greenman ‘03, Marc Falcone, Michael Paz
Jun 03, 2020

OPPORTUNITY IN CRISIS 

How to Pivot a Hospitality Career During a Pandemic 

--------------------------------------------------------------------------------

Bruce Tracey, Chad Crandell '83, Lynda Wirth '82, Mike Hirschler ’99
May 27, 2020

ACCOUNTING AND FINANCIAL REPORTING 

Navigating COVID-19 Challenges 

--------------------------------------------------------------------------------

Dilip Petigara, Larry Kaminsky, Mary MacAusland, Ralph Miller, Tom Gerth
May 20, 2020

HOSPITALITY CAPITAL MARKETS 

Front-Line Expert Perspectives on the Latest Trends, Challenges, and Viable
Solutions 

--------------------------------------------------------------------------------

Mark Owens, Matthew Kirsch, Steven Carvell, Warren de Haan
May 14, 2020

HOTEL TRANSACTIONS IN A POST-COVID WORLD 

The Road Ahead 

--------------------------------------------------------------------------------

Arthur Adler, Crocker H. Liu, Lanhee Yung, Nolan Hecht, Seth Singerman
May 04, 2020

RESTARTING THE HOSPITALITY INDUSTRY 

 

--------------------------------------------------------------------------------

Chip Rogers, Kate Walsh, Raymond D. Martz, Roger Hill
Apr 29, 2020

HOW LOAN RESTRUCTURING CAN KEEP HOTELS IN BUSINESS 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Chris Tokarski, Daniel Lebret, Jay Mantz, Ray Potter
Apr 22, 2020

COMMERCIAL REAL ESTATE IN THE WAKE OF A PANDEMIC 

How Borrowers and Lenders Are Responding to COVID-19 

--------------------------------------------------------------------------------

Alan Tantleff, Alfonso Munk, Jason Nick, Steven Carvell
Apr 07, 2020

DISRUPTION IN THE FINANCIAL SECTOR 

Navigating the COVID-19 Crisis 

--------------------------------------------------------------------------------

Andrew Karolyi, Maureen O’Hara, Robert Hockett, Sanjeev Bhojraj
May 01, 2019

A WORLD-CLASS GUEST EXPERIENCE 

Every Day 

--------------------------------------------------------------------------------

Elizabeth Martyn
Mar 21, 2019

REAL KNOWLEDGE, REAL EXPERIENCE 

A Real Estate Roundtable 

--------------------------------------------------------------------------------

Brad Wellstead, Jan deRoos, Jeanne Varney
Nov 15, 2018

ORDER OUT OF CHAOS 

A How-to for Hospitality Planners and Developers 

--------------------------------------------------------------------------------

Brad Wellstead
Jan 11, 2018

A PERFECT PAIRING 

Wines to Enhance Your Guest Experience and Bottom Line 

--------------------------------------------------------------------------------

Cheryl Stanley
view more Real Estate and Hotels events
view fewer Real Estate and Hotels events


SUSTAINABILITY AND NATURE

Dec 03, 2024   2:00pm EST

SUSTAINABLE FOOD PACKAGING AND PRODUCTION 

Issues and Impacts 

--------------------------------------------------------------------------------

Chang Chen, Hanyu Chen
Nov 09, 2024

CARL SAGAN'S 90TH BIRTHDAY 

An Arts Unplugged Celebration 

--------------------------------------------------------------------------------


Nov 08, 2024

CLIMATE CHANGE ON THE MOVE 

The Overheating Earth and the Uprooting of America 

--------------------------------------------------------------------------------

Abrahm Lustgarten, Kendra Bischoff
Sep 30, 2024

REIMAGINING VENTURE CAPITAL FOR SUSTAINABILITY 

How Can We Genuinely Propel Entrepreneurship? 

--------------------------------------------------------------------------------

Cecila Young, Danilo Santoboni, Diane Kaldany, Joe Milam, Mark Milstein, Meghan
Cross, Rene Bonomi
Sep 19, 2024

RETHINKING MIGRATION 

The Shared Journeys of People and Birds 

--------------------------------------------------------------------------------

Amanda Rodewald, Marielena Hincapié
Aug 27, 2024

BENEATH OUR FEET 

Unlocking Earth’s Subsurface Secrets 

--------------------------------------------------------------------------------

Larry Brown
May 29, 2024

THE EVOLUTION OF HOTEL SUSTAINABILITY DATA 

Carbon, Food Waste, and Beyond 

--------------------------------------------------------------------------------

Alex Nichols-Vinueza, Eric Ricaurte '01, Gizem Kilic, Jeanne Varney
May 14, 2024

SUSTAINABLE DESIGN 

Creating Robust, Reliable, and Sustainable Ventures 

--------------------------------------------------------------------------------

Diane Kaldany, Erik Simanis, Jason Kliwinski, AIA, LEED Fellow, WELL AP, BECxP,
CSBA, Monica Touesnard, Moya Connelly, Rene Bonomi, Supriya Verma
Apr 16, 2024

ALIEN EARTHS 

The New Science of Planet Hunting in the Cosmos 

--------------------------------------------------------------------------------

Lisa Kaltenegger
Apr 11, 2024

GETTING TO CLIMATE JUSTICE 

A Global Approach 

--------------------------------------------------------------------------------

Joshua Busby, Kate Aronoff
Mar 07, 2024

ONE HEALTH 

Understanding Threats to Wildlife and Human Health in Asia 

--------------------------------------------------------------------------------

Martin Gilbert MRCVS, BVMS, PhD, MRes, BSc, Laura Bernert '23, Helen Lee ’03 MBA
’20, Steve Osofsky DVM ’89
Mar 07, 2024

NABOKOV, NATURALLY 

An Exploration of Vladimir Nabokov as Writer and "Butterfly Man" 

--------------------------------------------------------------------------------

Anindita Banerjee, Corrie Moreau
Feb 28, 2024

THE FUTURE OF HEMP 

An Industry of Versatility 

--------------------------------------------------------------------------------

Yousoon Baek
Feb 01, 2024

FROM OLD GARMENTS TO NEW APPAREL 

The Environmental Impact of Upcycling 

--------------------------------------------------------------------------------

Juan Hinestroza
Nov 13, 2023

VETERINARY DENTISTRY 

Systematic Oral Examinations for the Cat and Dog 

--------------------------------------------------------------------------------

Nadine Fiani
Nov 08, 2023

WOMEN IN ENTREPRENEURSHIP 

Unique Perspectives for Sustainable Innovation 

--------------------------------------------------------------------------------

Diane Kaldany, Jackie Iversen, R.Ph., M.S., Kirsten Liegmann, Lauren E. Graham,
Lisa Morales-Hellebo, Monica Touesnard, Rene Bonomi
Nov 02, 2023

THE CLIMATE CHANGE COMEDY HOUR 

Using Humor to Become a More Effective Activist 

--------------------------------------------------------------------------------

Aaron Sachs
Oct 12, 2023

ONE HEALTH 

Understanding Threats to Wildlife and Human Health 

--------------------------------------------------------------------------------

Dr. Jennifer Bloodgood, Dr. Krysten Schuler, Steve Osofsky DVM ’89
Oct 10, 2023

APEX PREDATOR, GENEROUS COMPANION 

Owls and Humans in Shared Environments 

--------------------------------------------------------------------------------

Carl Safina, Dr. Kevin J. McGowan
Oct 05, 2023

HIGHER GROUND? 

Fashion's Climate Breakdown and Its Effect on Workers 

--------------------------------------------------------------------------------

Anne Patricia Sutanto, Jason Judd
Sep 26, 2023

THE SKILLS REQUIRED TO FUTURE-PROOF TOURISM DESTINATIONS 

Sustainable Tourism on a Changing Planet 

--------------------------------------------------------------------------------

Mark Milstein, Megan Epler Wood
Sep 18, 2023

WEB3 AND SUSTAINABILITY 

Climate Impact, Crypto Innovations, and Fintech Regulation 

--------------------------------------------------------------------------------

Ari Redbord, Dana Gibber, Will Cong
Sep 15, 2023

SUCCESSFUL LANDSCAPING 

Start with the Soil 

--------------------------------------------------------------------------------

Nina Bassuk, Zachary Rood
Aug 22, 2023

ECOVILLAGES 

How to Foster and Mainstream Sustainable Lifestyles 

--------------------------------------------------------------------------------

Michèle Belot
Aug 14, 2023

CIRCULAR CONSTRUCTION 

Demand and Supply in the Local Reuse Economy 

--------------------------------------------------------------------------------

Felix Heisel
Jul 31, 2023

INNOVATE WITH PURPOSE 

Can Entrepreneurship Expedite Sustainable Impact? 

--------------------------------------------------------------------------------

Carrie Freeman, Dean Hand, Diane Kaldany, Fabrice Testa, Joe Milam, Rene Bonomi
Jul 25, 2023

A GREEN, TECHNOLOGY-ENABLED, AND RESILIENT FUTURE 

Rebuilding Ukraine’s Infrastructure Using “Smart” Delivery 

--------------------------------------------------------------------------------

Rick Geddes
Jul 20, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Destination Management in a Carbon-Constrained World 

--------------------------------------------------------------------------------

Megan Epler Wood, Signe Jungersted
Jul 11, 2023

ERADICATING FOSSIL FUELS IN THE HOME 

Cost-Effective, Climate-Conscious Energy Solutions 

--------------------------------------------------------------------------------

Robert Howarth
Jun 21, 2023

IN THIS TOGETHER 

Connecting With Your Community to Combat the Climate Crisis 

--------------------------------------------------------------------------------

Marianne Krasny
Jun 07, 2023

SUSTAINABILITY IN THE HOSPITALITY INDUSTRY 

How Data Is Making an Impact 

--------------------------------------------------------------------------------

Eloísa Urrutia Monot, Emily Smith, Eric Ricaurte '01, Jeanne Varney, Rishi Shah
’99, Tom Mallet
May 10, 2023

CORPORATE SUSTAINABILITY 

Defining Improved Social and Environmental Impact 

--------------------------------------------------------------------------------

Ann Tracy, Anne Bahr Thompson - Moderator, Diane Kaldany, Jon Richter, Judy
Samuelson, Rene Bonomi
Apr 27, 2023

OUR CHANGING MENU 

Using the Power of Food to Tackle Climate Change 

--------------------------------------------------------------------------------

Michael Hoffmann
Mar 22, 2023

FIGHTING FOR DEMOCRACY AND THE PLANET 

Costa Rica’s Case 

--------------------------------------------------------------------------------

Carlos Alvarado Quesada, Michael Kotlikoff, Rachel Beatty Riedl, Mario Herrero
Mar 17, 2023

WATER SECURITY 

Engineering Sustainable Systems and Safeguards 

--------------------------------------------------------------------------------

Daniel Loucks
Mar 14, 2023

SUSTAINABLE TOURISM ON A CHANGING PLANET 

Creating Inclusive Destinations With Social Equity 

--------------------------------------------------------------------------------

Keenan Adams, Megan Epler Wood
Feb 24, 2023

BUSINESS OF SUSTAINABILITY 

History, Trends, Policy, and Education 

--------------------------------------------------------------------------------

Andrew Karolyi, Delfina Govia '86, Mark Milstein, William Restrepo '80
Jan 24, 2023

THE FUTURE OF FINANCE 

How Digital Infrastructure Supports Resilience and Sustainability 

--------------------------------------------------------------------------------

Peter Adriaens, Ph.D., P.E., BCEEM
Jan 11, 2023

BUILDING A CLEAN ENERGY ECONOMY 

The Inflation Reduction Act and Workforce Development 

--------------------------------------------------------------------------------

Betony Jones, Dawn Euer, Kathleen Culhane, Leonard Aguilar, Teresa Acuña, Zach
Cunningham
Dec 19, 2022

SUSTAINABLE TOURISM ON A CHANGING PLANET 

The Challenges of Transformation in a Global Industry 

--------------------------------------------------------------------------------

Megan Epler Wood
Dec 05, 2022

THE NET-ZERO JOURNEY 

The Path Towards and Implications of Net-Zero Hotel Emissions and a More
Sustainable World 

--------------------------------------------------------------------------------

Eric Ricaurte '01
Nov 11, 2022

INFRASTRUCTURE OPPORTUNITIES 

Coupling Electric Power and Transportation 

--------------------------------------------------------------------------------

Anna Scaglione
Oct 25, 2022

INFRASTRUCTURE RESILIENCE 

Protection Against Natural Hazards 

--------------------------------------------------------------------------------

T.D. O’Rourke
Oct 19, 2022

CORPORATE SUSTAINABILITY 

Moving Beyond PR to a Cohesive Corporate Culture 

--------------------------------------------------------------------------------

Diane Kaldany, Eric Solomon, PhD, Eric Filipink, Jason Kilwinski, AIA, Minjia
Yang, MPA ‘15, Rene Bonomi
Oct 11, 2022

ELECTRIFYING THE AUTO INDUSTRY BY 2030 

The Future of American Car Building 

--------------------------------------------------------------------------------

Arthur Wheaton, Ian Greer, Virginia Doellgast
Sep 21, 2022

CLIMATE JOBS 

From Ambition to Action 

--------------------------------------------------------------------------------


Aug 25, 2022

ENGINEERING A LIVEABLE FUTURE FOR EVERYONE 

How Infrastructure, Technology, and Smart Policy Can Save Us 

--------------------------------------------------------------------------------

John Albertson, Linda Nozick, Patrick Reed
Jul 27, 2022

THE PRICE OF WATER 

Sustainable Solutions Through Advocacy 

--------------------------------------------------------------------------------

David McMahon, Kofi Osei, Marcela González Rivas, Margo Woodacre, Mary Grant -
Moderator, Mildred Warner, Peggy Gallos, Xue Zhang
Jul 19, 2022

BIG BUSINESS, SMALL PLANET 

Adapting to a World of Limited Resources 

--------------------------------------------------------------------------------

John Tobin
May 19, 2022

WHAT’S THAT BIRD? 

Discover Merlin Bird ID 

--------------------------------------------------------------------------------

Drew Weber, Grant Van Horn, Jessie Barry
May 18, 2022

WHAT IS A CLIMATE INNOVATOR? 

Can They Save the Planet? 

--------------------------------------------------------------------------------

Allie Thompson, Elisa Miller-Out, Johanna Wolfson, Laury Saligman, Melanie
Santiago-Mosier, Tina Kaarsberg
May 04, 2022

SUSTAINING PEOPLE AND PLANET 

Bending the Warming Curve Through Methane Mitigation 

--------------------------------------------------------------------------------

Benjamin Houlton, Mary Nichols, Ram Ramanathan, Robert Howarth
Apr 27, 2022

BOLD MOVES 

Turning Sustainability Commitments Into Action 

--------------------------------------------------------------------------------

Dallas Tebben, Glenn Dowell, Moderator, Laura Schaffer, Paula Alexander
Apr 25, 2022

INVESTOR PERSPECTIVE 

Defining a Sustainable Company 

--------------------------------------------------------------------------------

Anne Bahr Thompson - Moderator, David Grossman, Diane Kaldany, Gabriel Alves,
Kwame Marfo, Rashad Kaldany, Rene Bonomi
Apr 20, 2022

FUTURE FARMING 

The Promise of Regenerative Agriculture 

--------------------------------------------------------------------------------

Alan Martinez, Ashok Kumar, Meghan Hauser '92, Scott Day
Apr 15, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Small Businesses, Big Impact 

--------------------------------------------------------------------------------

Brian Lucas, Richy Petrina, Toby Buggiani
Apr 14, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

The New Blue Economy 

--------------------------------------------------------------------------------

Ben Conniff, Bruce Monger, Dr. Nancy Knowlton, John Virdin, Mark Huang
Apr 11, 2022

2022 CORNELL BUSINESS IMPACT SYMPOSIUM 

Climate Finance With OnePointFive Experts 

--------------------------------------------------------------------------------

Abigail Dateo (BS ‘23), Julia Akker (BS ‘14), Matthias Muehlbauer, Neil Yeoh
Feb 04, 2022

THE WHALE LISTENING PROJECT 

A Retrospective 

--------------------------------------------------------------------------------

Annie Lewandowski, Katy Payne
Dec 14, 2021

CONSCIOUS CONSUMPTION 

Embracing Green Marketing to Boost Loyalty and Impact 

--------------------------------------------------------------------------------

Drew Fraser ‘89, Harry M. Kaiser, Shanjun Li, Stephanie Evans '10, Suzanne Shu
Dec 08, 2021

THE FINAL FRONTIER 

Advanced Exoplanet Imaging to Next-Gen Space Observation 

--------------------------------------------------------------------------------

Dmitry Savransky
Dec 03, 2021

CORNELL ENERGY CONNECTION 

The Future of the Grid and Path to Decarbonization 

--------------------------------------------------------------------------------

Alicia Barton, Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Lang Tong, Ph.D.
Nov 19, 2021

CORNELL ENERGY CONNECTION 

Green Hydrogen as a Low-Carbon Step Toward Net-Zero 

--------------------------------------------------------------------------------

John Stevens, Ph.D., Katrina Fritz, Paul Mutolo, Ph.D., Tanya Peacock
Nov 15, 2021

THE AMERICAN STATE IN A MULTIPOLAR WORLD 

Jeffrey D. Sachs: Beyond American Exceptionalism 

--------------------------------------------------------------------------------

Jeffrey D. Sachs
Nov 12, 2021

CORNELL ENERGY CONNECTION 

How Natural Gas Could Fit a Clean Energy Future 

--------------------------------------------------------------------------------

Alvaro Pinto Fajer (MBA ‘22), Areli Covarrubias, Lance Crist (BA '87), Ricardo
Hernandez Astigarraga
Oct 29, 2021

GALLERY TALK 

Fashioning Sustainable Luxury With Mimi Prober 

--------------------------------------------------------------------------------

Mimi Prober, Tasha Lewis
Oct 20, 2021

SERVING SUSTAINABILITY 

Boost Your Plant-Based Cuisine Confidence 

--------------------------------------------------------------------------------

Dr. David Fechner, Heather Kolakowski, Katie Cantrell, Meredith Marin
Sep 24, 2021

HAWAIIAN HUMPBACK WHALES 

Scientific and Creative Perspectives 

--------------------------------------------------------------------------------

Annie Lewandowski, Chris Gabriele, Dr. Adam Frankel, Kyle McDonald
Sep 23, 2021

THE EVER-EVOLVING SONGS OF HUMPBACK WHALES 

 

--------------------------------------------------------------------------------

Dr. Roger Payne, Katy Payne
Sep 09, 2021

SUMMIT ON ENTREPRENEURSHIP AND EQUITY, SUSTAINABILITY AND SOCIAL JUSTICE 

September 9-10, 2021 

--------------------------------------------------------------------------------

Adam Boyko, Alex Ruiz, Anu Rangarajan, Chris Hemmeter ’86, P '22, Dr. Gail P.
Myers, Earl Martin Phalen, Elizabeth (Liz) Ngonzi, '98, Hindatu Mohammad, DVM,
James Malcolm Ross, Jean-Yin Tan, DVM, DACVIM-LAIM, Joseph M. Yracheta, Juan
Guzman, Konda Mason, Olivia Watkins, Ted Teng
Aug 12, 2021

CORNELL AGRITECH’S HEMP RESEARCH FIELD DAY 2021 

Field Presentations on Cannabinoid, Grain, Fiber, and Seedless Triploid
Cannabinoid Hemp 

--------------------------------------------------------------------------------


Jul 21, 2021

A GREEN SLATE 

Building Smarter, Sustainable Hotels 

--------------------------------------------------------------------------------

Bob Winter ’85, PE, Lisa Chervinsky ’89, AIA, NCARB, Shane O’Flaherty, Tyler
Lavin, MMH ’10
Jul 16, 2021

OPPORTUNITIES IN THE NEW PARADIGM 

Finance and Sustainability 

--------------------------------------------------------------------------------

Angela Mwanza, MBA ‘00, John Tobin, Mark Nelson
Jun 22, 2021

THE EXTRAORDINARY WORLD OF MIGRATORY BIRDS 

Links to Our Changing Planet 

--------------------------------------------------------------------------------

John W. Fitzpatrick, Scott Weidensaul
Jun 09, 2021

A BRIGHTER FUTURE 

Climate Tech Innovation Fueled by Diverse Founders 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Crystal Callahan, Elisa Miller-Out, Emily Urban, Ph.D '24,
Erica Iannotti, MBA '19, SaLisa Berrien
May 20, 2021

CHINA 

In Search of a Green Economy 

--------------------------------------------------------------------------------

Crystal Geng, David Wu, Gary Xiao, Henry Li, Lourdes Casanova, Yan Chen 陈彦, Ying
Hua
Apr 21, 2021

VISUALIZING PERSPECTIVES 

How Street Art and Gallery Art Spark Dialogue 

--------------------------------------------------------------------------------

Crystal Clarity, Kadie Salfi
Apr 15, 2021

WORK WITH IMPACT 

Pathways to Social and Environmental Careers 

--------------------------------------------------------------------------------

Georgia Maloney, John Kim, Martie Curran, Monica Touesnard
Apr 15, 2021

THE NEXT FRONTIER FOR BUSINESS 

Social Justice and Sustainability 

--------------------------------------------------------------------------------

Glen Dowell, Kamillah Knight, Kandi White
Apr 14, 2021

INNOVATING FOR FOOD AND AGRICULTURE 

Resilience in the Age of Climate Change 

--------------------------------------------------------------------------------

Henry Gordon-Smith, Neil Mattson, Paul Sellew, Shireen Santosham
Apr 08, 2021

THE COST OF CHEAP CLOTHES 

The Impacts of Fast Fashion on Labor & Environment 

--------------------------------------------------------------------------------

Agata Smeets, Natalie Grillon, Tasha Lewis
Mar 17, 2021

CLIMATE (IN)JUSTICE 

The Quest for Equity in a Changing Climate 

--------------------------------------------------------------------------------

Benjamin Houlton, Tamara Toles O’Laughlin, Linda Shi
Mar 12, 2021

UNWRAPPING FOOD WASTE 

Innovative Packaging Solutions 

--------------------------------------------------------------------------------

Julie M. Goddard, Ph.D., Kai Robertson, Paola Appendini, Ph.D., Toby Thomas
Feb 18, 2021

BIRDCAST 

Perspectives on Migration Monitoring in the Era of Big Data 

--------------------------------------------------------------------------------

Amanda Rodewald, Andrew Farnsworth
Feb 11, 2021

THE DIVERSE CULINARY FAMILY 

Representation, Identity, and Inclusivity 

--------------------------------------------------------------------------------

Alex Askew, Douglass Miller, Lenise Lee-Streeter, Njathi Kabui, Ron Duprat
Dec 18, 2020

CORNELL ENERGY CONNECTION 

The Future of Energy Storage 

--------------------------------------------------------------------------------

Jeff Weiss, BA ‘79, Kate McGinnis, MBA ‘07, Kevin Johnson, MBA ‘09, Mike Conway,
Nico Johnson, Nupur Pande, MBA ‘11
Dec 11, 2020

MEETING THE ENERGY CHALLENGE 

Can Data Centers Become Carbon Neutral? 

--------------------------------------------------------------------------------

C. Lindsay Anderson, Christian Belady, Kenneth Davies, Reid Spolek, Susanna Kass
Dec 04, 2020

ENERGY JUSTICE 

Exploring an Equitable Green Transition 

--------------------------------------------------------------------------------

Omar Blayton, Raya Salter, Richard Stedman
Nov 16, 2020

FROM CORNELL AGRITECH TO YOUR TABLE 

How Do You Like Them Apples? 

--------------------------------------------------------------------------------

Susan Brown
Oct 15, 2020

RESTORING FINANCIAL STABILITY IN EMERGING MARKETS 

The Case Study of India 

--------------------------------------------------------------------------------

Andrew Karolyi, Eswar Prasad, Kaushik Basu, Lourdes Casanova, Viral V. Acharya
Oct 14, 2020

FINANCING NATURE 

Closing the Global Biodiversity Financing Gap 

--------------------------------------------------------------------------------

Andrew Deutz, Andrew Karolyi, John Tobin, Li Zhu, Marisa Drew, Suresh A. Sethi,
Tracey Cumming
Aug 31, 2020

FRANKLY SPEAKING 

In Conversation With Economist Robert H. Frank 

--------------------------------------------------------------------------------

Kate Rubenstein MBA '05, Mark Nelson, Robert H. Frank
Aug 05, 2020

SAVING OUR FRESHWATER FISH 

Climate Change, Pollution, and Aquaculture 

--------------------------------------------------------------------------------

Pete McIntyre
Jul 30, 2020

DATA, DISCLOSURE, AND DECISION MAKING 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Glen Dowell, Jeffrey Hales PhD '03, Kristina Rennekamp
Jul 28, 2020

THE JOY OF BIRDWATCHING 

An Introduction to the World of Birds 

--------------------------------------------------------------------------------

Dr. Kevin J. McGowan
Jul 15, 2020

OUR CHANGING MENU 

Climate Change and the Foods We Love and Need 

--------------------------------------------------------------------------------

Michael Hoffmann
Jul 09, 2020

PROFITS WITH PURPOSE 

Business Education and Research With Impact 

--------------------------------------------------------------------------------

Amy Newman, Christopher Marquis, Fred Keller
Jun 04, 2020

CLEAN ENERGY AND COVID-19 

Green Priorities for the Economic Recovery 

--------------------------------------------------------------------------------

Brian Bauer, Katherine Hamilton, Katherine MacDonald, Lara Skinner
May 29, 2020

EQUITABLE ECONOMIC RECOVERY AFTER COVID-19 

The Power of Community Collaboration 

--------------------------------------------------------------------------------

Andrea Ó Súilleabháin, Jennifer Minner, Rahwa Ghirmatzion, Russell Weaver, Sam
Magavern
Mar 18, 2020

THE SOUNDS OF SCIENCE 

How to Get Scientific Research and Evidence Heard by Policymakers 

--------------------------------------------------------------------------------

Christina Stark, Marianne Krasny
Feb 14, 2020

SUPPLY CHAIN MANAGEMENT 

How to Ensure Ethical and Sustainable Practices 

--------------------------------------------------------------------------------

Sarosh Kuruvilla
Dec 11, 2019

FROM AN IDEA TO THRIVING START-UP 

An Insider's Perspective on Business Competitions, Mentors, Marketing and
Funding 

--------------------------------------------------------------------------------


Nov 14, 2019

CRISIS IN OUR OCEANS 

The Climate Change Impact 

--------------------------------------------------------------------------------

Bruce Monger
Jun 19, 2019

TACKLING GRAND GLOBAL CHALLENGES 

What It Means to be a College of Agriculture and Life Sciences in 2019 

--------------------------------------------------------------------------------

Kathryn J. Boor
Feb 28, 2019

CLIMATE CHANGE 

The Polar Vortex 

--------------------------------------------------------------------------------

Art DeGaetano
Oct 30, 2018

MAGICAL MUSHROOMS, MISCHIEVOUS MOLDS 

The Curious Flight of Fungal Spores 

--------------------------------------------------------------------------------

George Hudler
Feb 26, 2018

INSIDE AGRICULTURE 

The Farm Bill, Food and You 

--------------------------------------------------------------------------------

Jennifer Wilkins
view more Sustainability and Nature events
view fewer Sustainability and Nature events
×
View Keynote
Gain access to the event
First Name (required)

Last Name (required)

Email (required)

Net ID







Class Year


AffiliationAffiliationAlumniParentFaculty/StaffFriendStudent


Company Name


Title







By sharing my information I accept the terms and conditions described
in eCornell’s Privacy Policy, including the processing of my personal data in
the United States. *


Register Now
Register Now

By providing your information, you consent to receive communications by phone
and email including via automated technology from Cornell. You may also choose
to opt into text messaging.
This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.
×
Request Information Now
First Name (required)

Last Name (required)

Email (required)

Program of Interest (required)Program of Interest *AIData Science &
AnalyticsDiversity & InclusionEngineeringEnvironmental, Social,
GovernanceFinanceFood and Plant ScienceHealthcareHospitalityHuman
ResourcesLawLeadership and Strategic ManagementMarketingNutritionProject
Leadership and Systems DesignReal EstateTechnology

Country (required)Country *United StatesAfghanistanAland
IslandsAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua And
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia
And HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCayman
IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo, Democratic RepublicCook IslandsCosta RicaCote
D'IvoireCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland
Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard
Island & Mcdonald IslandsHoly See (Vatican City State)HondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic OfIraqIrelandIsle Of
ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKoreaKuwaitKyrgyzstanLao
People's Democratic RepublicLatviaLebanonLesothoLiberiaLibyan Arab
JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States
OfMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern
Mariana IslandsNorwayOmanPakistanPalauPalestinian Territory, OccupiedPanamaPapua
New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarReunionRomaniaRussian FederationRwandaSaint BarthelemySaint HelenaSaint
Kitts And NevisSaint LuciaSaint MartinSaint Pierre And MiquelonSaint Vincent And
GrenadinesSamoaSan MarinoSao Tome And PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSouth Georgia And Sandwich Isl.South SudanSpainSri
LankaSudanSurinameSvalbard And Jan MayenSwazilandSwedenSwitzerlandSyrian Arab
RepublicTaiwanTajikistanTanzaniaThailandTimor-LesteTogoTokelauTongaTrinidad And
TobagoTunisiaTurkeyTurkmenistanTurks And Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited KingdomUnited States Outlying
IslandsUruguayUzbekistanVanuatuVenezuelaViet NamVirgin Islands, BritishVirgin
Islands, U.S.Wallis And FutunaWestern SaharaYemenZambiaZimbabwe

State
(required)State *AlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict
of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest VirginiaWisconsinWyoming

Phone Number (required)

Do you wish to communicate with our team by text message?

Professional Goal (required)Professional Goal *Career advancement/promotionFill
in gaps in my skills to prepare for a more senior role in my organizationPrepare
to move into a management role for the first timePersonal growth and
enrichmentPrepare to enter a new industry or careerHelp me compete in job
marketMaster skills to equip me to better run my own businessDevelop a strategy
for my businessGain new insights into my fieldBuild confidence as a leader or
professionalI am looking to train others in my organization

Desired Start (required)Desired Start *Immediately2-3 months4-6 months

Professional Level (required)Professional Level *Team Member/Individual
ContributorManagerDirectorVPOwner/CEO/FounderSelf-employedUnemployedMilitary

Job Title (required)

Company (required)

Tell us a bit about your professional background. (required)

What skills do you want to gain from the program? (required)

How do you intend to pay for the program? (required)How do you intend to pay for
the program? *I will self-payMy company will fund all or part of the program fee
as part of my professional developmentI will use the GI Bill® or another source
of military fundingI will need to apply for a private loanNot sure yet

How much Tuition Assistance are you provided? (required)How much Tuition
Assistance are you provided? *$0-$500$500-$1000$1000-$2000$2000-$3000$3000+

List any requirements for your tuition assistance: (required)

What budget do you have in mind? (required)What budget do you have in
mind? *$0-500$501-1000$1001-2000$2001-3000$3001+


Why are you interested in eCornell? (required)Why are you interested in
eCornell? *Reputation of Cornell UniversityFlexibility of an online
programLooking to advance my careerOpportunity to learn from Cornell faculty and
instructorsNeed to gain new skillsLifelong learning/personal passionInterested
in breaking into a new fieldLike the small classes/high-quality online
deliveryWant to add a Cornell Certificate to my resumeNeed to earn CEUs or other
credentials







By sharing my information I accept the terms and conditions described
in eCornell’s Privacy Policy, including the processing of my personal data in
the United States. *


Continue
Send Now
Tell Me More!

By providing your information, you consent to receive communications by phone
and email including via automated technology from Cornell. You may also choose
to opt into text messaging.
This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.
×
REQUEST INFORMATION NOW
Act today—classes are filling fast.
First Name (required)

Last Name (required)

Email (required)

Program of Interest (required)Program of Interest *AIData Science &
AnalyticsDiversity & InclusionEngineeringEnvironmental, Social,
GovernanceFinanceFood and Plant ScienceHealthcareHospitalityHuman
ResourcesLawLeadership and Strategic ManagementMarketingNutritionProject
Leadership and Systems DesignReal EstateTechnology

Country (required)Country *United StatesAfghanistanAland
IslandsAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua And
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia
And HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCayman
IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo, Democratic RepublicCook IslandsCosta RicaCote
D'IvoireCroatiaCubaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland
Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard
Island & Mcdonald IslandsHoly See (Vatican City State)HondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic OfIraqIrelandIsle Of
ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKoreaKuwaitKyrgyzstanLao
People's Democratic RepublicLatviaLebanonLesothoLiberiaLibyan Arab
JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States
OfMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern
Mariana IslandsNorwayOmanPakistanPalauPalestinian Territory, OccupiedPanamaPapua
New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarReunionRomaniaRussian FederationRwandaSaint BarthelemySaint HelenaSaint
Kitts And NevisSaint LuciaSaint MartinSaint Pierre And MiquelonSaint Vincent And
GrenadinesSamoaSan MarinoSao Tome And PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSouth Georgia And Sandwich Isl.South SudanSpainSri
LankaSudanSurinameSvalbard And Jan MayenSwazilandSwedenSwitzerlandSyrian Arab
RepublicTaiwanTajikistanTanzaniaThailandTimor-LesteTogoTokelauTongaTrinidad And
TobagoTunisiaTurkeyTurkmenistanTurks And Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited KingdomUnited States Outlying
IslandsUruguayUzbekistanVanuatuVenezuelaViet NamVirgin Islands, BritishVirgin
Islands, U.S.Wallis And FutunaWestern SaharaYemenZambiaZimbabwe

State
(required)State *AlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict
of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest VirginiaWisconsinWyoming

Phone Number (required)

Do you wish to communicate with our team by text message?

Professional Goal (required)Professional Goal *Career advancement/promotionFill
in gaps in my skills to prepare for a more senior role in my organizationPrepare
to move into a management role for the first timePersonal growth and
enrichmentPrepare to enter a new industry or careerHelp me compete in job
marketMaster skills to equip me to better run my own businessDevelop a strategy
for my businessGain new insights into my fieldBuild confidence as a leader or
professionalI am looking to train others in my organization

Desired Start (required)Desired Start *Immediately2-3 months4-6 months

Professional Level (required)Professional Level *Team Member/Individual
ContributorManagerDirectorVPOwner/CEO/FounderSelf-employedUnemployedMilitary

Job Title (required)

Company (required)

Tell us a bit about your professional background. (required)

What skills do you want to gain from the program? (required)

How do you intend to pay for the program? (required)How do you intend to pay for
the program? *I will self-payMy company will fund all or part of the program fee
as part of my professional developmentI will use the GI Bill® or another source
of military fundingI will need to apply for a private loanNot sure yet

How much Tuition Assistance are you provided? (required)How much Tuition
Assistance are you provided? *$0-$500$500-$1000$1000-$2000$2000-$3000$3000+

List any requirements for your tuition assistance: (required)

What budget do you have in mind? (required)What budget do you have in
mind? *$0-500$501-1000$1001-2000$2001-3000$3001+


Why are you interested in eCornell? (required)Why are you interested in
eCornell? *Reputation of Cornell UniversityFlexibility of an online
programLooking to advance my careerOpportunity to learn from Cornell faculty and
instructorsNeed to gain new skillsLifelong learning/personal passionInterested
in breaking into a new fieldLike the small classes/high-quality online
deliveryWant to add a Cornell Certificate to my resumeNeed to earn CEUs or other
credentials







By sharing my information I accept the terms and conditions described
in eCornell’s Privacy Policy, including the processing of my personal data in
the United States. *


Continue
Send Now
Tell Me More!

By providing your information, you consent to receive communications by phone
and email including via automated technology from Cornell. You may also choose
to opt into text messaging.
This site is protected by reCAPTCHA and the Google Privacy Policy and
Terms of Service apply.
 * Chat
 * Email
 * Phone Phone
 * Help

This modal dialog contains a video.
This modal dialog contains a form.
This modal dialog contains payment options.
About eCornell
 * External Education Strategy Council
 * eCornell Advisory Board
 * Leadership Team
 * Program Catalog
 * Cornell Faculty
 * eCornell Impact and News
 * Professional Accreditations
 * Channel Partners
 * Payment Options
 * Military Students
 * FAQ
 * Working at eCornell

Online Certificates
 * Artificial Intelligence
 * Beekeeping
 * Business and Finance
 * Data Science & Analytics
 * Diversity, Equity, & Inclusion
 * Engineering
 * Environmental, Social, Governance
 * Food and Plant Science
 * Healthcare
 * Hospitality
 * Human Resources
 * Law
 * Leadership
 * Marketing and Communications
 * Nutrition
 * Project Management
 * Technology
 * Real Estate

Group Programs
 * Corporate Certificate List
 * Corporate Course List
 * On-Demand Lessons for Organizations
 * Service Excellence
 * Social Impact Programs

Military Students
 * Air Force
 * Army
 * Coast Guard
 * Marines
 * Navy

For Current Students
 * Log into Class
 * Accessibility
 * Technical Requirements
 * Code of Conduct Policy
 * Project Management Professional (PMP)
 * Help

Contact

Phone: 866-326-7635+1-607-330-3200

Email: ecornellinfo@cornell.eduChat Live

Address: 950 Danby Rd.Suite 150Ithaca, NY 14850

SitemapPrivacy PolicyHow We Use AI

Our site uses cookies to ensure you get the best experience. You can change your
Cookie Settings at any time but parts of our site will not function correctly
without them.
x
Yes No