MODULE FIVE: Human Population and Biodiversity
- Biodiversity Loss
“Extinction event” is a phrase used by scientists to describe an abrupt and widespread decrease in biodiversity. Typically the process is described in terms of catastrophic natural events, such as a cosmic object striking earth or a super volcanic eruption. Scientists generally discuss five “major extinction events”, all of which took place between 65 and 450 million years ago (estimates according to fossil record). However, many scientists have begun to view human impacts to species diversity over the last 150 years in terms of the “sixth mass extinction”.
Watch the video at the link below as part of your lecture notes; it is 9 minutes long.
- Population Growth
“Exponential growth” in discussions of population refers to the doubling of a certain number of individuals in a species for a given period of time. If this process continues for long enough, a species may exceed its carrying capacity, or maximum number of species that can be supported by available resources. Although even a crude estimate of the carrying capacity of our species is exceedingly difficult, given our ingenuity and track record with overcoming biological constraints, emerging environmental issues suggests that we may have surpassed our limits – or will do so in the near future.
Watch the videos at the links below as part of your lecture notes; they are 7, 3, and 5 minutes long as listed.
http://www.youtube.com/watch?v=9_9SutNmfFk
http://youtu.be/sc4HxPxNrZ0
http://youtu.be/b98JmQ0Cc3k
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 });

