PROJECT #2
You live in a community in Eastern Pennsylvania. Part of the Marcellus Shale is under your community. You need to prepare a report to be sent to the Governor’s office in Harrisburg detailing the current environmental impacts. You should discuss the following issues:
• Water usage. How much water is needed for typical operations and how does this compare with the community use and the carrying capacity of local aquifers.
• Water pollution. What is being done to dispose of the chemicals being used?
• What are the disruptions on the surface?
• What are the environmental issues associated to the disruption to the habitat caused on site?
• What is the impact of traffic in and out of the site?
• Are there pipelines coming out of the site? Are there any relevant issues associated to them?
• The rock formations in Pennsylvania have higher than average amounts of radioactive materials. Why is this a problem? Discuss the environmental impacts of this.
No heading or extra spaces between paragraphs please.
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 });

