نتایج جستجو برای: hemispheric wetted volume

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

Journal: :Coatings 2022

The present work focuses on a numerical investigation of nanofilms’ (water/copper and water/aluminium) evaporation inside heat exchanger by mixed convection flowing down one channel plate. was composed two parallel vertical plates. wetted plate heated while the other maintained isothermal dry. impact dispersion different types nanoparticles in liquid film their volume fraction mass exchange pro...

Journal: :The International journal of neuroscience 1987
N Raz S Raz R A Yeo E Turkheimer E D Bigler C M Cullum

In this study we investigated the association between morphological asymmetry and patterns of cognitive ability in dementia of Alzheimer's type (DAT). Digitized CT scans were used to estimate volumetric parameters of the brain. The volume of the cranium, brain parenchyma, the subarachnoid space, and lateral ventricles was computed. The volume of the subarachnoid space was used as an index of co...

Journal: :The American journal of psychiatry 1999
J J Levitt R W McCarley P G Nestor C Petrescu R Donnino Y Hirayasu R Kikinis F A Jolesz M E Shenton

OBJECTIVE Recent evidence suggests that the cerebellum may play a role in higher cognitive functions and, therefore, may play an important role in schizophrenia. METHOD The authors used magnetic resonance imaging to measure cerebellum and vermis volume in 15 patients with schizophrenia and 15 normal comparison subjects. RESULTS They found that 1) vermis volume was greater in patients with s...

2010
Marek S. Żbik Ray L. Frost Yen-Fang Song Chun-Chieh Wang

The unusual behaviour of smectites, the ability to change volume when wetted (swelling) or dried (shrinking), make soil containing smectites very unstable and hazardous for the building industry due to foundation movement and poor slope stability. These macroscopic properties are dominated by the structural arrangement of its finest fraction. In this work we show utilisation of a new technique ...

Journal: یافته 2004
keyvan Bassiri, mohammad Zare, saeed Khosravi,

Introduction: Blink reflex (BR) is a new electro diagnostic test mediated through a reflex arch with fifth cranial nerve in its afferent and seventh cranial nerve in its efferent side. BR responses are designed R1 , R2 and R2c responses. Anatomic locations of this reflex arch in central nervous system are still undefined and various results have been reported in different studies, for example...

Journal: :The Journal of chemical physics 2005
Elisabeth Charlaix Jérôme Crassous

We investigate in this paper the influence of wetting films on the adhesion forces between macroscopic solid surfaces connected by a liquid bridge. We show that the capillary forces are dependent on the interactions governing the wetting layers, and that those interactions may be determined from the measurement of the capillary force in the presence of a condensable vapor. We illustrate those r...

Journal: :Journal of ultrasound in medicine : official journal of the American Institute of Ultrasound in Medicine 2009
Tzu-Kang Lin Shan-Jin Ryu Peng-Wei Hsu

OBJECTIVE The purpose of this study was to evaluate hemispheric asymmetry of cerebral blood flow changes during various mental tests by applying transcranial Doppler sonography (TCD) to simultaneously monitor bilateral cerebral blood flow velocity changes. METHODS Twenty-one participants without cerebrovascular disease performed 3 left hemispheric tasks (reading, calculation, and color scalin...

Journal: :Agricultural Water Management 2021

In most fruit tree orchards under localised irrigation, only a fraction of the rhizosphere is wetted by irrigation. As this may reduce growth and production, such that there demand for information on optimum number location emitters. mature ‘Arbequina’ olive orchard with 1667 trees ha-1, we analysed impact applying same amount water one vs. two drip irrigation pipes (laterals) per row. We had f...

Journal: :NeuroImage 2010
Hillary Protas Sung-Cheng Huang Vladimir Kepe Kiralee M. Hayashi Andrea D. Klunder Meredith N. Braskie Linda M. Ercoli Susan Y. Bookheimer Paul M. Thompson Gary W. Small Jorge R. Barrio

OBJECTIVES To assess quantitatively the cortical pattern profile of regional FDDNP binding to beta-amyloid and neurofibrillary tangles on MR derived cortical maps, FDDNP PET images were corrected for movement and partial volume (PV), and optimized for kernel size. METHODS FDDNP DVR PET images from 23 subjects (7 with Alzheimer's disease (AD), 6 with mild cognitive impairment and 10 controls) ...

Journal: :تحقیقات مهندسی کشاورزی 0
سیدمحمدرضا امینی زاده دانشجوی کارشناسی ارشد رشتة آبیاری و زهکشی از گروه آبیاری دانشگاه تهران محمد محمودیان شوشتری استــاد گروه مهندسی عمران، دانشگاه شهید چمران اهواز عبدالمجید لیاقت استادیار گروه مهندسی آبیاری و آبادانی دانشگاه تهران. صلاح کوچک زاده دانشیار گروه مهندسی آبیاری و آبادانی دانشگاه تهران.

infiltration in furrow irrigation is 2-d which depends on both time and surface characteristics at which infiltration occurs. however, in many furrow irrigation models, infiltration is determined as a function of infiltration time opportunity, assuming the variation of weted perimeter is low along furrow. in order to compare the proposed asumptions, two zero-inertia furrow irrigation models wer...

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

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

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