Pick a research topic that is of interest to you. Make certain that the topic is notable enough to locate at least one published article. Some examples of effective topics could relate to: home town, a prominent family member, place of worship, annual (local) cultural event, locally specific profession/interest, or local leader. After you have selected your topic, locate at least one peer-reviewed article about your selected topic’s experience in the years between the world wars (1920-1936) and write a minimum 500 word article discussing the perception of the experience from your topic’s point of view.
Make certain to include the following:
how the return from war, and return to war, affected families and surrounding demographics;
how economic challenges might have affected your topic’s experience;
how the migrations of numerous social and economic groups during this time impacted your topic;
any impact that social movements, such as Flapper Culture, Lost Generation, or the Harlem Renaissance, had on the cultural interests of your topic; and
any New Deal programs which may have affected your topic.
If you are unfamiliar with the expectations of this assignment, the supplemental resources in the study guide include a tutorial. Failure to use appropriate resources or resources that are available in the university library, or if your source(s) do not meet the expectations of this assignment, it can lead to deductions. Articles used for this project need to be accessible to the class and professo
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 });

