نتایج جستجو برای: archaeologically

تعداد نتایج: 190  

Journal: :Human biology 2003
Rohina Rubicz Theodore G Schurr Paul L Babb Michael H Crawford

The mitochondrial DNA (mtDNA) variation in 179 Aleuts from five different islands (Atka, Unalaska, Umnak, St. Paul, and St. George) and Anchorage was analyzed to better understand the origins of Aleuts and their role in the peopling of the Americas. Mitochondrial DNA samples were characterized using polymerase chain reaction amplification, restriction fragment length polymorphism analysis, and ...

2011
Ken P. Aplin Hitoshi Suzuki Alejandro A. Chinen R. Terry Chesser José ten Have Stephen C. Donnellan Jeremy Austin Angela Frost Jean Paul Gonzalez Vincent Herbreteau Francois Catzeflis Julien Soubrier Yin-Ping Fang Judith Robins Elizabeth Matisoo-Smith Amanda D. S. Bastos Ibnu Maryanto Martua H. Sinaga Christiane Denys Ronald A. Van Den Bussche Chris Conroy Kevin Rowe Alan Cooper

The Black Rat (Rattus rattus) spread out of Asia to become one of the world's worst agricultural and urban pests, and a reservoir or vector of numerous zoonotic diseases, including the devastating plague. Despite the global scale and inestimable cost of their impacts on both human livelihoods and natural ecosystems, little is known of the global genetic diversity of Black Rats, the timing and d...

2004
Lyn Wadley Zenobia Jacobs

Introduction Sibudu Cave, approximately 40 km north of Durban and about 15 km inland of the ocean (Fig. 1), is perched on a forested cliff overlooking the Tongati River, northern KwaZulu-Natal. The site is significant because it has a deep, well-dated Middle Stone Age (MSA) sequence and good organic preservation. It is particularly suitable for optically stimulated luminescence (OSL) dating bec...

2010
Ceiridwen J. Edwards David A. Magee Stephen D. E. Park Paul A. McGettigan Amanda J. Lohan Alison Murphy Emma K. Finlay Beth Shapiro Andrew T. Chamberlain Martin B. Richards Daniel G. Bradley Brendan J. Loftus David E. MacHugh

BACKGROUND The derivation of domestic cattle from the extinct wild aurochs (Bos primigenius) has been well-documented by archaeological and genetic studies. Genetic studies point towards the Neolithic Near East as the centre of origin for Bos taurus, with some lines of evidence suggesting possible, albeit rare, genetic contributions from locally domesticated wild aurochsen across Eurasia. Infer...

1998
ARLEN F. CHASE

W hat goes inside a Maya building is just as signif icant in determining its function as a building's architectural plan and external appearance. Structures are not alike in their contents. Some hold in-terments and caches; some contain earlier buildings; others are single or multiple construction efforts with no contents other than f ill. Artifacts are found littered on the f loors of some bui...

Journal: :The European journal of neuroscience 2011
Dietrich Stout Richard Passingham Christopher Frith Jan Apel Thierry Chaminade

Paleolithic stone tools provide concrete evidence of major developments in human behavioural and cognitive evolution. Of particular interest are evolving cognitive mechanisms implied by the cultural transmission of increasingly complex prehistoric technologies, hypothetically including motor resonance, causal reasoning and mentalizing. To test the relevance of these mechanisms to specific Paleo...

2014
Christopher S. Jazwa Rod Mather

Submerged shell midden sites and natural shell deposits can have similar characteristics and can be difficult to distinguish archaeologically. We excavated two test units from a large (at least 35 m×70 m) submerged shell mound in Fort Neck Cove in southern Rhode Island to assess whether it was natural or cultural in origin. This mound had been recognized as a potential archaeological feature as...

2015
Maïté Rivollat Fanny Mendisco Marie-Hélène Pemonge Audrey Safi Didier Saint-Marc Antoine Brémond Christine Couture-Veschambre Stéphane Rottier Marie-France Deguilloux

An intense debate concerning the nature and mode of Neolithic transition in Europe has long received much attention. Recent publications of paleogenetic analyses focusing on ancient European farmers from Central Europe or the Iberian Peninsula have greatly contributed to this debate, providing arguments in favor of major migrations accompanying European Neolithization and highlighting noticeabl...

2016
Rachel Wood Zenobia Jacobs Dorcas Vannieuwenhuyse Jane Balme Sue O’Connor Rose Whitau

An extensive series of 44 radiocarbon (14C) and 37 optically stimulated luminescence (OSL) ages have been obtained from the site of Riwi, south central Kimberley (NW Australia). As one of the earliest known Pleistocene sites in Australia, with archaeologically sterile sediment beneath deposits containing occupation, the chronology of the site is important in renewed debates surrounding the colo...

Journal: :Journal of human evolution 2007
Briana L Pobiner Jeremy DeSilva William J Sanders John C Mitani

This study provides a taphonomic analysis of the largest known sample of bone fragments collected from chimpanzee hunts. The entire sample consists of 455 bone fragments from 57 chimpanzee hunting episodes of 65 prey individuals at Ngogo, Kibale National Park, Uganda. It has low taxonomic diversity, consisting overwhelmingly of primates, especially red colobus monkeys. The age distribution of t...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->