For your project, you will prepare a situation analysis and action plan based on a topic, trend, or issue you select and a specific organization you select. Read your course project description to learn the requirements for the project.
In this assignment, you will select an HRM topic and an organization for your project. Consider choosing a topic from your work environment. To do so may enable you to address and resolve an organizational impediment, as well as provide you with important critical thinking and plan development skills. This avenue may be particularly advantageous if your organization has international operations. Examples might include:
- Expatriates and disparate HR practices: HR as practice leader.
- Exclusion or inclusion of HR professionals in organization-wide strategic business planning and decision making.
- Outsourcing HR to increase HR and business effectiveness: A case of professional preparation, positioning, and execution.
- The HR professional as change agent: A business case for or against.
- Are HR professionals prepared for business or union negotiations?
Instructions:
- Write a paper, 3–5 pages (excluding the cover and reference pages) in APA format, describing your choice of topic and an organization. Note: If you do not have access to an organization, contact your instructor.
- Explain the topic’s current relevance to HRM in global organizations and your rationale for its selection.
- Explain the topic’s relevance to your professional preparation and experience.
- Support your paper with two peer-reviewed references from the literature.
Note: Your instructor might ask you to revise your topic if he or she feels it is too broad or too narrow for the project. You must receive a passing grade for this assignment before continuing on with subsequent project assignments.
Submission Requirements:
- Written communication: Written communication is free of errors that detract from the overall message.
- APA formatting: Resources and citations are formatted according to APA (6th edition) style and formatting.
- Length of paper: 3–5 pages.
- Number of resources: two peer-reviewed references.
- Font and font size: Times New Roman, 12 point.
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 });

