نتایج جستجو برای: slip and strike

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

2007
Hua Wang Caijun Xu Linlin Ge

We use interferometric synthetic aperture radar (InSAR) observations to investigate the coseismic deformation and slip distribution of the 1997 Mw7.5 Manyi earthquake, a left-lateral strike-slip earthquake occurred on the west portion of the Kunlun fault in the northern Tibet, China. The fault trace is constrained by the combination of interferometric coherence image and azimuth offset image. T...

2005
Gareth J. Funning Barry Parsons Tim J. Wright James A. Jackson Eric J. Fielding

[1] The Mw 6.6, 26 December 2003 Bam (Iran) earthquake was one of the first earthquakes for which Envisat advanced synthetic aperture radar (ASAR) data were available. Using interferograms and azimuth offsets from ascending and descending tracks, we construct a three-dimensional displacement field of the deformation due to the earthquake. Elastic dislocation modeling shows that the observed def...

2013
Tuna Eken Frederik Tilmann James Mechie Wenjin Zhao Rainer Kind Heping Su Guangqi Xue Marianne Karplus

The northeastern boundary of the Tibetan high plateau is marked by a 2 km topographic drop and a coincident rapid change in crustal thickness. Surface tectonics are dominated by the Kunlun strike-slip fault system and adjacent Kunlun concealed thrust. The main objective of the current study is to map lateral variations of seismic anisotropy parameters in this region along the linear INDEPTH IV ...

2004
Lisa B. Grant Peter M. Shearer

An offshore zone of faulting approximately 10 km from the southern California coast connects the seismically active strike-slip Newport–Inglewood fault zone in the Los Angeles metropolitan region with the active Rose Canyon fault zone in the San Diego area. Relatively little seismicity has been recorded along the offshore Newport–Inglewood Rose Canyon fault zone, although it has long been suspe...

Journal: :Geological Society, London, Special Publications 2003

2016
Kazuki Koketsu Hiroe Miyake Yujia Guo Hiroaki Kobayashi Tetsu Masuda Srinagesh Davuluri Mukunda Bhattarai Lok Bijaya Adhikari Soma Nath Sapkota

The ground motion and damage caused by the 2015 Gorkha, Nepal earthquake can be characterized by their widespread distributions to the east. Evidence from strong ground motions, regional acceleration duration, and teleseismic waveforms indicate that rupture directivity contributed significantly to these distributions. This phenomenon has been thought to occur only if a strike-slip or dip-slip r...

2005
Brad T. Aagaard Greg Anderson Ken W. Hudnut

We use three-dimensional dynamic (spontaneous) rupture models to investigate the nearly simultaneous ruptures of the Susitna Glacier thrust fault and the Denali strike-slip fault. With the 1957 Mw 8.3 Gobi-Altay, Mongolia, earthquake as the only other well-documented case of significant, nearly simultaneous rupture of both thrust and strike-slip faults, this feature of the 2002 Denali fault ear...

The Naft anticline with NW-SE trend is located in north of the Lurestan sub-zone and the Zagros fold and thrust belt. Thrust and basement strike-slip faults and detachment levels play an important role in the structural geometry of the folded structures in this is sub-zone.  In this research, deformational pattern and structural geometry of the Naft anticline hane been studied using constration...

ژورنال: علوم زمین 2018
Alireza Golalzadeh Hossein Talebi Mohammad Reza Ghassemi Seyed Ahmad Alavi Shahram Sherkati

This paper analyzes in-situ stress field in the Asmari formation with in the complex structures of the Zeloi and Lali oilfields located in the Dezful embayment, SW Iran. The orientation of the maximum horizontal stress, SHmax is determined on the basis of compressive borehole breakouts and drilling-induced tensile fractures observed in eight oil wells, in which we focus on well-log based method...

رحیمی, بهنام , زیرجانی‌زاده, صدیقه , سلاطی, احسان, کریم‌پور, محمدحسن ,

Taknar mining district is located about 28 Km northwest of Bardaskan in the central part of Taknar zone.  Taknar Zone is surrounded by Rivash fault in the north and Dorouneh fault to the south. At least 30 percent of Taknar Formation (Ordovician age) is made up of submarine volcanic rocks. Geological evidence indicates that Taknar Zone displaced from another place to present location. Major str...

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

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

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