Introduction: A discussion of the purpose of this experiment. Describe some factors that influence water quality, and some details regarding the stream. What are some possible sources of point and non point pollution. What is your hypothesis?
Methods: Describe how we tested for water quality. What parameters were tested, and how?
Results: Include the results of different organisms found. ( Group 1 Pollution Intollerant: Water Snipefly, Group 2 Semi-Sensitive: Crawfish, Group 3 Semi-Tolerant: Non-Red Midge Larva, Group 4 Tolerant to Pollutants: Tubifex Worm, Blood Worm) This section should also include the pH(6.5), temperature(13.6 C), a general description of the area of the stream tested (Secluded and wooded) and the Stream Monitoring Biotic Index Value= 2.75
Discussion: What was the overall quality of your area of this stream? Explain your calculations. This section should also include answers to the following questions:
Which of your observed or measured factors indicate higher quality water?
Which of your observed or measured factors indicate lower quality water?
Why might you find a low Stream Monitoring Biotic Index Value, even if the chemical and physical parameters you measured are within limits for \”good\” water quality?
If you found indications of pollution, what might be some of the sources for this pollution in your streams water shed? (liter, bricks, people, animals)
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 });

