نتایج جستجو برای: peel stress

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

2015
Rachma Wikandari Huong Nguyen Ria Millati Claes Niklasson Mohammad J. Taherzadeh

Limonene is present in orange peel wastes and is known as an antimicrobial agent, which impedes biogas production when digesting the peels. In this work, pretreatment of the peels to remove limonene under mild condition was proposed by leaching of limonene using hexane as solvent. The pretreatments were carried out with homogenized or chopped orange peel at 20-40°C with orange peel waste and he...

Journal: :Molecules 2013
Javier E Ramirez Ricardo Zambrano Beatriz Sepúlveda Mario J Simirgiotis

Antioxidant capacities and polyphenolic contents of two mango cultivars from northern Chile, one of them endemic of an oasis in the Atacama Desert, were compared for the first time. Twenty one phenolic compounds were detected in peel and pulp of mango fruits varieties Pica and Tommy Atkins by HPLC-PDA-MS and tentatively characterized. Eighteen compounds were present in Pica pulp (ppu), 13 in Pi...

Journal: :Orthopedics 2014
Brian F Grogan James A Blair Robert E Blease Mickey S Cho Joseph R Hsu

This study evaluates the exposure of the distal humerus articular surface obtained using a triceps hemi-peel approach versus the triceps-flexor carpi ulnaris (TRIFCU) approach. Twelve cadaveric upper extremity specimens were dissected using a lateral-to-medial hemi-peel modification of the TRIFCU approach to the elbow. After completing the hemi-peel exposure, the visible border of the articular...

2015
Soo-Yoen Lee Hyun-Wook Kim Ko-Eun Hwang Dong-Heon Song Min-Sung Choi Youn-Kyung Ham Yun-Sang Choi Ju-Woon Lee Si-Kyung Lee Cheon-Jei Kim

This study was conducted to investigate the effects of kimchi powder and onion peel extract on the quality characteristics of emulsion sausage manufactured with irradiated pork. The emulsion sausages were formulated with 2% kimchi powder and/or 0.05% onion peel extract. The changes in pH value of all treatments were similar, depending on storage periods. The addition of kimchi powder increased ...

Journal: :Applied and environmental microbiology 1980
T Sakai M Okushima

A new method for the production of pectin from citrus peel was developed. For this purpose, a microorganism which produces a protopectin-solubilizing enzyme was isolated and identified as a variety of Trichosporon penicillatum. The most suitable conditions for the pectin production were determined as follows. Citrus (Citrus unshiu) peel was suspended in water (1:2, wt/vol), the organism was add...

2014
Mubsira Banu

Fruit peels of Banana, Pomegranate, Sweet lime and Orange are highly rich in potash, ion, Zinc etc. Above fruit peels powder were formulated from the trace amounts and gradually increased for the preparation of three formulations as Formulation 1, Formulation 2 and Formulation 3. Three different formulations were applied for plant growth in two methods such as fruit peel powder, fruit peel powd...

Journal: :Food chemistry 2016
Milad Kazemi Roselina Karim Hamed Mirhosseini Azizah Abdul Hamid

Pomegranate peel is a rich source of phenolic compounds (such as punicalagin and hydroxybenzoic acids). However, the content of such bioactive compounds in the peel extract can be affected by extraction type and condition. It was hypothesized that the optimization of a pulsed ultrasound-assisted extraction (PUAE) technique could result in the pomegranate peel extract with higher yield and antio...

2017
Katherine P. Maloney Van-Den Truong Jonathan C. Allen

Proteins isolated from sweet potatoes (Ipomoea batatas) have been shown to possess antidiabetic, antioxidant, and antiproliferative properties. The objective of this study was to chemically optimize a process for extracting proteins from sweet potato peel. The extraction procedure involved mixing peel with saline solvent to dissolve proteins and then precipitating with CaCl2. Quadratic and segm...

2016
Rebogile R. Mphahlele Olaniyi A. Fawole Nokwanda P. Makunga Umezuruike L. Opara

BACKGROUND The use of pomegranate peel is highly associated with its rich phenolic concentration. Series of drying methods are recommended since bioactive compounds are highly sensitive to thermal degradation. The study was conducted to evaluate the effects of drying on the bioactive compounds, antioxidant as well as antibacterial and antityrosinase activities of pomegranate peel. METHODS Dri...

Journal: :Clinical and molecular allergy : CMA 2008
Ángel Ferrer Ángel J Huertas Carlos H Larramendi Jose L García-Abujeta Joan Bartra Jose R Lavín Carmen Andreu Juan A Pagán María A López-Matas Enrique Fernández-Caldas Jerónimo Carnés

BACKGROUND Commercial available skin prick test with fruits can be negative in sensitized or allergic patients due to a reduction in biological activity during the manufacturing process. Prick-prick tests with fresh foods are often preferred, but they are a non-standardized procedure. The usefulness of freeze-dried extracts of Canary Islands tomatoes, comparing the wheal sizes induced by prick ...

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

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

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