Nancy F. Koehn is the author of the Harvard Business Review case study: Leadership in Crisis: Ernest Shackleton and the Epic Voyage of the Endurance
This case study is one of the most notable cases related to leadership. The following online source captures the story as Koehn wrote it in her 2010 case study.
Click on the following link for Shackleton’s story and respond to the questions below.
http://www.coolantarctica.com/Antarctica%20fact%20file/History/Ernest%20Shackleton_Trans-Antarctic_expedition.htm
You have until the last day of the course to submit a response to the following four questions:
1. In what context should the Endurance expedition be analyzed? As a scientific endeavor? An entrepreneurial venture? An exercise in imperial opportunity? By what criteria should the expedition be evaluated? Given your answer to the preceding question, was it a success or a failure?
2. A managerial scholar has defined entrepreneurship as the “relentless Pursuit of opportunity without regard to resources currently controlled.” Using this definition, evaluate Shackleton’s actions on the Endurance expedition. Was Shackleton an entrepreneur?
3. What parallels do you see between Shackleton and other entrepreneurs or leaders whom you have studied? What were Shackleton’s strengths and weaknesses?
4. What are your takeaways or lessons learned from this story?
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

