For this assignment, I would like to use either Baltimore, Maryland or Annapolis, Maryland as the location. Please feel free to reach out to me with any questions or concerns.
———————————————————————————————————————-
This week’s assignment is focused around WATER. Where does my drinking water come from? Here are a couple resources to start your search:
http://www.americanrivers.org/rivers/about/where-does-my-water-come-from/
http://water.epa.gov/drink/local/
Also seek out your local water sanitation plant.
How is your drinking water sanitized and what trace chemicals are in your drinking water?
Once you find the main source of your drinking water then you are to answer the following questions:
What is the main source of your drinking water?
Is it used for recreation, if so what types of recreation?
What is the radius or number of people this water source supply treated water to?
Has there been any reports of illnesses related to the drinking water from your processing plant? This information may be published, or may not
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 });

