Project description
Dominant historical narratives during the Spanish colonial period of the Philippines generally focused on major events and urban areas. This bias tends to provide an uneven treatment of history. With the emergence of historical archaeology as a tool to understand the archaeology of culture-contact, a more nuanced understanding of power relationships within a colonial setting can be achieved. How does historical archaeology and the archaeology of colonialism change our understanding of the Spanish Period in Philippine History?
Be sure to cite at least thre (3) of required readings to support your answer. The sources are attached.
Instruction files
hsieh2017.pdf(4,05 MiB)
skowronek_2008-fringes.pdf(1,79 MiB)
madrid2012-fire.pdf(57,24 KiB)
keeping_the_philippines_spanish.pdf(3,04 MiB)
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 });

