نتایج جستجو برای: antidepressant activity

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

Journal: :Current pharmaceutical design 2005
P J Mitchell P H Redfern

A wide diversity of animal models has been used to examine antidepressant activity. These range from relatively simple models sensitive to acute treatment, to highly sophisticated models that reputedly model some aspect of depressive illness and which yield a positive response to prolonged, chronic, drug treatment. In recent years antidepressant drug research has focused on the search for antid...

Journal: Journal of Herbal Drugs 2018
Ahmed Abubakar Magaji Muhammad Garba Ngbara Ummi Shehu Aishatu Yau Jamilu

Background & Aim: Depression is a heterogeneous mood disorder affecting both people in developing and developed countries. The drugs used in its management are associated with adverse effects and delayed response which compromise their therapeutic benefits. This makes it worthwhile to look for antidepressants plants with proven advantage and favourable benefit-...

Journal: :Polish journal of pharmacology 2002
Elzbieta Nowakowska Krzysztof Kus Teresa Bobkiewicz-Kozłowska Hanka Hertmanowska

The aim of this study has been to investigate the effects of vasopressin and oxytocin on antidepressive and memory improving effects of venlafaxine. Male Wistar rats weighing 180-200 g were used in the study. Venlafaxine (20 mg/kg) was administered po 30 min before the test once, and for 7 and 14 days in the chronic experiments. Oxytocin (1 microg/kg) ip and vasopressin (1 microg/kg) sc were ad...

Journal: :World Journal of Current Medical and Pharmaceutical Research 2022

Aim of the study: Averrhoa bilimbi is used to treat a variety illnesses, including those that affect central nervous system. In this study, albino rats were given methanolic extract leaves (MEAB) investigate its effects using behavioral assays are sensitive antidepressants with clinical efficacy. Methodology: When mice subjected Tail suspension test (TST) and Forced swim (FST), (125,250, 500mg/...

2013
Sahar Mohamed Kamal

Mirtazapine {1,2,3,4,10,14b-hexa-hydro-2-meth-ylpyrazino [2,1a] pyrido [2,3-c]benzazepin} is a tetracyclic compound with antidepressant activity in human [1]. Mirtazapine has a unique mechanism of action, different from that of the classical tricyclic antidepressants, the serotonin selective reuptake inhibitors and monoamine oxidase inhibitors, and could be described as a noradrenergic and spec...

Journal: :Surabaya Physical Medicine and Rehabilitation Journal 2023

Background: Depression is one of the most common causes disabilities and poor quality life worldwide. One-fifth patients fail to respond antidepressant therapy. Hence, adjunct therapy urgently needed. Aim: This study aims compare effectiveness repetitive transcranial magnetic stimulation (rTMS) aerobic exercise as on activity daily living in depressed patients. Material Methods: A randomized-co...

Journal: :European review for medical and pharmacological sciences 2011
B Eslami S F Nabavi S M Nabav M A Ebrahimzadeh M Mahmoudi

OBJECTIVES Hypericum spp. (H.) has been used in traditional medicine for their sedative effect for many years. In spite of many works on this genus, little is known about H. scabrum. In this work antidepressant and its protective effect against hypoxia-induced lethality were evaluated. MATERIALS AND METHODS Antidepressant and its protective effects against hypoxia-induced lethality were evalu...

2015
Xinghua Zhen Zhou Peng Shuilian Zhao Yan Han Qinghao Jin Liping Guan

A new series of 2-(5-methyl-2,3-dioxoindolin-1-yl)acetamide derivatives were synthesized and evaluated for their anticonvulsive activity in a pentylenetetrazole (PTZ)-evoked convulsion model and antidepressant activity in the forced swimming test (FST) model. Eleven synthesized compounds were found to be protective against PTZ-induced seizure and showed the anticonvulsant activity. In addition,...

Journal: :Indian journal of experimental biology 2014
Dinesh Dhingra Rekha Valecha

The present study was done to evaluate the effect of aqueous extract of B. diffusa on depression in mice using behavioral models such as tail suspension test (TST) and forced swim test (FST). The extract (50, 100 and 200 mg/kg, po) was administered for 14 successive days to Swiss young albino mice. On 14th day, 60 min after administration, mice were subjected to TST and FST. The administration ...

2017
Bibi Marjan Razavi Mahdieh Sadeghi Khalil Abnous Faezeh Vahdati Hasani Hossein Hosseinzadeh

Antidepressant activity of crocin, saffron main component, has been established before. Based on previous study, it is suggested that elevation in the levels of BDNF (brain-derived neurotrophic factor), CREB (cAMP response element binding) and VGF neuropeptide could be considered as one probable molecular mechanisms involved in antidepressant activity of long term crocin administration in the r...

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

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

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