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

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

Journal: :Molecules 2014
Tomasz Plech Barbara Kaproń Jarogniew J Luszczki Monika Wujec Agata Paneth Agata Siwek Marcin Kołaczkowski Maria Zołnierek Gabriel Nowak

The anticonvulsant activity of several 1,2,4-triazole-3-thione derivatives on mouse maximal electroshock-induced seizures was tested in this study. Characteristic features of all active compounds were rapid onset of action and long lasting effect. Structure-activity observations showed that the probability of obtaining compounds exerting anticonvulsant activity was much higher when at least one...

2012
Nadeem Siddiqui Arpana Rana Suroor A. Khan Ozair Alam Waquar Ahsan

Series of 3, 4-disubstituted benzaldehyde-N-(6-substituted-1,3-benzothiazol2-yl)semicarbazones (4a-t) were synthesized by condensation of the N(substituted-1,3-benzothiazol-2-yl)hydrazinecarboxamides with aromatic aldehydes and screened for their anticonvulsant activity using the maximal electroshock seizure (MES) method. The selected compounds were checked for the neurotoxicity by rotorod test...

Journal: :Epilepsy research 1991
D M Rock M J McLean R L Macdonald W A Catterall C P Taylor

Ralitoline and CI-953 are anticonvulsant compounds active in both maximal electroshock and kindling models of seizures with rodents. CI-953 (IC50 = 5 microM) and ralitoline (IC50 = 2 microM) both blocked sustained repetitive firing of sodium action potentials with effects on firing activity triggered by spontaneous excitatory postsynaptic potentials at higher concentrations. No effects on ionto...

2006
Richard A. Warner

Electroshock treatment, termed electroconvulsive therapy (ECT) by psychiatrists, is the induction of an artificial grand mal seizure in an individual by passing electricity through the brain. This paper addresses three aspects of this practice – its efficacy, its most salient effect, memory loss, and brain damage. In examining these issues it becomes apparent that psychiatry’s policy has been t...

Journal: :Pharmacological reports : PR 2005
Kinga K Borowicz Bozena Jaszczyk Stanisław J Czuczwar

In the present study, we investigated pharmacodynamic interactions among AO-620, a losigamone analog, and two conventional antiepileptic drugs, valproate (VPA) and phenobarbital (PB). Experiments were conducted in the maximal electroshock test in mice. Isobolographic analysis of the obtained data revealed pure additive interactions between AO-620 and PB applied at three dose ratios of 1:1, 1:3 ...

Journal: :Polish journal of pharmacology 2003
Mariusz Swiader Maciej Gasior Marian Wielosz Stanisław J Czuczwar

The aim of this study was to evaluate effects of strychnine, as well as bicuculline and picrotoxin on the anticonvulsant action of felbamate against maximal electroshock (MES)-induced seizures in mice. Strychnine (up to 0.5 mg/kg), bicuculline (up to 2 mg/kg) and picrotoxin (3 mg/kg) did not affect the seizure threshold. However, strychnine (0.25-0.5 mg/kg) and picrotoxin (3 mg/kg) impaired the...

2007
BARBARA MALAWSKA KATARZYNA KULIG JUSTYNA GAJDA JAMES P. STABLES

In the recent study we have extended our investigations to the new anticonvulsant derivatives of αsubstituted N-benzylamides of γ-hydroxybutyric acid (GHB). Among the obtained compounds N-benzylamide of α-(1,2,3,4-tetrahydroisoquinoline)-GHB (9) has demonstrated activity against maximal electroshock (MES) induced seizures in mice (at 100 mg/kg ip) and in rats (at 30 mg/kg, po dose). Lactone 8 a...

Journal: :Journal of limnology and freshwater fisheries research 2022

The present study examined length-weight relationship and some growth parameters of Tigris Trout (Salmo tigridis Turan, Kottelat & Bektaş, 2011) caught in Çatak Stream. By using electroshock casting nets, 162 trout were between January 2008 2009. fork lengths total weights measured, sexes the fish identified. Furthermore, their age was also identified line with otoliths. range found out...

Creatine exerts beneficial effects on a variety of pathologies in which energy metabolism and oxidative stress play an etiological role. Creatine supplements have shown beneficial effects on neurological disorders including Parkinson's disease, Huntington's disease, amyotrophic lateral sclerosis, Alzheimer's disease and stroke. However, the potential benefits of creatine for patients with convu...

2009
KENNETH G. OSTRAND WILLIAM G. SIMPSON CORY D. SUSKI AMANDA J. BRYSON

—Action agencies have encouraged the development of a modified electrical fish barrier system to deter upstream movements of California sea lions Zalophus californianus as a means to reduce their predation on returning adult Pacific salmon Oncorhynchus spp. within rivers along the West Coast of North America. Given that the barrier system does not discriminate which species will experience elec...

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

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

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