Skip to main content

Bolman and Deal’s four frames and Morgan’s metaphors to make sense of an organization you have chosen.

For this Final Project, you will select from both Bolman and Deal’s four frames and Morgan’s metaphors to make sense of an organization you have chosen. In doing this, you will create a more comprehensive way of making sense of behavior and business processes. You will provide recommendations for action that will lead to a more productive and satisfying place to work. For this Final Project, you will review your learning resources and follow the guidelines below. Final Project (8–10 pages): Select an organization for which you work or you have experience. You may also find a case study on an organization, either in the course materials or through research, but you must have it approved by the Instructor ahead of time (by Week 5) and ensure it has not been analyzed within either of the texts. Begin with an introduction containing the purpose of the analysis, your position, and a narrative of your guiding principles so that the reader knows what to expect and the context of your paper. Topic titles after the introduction (you may have additional subtopic heads under these) include: Background of the Company (Do not use the actual name of a company if you need to keep it anonymous.) Rationale for Selecting the Company A Diagnostic Reading of the Organization and a Storyline (See Morgan’s Chapter 11 as a guide.) Select the two most relevant frames of the four that surface in the “reading” of your organization and provide the issues and possible options. Structural Frame and Metaphors/Issues and Options Human Resources Frame and Metaphors/Issues and Options Political Frame and Metaphors/Issues and Options Symbolic Frame and Metaphors/Issues and Options
Also, include the following:
Identify and Interpret interrelationships of the frames. Suggest recommendations for organizational improvement. Provide a conclusion.
Note: Be sure to write an abstract for the paper, when completed, and follow APA format to include a title page, reference list, and evidence from the resources or other materials you have discovered to support your arguments. Download a Course Paper template from the Walden Writing Center.
Note: Be sure to review Morgan’s Chapter 11 to assist you in the process as well as the worksheets that were used in the example in Bolman and Deal’s analysis on pages 412 and 424. Setting up worksheets like these before trying to write an analysis can be helpful to you in making sense of the dynamics.

CLICK HERE TO GET A PROFESSIONAL WRITER TO WORK ON THIS PAPER AND OTHER SIMILAR PAPERS, GET A NON PLAGIARIZED PAPER FROM OUR EXPERTS……

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...