نتایج جستجو برای: the highest ft lt50

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

2014
D. HUSAIN M. QASIM M. SALEEM M. AKHTER K. A. KHAN

1 Entomological Research Institute, Ayub Agricultural Research Institute, Faisalabad, Pakistan 2 University of Agriculture, Faisalabad, Pakistan ABSTRACT. A study was conducted at the Eco-toxicology laboratory in the Department of Agricultural Entomology, University of Agriculture Faisalabad, against three species Apis florea, A. dorsata and A. mellifera of honey bees, to check long-term surviv...

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

چکیده به منظور بررسی اثر تنوع گیاهی و نوع منبع تغذیه ای بر تنوع و تراکم علفهای هرز و حشرات، کارایی مصرف نهاده ها ( نور، آب، عناصر غذایی) و عملکرد و خصوصیات کیفی چند گونه زراعی، آزمایشی به صورت کرتهای خردشده بر پایه طرح بلوکهای کامل تصادفی با سه تکرار در دو سال زراعی 1385-1384 و 1386-1385 در مزرعه تحقیقاتی دانشکده کشاورزی دانشگاه فردوسی مشهد به اجرا درآمد. تیمارهای مورد بررسی دو منبع کود دامی و...

2015
Matthew P. Hill Antoinette P. Malan John S. Terblanche Nigel Andrew

Thermal physiology of entomopathogenic nematodes (EPN) is a critical aspect of field performance and fitness. Thermal limits for survival and activity, and the ability of these limits to adjust (i.e., show phenotypic flexibility) depending on recent thermal history, are generally poorly established, especially for non-model nematode species. Here we report the acute thermal limits for survival,...

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

thermal barrier coatings (tbcs) are used to provide thermal insulation to the hot section components of gas turbines in order to enhance the operating temperature and turbine efficiency. hot corrosion and thermal shocks are the main destructive factors in tbcs which comes as a result of oxygen and molten salt diffusion into the coating. in this thesis atmospheric plasma spraying was used to dep...

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

in this project, 4,4?-methylenebis(3-chloro-2,6-diethyl trimellitimidobenzene) as a diacid, was prepared by the reaction of trimellitic anhydride (tma) with 4,4?-methylenebis(3-chloro-2,6-diethylaniline) (mcdea). the novel poly(amide-imide) (pai) was synthesized from the reaction of 4,4?-methylenebis(3-chloro-2,6-diethyl trimellitimidobenzene) as a diacid with mcdea under green condition using ...

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده ادبیات 1390

this study is an outlook of iranians religious practices and customs in eras such as nasser one. it attempts to answer the main question, "religious practices and ceremonies in the society during naseri ruling" and other subsidiary questions with scientific and historical theories. iran was a traditional and religious community . people abided by their religious practices and duties within reli...

Journal: :American journal of botany 2015
Jessica J Armstrong Naoki Takebayashi Todd Sformo Diana E Wolf

UNLABELLED • PREMISE OF THE STUDY Cold tolerance is a critically important factor determining how plants will be influenced by climate change, including changes in snowcover and extreme weather events. Although a great deal is known about cold tolerance in Arabidopsis thaliana, it is not highly cold tolerant. This study examined cold tolerance and its genetic diversity in an herbaceous subarc...

2004
Alia Zayed

Bioassays were carried out in the laboratory to determine the virulence of two Beauveria bassiana indigenous isolates on the greater wax moth Galleria mellonella. LC50 and LT50 values were taken as indices for the efficacy of fungal isolates, designated as Bb1 and Bb2, collected from Ismailia governorate in Egypt and isolated from soil and trap larvae of G. mellonella, respectively. The larvae ...

Journal: :PLoS ONE 2008
Jean-Philippe Lavigne Marie-Hélène Nicolas-Chanoine Gisèle Bourg Jérôme Moreau Albert Sotto

BACKGROUND The role of enterococci in the pathogenesis of polymicrobial infections is still debated. The purpose of this study was to evaluate the effect of virulent enterococci in the presence or absence of Escherichia coli strains in the in vivo Caenorhabditis elegans model. PRINCIPAL FINDINGS This study demonstrated that there was a synergistic effect on virulence when an association of en...

Journal: :The Southeast Asian journal of tropical medicine and public health 2013
Ubol Phukerd Mayura Soonwera

We conducted this study to investigate the efficacy of herbal essential oils from 12 species of Zingiberaceae plants to determine their larvicidal and pupicidal activity against fourth instar larvae and pupae of Aedes aegypti and Culex quinquefasciatus mosquitoes. Probit analysis was used to analyze the data. Larval mortality was recorded at 1, 5, 10, 15, 30 and 60 minutes and 24 hours. Pupal 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"; } -->