نتایج جستجو برای: tetrachloride

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

Journal: :Applied and environmental microbiology 1983
E J Bouwer P L McCarty

Trihalomethanes, carbon tetrachloride, 1,1,1-trichloroethane, 1,2-dibromoethane, chlorinated benzenes, ethylbenzene, and naphthalene at concentrations commonly found in surface and groundwater were incubated under anoxic conditions to study their transformability in the presence of denitrifying bacteria. None of the aromatic compounds showed significant utilization relative to sterile controls ...

Journal: :Journal of drug discovery and therapeutics 2023

Adiantum capillus (AC) Linn (Family: Adiantaceae) commonly known as “Hansraj” It is used in common cold, cough, pyrexia inflammation, acts purgative. improves digestion and renal function. This study was performed to investigate the hepato-defensive potential of contradiction carbon tetrachloride tempted hepatic damage rats. The rodents were dosed with Acetonic extract (AEAC, 500mg/kg) against ...

Journal: :iranian journal of pharmacology and therapeutics 0
singaravel sengottuvelu srinivasan duraisami jothivel nandhakumar rasilingam duraisami mani vasudevan

the present study appraised the hepatoprotective activity of aqueous extract of camellia sinensis leaves and its possible mechanism of action against carbon-tetrachloride-induced liver damage. liver damage was induced by   intraperitoneal administration of equal mixture of carbon tetrachloride   and olive oil (50 % v/v, 0.5 ml/kg ) in male wistar rats (150-220g) once daily for 7 days and the ex...

2006
NARASIMHANAIDU KAMALAKKANNAN RAJAGOPALAN RUKKUMANI KODE ARUNA

The present study determines the efficacy of N-acetyl cysteine (NAC) on marker enzymes, lipid peroxidation and antioxidants in carbon tetrachloride induced hepatotoxicity in rats. Carbon tetrachloride (CCl4) (3 mL/kg/week) administered subcutaneously to albino Wistar rats for a period of three months significantly increased the activities of marker enzymes in plasma such as aspartate transamina...

خزائی, مریم, میرازی, ناصر,

Background and Objective: Carbon tetrachloride (CCl4) is a toxic agent leading to hepatotoxicity. The aim of this study was to investigate the effect of Agrimonia eupatoria leaf hydroalcoholic extract (AEE) on carbon tetrachloride induced rat liver. Materials and Methods: In this study, 42 male rats were randomly allocated to 6 groups: the control group receiving normal saline, 2ml/kg, ip and ...

Journal: :Applied sciences 2021

Apteranthes europaea (Guss.) Murb. subsp. maroccana (Hook.f.) Plowes (A. europaea) is a medicinal plant widely used in traditional medicines to treat various diseases including hepatic pathogenesis. This study was conducted evaluate the protective effect of chemically characterized polyphenol-rich fraction from A. on carbon tetrachloride-induced liver injury mice. The chemical characterization ...

1980
Avanish Kumar Srivastava Dilip shah Amit Saxena T H Mahato A K Verma Smriti Shrivastava Anuradha Roy

ASZMT (Cu, Ag, Zn, Mo, TEDA impregnated) carbon was prepared by impregnation of active carbon with ammonical salts of Cu (II), Ag (I), Zn (II), Mo (VI) and TEDA using incipient wetness technique. Thereafter, ASZMT carbon was characterized using scanning electron microscopy, atomic absorption spectroscopy, thermogravimetry and surface characterization techniques. The ASZMT carbon was evaluated u...

2003
P. D. Lamson

In the very extensive use of carbon tetrachloride in the treatment of hookworm disease, a few cases in each million have died. One or two of these deaths have followed the drinking of alcohol after treatment, and alcohol has been shown both in the field and experimentally (1) to increase the toxicity of carbon tetrachloride. Carbon tetrachloride produces severe central necrosis of the liver sim...

2016
Naser Mirazi Seyedeh-Nahid Movassagh Mahmoud Rafieian-Kopaei

BACKGROUND Materials can cause liver and kidney damage which carbon tetrachloride is one of these substances. Medicinal plants and their essential oils and extracts have been used to a large extent as drugs to better control and management of kidney diseases. OBJECTIVES The aim of this study was to investigate the effect of hydro-alcoholic extract of Avicennia marina leaves in the treatment o...

Journal: :فیض 0
ناصر میرازی naser mirazi department of biology, faculty of basic sciences, bu-ali sina university, hamedan, i. r. iran.همدان، دانشگاه بوعلی سینا، دانشکده علوم پایه، گروه زیست شناسی زهره کرمی zohreh karami

background: chemical toxins are among the leading causes of liver disorders, inflammation and necrosis in hepatocytes. the aim of this study was to evaluate of protective effect of hydroalcoholic extract from rhizome of zingiber officinale l. (hez) on carbon tetrachloride-induced hepatic injury in male rat. material and methods: in this experimental studymale wistar rats (n=35, body weight 230-...

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

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

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