The USGS Earthquake center (http://www.earthquake.usgs.gov/earthquakes/recenteqsus/) is an excellent source of earthquake information. The centers’ scientists track earthquake activity worldwide and provide up to the minute information on seismic activity. Copy and paste the following URL into your internet browser. http://www.earthquake.usgs.gov/earthquakes/recenteqsus/
Look at the USA map of earthquakes. You may also find it interesting to click on the animation to see up to date earthquake activity in the US.
Answer the following questions in the submission box and submit when done. Also please attach a dummy, blank file because D2L requires that you attach a file. Be sure to identify each question by number ONLY.
1) Identify and describe the area where there is the greatest concentration of earthquakes.
2) Explain fully why these locations have such a high number of earthquakes.
On the same page, find the World Lists of earthquakes and click on Magnitude 5+.
3) Identify the location of the largest most recent earthquake; also provide information on its magnitude, depth, and ecological & biological impacts to the region
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 });

