نتایج جستجو برای: squircle cross

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

Journal: :iranian journal of allergy, asthma and immunology 0
nicolae ovidiu berghi anima medical center, bucharest, romania.

opening frontiers has led in the last two decades to a massive migration of romanians to spain and italy, two countries known to have large areas planted with olives. romania owns large areas planted with ash forests. because of cross-reactivity between these two trees belonging to the oleaceae family and the big allergenic potential of olive pollens, after a number of years of residence in the...

Journal: :journal of current ophthalmology 0
حسن هاشمی hassan hashemi مهدی خبازخوب mehdi khabazkhoob عباسعلی یکتا abbasali yekta کاظم محمد kazem mohammad اکبر فتوحی akbar fotouhi

purpose : to determine the distribution of iris colors in the population of tehran and to assess possible associations between iris color and ocular disorder methods : through a stratified random cluster sampling approach, 160 clusters were selected in different municipality districts of tehran, and the approached households were invited to a clinic. after the initial interview, all participant...

Journal: :research in pharmaceutical sciences 0
j. varshosaz s. karimzadeh

lidocaine (lc) is a local anesthetic agent. the aim of this study was to prolong the anesthetic effect of this drug in the oral cavity in the treatment of oral mucositis. films of lc were prepared with three different molecular weights (mw) of chitosan in three different concentrations (1-3%) and were then cross-linked by solvent casting evaporation method with tripolyphosphate penta sodium sal...

Journal: :jundishapur journal of microbiology 0
neda zeinali nia department of pathobiology, school of public health, tehran university of medical sciences, tehran, ir iran mohammad reza pourmand department of pathobiology, school of public health, tehran university of medical sciences, tehran, ir iran; school of public health and biotechnology research center, tehran university of medical sciences, tehran, ir iran. tel: +98-2188954910, fax: +98-2188954910 parviz afrough department of pathobiology, school of public health, tehran university of medical sciences, tehran, ir iran

background: methicillin resistant staphylococcus aureus (mrsa) is a common major human pathogen that causes hospital-acquired infections. characterization and typing of the staphylococcal cassette chromosome has led to a better understanding of mrsa infection cycle in hospital. the meca-associated hypervariable region size classifies mrsa isolates that colonized in nasal carriers. objectives: t...

Journal: :international journal of health policy and management 2016
elenka brenna

Journal: :journal of agricultural science and technology 2014
k. buksa r. ziobro a. nowotna g. adamczyk m. sikora

despite a highly beneficial role of water soluble arabinoxylans, the information about the effect of their addition on the properties of rye dough is lacking. the aim of this study was to check the influence of their modification methods and properties on water binding capacity of rye flour and suggest some possible explanations for the action of various fractions of arabinoxylans. three modifi...

Journal: :international journal of agricultural science, research and technology in extension and education systems 2013
agbarevo, m.n. benjamin nwachukwu ephraim. o

this study compared farmers’ rating of extension effectiveness in technology dissemination to the level of adoption. in conducting the study, 180 farmers participating in extension programme in cross-river state were randomly selected through multi-stage random sampling technique. the data collected through a structured questionnaire were analyzed using the t-test of significance of difference ...

Journal: :international journal of finance, accounting and economics studies 0

the corporate sector all over the world is restructuring its operations through different types  of  consolidation  strategies  like  mergers  and  acquisitions  in  order  to  face challenges  posed  by  the  new  pattern  of  globalization,  which  has  led  to  the  greater integration of national and international markets.. the intensity of cross-border operations recorded an unprecedented ...

Journal: :iranian journal of nursing and midwifery research 0
homa mardan tengkuaizan hamid ma’rof redzuan rahimah ibrahim

abstract background: the prevalence of self‑neglect among the elderly is expected to rise with a rapid increase in the growth of the older population. however, self‑neglect in the elderly and the factors related to it are not fully understood due to the limited research in the area, lack of consensus in the definition of the concept, and limited instrumentation. the purpose of this study was to...

Journal: :بینا 0
محمد میرزایی m mirzaie abriz university of medical sciences, tabriz, iranتبریز- خیابان عباسی- بیمارستان نیکوکاری محمدباقر رهبانی نوبر mb rahbani nobar abriz university of medical sciences, tabriz, iranدانشگاه علوم پزشکی تبریز افشین لطفی صدیق a lotfi sedigh abriz university of medical sciences, tabriz, iranدانشگاه علوم پزشکی تبریز سمیرا میرزایی s mirzaie tabriz university of medical sciencesدانشگاه علوم پزشکی تبریز

purpose: to evaluate the efficacy of riboflavin administration and ultraviolet a (uva) cross-linking on advanced symptomatic bullous keratopathy (bk). methods: 10 patients with symptomatic pseudophakic bullous keratopathy (pbk) were included. slit-lamp examination, visual acuity, foreign body sensation (fbs) and corneal thickness as measured by pentacam, were performed before corneal cross-link...

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

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

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