It's YOUR time to #EdUp
Nov. 24, 2024

990: The Power of Recognition - with Joshua Wyner, Founder & Executive Director of the College Excellence Program, Aspen Institute

The player is loading ...
EdUp Experience

⁠⁠⁠⁠⁠⁠⁠⁠⁠It's YOUR time to #EdUp

In this episode, #990, brought to YOU by the ⁠⁠MSCHE 2024⁠⁠ conference, & the ⁠⁠InsightsEDU⁠⁠ 2025 conference

YOUR host is ⁠Joshua Wyner, Founder & Executive Director of the College Excellence Program, Aspen Institute

YOUR host is ⁠⁠⁠⁠⁠⁠Dr. Joe Sallustio

    • How has the Aspen Prize transformed community college excellence?
    • What drives successful college leadership & presidential tenure?
    • Why is transfer student success still a critical challenge?
    • How are they increasing diversity in college leadership?
    • What makes the American Talent Initiative so impactful?
    • How are they strengthening board-president relationships?

Ad-Free & extended conversation ONLY for #EdUp subscribers includes:

    • Josh's insights on characteristics of high-performing presidents
    • His perspective on the future of college leadership
    • His views on declining presidential tenure trends

Do YOU want to accelerate YOUR professional development?

Do YOU want to get exclusive early access to ad-free episodes, extended episodes, bonus episodes, original content, invites to special events, & more?

Do YOU want to get all this while helping to sustain EdUp, for only $2.99 a month?

Then subscribe today to lock in YOUR $2.99/m life long founders rate!

This offer ends December 31, 2024!

Don't miss out - subscribe before the price jumps to $19.99/month!

⁠⁠⁠BECOME A SUBSCRIBER TODAY!⁠⁠⁠

Thank YOU so much for tuning in. Join us on the next episode for YOUR time to EdUp!

Connect with YOUR EdUp Team - ⁠⁠⁠⁠⁠⁠⁠⁠Elvin Freytes⁠⁠⁠⁠⁠⁠⁠⁠ & ⁠⁠⁠⁠⁠⁠⁠⁠Dr. Joe Sallustio⁠⁠⁠

● Join YOUR EdUp community at ⁠⁠⁠⁠⁠⁠⁠⁠The EdUp Experience⁠⁠⁠⁠⁠⁠⁠⁠!

We make education YOUR business!


America's Leading Higher Education Podcast

America's Leading Higher Education Podcast Network
`; document.body.appendChild(customContainer); // Show the container customContainer.style.display = 'block'; // If the content contains scripts, ensure they execute var scripts = customContainer.getElementsByTagName('script'); for (var i = 0; i < scripts.length; i++) { var oldScript = scripts[i]; var newScript = document.createElement('script'); // Copy attributes for (var j = 0; j < oldScript.attributes.length; j++) { var attr = oldScript.attributes[j]; newScript.setAttribute(attr.name, attr.value); } // Copy content newScript.innerHTML = oldScript.innerHTML; // Replace the old script with the new one oldScript.parentNode.replaceChild(newScript, oldScript); } } var subscribeUrl = "/api/subscribe/" $('#subscribeModalForm').submit(function(event){ event.preventDefault(); $('#subscribeModalInputFeedback').text("") $('#subscribeModalInput').removeClass("is-invalid") var first_name = $('#subscribeNameModalInput').val() var email = $('#subscribeModalInput').val() var payload = { 'email': email, 'first_name': first_name, 'podcast': '12771397709188' } $.post(subscribeUrl, payload).done((res) => { $('#emailModal').modal('hide') }).fail((xhr, status, error) => { var err = xhr.responseJSON if(!err.errors) { return } if('email' in err.errors) { $('#subscribeModalInput').addClass("is-invalid") $('#subscribeModalInputFeedback').text(err.errors.email.join(', ')); } }) }) });