نتایج جستجو برای: acetic acid colitis

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

Journal: :international journal of environmental research 2012
m. saeedi l.y. li a. moradi gharehtapeh

hexavalent chromium is mobile and hazardous in the environment. electrokinetic remediationof chromium (iv)-contaminated soils is intended either to remove or to reduce cr (vi) to cr (iii). this studyexamines the effectiveness of utilizing edta and acetic acid solutions as alternative electrolytes in theelectrokinetic (ek) process, with coupled nano-scale zero-valent iron (nzvi) as a barrier for...

Journal: :iranian journal of pharmaceutical sciences 0
eric boakye-gyasi kwame nkrumah university of science and technology, kumasi ghana ella anle kasanga knust, kumasi, ghana robert peter biney kniust, kumasi, ghana kwesi boadu mensah knust, kumasi, ghana christian agyare knust, kumasi, ghana eric woode knust, kumasi, ghana

plants from the genus phyllanthus like phyllanthus muellerianus have long been used in folk medicine for several ailments including fevers, toothache, dysmenorrhea, anemia and paralysis. despite these folkloric uses, there is little scientific data supporting the use of this plant in the management of pain. the purpose of this study is to evaluate the aqueous extract of the aerial parts of phyl...

2007
Mardem Machado de Souza Diana Borges Dock-Nascimento

Purpose: The aim of this study was to investigate the effect of enemas containing probiotics and budesonide on the systemic inflammatory response in experimental colitis. Methods: Fifty male Wistar rats with experimental colitis induced by 10% acetic acid enema were randomized to five groups (10 rats each) according to the treatment: group 1 saline solution, group 2 budesonide (0.75 mg/kg/day),...

Journal: :jundishapur journal of microbiology 0
mohammad hossein morowvat department of pharmaceutical biotechnology, faculty of pharmacy, shahid beheshti university of medical sciences, tehran, ir iran; pharmaceutical sciences research center, shiraz university of medical sciences, shiraz, ir iran valiollah babaeipour biochemical engineering group, biotechnology research center, malek-ashtar university of technology, tehran, ir iran; department of bioscience engineering, faculty of new sciences and technologies, university of tehran, tehran, ir iran; department of bioscience engineering, faculty of new sciences and technologies, university of tehran, p. o. box 14395-1374, tehran, ir iran. tel/fax: +98-2122974614 hamid rajabi memari department of agronomy and plant breeding, college of agriculture, shahid chamran university of ahvaz, ahvaz, ir iran hossein vahidi department of pharmaceutical biotechnology, faculty of pharmacy, shahid beheshti university of medical sciences, tehran, ir iran

conclusions it can be concluded that the rsm is an effective method for the optimization of recombinant protein expression using synthetic genes in e. coli. results the proposed optimum fermentation condition consisted of 7.81 g l-1 glucose, od 600 nm prior induction 1.66 and induction temperature of 30.27°c. the model prediction of 0.267 g l-1 of rhifn-β and 0.961 g l-1 of acetate at the optim...

Journal: :iran agricultural research 2010
a. farahnaky h. askari m. bakhtiyari m. majzoobi

in this research, the accelerated ripening of the kabkab dates from khalal to tamr using nacl and acetic acid solutions was studied. fruits at khalal stage were harvested and washed with distilled water before being treated with ripening inducers: 1. nacl solutions, 2. acetic acid solutions and 3. aqueous solution of nacl (1%) and acetic acid. moisture, ph, colour, brix and textural firmness of...

Journal: :علوم باغبانی 0
رضا پوزشی حمیدرضا ذبیحی محمدرضا رمضانی مقدم محمد رجب زاده آزاده مختاری

abstract balanced nutrition and soil organic mater are among most important factors affecting yield and quality of grape (vitis vinifera cv.peykani). humic acid as an organic acid derived from humus and other organic sources, in accompany with zinc, and acetic acid can reduce deficiency symptoms in grape. to study the effects of zinc, humic acid and acetic acid on yield and yield components, an...

Journal: :Physiological research 2001
V Nosál'ová P Bobek S Cerná S Galbavý S Stvrtina

The effects of pleuran, beta-1,3 glucan isolated from Pleurotus ostreatus, were studied in a model of acute colitis induced by intracolonic administration of acetic acid. There was a reduction of the colonic damage score, colonic wet weight and wet/dry weight ratio 48 h after single luminal 2% pleuran suspension pretreatment. Similar results were obtained after repeated intraperitoneal administ...

Journal: :Toxicology mechanisms and methods 2006
Ghazal Ghazanfari Bagher Minaie Narges Yasa Leila Ashtaral Nakhai Azadeh Mohammadirad Shekoufeh Nikfar Gholamreza Dehghan Vahid Shetab Boushehri Hamidreza Jamshidi Reza Khorasani Alinazar Salehnia Mohammad Abdollahi

The essential oil from Satureja Khuzestanica Jamzad (SKEO), an endemic plant from Iran, was evaluated for its activity against inflammatory bowel disease (IBD). SKEO was examined on the experimental mouse model of inflammatory bowel disease, which is acetic acid-induced colitis. Prednisolone was used as the standard drug for comparison. Biochemical, macroscopic, and microscopic examinations of ...

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

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

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