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

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

2013
Vibha Verma Qiming J. Yu Des W. Connell

A model based on the concept of reduction in life expectancy (RLE model) as a result of long term exposure to toxicant has been developed which has normal life expectancy (NLT) as a fixed limiting point for a species. The model is based on the equation (LC50 = a ln(LT50) + b) where a and b are constants. It was evaluated by plotting ln LT50 against LC50 with data on organic toxicants obtained f...

Journal: :Plant physiology 1997
G. R. Gray L. P. Chauvin F. Sarhan NPA. Huner

By comparing growth under five different temperature and irradiance regimes (20[deg]C and 800, 250, and 50[mu]mol m-2 s-1 and 5[deg]C and 250 and 50 [mu]mul m-2 s-1), we have examined the effects of light, temperature, and the relative reduction state of photosystem II on plant morphology, freezing tolerance (lethal temperature at which freezing injury occurs [LT50]), transcript levels of Lhcb ...

Journal: :Journal of economic entomology 2013
Timothy J Hiusen T Kamble-Shripat

By using a no-choice feeding bioassay, delayed toxicity and concentration-dependent mortality of two chitinolytic enzyme inhibitors, pentoxifylline and psammaplin A, were evaluated by determining LT50, LT90, and LT99 (lethal time) against the economically important eastern subterranean termite, Reticulitermes flavipes (Kollar). Pentoxifylline- and psammaplin A-incorporated diets (filter paper) ...

Journal: :journal of arthropod-borne diseases 0
i ling a department of biomedical science, faculty of allied health sciences, universiti kebangsaan malaysia, jalan raja muda abdul aziz 50300 kuala lunpur, malaysia s sulaiman department of biomedical science, faculty of allied health sciences, universiti kebangsaan malaysia, jalan raja muda abdul aziz 50300 kuala lunpur, malaysia h othman department of biomedical science, faculty of allied health sciences, universiti kebangsaan malaysia, jalan raja muda abdul aziz 50300 kuala lunpur, malaysia

background: the efficacy of piper aduncum essential oil was evaluated against periplaneta americana adults and nymphs in the laboratory. methods : the plant essential oil at varying concentrations ranging between 10,000 to 80,000 ppm were placed inside glass beakers, rolled horizontally to ensure the essential oil covers all sides of the beakers and exposed to adults and nymphs of p. americana ...

Journal: :Journal of economic entomology 2004
Michael K Rust Donald A Reierson John H Klotz

Boric acid, imidacloprid, and thiamethoxam in sucrose aqueous baits had different delayed toxicities to worker Argentine ants, Linepithema humile (Mayr). The concentrations required to produce an LT50 (time required to produce 50% mortality) within 1-4 d were 3.63-0.55% boric acid, 9.2 x 10(-3) to 7.1 x 10(-4)% imidacloprid, and 3 x 10(-4) to 2 x 10(-5)% thiamethoxam. The three toxicants were n...

Journal: :Animal : an international journal of animal bioscience 2011
P Medica E Fazio C Cravana A Ferlazzo

The aim of this study was to investigate thyroid hormone levels in horses stabled in two different locations on the island of Sicily. The study was carried out on a total of 72 clinically healthy Sanfratellano horses ranging in age from 5 to 9 years and weighing 585 ± 40 kg. The results showed higher thyroxine values (P < 0.02) in horses stabled in an endemic goitre area (group II) than those o...

Journal: :Journal of the Spectroscopical Society of Japan 1995

Journal: :JOURNAL OF INDIAN AND BUDDHIST STUDIES (INDOGAKU BUKKYOGAKU KENKYU) 1995

انتظاری, سعیدرضا, ایمانی, فرناد, حسنی, ولی‌ا... ,

    Background & Aim: Epidural anesthesia is one of the anesthethic techniques for cesarean section. However, epidural anesthesia with lidocaine has some disadvantages such as delayed onset of action and short duration of analgesia. The goal of this study is to evaluate maternal sensory and motor blockade, neonatal Apgar score, and side effects of adding 50 and 100 mg tramadol to 2% lidocaine i...

به‌منظور بررسی ارتباط بین نشانگرهای پروتئینی و صفت‌های تغییرات میزان پرولین، راندمان کوانتومی فتوسیستم II، دمای 50 درصد کشندگی و شاخص زنده‌مانی مزرعه، 20 ژنوتیپ و لاین پیشرفتۀ جو در یک آزمایش گلخانه‌ای در قالب طرح بلوک‌های کاملاً تصادفی ارزیابی شدند. در این آزمایش، پس از خوگیری گیاهان به سرما در دمای چهار درجۀ سانتی‌گراد به‌مدت سه هفته، تیمار یخ‌زدگی در دماهای 4-، 7-، 10-، 13- و 16- اعمال شد و د...

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

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

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