The Ancient Pueblo were Master Builders
Editorials News | Mar-13-2017
New research from Arizona State University has revealed that the ancient Southwestern Pueblo people were brilliant architects. They had no written language or a number system to help them construct a building with several complicated geometrical shapes.
"The site is known to have been an important focus of ceremony in the region for the ancestral Pueblo people including solstice observations.”The site was constructed using advanced geometrical shapes like equilateral triangles, squares, 45-degree right triangles, pythagorean triangles, and the golden rectangle.
Constructing such as architectural design with some geometrical knowledge, a straight-edge, a compass or cord, and a unit of measurement is fairly easy to construct. But, the ancestral Pueblo people had no written language or number system to aid them when they built the site. Incredibly, their measurements were still near-perfect, with a relative error of less than one percent.
"The genius of the site's architects cannot be underestimated. If you asked someone today to reconstruct this site and achieve the same precision that they had using just a stick and a piece of cord, it's highly unlikely they'd be able to do it.”
Content: https://www.sciencedaily.com/releases/2017/01/170125091645.htm
Image: https://misfitsarchitecture.com/tag/yemeni-architecture/
Related News
-
Nepal's Hydropower Projects
-
Improving Education in Nepal
-
Women's Empowerment in Nepal
-
Nepal's Agricultural Development
-
Advances in Russian Neuroscience: New Hope for Patients
-
Russian Scientists Discover New Gene Therapy Techniques
-
Russia's Biomedical Industry: Growing Innovations
-
History of Indigo Plantation in Colonial India
-
Diwali: Festival Of Lights Not Crackers
-
Impact of Social Media on the Culture
Most popular news
- The Law Of Equivalent Exchange
- Essay On Issues And Challenges Of Rural Development In India
- Srinivasa Ramanujan And His Inventions
- The Youth Is The Hope Of Our Future!
- Poverty In India: Facts, Causes, Effects And Solutions
- Top 20 Outdoor Games In India
- Festivals Of India: Unity In Diversity
- Role Of Women In Society
- The Impact Of Peer Pressure On Students' Academic Performance
- Books As Companion
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});