نتایج جستجو برای: fenitrothion g 5

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

2016
Limin Wang Jinbo Dong Yulong Wang Qi Cheng Mingming Yang Jia Cai Fengquan Liu

A novel signal-amplified electrochemical assay for the determination of fenitrothion was developed, based on the redox behaviour of organophosphorus pesticides on a glassy carbon working electrode. The electrode was modified using graphene oxide dispersion. The electrochemical response of fenitrothion at the modified electrode was investigated using cyclic voltammetry, current-time curves, and ...

Journal: :analytical and bioanalytical chemistry research 2015
molla tefera shimelis admassie merid tessema solomon mehretie

a sensor, based on multi-wall carbon nanotubes modified glassy carbon electrode (mwcnt/gce), was developed for determination of fenitrothion. determining the surface area of mwcnt/gce showed that this surface is three times more active than that of a glassy carbon electrode. the experimental parameters, such as the amount of mwcnts, ph of the fenitrothion solution, preconcentration potential an...

Journal: :Journal of the Egyptian Society of Parasitology 2016
Micheal William Mikhail Azza S Abd El-Halim Mohamed Ismail Soliman

The extensive use of insecticides in public health and agriculture sectors is the main reason for development of resistance in fleas associated in domestic rodents. The present work was planned to investigate the insecticidal efficacy of Lambda-cyhalothrin, Chlorpyrifos and Fenitrothion against rat flea (Xenopsylla cheopis) infesting rodent species in Giza Governorate, Egypt. The lethal concent...

Journal: :Mutation research 1985
I S Grover P K Malhi

The genotoxic effects of 4 organophosphorous pesticides, i.e. ekatin, fenitrothion, methylparathion and phorate, were examined employing the micronucleus test in bone marrow cells of the rat. Methylparathion and phorate were found to be mutagenic, while ekatin was weakly mutagenic. The frequency of micronuclei induction by fenitrothion did not differ significantly from that noticed in negative ...

Journal: :iranian journal of public health 0
s. ghavami h.ladonni

to determine the degree of susceptibility of an. sacharovi to malathion 5%, fenitrothion 1% and ddt 4% extended studies were carried out on sucked blood engorged mosquitoes collected from dasht argen (fars province) in 1997. testing method was according to standard who method in lots of 25 adults' mosquitoes in 4 replicates. an. sacharovi were touched by malathion 5% and ddt 4% insecticides in ...

2006
Yu Lei Priti Mulchandani Wilfred Chen Ashok Mulchandani

This paper reports a first microbial biosensor for rapid and cost-effective determination of organophosphorus pesticides fenitrothion and EPN. The biosensor consisted of recombinant PNP-degrading/oxidizing bacteria Pseudomonas putida JS444 anchoring and displaying organophosphorus hydrolase (OPH) on its cell surface as biological sensing element and a dissolved oxygen electrode as the transduce...

Journal: :Acta medica Okayama 2001
K Futagami N Hirano E Iimori K Motomura M Ide Y Kataoka H Araki Y Gomita R Oishi

Non-traumatic rhabdomyolysis associated with organophosphate intoxication has not been generally reported. We report here in a severe case of fenitrothion poisoning complicated by rhabdomyolysis. A 43-year-old woman ingested approximately 100 ml of fenitrothion emulsion (50%) in an attempt to commit suicide. On day 3 after admission, her creatine phosphokinase (CPK) peaked at 47,762 IU/L. She r...

Journal: :Journal of theoretical biology 2009
Chie Katsuyama Shinji Nakaoka Yasuhiro Takeuchi Kanako Tago Masahito Hayatsu Kenji Kato

Interactions between microbial species, including competition and mutualism, influence the abundance and distribution of the related species. For example, metabolic cooperation among multiple bacteria plays a major role in the maintenance of consortia. This study aims to clarify how two bacterial species coexist in a syntrophic association involving the degradation of the pesticide fenitrothion...

2015
Kanako Tago Takashi Okubo Hideomi Itoh Yoshitomo Kikuchi Tomoyuki Hori Yuya Sato Atsushi Nagayama Kentaro Hayashi Seishi Ikeda Masahito Hayatsu

The stinkbug Cavelerius saccharivorus, which harbors Burkholderia species capable of degrading the organophosphorus insecticide, fenitrothion, has been identified on a Japanese island in farmers' sugarcane fields that have been exposed to fenitrothion. A clearer understanding of the ecology of the symbiotic fenitrothion degraders of Burkholderia species in a free-living environment is vital for...

Journal: :Toxicology in vitro : an international journal published in association with BIBRA 2010
Nahla S El-Shenawy

Fenitrothion, endosulfan and abamectin are insecticides that affect various organs in humans and animals. The present study was conducted to investigate their cytotoxicity in isolated male rat hepatocytes. The study suggests that incubation of hepatocytes with 10 or 100 microM of each insecticide for 2h significantly decreased the cell viability. Increased leakage percentage of lactate dehydrog...

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

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

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