نتایج جستجو برای: stearic acid gel method

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

The work is the report about stearic acid sol-gel synthesis method, magnetically, electricalcharacterization and activation energy of copper manganese oxide nanostructures. The CuMn2O4 nanostructures are synthesized at a temperature of 600°C using the sol-gel method. The structural analysis using X-ray diffraction (XRD) and Scherrer equation show that the crystallite size of CuMn2O4 is ab...

2014
Fidelis C. K. Ocloo Amanda Minnaar Naushad M. Emmambux

The effects of gamma irradiation, stearic acid alone and in combination on functional, structural and molecular characteristics of high amylose maize starch (Hylon VII) were studied. Stearic acid (0, 1.5 & 5 %) was added to Hylon VII starch, and then irradiated at 0, 30 and 60 kGy. Gamma irradiation significantly (P ≤ 0.05) increased solubility, water absorption capacity and oil absorption capa...

2014
Myung Chul Kim Min Gyu Kim Young Soo Jo Ho Sun Song Tae In Eom Sang Soo Sim

To investigate the underlying mechanisms of C18 fatty acids (stearic acid, oleic acid, linoleic acid and α-linolenic acid) on mast cells, we measured the effect of C18 fatty acids on intracellular Ca(2+) mobilization and histamine release in RBL-2H3 mast cells. Stearic acid rapidly increased initial peak of intracellular Ca(2+) mobilization, whereas linoleic acid and α-linolenic acid gradually ...

Journal: :Biochimica et biophysica acta 1976
D H Neiderhiser C K Harmon

The absorption of [14C]linoleic acid and [14C]stearic acid in guinea pig bile by the in situ guinea pig gallbladder was compared. Linoleic acid was adsorbed at a faster rate than was stearic acid. Differences were also observed in the incorporation of these two fatty acids into complex lipids of the gallbladder mucosa. A greater portion of adsorbed linoleic acid was incorporated into triacylgly...

Journal: :Nutrition research reviews 2000
G Livesey

Although stearic acid is a saturated fatty acid, its influence on plasma cholesterol acid other health variables is neutral; possibly owing in part to poor absorption. Reduced absorption of stearic acid from particular triacylglycerols, cocoa butter and novel fats formulated with short- and long-chain acid triacylglycerol molecules (Salatrims) has been attributed to high intakes. However, the c...

Journal: :international journal of advanced biological and biomedical research 0
beemnet mengesha kassahun ethiopian institute of agricultural research, wondo genet agricultural research center. p.o.box 198, shashemene, ethiopia manaye balcha ethiopian petroleum enterprise zewdinesh damtew ethiopian institute of agricultural research, wondo genet agricultural research center. p.o.box 198, shashemene, ethiopia daniel bisrat addis ababa university, school of pharmacy gelila asaminew ethiopian institute of agricultural research, agricultural and nutritional research laboratories, ethiopia. seferu tadese ethiopian institute of agricultural research, wondo genet agricultural research center. p.o.box 198, shashemene, ethiopia muluken philipos

for determining the fatty acid characteristics and biodiesel quality of ethiopian jatropha provenances, the study was conducted in five regions namely southern nation nationalities peoples regional state (snnprs), amhara region, tigria region, oromia region and benishangul gumuz regions, where physic nut is found abundantly. for each region, representative sampling sites were selected following...

Leila Roshangar, Maryam Asadi, Masoud Darabi, Mohammad Ali Eghbal, Mohammad Nouri, Nasser Hashemi Goradel, Nosratollah Zarghami,

Background: Stearic acid is known as a potent anti-inflammatory lipid. This fatty acid has profound and diverse effects on liver metabolism. The aim of this study was to investigate the effect of stearic acid on markers of hepatocyte transplantation in rats with acetaminophen (APAP)-induced liver damage. Methods: Wistar rats were randomly assigned to 10-day treatment. Stearic acid was administe...

Journal: :IOP conference series 2022

Abstract This study aims to examine the effect of ultrasonic-assisted extraction method on yield oil and profile fatty acid from microalga yeast. The cultivated was identified genetically as Thraustochytrium multirudimentale MAST-1 yeast Rhodotorula mucilaginosa KAST-1. oils were extracted dried biomass by solvents using modified Bligh Dyer (BD) method. Before extraction, material underwent ult...

2014
YAOWALAK SRISUWAN

The effects of blend ratio and drug loading content of poly(D,L-lactide) (PDLL)/stearic acid blends on microparticle characteristics and drug release behaviors were evaluated. The blend microparticles were prepared by an oil-in-water emulsion solvent evaporation method for drug delivery of a poorly water-soluble model drug, indomethacin. The microparticles were characterized using a combination...

Journal: :The British journal of nutrition 1999
A E Jones M Stolinski R D Smith J L Murphy S A Wootton

The gastrointestinal handling and metabolic disposal of [1-13C]palmitic acid, [1-13C]stearic acid and [1-13C]oleic acid administered within a lipid-casein-glucose-sucrose emulsion were examined in normal healthy women by determining both the amount and nature of the 13C label in stool and label excreted on breath as 13CO2. The greatest excretion of 13C label in stool was in the stearic acid tri...

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

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

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