Assignment Question
Review Questions
1. How did your two groups compare in terms of survivorship?
2. What factors do you think might have contributed to the trends you observed (e.g., social, historic, environmental)?
3. Why do you think it might be difficult to disentangle some of these factors from one another, such as socioeconomic/environmental?
Summary of required sections:
● Part 1 of assignment is showing me you have data and question
● Part 2 is submitting lab report ● 2 graphs with context ● 3 citations required More information: ● 2 pages, double-spaced, 12pt font ● get to the point→ be concise! Should include: ○ Introduction ○ Methods ○ Results ○ Discussion (including concluding remarks) ○ Graphs, tables, figures with captions at the end ● Check out this sample lab report (this is longer than yours will be): ○ https://labwrite.ncsu.edu/res/labreport/res-sample-labrep1.html ● Lab report writing guide: ○ https://www.monash.edu/rlo/assignment-samples/science/science-writing- a-lab-report
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 });

