The staffing process is highly regulated. Phillips and Gully deal extensively with legal issues in their text. Of particular importance is Chapter 3, The Legal Context.
There are various sources for these regulations. The basic civil rights are mandated by acts of Congress and the President. Enforcement of civil rights is centered on the Equal Employment Opportunity Commission, the Department of Labor – Office of Contract Compliance Procedures, and state agencies. Additional clarification of laws and enforcement is provided by the court system.
In order to gain an understanding of court decisions that have clarified broad civil rights issues, the following landmark cases will be analyzed in this assignment:
Desert Palace (DBA Caesar’s Palace) v. Costa (main principle: disparate treatment) http://scholar.google.com/scholar_case?case=15625869117341820024&hl=en&as_sdt=6&as_vis=1&oi=scholarr
Griggs v. Duke Power Co. (main principle: disparate impact) http://www.law.cornell.edu/supremecourt/text/401/424
Read the case transcripts. Develop an understanding of the principles laid down by each case. You will need to refer to other sources to gain a clear understanding of these principles.
Write a paper on the following topic: Disparate treatment and disparate impact and the staffing process.
The goal of the assignment is to see how discrimination law cases have influenced HR practice.
Be sure to use the landmark cases in developing your paper. Your paper should be no longer than five double-spaced pages.
The assignment will be evaluated using the following criteria:
The paper presents a clear explanation of disparate treatment and disparate impact. 20 %
The paper uses the landmark cases (Desert Palace v. Costa and Griggs v. Duke Power Co.) to clarify the meaning of disparate impact and disparate treatment. 30 %
The paper specifies how the concepts of disparate impact and disparate treatment impact staffing practice. 30 %
The paper is well written, organized, and uses APA format for citations. 20 %
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 });

