Morgan (2006) quotes Marshall McLuhan, noting that ” The last thing a fish is likely to discover is the water it is swimming in : (p.209). water is so central goes unseen and taken for granted. Organizations are very similar in this regard. Use your textbook and the unit readings to analyze the fish metaphor and the notion that organizations are psychic prisons. Analyze the strengths and limitations of the psychic prison metaphor in understanding organizations. Display your critical thinking skills in evaluating the influence of theses metaphors on functional and organizational culture. What organization comes to mind that might qualify as an authentication organization today?
Morgan, G. (2006). Images of organization. Thousand Oaks, CA: sage Publications.
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 });

