نتایج جستجو برای: powder preparation

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

2015
Na-Jung Kim Bo-Ram Park

This study tried to develop Siraegi by boiling it down in soy seasoning sauce with excellent sensory attributes and evaluate the quality characteristics in order to enhance the value of traditional agricultural products, dried radish leaves. Sugar content of the seasoning sauce were finally established at 30% (w/v) compared with the starch syrup, which was added to the sauce through sensory eva...

Journal: :The Journal of biological chemistry 1951
B N LA DU D M GREENBERG

Many investigators of tyrosine oxidation have used systems in vitro such as slices, minces, and, more recently, homogenates of liver. During our search for a suitable preparation other than liver slices for studying the conversion of phenylalanine to tyrosine, an extract of rat liver acetone powder was tested. Although the phenylalanine to tyrosine conversion was not demonstrated, it was found ...

2015
Oluwaseun P Bamidele Omotayo S Ojedokun Beatrice M Fasogbon

The main objective of the research is to develop a recipe of instant dry soup mix for easy preparation of ogbono soup. Instant ogbono mix powder was processed using common locally ingredients. Dika kernel powder, dried ugwu leaf, crayfish, stock fish, and a mixture of locust bean, onion, seasoning and Cameroon powder were formulated at different ratios to find the best acceptable ogbono mix pow...

Journal: :international journal of nano dimension 0
m. kargar razi islamic azad university, north tehran branch, iran. s. azadi islamic azad university, north tehran branch, iran. r. sarraf mamoory tarbiat modares university, tehran, iran. m. mohammadi mouteh gold complex, iran.

according to the unique properties and many applications of nano silver powder, it was prepared from acid leaching tail solution. the low value residual gold and silver ions were occurred with fellow heavy metals as pollutants (fe2+, cu 2+ and zn2+) in acid leaching tail solution in mouteh gold mine in iran. preparation of nano silver particles was achieved in two steps: first, by addition of a...

Journal: :international journal of nano dimension 0
a. a. dehno khalaji department of chemistry, faculty of science, golestan university, gorgan, iran. f. malekan department of chemistry, faculty of science, golestan university, gorgan, iran.

in this study, we synthesis one-dimensional (1d) manganese(iii) schiff base coordination polymer [mn(brsalophen)(μ1,3-n3)]n by reaction of mncl2·6h2o and tetradentate schiff base ligand brsalophen at the presence of nan3 in methanol and characterized by elemental analyses (chn) and ft-ir spectroscopy. it was used as a new precursor to prepare spinel type manganese oxide nanowires by a facile so...

2013
Bahadur Singh P. S. Panesar Vikas Nanda

This study was conducted to explore the possibility of utilization of waste residues (pomace) obtained during carrot juice extraction for the preparation of a value added product viz. carrot based condensed milk product (gazrella, an Indian sweetmeat). The carrot pomace was treated osmotically in two ways: Firstly, dipping in 65°Brix sucrose syrup, secondly, by adding 35% sucrose (dry powder) t...

Journal: :Zeitschrift fur Naturforschung. Section C, Biosciences 1975
G Luckner P Renz

A phospholipid mixture was isolated from bovine vesicle tissue. This phospholipid preparation contained the following prostaglandin precursor fatty acids: 4.7 percent 5,8,11-eicosatrienoic acid, 9.1 percent 5,8,11,14-eicosatetraenoic acid and 0.9% 5,8,11,14,17-eicosapentaenoic acid. With this phospholipid preparation as substrate phospholipase activity could be detected in different fractions o...

Journal: :Journal of the American Chemical Society 2007
Sandy Moisan Victor Martinez Patrick Weisbecker François Cansell Stefan Mecking Cyril Aymonier

We report in this paper novel chemistry that addresses the problem of surfactant solubility in supercritical CO2 for metal nanoparticle synthesis. This new approach for the preparation of organic-functionalized inorganic nanoparticles relies on the reduction of a metal precursor in a CO2-containing insoluble polymer. Reduction of the metal with H2 leads to small nanocrystals stabilized by the p...

Journal: :Energy technology 2021

The electrochemical performance of lithium metal batteries is affected by many factors, among which the negative electrode crucial. Although much research focused on electrodes from metallic foils, powder can also provide several advantages. Herein, synthesis (Lip) using a droplet emulsion technique described in detail and scientific background method provided. Furthermore, composite Lip-based ...

2013

2.1.1 Aqueous extracts preparation The dried form of plant was mixed with sterile distilled water in a ration of 1:20 (100 g in 1 L solvent), and was stirred and heated for about 4 hours. After cooling, the extract was filtered by using Whatman No.1 filter paper. The filtrate was collected and frozen in ice cube container. The frozen ice cube was freeze-dried (i.e. lyophilisation) to obtain con...

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

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

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