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

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

2013
Michael Brass Jean-Luc Schwenniger

This paper proposes a new chronology for the burial complex at Jebel Moya, south-central Sudan. It reassesses the body of evidence from Sir Henry Wellcome's original 1911-1914 excavations in order to place the site within a firm chronological framework by: (a) applying an attribute-based approach to discern discrete pottery assemblages; and (b) applying initial OSL dates to facilitate the relia...

2006
H. G. M. WILLIAMSON

David”, Bib 85 (2004) 245-254. () The subclause “(buried) with his ancestors” is not included in the burial notices for David (1 Kgs 2,10), Solomon (11,43), or Abijam (15,8). () B.O. LONG, 1 Kings with an Introduction to Historical Literature (FOTL 9; Grand Rapids, MI 1984) 22-28; see also K.-J. ILLMAN, Old Testament Formulas about Death (Åbo 1979) 37-48. () So R. WEILL, La cité de David. Compt...

2015
John MacDonald Cedric John Jean-Pierre Girard

Clumped isotopes geothermometry was applied to two dolomitic hydrocarbon reservoirs. Results indicate that late burial dolomitization occurred at ~110°C in the Albian Pinda dolostone (offshore Angola) and ~90°C in the Mano-Meillon dolostone (Aquitaine Basin, France), and did not continue on during subsequent burial/thermal evolution to present-day conditions (150160°C). This study illustrates t...

2010
Mark Tibbett

Forensic Taphonomy aims to provide information relevant to the courts in cases where cadavers have been allowed to decompose. Here I consider the cadaver’s effects on the burial environment when decomposition occurs on the soil surface or belowground. Significant advances have been made in recent years that have allowed a better understanding of cadaver decomposition, its effect on the burial e...

2017
Sergey Mikhailovich Slepchenko Sergey Nikolaevich Ivanov Anton Vasilevich Vybornov Tsybankov Alexander Alekseevich Slavinsky Vyacheslav Sergeyevich Danil Nikolaevich Lysenko Vyacheslav Evgenievich Matveev

We present an arhaeoparasitological analysis of a unique burial from the Neftprovod II burial ground in East Siberia, which dated from the Bronze Age. Analysis of a sediment sample from the sacral region of the pelvis revealed the presence of Taenia sp. eggs. Because uncooked animal tissue is the primary source of Taenia, this indicated that the individual was likely consuming raw or undercooke...

Journal: :Journal of human evolution 1999
R H Gargett

Inferences of purposeful Middle Palaeolithic (MP) burial are almost universally accepted, despite published arguments that the pre-1960s discoveries are equally well explained by natural processes. In the modern human origins debate (perhaps the most hotly disputed question in palaeoanthropology) inferences of MP burial are crucial in arguments for an early Upper Pleistocene emergence of modern...

زندمقدم, حامد, باوی, هدا , محبوبی, اسدا... , موسوی حرمی, رضا ,

For identification and differentiation of different types of dolomites of the Padeha Formation, three stratigraphic sections in the northern and southern Tabas Block, with the maximum amount of dolomite, were selected and sampled. Based on petrographic evidence and geochemical data, three types of dolomite were identified, including primary (PD), replacement (RD) and vein and pore filling (VD) ...

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

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

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"; } -->