نتایج جستجو برای: intra oceanic island arc

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

Journal: :Lithos 2021

Ophiolites are widely studied to unravel how new subduction zones form. They may contain crustal and mantle rocks that formed during juvenile stages of intra-oceanic subduction, modifying the pre-existing oceanic lithosphere within which started, in a magmatic arc upon maturation. Previous geochemical work on Cretaceous Andaman Ophiolite its metamorphic sole, located forearc Sunda zone south-ea...

Journal: :Evolutionary anthropology 2015
Roy Larick Russell L Ciochon

Island Southeast Asia covers Eurasia's tropical expanse of continental shelf and active subduction zones. Cutting between island landmasses, Wallace's Line separates Sunda and the Eastern Island Arc (the Arc) into distinct tectonic and faunal provinces. West of the line, on Sunda, Java Island yields many fossils of Homo erectus. East of the line, on the Arc, Flores Island provides one skeleton ...

2017
Bethan A. Phillips Andrew C. Kerr Emily K. Mullen Dominique Weis

Article history: Received 11 October 2016 Accepted 5 January 2017 Available online 14 January 2017 The Siletz terrane, a predominantly mafic accreted oceanic terrane, is located in the Cascadia forearc region of Oregon, Washington and Vancouver Island. The terrane represents a late Palaeocene–Eocene large igneous province that consists of pillow lavas, massive flows and intrusive sheets. Previo...

Journal: :Journal of Arid Land 2021

West Junggar is a key area for understanding intra-oceanic plate subduction and the final closure of Ocean. Knowledge Carboniferous tectonic evolution Ocean region required framework accretionary processes in Junggar, Central Asian Orogenic Belt. A series Early volcanic intrusive rocks, namely, basaltic andesite, dacite, diorite, occur Mayile southern northwestern China. Our new LA-ICPMS zircon...

2010
ROSEMARY LOUISE HICKEY

Boninites are unusual island arc volcanic rocks with high MgO (>9%), high Si0 2 (>55%) contents, and exceptionally low TiO 2 (<0.4%) contents. High MgO contents, MgO/(MgO + EFeO), Ni, Cr and Co contents indicate that boninites have equilibrated with mantle peridotite. Experimental petrologic studies and high Cr/(Cr + Al) in spinels in boninites suggest that they have separated from extremely re...

Journal: :International Geology Review 2023

The classic Neotethyan Ankara Melange formed within the Triassic-Eocene İzmir-Ankara-Erzincan ocean (‘N Neotethys’), bordered in central Anatolia by Kırşehir and Tauride-Anatolide continental units to south discontinuous Sakarya continent northwest. Farther north, separate Intra-Pontide probably remained partly open until early Cenozoic. developed via phases of intra-oceanic accretion (mainly p...

2005
W. G. Ernst

The geological complexities of contractional orogenic belts have been studied for two centuries, yet our understanding of them is still rapidly changing. Most mountain belts form at or near the active edges of continents and/or fringing island arcs. Virtually all result from consumption of lithospheric plates, involving the underflow of oceanic crust, and the consequent transport and descent of...

Journal: :Geoscience frontiers 2022

The Spontang Ophiolite complex represents the most complete ophiolite sequence amongst South Ladakh ophiolites and comprises mantle rocks (depleted harzburgites, dunites minor lherzolites) as well crustal (basalt, isotropic gabbros, layered gabbros etc.). In present study, detailed geochemistry (whole rock mineral chemistry) Sr-Nd isotopic analyses of thirty-six ultramafic- mafic samples have b...

Journal: :Frontiers in Earth Science 2023

The Tarim basin is a large composite and superimposed sedimentary that has undergone complex multi-period polycyclic tectonic movements. Understanding the proto-type tectono-paleogeographic evolution of this important for understanding basin-mountain coupling dynamical mechanisms Paleo-Asian Tethys systems as well hydrocarbon exploration development. Based on previous works, together with recen...

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

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

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