نتایج جستجو برای: 1 and 074 mm day

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

Background Is G-CSF has any effects on cancelled ART cycle due to thin endometrium. This study showed the beneficial effects of G-CSF on thin endometrium. In two previous studies, some beneficial effects were reported and in another no effects were seen. MaterialsAndMethods In a nonrandomized clinical trial, fifteen cases were evaluated from June 2011 till September 2012. All cases had history ...

2017
Brian LaBlonde Manuel Lagravere Vich Paul Edwards Katherine Kula Ahmed Ghoneima

INTRODUCTION The aim of this multi-center retrospective study was to quantify the changes in alveolar bone height and thickness after using two different rapid palatal expansion (RPE) activation protocols, and to determine whether a more rapid rate of expansion is likely to cause more adverse effects, such as alveolar tipping, dental tipping, fenestration and dehiscence of anchorage teeth. ME...

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

introruction khawf in(iran)-herat and mazaresharif and shirkhan bandar in (afghanistan)-dushanbe in (tajikistan)_(kirgizstan)-kashghar in(china) project railway network is under construction that it is as a significant corridor for revitalizing silk road corridor in the region .at the present there are three different gauge in the region central asia with 1,520 mm gauge and turkey-islamic repu...

2006
Marek Freindorf Yihan Shao Jing Kong Thomas R. Furlani

Combined QM/MM calculations of an activesite of Cytochrome P450cam have been performed, before and after a binding process of Cytochrome P450cam to Putidaredoxin. The calculations have been carried out for two coordination spheres of the heme active-site of Cytochrome P450cam, namely a 5-coordinated, and a 6coordinated system of this protein having a water molecule as a 6th ligand. An experimen...

2002
Ovidiu Ivanciuc Mircea V. Diudea Valentin Gogonea

2008
Joss Ives Benji Lewis Zhe Wang David E. Jaffe

2 Summary of changes with respect to the 1/3 analysis note 3 2.1 CCDBADTIM fix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2 E787 CCDPUL story . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.3 Muon background story . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.4 Beam background story . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 ...

Journal: :پژوهش های حفاظت آب و خاک 0

nowadays artificial neural networks (anns) are being applied in several problems of water engineering where there is no clear relationship between effective parameters on the estimation of phenomenon. this research was used to measure aerodynamic data inside and outside greenhouse for estimating reference evapotranspiration in greenhouse by using anns. ann was used with perceptron multilayer st...

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

این پژوهش به منظور بررسی تاثیر تنش خشکی و بر هم کنش آن با اسیدآسکوربیک بر برخی فعالیت های فیزیولوژیکی و بیوشیمیایی گیاه سیاه دانه (nigella sativa l.) اجرا شد. کشت گیاه بصورت گلخانه ای با هفت تیمار مختلف آبیاری و آسکوربات شامل 1) تیمار شاهد با آبیاری به مقدار ظرفیت زراعی، 2) تیمار با آبیاری3/2 ظرفیت زراعی، 3) تیمار با آبیاری3/1 ظرفیت زراعی، 4) تیمار با آبیاری3/2 ظرفیت زراعی به همراه اسید آسکوربی...

Background and Aim: Wound healing is a complex and dynamic process with the wound environment changing with the changing health status of the individual. Therefore identification new natural products is necessary for accelerate wound healing. The present study investigated the effect of topical application of Persian Gulf brittle star alcoholic extract on wound healing in Balb/C mice. Materials...

Journal: :Revista brasileira de psiquiatria 2015
Alexandre Lalli Bruno Michel Sébastien Georget Catherine Bouillot Anne Mangin Hervé Javelot

Antipsychotic-induced thrombocytopenia is generally rare, but seems to occur more frequently with quetiapine. Accordingly, the relative risk of thrombocytopenia can be described as very rare with loxapine and clozapine (o 0.01%), uncommon with risperidone (X 0.1%, o 1%), but very common with quetiapine (X 10%). However, very few cases are reported in the literature, with one published case of i...

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

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

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