نتایج جستجو برای: acute ethanol

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

Journal: :Alcohol and alcoholism 2011
Myoung-Sun Roh Feng Ji Cui Hye Kyeong Kim Ung Gu Kang

AIMS Tolerance to ethanol-induced inhibition of N-methyl-D-aspartate receptors (NMDARs) is thought to underlie the acute adaptive mechanisms against ethanol. To explore these compensatory upregulating mechanisms of NMDARs, we investigated the expression and phosphorylation of NMDAR subunits in vivo following an acute ethanol treatment. METHODS Male Sprague-Dawley rats were given 4 g/kg ethano...

2008
Tales Alexandre Aversi-Ferreira Guilherme Nobre

Objectives: to compare the acute and chronic effects of ethanol on the neural development, by analysis of the ontogenetic neural structure of mammals. Methods: searches were performed in the following electronic databases: MEDLINE, SciElo, PubMed, LILACS, CAPES periodical, and the Open Journal System. The descriptors used were: "chronic ethanol toxicity", "chronic alcohol toxicity", "acute etha...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2012
Anita V Devineni Ulrike Heberlein

In mammalian and insect models of ethanol intoxication, low doses of ethanol stimulate locomotor activity whereas high doses induce sedation. Sex differences in acute ethanol responses, which occur in humans, have not been characterized in Drosophila. In this study, we find that male flies show increased ethanol hyperactivity and greater resistance to ethanol sedation compared with females. We ...

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2004
Masayuki Adachi Hajime Higuchi Soichiro Miura Toshifumi Azuma Sayaka Inokuchi Hidetsugu Saito Shinzo Kato Hiromasa Ishii

Acute ethanol exposure induces oxidative stress and apoptosis in primary rat hepatocytes. Previous data indicate that the mitochondrial permeability transition (MPT) is essential for ethanol-induced apoptosis. However, the mechanism by which ethanol induces the MPT remains unclear. In this study, we investigated the role of Bax, a proapoptotic Bcl-2 family protein, in acute ethanol-induced hepa...

Journal: :فصلنامه طب اعتیاد 0
علی انوری دستیار طب اورژانس

0

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2003
Boris Tabakoff Sanjiv V Bhave Paula L Hoffman

Acute functional tolerance to ethanol develops during a single exposure to ethanol; it has been suggested to be a predisposing factor for the development of ethanol dependence. Genetic determinants of acute functional tolerance, as well as of ethanol dependence, have been clearly demonstrated. We describe a novel approach that uses a combination of selective breeding (to segregate genes contrib...

Journal: :Indian journal of physiology and pharmacology 2003
H S Nagaraja P S Jeganathan

Male albino rats of Wistar strain were exposed to overcrowding stress in two different groups for a period of seven days. One group of rats was kept under stress for six hours per day (acute stressed group) and the other group rats was kept under stress continuously (chronic stressed group). The effect of these acute and chronic stresses on voluntary alcohol (2% w/v) intake was monitored during...

Journal: :Gut 1989
F al-Balool E S Debnam R Mazzanti

In this study we have investigated the effects of (a) chronic ethanol intake on glucose and galactose absorption across the rat jejunum in vivo and on the potential difference across the isolated brush border membrane (Vm) and (b) acute exposure to ethanol (4% or 8%) and acetaldehyde (0.25%) on changes in Vm associated with Na(+)-dependent galactose absorption across the jejunum and ileum. Chro...

2014
Mahnaz Taherianfard Saeed Nazifi Zahra Farahani

Article history: Received: 17 May 2013 Accepted: 19 June 2013 Available online: 28 Sep 2013 ZJRMS 2015 Feb; 17(2): 22-26 Background: Leptin is one of the possible mediators of ethanol intake. On the other hand, the concentration of total plasma homocysteine (Hcy) is a well-established indicator for the risk of cardiovascular disease and seems to be related to ethanol consumption. So, the aim of...

Journal: :Indian journal of experimental biology 2008
Girdhari Lal Gupta Avtar Chand Rana

Withania somnifera (WS) or its psychotropic preparation is known to play a critical role in morphine, alcohol and benzodiazepines addiction. This study investigates the role of WS in acute ethanol and withdrawal from chronic ethanol consumption using elevated plus maze paradigm in rats. Acute administration of ethanol (1.5-2 g/kg, ip) triggered anxiolytic effect and withdrawal from prolonged et...

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

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

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