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

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

Arul Balasubramanian, Christina Ajm, Kothai Ramalingam, Sureshkumar Krishnan,

Anti-inflammatory activity of the ethanolic extract of the leaves of Morus indica Linn. was studied in wistar rats using the carrageenan induced left hind paw edema, carrageenan induced pleurisy and cotton pellet induced granuloma model. The ethanolic extract (100 mg/kg, p.o.) inhibited carrageenan induced rat paw edema. It also showed an inhibitory effect on leukocyte migration and a reduction...

Ganesan Arunachalam, Gururaja Perumal Pazhani Manickam Karunanithi Natesan Subramanian Vellayutham Ravichandran

      The methanolic extract of whole plants of Solanum nigrum L. was investigated for anti-inflammatory activity on the experimental animal models. The methanolic extract at a concentration of 100 mg.kg-1 and 200 mg.kg-1, p.o. showed the significant dose dependent anti-inflammatory activity in carrageenin and egg white induced hind paw oedema in rats. An...

Journal: :UPI journal of pharmaceutical, medical and health sciences 2021

The claims of Acalypha indica.L antiurolithiatic effect have not been established experimentally. present study is designing to evaluate the invitro anti-urolithiatic activity Ethanolic and methanolic leaf extracts indica.L. Urolithiasis a common major cause morbidity worldwide. widely utilized in traditional medicine systems. Traditional communities India use this plant as an analgesic, anti-i...

Kakali Mukherjee, KFH Nazeer Ahamed, Pulok Kumar Mukherjee, Sundararajan Raja, Venkatesan Kumar,

The effect of alcoholic extracts of leaf from Araucaria bidwillii Hook. [ABH] (Family: Araucariaceae) was evaluated in experimental models of pain and inflammation. Oral administration of 100, 200 and 300 mg/kg of leaf extracts of ABH were used for the above study. The leaf extract at 300 and 200 mg/kg showed significant reduction in acetic acid induced writhings in mice with a maximum effect o...

Canarium L. is used in folk medicine as anti-inflammatory, antibacterial, antifungal, antitumor, heptoprotective, antioxidant, and anti diabetic properties. The present study investigeated the invivo anti-inflammatory activity of  essential oil obtained by hydrodistillation of resin of Canarium strictum Roxb. In the current study, anti-inflammatory activity of essential oil of...

Journal: :iranian journal of pharmaceutical research 0
arvind kumar singh kamla nehru institute of management and technology, faculty of pharmacy, sultanpur up, india. m. lohani integral university luck now, uttarpradesh india. r. parthsarthy kamla nehru institute of management and technology, faculty of pharmacy, sultanpur up, india.

a series of five-membered heterocyclic rings were synthesized by the reaction between benzoyl chloride and various chlolro-nitro-benzoyl chlorides and semi carbazide to form (c1-c7) compounds and was tested for their anti-inflammatory activity determined by rat-paw-oedema method. all the synthesis compounds have been characterized by 1hnmr, ir and mass spectral data. the compounds were purified...

       A series of novel indeno[1, 2-b]quinoxalin-11-ylidenamines 2-9 have been synthesized via condensation of indane[1, 2-b]quinoxalin-11-one (1) with various primary aromatic amines in presence of AcOH for 3 h. Compound 1 was synthesized by condensation of indane-1,2,3-trione with benzene-1,2-diamine in presence of AcOH. The synthesized compounds were characterized by IR, 1H-NMR, ...

2010
N.M. Bhatia K.R. Mahadik M.S. Bhatia

BACKGROUND AND THE PURPOSE OF THE STUDY Various compounds from natural and synthetic origins containing the 1,3-diarylpropenone structure have been reported to produce a variety of biological activities like anti-microbial, anti-inflammatory, vascular muscle relaxant, etc. A systematic analysis of the structural features responsible for anti-inflammatory activity and a possible mode of their ac...

2017
Divakar Parminder Ratan

Toona ciliata is the plant mainly distributed in sub Himalayan tract. Traditionally, it is useful in chronic dysentery, leprosy, cures fever, headache, blood complaints, cardiotonic, aphrodisiac, and ulcer. Toona ciliata is traditionally used in menstrual disorders. The phytoconstituents present in the plants including triterpenoids, cedrelone, polyynes, limonoids, siderin, steroids etc. Pharma...

In the present study, anti-anaphylactic, anti-inflammatory and membrane stabilizing properties of a lupine alkaloid plumerianine (compound 1), isolated from the root bark of Plumeria acutifolia Poir were investigated in animal models. The anti-anaphylactic activity of compound 1 (10, 25 and 50 mg/Kg) was studied by using models such as passive cutaneous anaphylaxis, passive paw anaphylaxis and ...

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

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

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