نتایج جستجو برای: the uplift

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

2002
Eric Kirby Courtney Johnson Kevin Furlong Arjun Heimsath

[1] The rates and spatial distribution of active deformation provide critical constraints on the geodynamics of deforming lithosphere, yet such data are often difficult to acquire in eroding landscapes where poor preservation of geomorphic or stratigraphic markers hinders strain reconstruction. Recent advances in understanding of the relationship between bedrock channel profile form and erosion...

2015
Bradley C Jemmett-Smith John H Marsham Peter Knippertz Carl A Gilkeson

Dust devils and nonrotating dusty plumes are effective uplift mechanisms for fine particles, but their contribution to the global dust budget is uncertain. By applying known bulk thermodynamic criteria to European Centre for Medium-Range Weather Forecasts (ECMWF) operational analyses, we provide the first global hourly climatology of potential dust devil and dusty plume (PDDP) occurrence. In ag...

Journal: :international journal of civil engineering 0
m. heidarzadeh kiel, germany a. a. mirghasemi tehran, iran h. niroomand tehran, iran

we report engineering experiences from the critical task of relief well installation under high artesian flow conditions at the downstream toe of the karkheh earth dam, iran. due to the establishment of excessive uplift pressure at the downstream toe of the karkheh dam, installation of a series of new relief wells was considered to permanently relieve part of these pressures. the mentioned upli...

2011
Mohamed H. Aly Elizabeth S. Cochran

In this study, the spatio-temporal evolution of Yellowstone deformation between 1992 and 2009 is monitored using interferometric synthetic aperture radar (InSAR) data acquired by the European Remote-Sensing Satellites (ERS-1 and ERS-2) and the Environmental Satellite (ENVISAT). These data are combined with continuous global positioning system (GPS) measurements to identify four discrete episode...

2007
David E. Sugden H. Denton R. Marchant

There are different views about the amount and timing of surface uplift in the Transantarctic Mountains and the geophysical mechanisms involved. Our new interpretation of the landscape volution and tectonic history of the Dry Valleys area of the Transantarctic Mountains i based on geomorphic mapping of an area of 10,000 km 2. The landforms are dated mainly by their association with volcanic ash...

2013
Intizar H. Khan William C. Clyde

Analysis of lithofacies, paleoflow directions, and sandstone petrography of upper Paleocene-lower Eocene paralic and continental sediments exposed along the transpressional suture zone of the western margin of the Indian plate indicate that the process of deformation and uplift of the carbonate shelf in this area had started by late Paleocene time. This tectonic uplift and deformation is docume...

2017
Akinori Hashima Toshinori Sato

In Northeast Japan, it remains a puzzle to reconcile the mismatch between long-term (geological) uplift and lateinterseismic and coseismic subsidence associated with the 2011 Tohoku earthquake. To explain this mismatch between different periods, we modeled the entire megathrust earthquake cycle in the Northeast Japan arc using a simple dislocation model with a two-layered lithosphere–asthenosph...

2017
Xiaodong Liu Buwen Dong Zhi-Yong Yin Robin S. Smith Qingchun Guo

Evolutions of Asian and Australian monsoons have important significance for understanding the past global change but are still a controversial subject. Here, we explore systematically the effects of plate movement and plateau uplift on the formation and evolution of the Asian and Australian monsoons by numerical simulations based on land-sea distributions and topographic conditions for five typ...

2007
J. KUMAR

The load displacement relationship of shallow rigid strip anchors embedded in sands and subjected to uplift pressures has been examined by using the finite element method. The soil medium is modeled as a linear elastic-perfect plastic material following Mohr-Coulomb failure criterion and an associated flow rule. The computed load displacement response is presented in non-dimensional form. The u...

Journal: :Neotropical entomology 2008
Claudio C Ramírez Marcela Salazar R Eduardo Palma Cecilia Cordero Luís Meza-Basso

Neotropical Rhagoletis species are arranged in four groups: nova,psalida,striatella and ferruginea, which include 18 species. On both sides of the Andes, the evolution of morphological differences among these groups has been suggested to be related to the Andes uplift process. In order to test this hypothesis, a phylogenetic analysis of morphological and molecular data was performed. The result...

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

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

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