Suggested Outline
Paragraph 1: Introduce the Kansas landscape topics that we have discussed during this course (EVRN 171). You should introduce the source materials (texts & paintings; data on Kansas farms & farmers; water quality data) that we have used in class (to better understand Kansas landscapes) and provide a brief summary of each. Look at your notes, course readings, and in-class activities for the source materials and types of Kansas landscapes topics that we talked about during class.
Paragraphs 2, 3, 4: Explain the interdisciplinary methods and sources that are used to research Kansas landscapes. What types of knowledge are scholars in the humanities, social sciences, and natural sciences interested in? You should use examples from our class to illustrate your points. For example, what type of scholar would research the Days of Darkness: Fighting the Elements, from Pioneer Women? What methods would they use when researching that text?
Paragraph 5: Explain the advantages of an interdisciplinary approach to Kansas landscape topics. What is gained by using multiple disciplinary approaches? What would be missed if environmental studies were approached from only one discipline? You should include at least one specific example of a Kansas landscapes topic from the class to
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 });

