http://corporate.arcelormittal.com/, The case study is to be written on this company.
• The business case must be submitted on paper with a length of 4-5 pages, single spaced, 11 font
• The business case must use a minimum of 4 sources, cited in the paper. Wikipedia and the company website do not count as your 4 sources
• The case should describe a specific management challenge or challenges that the company has encountered in entering or operating internationally. The cases that we have read this semester should serve as a good model.
• The case should be structured around a protagonist (e.g., CEO (s), founder, department head, line manager, etc.).
• The case should reveal topics and learnings that we have discussed this semester.
• At the end of the case, students should list appropriate discussion questions
• The paper will be graded on 4 criteria: information quality; focused depiction of challenges encountered by company; clarity of layout and presentation
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 });

