Course Content:
ORGANIZATIONAL EVALUATION REPORT
Select a company/organization that is considered to use a “Servant Leadership Model” (according to the Handout attached below the dropbox).
Using a web search and/or other publications at your disposal, write a report about that company. Include information such as: vision/mission statement, core values, when and how they adopted the Servant Leadership model, their leader(s), and an evaluation of their degree of success using the Servant Leadership model.
Please pick one in the USA please.
Resources are:
Greenleaf, R. (2002). Servant leadership: A journey into the nature of legitimate power and greatness. Mahwah: Paulist Press. ISBN: 978-0809105540
Tan, S. (2006). Full service. Grand Rapids: Baker Books. ISBN: 978-0801065644
I will be attaching a handout as well.
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 });

