Chana Kai Lee argues that Fannie Lou Hamer was a leader, but also an outsider who existed outside of political and economic power in Mississippi as well as outside of the traditional civil rights leadership. Yet, she became an important leader. How was Fannie Lou Hamer able to lead, despite being an outsider? What circumstances, events or groups shaped her leadership?
Content Addressing the Prompt
Introduction: A short summary of the scope and argument/thesis of the book and/or your brief responses to the prompt
Body: Your responses to the prompt. Here should be providing short quotes from the text to support your own argument. Example: quoted material, (Lee, pg#)
Conclusion: Would you recommend the book to a reader in the subject? Why or why not?
Bibliography in Chicago Manual of Style format:
Lee, Chana Kai. For Freedoms Sake: The Life of Fannie Lou Hamer (Urbana: University of
Illinois Press, 1999).
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 });

