نتایج جستجو برای: formation of dome

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

Journal: :فیزیک زمین و فضا 0
علیرضا حاجیان استادیار، گروه فیزیک، دانشکدۀ مهندسی هسته ای و علوم پایه، دانشگاه آزاد اسلامی واحد نجف آباد محمود شیرازی 1استادیار، گروه فیزیک، دانشکدۀ مهندسی هسته ای و علوم پایه، دانشگاه آزاد اسلامی واحد نجف آباد

in this paper an intelligent method through general regression neural networks (grnn) is presented to estimate the depth of salt domes from gravity data. neural networks are as a good tool for automatic interpretation of geophysical data especially for depth estimation of gravity anomalies. the gravity signal is a nonlinear function of depth and density and the geometrical parameters of the bur...

2015
Teng Wang Michael P. Poland Zhong Lu

Synthetic aperture radar imagery is widely used to study surface deformation induced by volcanic activity; however, it is rarely applied to quantify the evolution of lava domes, which is important for understanding hazards and magmatic system characteristics. We studied dome formation associated with eruptive activity at Mount Cleveland, Aleutian Volcanic Arc, in 2011–2012 using TerraSAR-X imag...

Journal: :Blood 1985
M Hagiwara S M Pincus I L Chen B S Beckman J W Fisher

A human renal carcinoma from a patient with erythrocytosis, serially transplanted into athymic nude mice, was grown in primary monolayer cell cultures. After reaching confluency, the cultured cells formed multicellular hemicysts (domes), which became more abundant as the cultures approached saturation density. Erythropoietin (Ep) production by this renal carcinoma in culture was only slightly i...

2008
Hiroyuki K. M. TANAKA Izumi YOKOYAMA

Lava domes are one of the conspicuous topographic features on volcanoes. The subsurface structure of the lava dome is important to discuss its formation mechanism. In the 1944 eruption of Volcano Usu, Hokkaido, a new lava dome was formed at its eastern foot. After the completion of the lava dome, various geophysical methods were applied to the dome to study its subsurface structure, but resulte...

Journal: :Tectonics 2022

Abstract The Paleoarchean Mt Edgar dome in the East Pilbara Terrane has long been studied as an archetypal within Archean dome‐and‐keel terranes, but history of its formation is debated. Kinematic data presented this study provide new insights into late‐stage development and Terrane. Quartz crystallographic preferred orientation (CPO), optical microstructures, field structures all indicate that...

2012
Joseph E. Peterson Christopher P. Vittore

BACKGROUND A frontoparietal dome of a large pachycephalosaurid collected from the Upper Cretaceous Hell Creek Formation in 2001 is identified as Pachycephalosaurus wyomingensis. The specimen features two large oval depressions on the dorsal surface, accompanied by numerous circular pits on the margin and inner surface of the larger depressions. METHODOLOGY/PRINCIPAL FINDINGS In order to ident...

Journal: :iranian journal of medical sciences 0
behrooz gandomi departments of otolaryngology, shiraz university of medical sciences, shiraz, iran mohammad hossein arzaghi departments of otolaryngology, shiraz university of medical sciences, shiraz, iran mohammad rafatbakhsh english languange, shiraz university of medical sciences, shiraz, iran

background: the technique of vertical dome division or tip defining, involves incising the lateral crura and vestibular skin at or lateral to the dome or tip defining point. the incision di-vides the lower lateral cartilage into a lateral segment and a medial segment, which are advanced anteriorly and sutured together to increase tip projection. the present study aimed at assessing a new vertic...

Journal: :Environmental research 1987
J M Cheek E M Postlethwait M E Shaw E D Crandall

Primary cultured monolayers of rat Type II pneumocytes were used to investigate the effects of NO2 on alveolar epithelial barrier properties. Such monlayers form fluid-filled domes which are thought to result from active solute transport from medium to substratum, with water following passively. Using dome formation as a transport marker, 5-day-old cultures were directly exposed to 30 ppm NO2 i...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز - دانشکده ادبیات و زبانهای خارجی 1391

building on previous studies on intellectual features and learners’ grammar learning, the present study aimed at investigating whether intelligence criterion had any impact on efl learners’ english grammar learning across two intelligence levels. in the current study, the participants were divided into two experimental and control groups by administration of raven i.q. test. this led to the for...

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

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

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