نتایج جستجو برای: earthquakes relationship

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

2008
M. Nettles T. B. Larsen P. Elósegui G. S. Hamilton L. A. Stearns A. P. Ahlstrøm J. L. Davis M. L. Andersen J. de Juan S. A. Khan L. Stenseng G. Ekström R. Forsberg

[1] Geodetic observations show several large, sudden increases in flow speed at Helheim Glacier, one of Greenland’s largest outlet glaciers, during summer, 2007. These step-like accelerations, detected along the length of the glacier, coincide with teleseismically detected glacial earthquakes and major iceberg calving events. No coseismic offset in the position of the glacier surface is observe...

2005
DAVID M. HADLEY DoNALD V. HELMBERGER

The estimation of potential strong ground motions at short epicentral distances (J1 = 10 to 25 km) resulting from large earthquakes, M;;;; 6.5, generally requires extrapolation of a limited data set. The goal of this project has been to quantify the extrapolation through a simulation technique that relies heavily upon the more extensive data set from smaller magnitude earthquakes. The simulatio...

Journal: :Science 1992
P G Silver N J Valette-Silver

During the period 1973 to 1991 the interval between eruptions from a periodic geyser in Northern California exhibited precursory variations 1 to 3 days before the three largest earthquakes within a 250-kilometer radius of the geyser. These include the magnitude 7.1 Loma Prieta earthquake of 18 October 1989 for which a similar preseismic signal was recorded by a strainmeter located halfway betwe...

2008
Carène Larmat Jeroen Tromp Qinya Liu Jean-Paul Montagner

[1] In 2003, Ekström et al. reported the detection and location of a new class of earthquakes occurring in the polar regions of the Earth. The proposed source mechanism involves large and sudden sliding motions of glaciers, which gave the name ‘‘glacial earthquakes’’ to these events. In this study we localize some of these earthquakes with a time reversal mirror (TRM) algorithm, which, contrary...

2015
Susana Ferreira Berna Karali Cathy W.S. Chen

This paper examines how major earthquakes affected the returns and volatility of aggregate stock market indices in thirty-five financial markets over the last twenty years. Results show that global financial markets are resilient to shocks caused by earthquakes even if these are domestic. Our analysis reveals that, in a few instances, some macroeconomic variables and earthquake characteristics ...

Journal: :Science 2010
Lisa Grant Ludwig Sinan O Akçiz Gabriela R Noriega Olaf Zielke J Ramón Arrowsmith

The spatial and temporal distribution of fault slip is a critical parameter in earthquake source models. Previous geomorphic and geologic studies of channel offset along the Carrizo section of the south central San Andreas Fault assumed that channels form more frequently than earthquakes occur and suggested that repeated large-slip earthquakes similar to the 1857 Fort Tejon earthquake illustrat...

2009
Michael Manga Maria Brumm Maxwell L. Rudolph

Mud volcanoes sometimes erupt within days after nearby earthquakes. The number of such nearly coincident events is larger than would be expected by chance and the eruptions are thus assumed to be triggered by earthquakes. Here we compile observations of the response of mud volcanoes and other geologic systems (earthquakes, volcanoes, liquefaction, ground water, and geysers) to earthquakes. The ...

Journal: :Journal of Physics of the Earth 1980

Journal: :annals of military and health science research 0
علی کربلایی خانی a karbalai khani assistant professor, army university of medical sciences, dep't of general surgery, 501 hospital, tehran, iran علیرضا بابایی ar babaei (*corresponding author) assistant professor, army university of medical sciences, dep't of plastic & reconstructive surgery, 501 hospital, tehran, iran. tel: 021-88632967 حمزه شاه علی h shahali medical researcher, army university of medical sciences, tehran, iran

crush injury of an extremity occurs when a limb is compressed between two hard surfaces, to the point where vascular supply is impaired and vulnerable tissues undergo necrosis. most commonly, limbs are crushed during auto versus pedestrian accidents, motor vehicle crashes, and industrial accidents. however, during natural disasters such as earthquakes, buildings collapse, landslides, mine cave-...

Journal: :iranian journal of earth science 0
e. saghatelyan center for ecological-noosphere studies of nas ra, abovyan 68, 025, yerevan, armenia a. saghatelyan center for ecological-noosphere studies of nas ra, abovyan 68, 025, yerevan, armenia a. petrosyan center for ecological-noosphere studies of nas ra, abovyan 68, 025, yerevan, armenia h. asmaryan center for ecological-noosphere studies of nas ra, abovyan 68, 025, yerevan, armenia

for the first time, on the basis of spitak earthquake experience (armenia, december 1988), it was found that an earthquake causes intensive and prolonged radon releases that are quickly dispersed in the open air and that is why they are not usually registered but contrastingly displayed in covered premises (such as dwelling houses, schools, kindergartens) even if they are at a considerable dist...

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

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

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