نتایج جستجو برای: oxide zones representing possible high

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

Journal: :international journal of nano dimension 0
azar bagheri department of chemistry, center tehran branch, islamic azad university, tehran, iran leila hoseini department of chemistry, center tehran branch, islamic azad university, tehran, iran

template synthesis is a powerful method for the preparation of nanoscale materials with specific size and shape. cadmium oxide (cdo) nanoparticles were synthesized by using sodium dodecyl sulfate (sds), cd(oac)2.2h2o and sodium hydroxide as starting materials. the sample was characterized by x-ray diffraction (xrd), scanning electron microscopy (sem). the xrd pattern proves that the final produ...

2010
Chiara Groppo Daniele Castelli

Lawsonite eclogites represent fossil records of processes occurring during subduction of cold and fast-subducting slabs, and provide the opportunity to investigate the thermal and metamorphic evolution of palaeosubduction zones. Occurrences of lawsonite eclogites are rare because lawsonite is often replaced during exhumation. We report here, for the first time, the occurrence of a lawsonite ecl...

2013
Harald Schunck Gaute Lavik Dhwani K. Desai Tobias Großkopf Tim Kalvelage Carolin R. Löscher Aurélien Paulmier Sergio Contreras Herbert Siegel Moritz Holtappels Philip Rosenstiel Markus B. Schilhabel Michelle Graco Ruth A. Schmitz Marcel M. M. Kuypers Julie LaRoche

In Eastern Boundary Upwelling Systems nutrient-rich waters are transported to the ocean surface, fuelling high photoautotrophic primary production. Subsequent heterotrophic decomposition of the produced biomass increases the oxygen-depletion at intermediate water depths, which can result in the formation of oxygen minimum zones (OMZ). OMZs can sporadically accumulate hydrogen sulfide (H2S), whi...

2005
ATHANASIOS G. MAMALIS

Abstract. A finite element model is proposed for the simulation of grinding of hardened steels with aluminium oxide wheels. For this task the implicit FEM code MARC is used. The proposed model is a transient state, non-linear problem that can calculate the maximum temperature and the temperature fields on the ground workpiece. The input data required for the analysis are provided through a seri...

Journal: :iranian journal of public health 0
mahbubeh saei 1. dept. of epidemiology and biostatistics, school of public health, tehran university of medicalsciences , tehran, iran. kourosh holakouie-naieni 1. dept. of epidemiology and biostatistics, school of public health, tehran university of medicalsciences , tehran, iran. ehsan mostafavi 2. dept. of epidemiology, pasteur institute of iran , tehran, iran. mohammad ali sahraian 3. sina ms research center, dept. of neurology, sina hospital, tehran university of medical sciences , tehran, iran. mahmood mahmoodi 1. dept. of epidemiology and biostatistics, school of public health, tehran university of medicalsciences , tehran, iran. mohammad ali mansournia 1. dept. of epidemiology and biostatistics, school of public health, tehran university of medicalsciences , tehran, iran.

multiple sclerosis (ms) is a disease with high disabling disorders and considerable social and economic impacts. this study was conducted to analyze the spatial distribution of ms disease in tehran, iran during 2001-2012.the existing information in the ms patients' medical files who had registered in iranian ms society (imss), located in tehran office, was used for analysis. the relationship be...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علوم پایه دامغان - دانشکده علوم زمین 1388

به منظور مطالعه بیواستراتیگرافی و پالئواکولوژی رسوبات دونین پسین، برشی در استان کرمان انتخاب گردید، که از لحاظ موقعیت زمین شناسی در ناحیه ایران مرکزی قرار دارد. برش باغین در شمال شرق باغین و 20 کیلومتری غرب کرمان واقع شده است. قدیمی ترین واحد دونین در این منطقه، سازند پادهاست که شامل ماسه سنگ های سفید و قرمز می باشد، این سازند به وسیله واحد هایی از دونین که معادل سازند بهرام می باشد، پوشیده می...

2012
Fumika Suzuki J Grzanna

The origin of sustained current oscillations at the Si/electrolyte contact is not fully understood. Oscillatory functions are regarded which describe the oscillating oxide thickness at the silicon electrode. We consider an initially vanishing two-dimensional time dependent function which oscillates between a minimum and a maximum oxide thickness at each location of the electrode. The function i...

2015
Ahmed Tahiri

abstract: We introduce a discretization method of boundary value problems (BVP) in the case of the two dimensional diffusion equation on a rectangular mesh with refined zones. The method consists in representing the unknown distribution and its derivatives by piecewise constant distributions (PCD) on distinct meshes together with an appropriate approximate variational formulation of the exact B...

Journal: :Biomechanics and modeling in mechanobiology 2012
Rui Feng Michalis Xenos Gaurav Girdhar Wei Kang James W Davenport Yuefan Deng Danny Bluestein

Flow and stresses induced by blood flow acting on the blood cellular constituents can be represented to a certain extent by a continuum mechanics approach down to the order of the μm level. However, the molecular effects of, e.g., adhesion/aggregation bonds of blood clotting can be on the order of nm. The coupling of the disparate length and timescales between such molecular levels and macrosco...

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

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

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