نتایج جستجو برای: anti inflammatory activity

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

Shuo Yan WenYuan Gao, Yaxin Zhao Zhang Jingze

   Licorice, the oldest Chinese traditional medicine, is widely used in the treatment of human diseases. Due to the deficiency of wild resource, selecting and breeding becomes a key issue to expanding the supply of licorice. Spaceflight technology will become a new method for medicinal plants. The aim of this study was to investigate the effect of spaceflight on the components and anti-inflamma...

Journal: :the iranian journal of pharmaceutical research 0
ali dabbagh anesthesiology research center, shahid beheshti university of medicine, tehran, iran. samira rajaei deptartment school of medicine, tehran university of medical sciences, tehran, iran. ayad bahadori monfared candidate, epidemiology department school of public health, shahid beheshti university of medicine, tehran, iran. ali asghar keramatinia shahid beheshti university of medicine, tehran, iran. kurosh omidi shahid beheshti university of medicine, tehran, iran.

one of the most common health problems are diseases of the cardiovascular system with a great bulk of disease burden; while a considerable number of cardiac patients undergo cardiac surgery; cardiac surgical procedures with cardiopulmonary bypass (cpb) are nowadays among the top list of surgical procedures. more than half of a century has passed since the introduction of total cardiopulmonary b...

Journal: :middle east journal of rehabilitation and health studies 0
sheida zolfaghari student research committee, school of medicine, semnan university of medical sciences, semnan, ir iran mohsen pourazizi student research committee, school of medicine, semnan university of medical sciences, semnan, ir iran parviz kokhaei department of immunology, faculty of medicine, semnan university of medical sciences, semnan, ir iran; immune gene therapy lab, cck, karolinska university hospital solna, stockholm, sweden; immunology research center, iran university of medical sciences, tehran, ir iran; department of immunology, faculty of medicine, semnan university of medical sciences, semnan, ir iran. tel: +98-2333354362, fax: +98-2333354209

Journal: :advanced herbal medicine 2015
amit gupta sushama r chaphalkar

background: there is a worldwide interest in searching for potential and effective medicinal plant candidates against various diseases or disorders. till now, there are number of anti-inflammatory drugs like nsaids are available which showed various adverse effects in our body. to reduce these adverse effects, some of medicinal plants have been experimentally validated. aim: the aim of our immu...

Journal: :iranian journal of pharmacology and therapeutics 0
arunachalam ganesan subramanian natesan pazhani gururaja perumal ravichandiran vellayutham karunanithi manickam nepolean ramasamy

methanol extract of dried leaves of momordica charantia linn ( cucurbitaceae ) was investigated for anxiolytic, antidepressant and anti-inflammatory activities in animal models. anxiolytic activity of methanol extract of dried leaves of momordica charantia linn was tested by elevated plus maze test and the results showed a significant anxiolytic effect comparable, with diazepam in all the teste...

Dr. Deepak S K Potbhare M S Pranav Kumar A V R Sreenivas Reddy G R Susreekanth Beura, Uday Bhasker Goud G

There is the need for new drugs with better action and lesser side effects. A lot of research is being undertaken to find out new plant drugs, their extraction and pharmacological evaluation. One of such plant is Curcuma aromatica whichbelongs to the genus Curcuma and reported to have high ethno-botanical values in traditional medicine. The present study evaluates comparative pharmacol...

ژورنال: Medical Laboratory Journal 2016
Zhand , Sedigheh, Varasteh Moradi , Ali ,

ABSTRACT       Background and Objective: Glycyrrhizaglabra L. is one of the most widely used medicinal herbs in Golestan province that is known for its anti-inflammatory, carminative, antiviral, anti-infection and anti-ulcer properties in Iranian traditional medicine. This study aimed to assess the anti-bacterial and anti-oxidative activity of G. glabrafrom th...

Journal: :Nature Reviews Rheumatology 2009

A series of ethyl 2-[2-arylamino-4-(thiophen-2-yl)thiazol-5-yl] acetates (5a-5k) and ethyl 2-[2-(arylhydrazino)-4-(thiophen-2-yl)thiazol-5-yl] acetates (9a-9g) were synthesized and screened for their anti-inflammatory, analgesic, and antioxidant activities. In vivo test results showed that the compounds with halogen substitution (5c, 5g, 5h, 5i and 5j) at the para position on the 2-aryl amino g...

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

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

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