Mini Project
Instructions: Read Case Study: Nürnberg Augsburg Maschinenwerke (N.A.M.). The research question is what are the risks associated with Weiss decisions?
Write a 4 Page paper in APA format.
Below is a recommended outline.
1. Cover Page (APA style)
2. Introduction
a. A thesis statement
b. Purpose of paper
c. Overview of paper
3. Body
a. Assume that you are Weiss. How many viable alternatives do you have to consider regarding the initial shipment of 25 buses?
b. Which of the routing alternatives would you recommend to meet the initial 90-day deadline for the 25-bus shipment? Train or waterway? To which port(s)? What would it cost?
c. Would you make the same routing recommendation for the second, larger (199 buses) component of the order, after the initial 90-day deadline is met? Why or why not??
4. Conclusion – Summary of main points
a. Lessons Learned and Recommendations
5. References – List the references you cited in the text of your paper according to APA format.
(Note: Do not include references that are not cited in the text of your paper)
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 });

