- Read “Winter on Earth” alongside the excerpt from Cane (1923) in the anthology. Discuss how Toomer’s style, themes, and literary approach differ in each work.
- Read the poems of Copper Sun alongside those of Caroling Dusk (1927) to pinpoint the similarities and differences in Cullen’s approach to thematic depictions of racial identity and pride.
- Read the second section of “The Weary Blues,” “Dream Variations,” and re-visit Jesse Fauset’s “Double Trouble” (1923). Compare each artist’s image of the “tragic mulatta.”
Harlem Renaissance, continued
Jean Toomer (1894-1967) pgs. 77-109
Countee Cullen (1903-1946) pgs. 125-126 & 133- 135 Caroling Dusk & Copper Sun
Langston Hughes (207-218)
All reading material is in the PDF attached.
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 });

