Part 1
On Earth, plate tectonics has been a dynamic process for hundreds of millions of years. Take a look at the “plate tectonics movie” on the University of California, Berkeley, Museum of Paleontology web page ( http://www.ucmp.berkeley.edu/geology/tectonics.html Links to an external site. ). Do this by clicking on “animated GIFs” for the last 750 million years. Play the movie. As time passes, the continents seem to move around. Why is this so? What is “pushing” the continents around and why? Why do the continents appear to move around over time?
Part 2
http://www.iris.edu/hq/inclass/animation/fault_normal (Links to an external site.)Links to an external site.
http://www.iris.edu/hq/inclass/animation/fault_reverse_ (Links to an external site.)Links to an external site.
http://www.iris.edu/hq/inclass/animation/fault_strikeslip (Links to an external site.)Links to an external site.
http://www.iris.edu/hq/inclass/animation/fault_oblique_ (Links to an external site.)Links to an external site.
observe the differences between a normal and a reverse fault and the differences and similarities (if any) between a strike-slip and an oblique slip fault. Record your observations on how these pairs of faults are different and how they are similar. What kind of forces – compression or extension would be involved in forming these faults. (Observe the video and see for yourself.)
Part 3
Using web pages at the University of California’s Museum of Paleontology ( http://www.ucmp.berkeley.edu/paleo/fossilsarchive/molecu.html Links to an external site. ), take a look at the description of molecular fossils. After reviewing what this web page has to offer, use the resources there to answer briefly these questions. What are the four main organic compounds that form molecular fossils? What conditions are necessary for the formation and preservation of molecular fossils? What can we learn from molecular fossils?
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 });