نتایج جستجو برای: اپرون ica

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

ژورنال: بیماریهای گیاهی 2012
حامد پورعلی محمد صالحی,

بیماری جاروک بادام که فیتوپلاسمای همراه با آن Candidatus Phytoplasma phoenicium نام دارد در حال حاضر یکی از مخرب‌ترین بیماری‌های بادام در ایران و لبنان است. تنوع ژنتیکی در فیتوپلاسمای همراه با جاروک بادام در نمونه‌های تهیه شده در دو نقطه از باغ‌های اطراف نیریز (جدایه‌های نیریز1ونیریز2)، یک نقطه از مشکان نیریز(جدایه مشکان)، دو نقطه در اطراف کرمان (جدایه‌های کرمان1وکرمان2) ویک نقطه در شه...

امروزه بـرای شناسـایی و تشخیص سروتیپ­های سالمونلا در نمونه­های بالینی و مواد غذائی از روش‌های سنتی تشخیص این باکتری استفاده مـی‌گـردد که وقت­گیر و گاهی مشکل­ساز می‌باشند، اما با کشف روش‌های سریع تشخیص مولکولی، این مشکلات تا حد زیادی مرتفع گردیده ­است. مطالعه حاضر، با هدف تشخیص سریع جدایه­های مختلف سالمونلا بر اساس جسجوی ژن کروموزومی invA و نیز شناسائی جدایه­های...

Journal: :Information Systems Research 2023

Reports indicate that employees are willing to share sensitive information under certain circumstances, and one-third half of security breaches tied insiders. These statistics reveal organizational efforts, which most often rely on deterrence-based sanctions address the insider threats security, insufficient. Thus, insiders’ computer abuse (ICA)—unauthorized deliberate misuse resources by insid...

Journal: :Cancer research 1990
A Reiner B Neumeister J Spona G Reiner M Schemper R Jakesz

An immunocytochemical assay (ICA) for the measurement of estrogen receptor (ER) and progesterone receptor (PgR) has been evaluated in 426 human primary breast carcinomas. For estrogen receptor determination ER ICA was used. PgR ICA was performed using the monoclonal antibody KD 68. Assay results for progesterone receptor immunocytochemistry were in agreement (P less than 0.0001) with those of b...

Journal: :Borneo Journal of Medical Sciences 2023

Binasal hemianopia is rare. It more commonly associated with ocular diseases than intracranial pathologies. Nevertheless, the proximity of internal carotid arteries (ICA) to visual pathway may cause a variety neurologic effects which lead loss. Although loss uncommon, ICA aneurysm compress optic nerve causing field defect and reduced acuity. We report 66-year-old male presented asymptomatic bin...

2016
GUANGMING CHEN CHAOPENG WANG JIEFANG WANG SUJUAN YIN HAN GAO LU XIANG HENGRUI LIU YINQUAN XIONG PANPAN WANG XIAOFENG ZHU LI YANG RONGHUA ZHANG

Icariin (ICA), the main active flavonoid glucoside isolated from Herba Epimedii, has been shown to prevent postmenopausal bone loss in vitro. However, the mechanisms by which ICA prevents bone loss in vivo remain poorly understood. In the present study, the effect of ICA in an ovariectomized (OVX) rat model of osteoporosis was evaluated. Sprague-Dawley rats were divided into sham-operated and O...

2016
Paweł GÓRSKI Izabela REJER

The aim of this paper is to analyze the differences in the classification accuracy obtained with raw EEG data and with data preprocessed with Independent Components Analysis (ICA). Our main research question is whether ICA is able to improve the classification accuracy not only in the case of a multichannel recording but also when EEG data are recorded only from a few channels. In order to answ...

The allocation of design tolerances between the components of a mechanical assembly and manufacturing tolerances can significantly affect the functionality of products and related production costs. This paper introduces Imperialist Competitive Algorithm (ICA) approach to solve the machining tolerance allocation of an overrunning clutch assembly.  The objective is to obtain optimum tolerances of...

This paper presents a new mathematical model for a hybrid flow shop scheduling problem with multiprocessor tasks in which sequence dependent set up times and preemption are considered. The objective is to minimize the weighted sum of makespan and maximum tardiness. Three meta-heuristic methods based on genetic algorithm (GA), imperialist competitive algorithm (ICA) and a hybrid approach of GA a...

2006
Kun Zhang Lai-Wan Chan

It is well known that principal component analysis (PCA) only considers the second-order statistics and that independent component analysis (ICA) exploits higher-order statistics of the data. In this paper, for whitened data, we give an elegant way to incorporate higherorder statistics implicitly in the form of second-order moments, and show that ICA can be performed by PCA following a simple t...

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

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

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