BREIF 1 CASE INSTRUCTIONS
Purpose: In order to gain practice understanding legal jargon, students will review court cases and summarize the facts from the case in a brief. Writing briefs will also help the deepen the students’ understanding of specific issues affecting public administration.
Topic: In Chapter 2 (Rosenbloom), you learned about the constitutional context of public administration. One topic detailed in the chapter included First Amendment Rights and how they apply to public employees. Three cases were mentioned that addressed this topic:
• Rankin v. McPherson (1987)
• United States v. National Treasury Employees Union (1995)
• Rutan v. Republican Party of Illinois (1990)
Instructions: Choose one of the above court cases and research the case. Then, compose a brief summarizing the case. The brief should be no more than two pages and ideally should be one. For this class, your brief should maintain the following structure and categories:
Title of Case (Case No.)
FACTS: Remember to make the facts about four sentences. Remember to make them the RELEVANT facts to the case.
ISSUE: The issue is the question of the case.
RULE: The rule is why we even read the case usually a direct answer to the question.
APPLICATION: The application is the reason we have this rule. It is usually an
explanation of how a law is interpreted. It may discuss precedent or use an analogy.
CONCLUSION: The conclusion is how the case was resolved.
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 });

