Project:
Your job at Shosheam Logistics located in Denver, Colorado requires you (and family) to move to Thailand in 6-months time.
Part 1 – Project Scheduling
1 Using MS Project develop a Gantt chart with the activities necessary to accomplish the move project and order the activities in a precedence (logical sequential) manner.
2 Explain and describe (in writing) the number of tasks/activities you have outlined and the order in which you have placed the tasks/activities for project completion. If you don’t have access to MS Project, you will need to develop the pieces MS Project does automatically, independently as separate documents in MS Excel.
• Using MS Excel, create a Gantt chart by entering the project dates and events into a table
• Next create a bar chart depicting the events based on the Gantt chart that you created.
• For assistance on creating a Gantt chart in excel visit the MS office help files online and search: “Creating a Gant chart in MS Excel.” You may also visit: http://office.microsoft.com/en-us/excel-help/create-a-gantt-chart-in-excel-HA001034605.aspx
Part 2 – Monitor, Organize, Analyze
1 Develop an estimation chart showing each activity, the preceding activity required, and associated costs, with a 3 months, 4.5 months, and 6 months scenario.
2 Compare the costs of crashing the project from a 6-month timeline into a 4.5-month timeline: a. Explain and defend (in writing) the pros/cons of crashing the project schedule. b. What is the impact on personnel and resources to crashing the project? c. What are the associated risks of crashing the project and how will you manage the risks? If you don’t have access to MS Project, you will need to develop the pieces MS Project does automatically, independently as separate documents in MS Excel.
• First create a table with the variables in MS Excel.
• Next create a table that highlights the critical path.
• Then create a table that highlights the critical path that you feel is the best candidate for crashing and explain why you selected this path.
Part 3 – Project Control and Closeout
1 Explain and defend the processes and procedures you suggest for closing the project. Include the handoffs, benefits, and lag required to begin operation at your new location.
2 Your assessment should be well structured. Make good use of bulleted lists, numbered lists, and tables to further provide structure and clearly communicate information.
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 });

