11 Matching Annotations
  1. Dec 2015
  2. Nov 2015
  3. Oct 2015
    1. <!-- jQuery(function() { // Increase Font Size jQuery('.increase-font-size').click(function(){ var currentFontSize = jQuery('#blox-story-text').find("p").css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*1.2; $('#blox-story-text').find("p").css('font-size', newFontSize); return false; }); // Decrease Font Size jQuery('.decrease-font-size').click(function(){ var currentFontSize = $('#blox-story-text').find("p").css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*0.8; jQuery('#blox-story-text').find("p").css('font-size', newFontSize); return false; }); // end doc ready }); //--> Home Local Downtown Waco Students to help unearth historic fountain of Waco’s Hispanic heritage

      Community archaeology! Excavation of a fountain from a Mexican-American neighborhood settled in the late 19th century.

  4. Sep 2015
    1. How Peru is using drones to protect its archaeological treasures

      Interesting read on the usage of drones in mapping archaeological sites. The composite image is made by taking overlapping aerial photographs. From this, 3D models of the sites can be made. This article discusses not only the archaeological benefits of drone use, but also how drones can help to keep tabs on any destruction occurring on the site.