نتایج جستجو برای: cold water fish gelatin film

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

2013
Siriporn Taokaew Sutasinee Seetabhawang Pongpun Siripong Muenduen Phisalaphong

A nanocellulose-gelatin (bacterial cellulose gelatin (BCG)) film was developed by a supplement of gelatin, at a concentration of 1%-10% w/v, in a coconut-water medium under the static cultivation of Acetobacter xylinum. The two polymers exhibited a certain degree of miscibility. The BCG film displayed dense and uniform homogeneous structures. The Fourier transform infrared spectroscopy (FTIR) r...

One of the mainly popular consumed colloid protein materials in pharmaceutics, medical, food and military industries is Gelatin. Especially from warm-water fish gelatin report poss similar characteristics to mammalian’s gelatin .Yellow fin tuna (Thunnus albacares) gelatin skin, lots of waste in form of skin and bones of the fish are produced every day. Analysis factors were extracted alkaline g...

Journal: :IOP conference series 2023

Abstract Ariid catfish is a demersal fish species with high production rate. Fishbone by-product protein content converted into gelatin. Gelatin can be utilized as an edible film due to its low water resistance and tensile strength so that suitable polymer needed form good film, namely chitosan tapioca starch. This study aimed determine the effect of on characteristics best formulation ariid bo...

2005
M. C. Gómez-Guillén B. Giménez P. Montero

High pressure, at 250 and 400 MPa, for 10 or 20 min, was applied at either of two stages: during pre-treatment in acid at 10 8C to facilitate destabilisation of acid labile crosslinks, or during extraction in water at 45 8C to accelerate collagen hydrolysis. The resulting gelatins were evaluated in terms of yield of extraction, molecular weight distribution by SDS-PAGE, and viscoelastic propert...

2015
Mahsa Rezaei Ali Motamedzadegan M. Rezaei A. Motamedzadegan

The effects of glycerol and sorbitol as two plasticizers on mechanical properties, water vapor permeability, thermal properties, color and capability of heat sealing of gelatin films (of phytophagous fish, bovine gelatin with high gel-forming ability, and bovine gelatin with low gel-forming ability) containing clay nanoparticles were studied in this research. For this purpose, 6 × 2 × 3 factori...

Journal: :Lebensmittel-Wissenschaft & Technologie 2021

The aim of this research is to develop composite (CG-TA) films by using chitosan (CS)/gelatin (GL)/tannic acid (TA), for fresh-cut apples preservation. TA was used as the crossing-linking agent improve mechanical and barrier properties, active substance anti-ultraviolet antioxidant abilities chitosan/gelatin (CG) film. With incorporation from 0 1 wt%, tensile strength CG film increased while wa...

2013
Haydar U. Zaman Mubarak A. Khan Ruhul A. Khan

Thin films of were prepared by casting and its tensile properties like tensile strength (TS) and elongation at break (Eb%) were studied. The gelatin films were procured with two types of monomers such as 5% ethylene glycol (EG) and 5% ethylene glycol dimethacrylate (EGDMA) to increase the tensile properties. Five percent of monomer solutions were prepared in MeOH along with 2% photoinitiator; I...

Journal: :international journal of infection 0
somayeh jahani infectious diseases and tropical medicine research center, zahedan university of medical sciences, zahedan, ir iran gholamreza kavoosi institute of biotechnology, shiraz university, shiraz, ir iran amin shakiba institute of biotechnology, shiraz university, shiraz, ir iran; institute of biotechnology, shiraz university, p. o. box: 71441-65186, shiraz, iriran. tel: +98-5413229792, fax: +98-5413229792

results gelatin films exhibited good tensile strength and elongation at break, water solubility, swelling, and water vapor permeability. incorporation of tam into the gelatin films caused a significant decrease in tensile strength and swelling, and a significant increase in elongation at break, water solubility, water vapor permeability and whiteness of the films. gelatin films exhibited low an...

2006
Weiping Ban Dimitris S. Argyropoulos Lucian A. Lucia

The physical and chemical properties of composite starch-based films containing cellulosic fiber, chitosan, and gelatin were investigated. Films containing both cellulosic fibers and chitosan demonstrated tremendous enhancements in film strength and gas permeation. The water absorbency of composite films could be greatly reduced in film composites containing cellulosic fibers and gelatin, but t...

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

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

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