نتایج جستجو برای: slanting surgery

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

2016
Reena Sharma Brahmadeo Sharma Meenu Babber Sonali Singh Gunjan Jain

Treacher Collins syndrome is a congenital disorder with bilaterally symmetric anomalies of the structures developing from the first and second branchial arches. The ocular and orbital features are an obligatory component for the diagnosis. We presented a case of typical, complete syndrome and also reviewed the varied ophthalmological manifestations of the disease in the literature. Antimongoloi...

Journal: :Journal of nematology 1985
R T Robbins

Pratylenchoides sheri n. sp., a bisexual species from the Pacific coastal area of California, is described and illustrated. Its most distinctive characters are the esophageal glands slightly overlapping the intestine dorsally, the large ventrally slanting esophago-intestinal valve, the lack of labial sectors in the first lip annule, the presence of males, and apparently functional spermatheca. ...

Journal: :Chang Gung medical journal 2003
Jia-Woei Hou Chien-Fang Mai

Restrictive dermopathy (RD) is a very rare and lethal congenital skin disease. It is inherited by an autosomal recessive pattern with characteristic features of abnormally rigid skin, generalized joint contractures (arthrogryposis), and dysmorphic facies consisting of downward slanting eyes, a small pinched nose, low-set ears, a fixed open mouth in the O-position, and micrognathia. We report on...

Journal: :Plant physiology 2003
Christen Y L Yuen Rebecca S Pearlman Laura Silo-Suh Pierre Hilson Kathleen L Carroll Patrick H Masson

Wild-type Arabidopsis roots develop a wavy pattern of growth on tilted agar surfaces. For many Arabidopsis ecotypes, roots also grow askew on such surfaces, typically slanting to the right of the gravity vector. We identified a mutant, wvd2-1, that displays suppressed root waving and leftward root slanting under these conditions. These phenotypes arise from transcriptional activation of the nov...

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

آنچه در این پایان نامه مورد تحقیق قرار گرفته است، مروری بر مقاله? نارایان و همکاران در سال 2011 تحت عنوان " پایداری و جراحی قاب ها " (robustness and surgery of frames)می باشد، که در آن تلاش و کنکاشی در زمینه? پایداری و جراحی قاب ها به ویژه قاب های چسبان شده است. در شروع مطالب با گذری بر روی قاب ها، پایداری قاب ها در فضای r^n را مورد بررسی قرار می دهیم و در ادامه به جراحی قاب های چسبان می پردا...

Journal: :BMJ case reports 2016
Vinod Kumar Abhidnya Surve Parijat Chandra Atul Kumar

To cite: Kumar V, Surve A, Chandra P, et al. BMJ Case Rep Published online: [please include Day Month Year] doi:10.1136/bcr-2016216729 DESCRIPTION A 3-year-old girl presented with poor vision OD since birth. The best-corrected visual acuity was counting fingers OD and 20/40 OS with +1D in each eye. Esotropia of 45 prism dioptres (PD) was noted in OD. The anterior segment was unremarkable OU. OS...

Journal: :journal of minimally invasive surgical sciences 0
abdolreza pazouki minimally invasive surgery research center, iran university of medical sciences, tehran, ir iran; center of excellence for minimally invasive surgery education, iran university of medical sciences, tehran, ir iran; minimally invasive surgery research center, iran university of medical sciences, tehran, ir iran. tel: +98-9121374227 gholamreza mohammadi farsani minimally invasive surgery research center, iran university of medical sciences, tehran, ir iran

Let G(V,E) be a graph with p vertices and q edges. A graph G is said to have an odd mean labeling if there exists a function f : V (G) → {0, 1, 2,...,2q - 1} satisfying f is 1 - 1 and the induced map f* : E(G) → {1, 3, 5,...,2q - 1} defined by f*(uv) = (f(u) + f(v))/2 if f(u) + f(v) is evenf*(uv) = (f(u) + f(v) + 1)/2 if f(u) + f(v) is odd is a bijection. A graph that admits an odd mean labelin...

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

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

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