نتایج جستجو برای: organophosphates toxicity

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

2014
Kathleen R. Attfield Michael D. Hughes John D. Spengler Chensheng Lu

BACKGROUND Children are exposed to pesticides from many sources and routes, including dietary and incidental ingestion, dermal absorption, and inhalation. Linking health outcomes to these exposures using urinary metabolites requires understanding temporal variability within subjects to avoid exposure misclassification. OBJECTIVES We characterized the within- and between-child variability of u...

Journal: :applied biotechnology reports 0
morteza mirzaei 1- applied biotechnology research center, baqiyatallah university of medical sciences, tehran, iran. 2- department of biology, faculty of sciences, university of guilan, university campus 2, rasht, iran. sina azami 1- applied biotechnology research center, baqiyatallah university of medical sciences, tehran, iran. 2- molecular medicine department, biotechnology research center, pasteur institute of iran, tehran, iran. reyhaneh sariri 1- department of biology, faculty of sciences, university of guilan, university campus 2, rasht, iran. ali mohammad latifi 1- applied biotechnology research center, baqiyatallah university of medical sciences, tehran, iran

organophosphorus compounds are highly toxic chemicals that have application in production of warfare agents and agricultural pesticides. detoxification of areas that have been exposed to these types of materials is of vital importance and several approaches have been used for this purpose. biodegradation of organophosphates is one of these approaches that is in the center of attention due to it...

Journal: :Neurology India 2009
Usha Kant Misra Jayantee Kalita

Toxic neuropathies generally result in length dependent axonal neuropathy with the exception of diphtheria and a few toxic neuropathies. In spite of occurrence of diphtheria in India there is paucity of published reports on diphtheritic neuropathy. Arsenic neuropathy commonly occurs in Bengal and Bangladesh because of ground water contamination whereas in Punjab it is due to contamination of op...

Journal: :Environmental toxicology and chemistry 2006
Nathaniel L Scholz Nathan K Truelove Jana S Labenia David H Baldwin Tracy K Collier

Organophosphate and carbamate insecticides are widely detected in surface waters of the western United States. These chemicals interfere with acetylcholine-mediated synaptic transmission in the nervous systems of fish and other aquatic animals via the inhibition of AChE (acetylcholinesterase) enzyme activity. Anticholinesterase insecticides commonly co-occur in the environment. This raises the ...

Journal: :Brain research bulletin 2007
Theodore A Slotkin Frederic J Seidler

Organophosphates affect mammalian brain development through a variety of mechanisms beyond their shared property of cholinesterase inhibition. We used microarrays to characterize similarities and differences in transcriptional responses to chlorpyrifos and diazinon, assessing defined gene groupings for the pathways known to be associated with the mechanisms and/or outcomes of chlorpyrifos-induc...

2009
Cathy A. Laetz David H. Baldwin Tracy K. Collier Vincent Hebert John D. Stark Nathaniel L. Scholz

BACKGROUND Mixtures of organophosphate and carbamate pesticides are commonly detected in freshwater habitats that support threatened and endangered species of Pacific salmon (Oncorhynchus sp.). These pesticides inhibit the activity of acetylcholinesterase (AChE) and thus have potential to interfere with behaviors that may be essential for salmon survival. Although the effects of individual anti...

Journal: :Arhiv za higijenu rada i toksikologiju 2007
Palmer Taylor Elsa Reiner Zrinka Kovarik Zoran Radić

To develop new avenues for synthesizing novel antidotes for organophosphate poisoning and for detection of the organophosphates, we have turned to recombinant DNA methods to synthesize cholinesterases with unusual properties. For antidotal therapy we describe mutations of the native mouse and human enzymes that allow for enhanced rates of oxime reactivation. Such enzymes, when localized in the ...

2017
Subramaniam Sivakumar Palanivel Anitha Balsubramanian Ramesh Gopal Suresh

Insecticides are the toxic substances that are used to kill insects. The use of insecticides is believed to be one of the major factors behind the increase in agricultural productivity in the 20th century. The organophosphates are now the largest and most versatile class of insecticide used and Malathion is the predominant type utilized. The accumulation of Malathion in environment is the bigge...

Journal: :iranian journal of pharmaceutical research 0
mohammad taher boroushaki 1- pharmacological research center of medicinal plants, faculty of medicine, mashhad university of medical sciences, mashhad, iran. 2- deptartment of pharmacology, faculty of medicine, mashhad university of medical sciences, mashhad, iran. delnia arshadi deptartment of pharmacology, faculty of medicine, mashhad university of medical sciences, mashhad, iran. hamideh jalili-rasti deptartment of pharmacology, faculty of medicine, mashhad university of medical sciences, mashhad, iran. elham asadpour deptartment of pharmacology, faculty of medicine, mashhad university of medical sciences, mashhad, iran. azar hosseini pharmacological research center of medicinal plants, faculty of medicine, mashhad university of medical sciences, mashhad, iran.

diazinon is an organophosphate which is extensively used in trade and agriculture. due to its widespread application, its toxicity is common. several studies have shown that organophosphates are able to induce oxidative stress by generating free radicals and depletion of endogenous antioxidants. pomegranate seed oil (pso) possesses anti-inflammatory and antioxidant effects. in this study, the e...

Journal: :Biomedical Research and Therapy 2023

Introduction: Many clinical studies have demonstrated that continuous exposure to pesticides, especially organophosphates and pyrethroids, causes toxicities such as carcinogenicity neurotoxicity lead disorders diabetes, lung cancer, neurodegenerative diseases. The mechanism underlying pesticide-induced involves the production of ROS, which neuronal injury through oxidative stress. Methods: In p...

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

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

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