نتایج جستجو برای: block height

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

ژورنال: علوم آب و خاک 2007
محمود خدام باشی امامی, , سید حسین محمدی, , عبدالمجید رضایی, ,

Half diallel crosses of nine Iranian wheat cultivars were used to estimate the general and specific combining ability effects and other genetic parameters related to yield and its components. Parents with F2 generations were evaluated at Research Farm, College of Agriculture, University of Shahrekord, in a randomized complete block design with 3 replications. Partitioning of genotypes mean squa...

ژورنال: علوم آب و خاک 2009
اصفهانی, مسعود, دانشور راد, زهرا, ربیعی, محمد, سمیع زاده, حبیب اله, پیمان, میرحسن ,

The effects of tillage methods and residual management on yield and yield components of rapeseed (Brassica napus L. CV. Hyola308) were evaluated after rice harvest. The experiment was carried out during 2004-2005 cropping season in a factorical arrangement of treatments at Rice Research Institute of Iran (RRII) in Rasht, in a Complete Randomized Block Design with three replications. Treatments ...

طوسی مجرد, مجید , قنادها, محمدرضا ,

In order to study inheritance of traits (Height, Peduncle length, Extrusion peduncle length, Diameter first internode, Diameter secondary internode, Diameter third internode length of secondary internode, length of third internode) associated with height in bread wheat, seven cultivars of bread wheat with their F1 progenies produced through a half diallel mating design were planted in a randomi...

محمود خدام باشی امامی, , سید حسین محمدی, , عبدالمجید رضایی, ,

Half diallel crosses of nine Iranian wheat cultivars were used to estimate the general and specific combining ability effects and other genetic parameters related to yield and its components. Parents with F2 generations were evaluated at Research Farm, College of Agriculture, University of Shahrekord, in a randomized complete block design with 3 replications. Partitioning of genotypes mean squa...

Journal: :Revista brasileira de anestesiologia 2012
Beatriz L S Mandim Rodrigo R Alves Rodrigo Almeida João Paulo J Pontes Lorena J Arantes Fabíola P Morais

BACKGROUND AND OBJECTIVES Brachial plexus block is used for upper limbs anesthesia. The use of ultrasound-guided (USG) technique for blockade has become popular in recent years, facilitating its execution by providing real-time images of the plexus and surrounding structures while minimizing complications. The purpose of this report is to describe a case of pneumothorax following ultrasound-gui...

Journal: :Journal of cerebral blood flow and metabolism : official journal of the International Society of Cerebral Blood Flow and Metabolism 2014
Zuyao Y Shan Margaret J Wright Paul M Thompson Katie L McMahon Gabriella G A M Blokland Greig I de Zubicaray Nicholas G Martin Anna A E Vinkhuyzen David C Reutens

The hemodynamic response function (HRF) describes the local response of brain vasculature to functional activation. Accurate HRF modeling enables the investigation of cerebral blood flow regulation and improves our ability to interpret fMRI results. Block designs have been used extensively as fMRI paradigms because detection power is maximized; however, block designs are not optimal for HRF par...

Journal: :British journal of anaesthesia 2001
H Itoh K Shibata S Nitta

Patients with myasthenia gravis show sensitivity to non-depolarizing neuromuscular blocking drugs, but little is known about differences in this sensitivity between types of myasthenia. In 10 patients with ocular myasthenia gravis and 10 with generalized myasthenia gravis, twitch tension was monitored in the adductor pollicis muscle by supramaximal train-of-four stimulation of the ulnar nerve d...

2014
Jaime Anger Raphael Francisco Vesterman Alcalde Jose Ribas Milanez de Campos

OBJECTIVE To describe a new surgical technique to treat pectus excavatum utilizing low hardness solid silicone block that can be carved during the intraoperative period promoting a better aesthetic result. METHODS Between May 1994 and February 2013, 34 male patients presenting pectus excavatum were submitted to surgical repair with the use of low hardness solid silicone block, 10 to 30 Shore ...

Journal: :The Clinical journal of pain 2010
Milan P Stojanovic Jai Sethee Meraj Mohiuddin Jianguo Cheng Amanda Barker Jing Wang William Palmer Ambrose Huang Steven P Cohen

OBJECTIVES To determine the correlation between magnetic resonance imaging (MRI) pathology and the response to diagnostic facet medial branch block (MBB) and L5 dorsal ramus medial branch block and radiofrequency (RF) denervation of lumbar facet joints. METHODS The medical records of 127 consecutive patients who underwent MBB for suspected zygapophysial joint pain were reviewed. The lumbar sp...

2011
Nilay Paul

Objectives: Adolescents remain largely neglected and especially girl from a deprived section in our society. The present study is an attempt to evaluate the nutritional status of early adolescent school girl from rural and urban areas. The study was, therefore, carried out to determine and compare the nutritional status of adolescent girl attending urban and rural secondary schools in Paschim M...

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

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

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