نتایج جستجو برای: postharvest treatment

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

2009
C. L. Xiao R. J. Boal

At harvest, apple fruit are placed into wooden or plastic bins (approximately 400 kg of fruit per bin), which are then transported to storage and packing facilities. Prior to storage, fruit may be drenched with a fungicide to control postharvest diseases (10). Fruit are stored in the bins in either regular atmosphere (RA) or controlled atmosphere (CA) (1 to 2% O2 and 0.5% CO2) at –1 to 3°C (9)....

2009
M. Laura Lemoine Pedro Civello Alicia Chaves

A postharvest treatment with hot air (48 C during 3 h) was applied to fresh-cut broccoli to investigate its effect on quality and senescence during storage at 0 C. The treatment delayed yellowing as evidenced by lower decrease of Hue values during storage. After 21 days of storage, treated broccoli had chlorophyll content approximately 40% higher than controls. The treatment did not affect eith...

Journal: :به زراعی کشاورزی 0
مریم هادیان دلجو دانشجوی سابق کارشناسی ارشد، گروه علوم باغبانی، دانشکده کشاورزی، دانشگاه بوعلی سینا، همدان حسن ساری خانی استادیار، گروه علوم باغبانی، دانشکده کشاورزی، دانشگاه بوعلی سینا، همدان

fruit browning and tissue softening due to damages during handling, quality losses and water loss are the major limiting factors reducing postharvest life of early ripening apples. in this study, the effect of salicylic acid (sa) on fruit quality of apple cv ‘golabe-kohanz’ during postharvest life were investigated. harvested fruits were immersed in zero, one, two and four mm sa and were mainta...

2016
Marcin Glowacz Deborah Rees

The fresh produce industry is constantly growing, due to increasing consumer demand. The shelf-life of some fruit, however, is relatively short, limited by microbial contamination or visual, textural and nutritional quality loss. Thus, techniques for reducing undesired microbial contamination, spoilage and decay, as well as maintaining product’s visual, textural and nutritional quality are in h...

2013
Yamin Chen Fusheng Chen Yun Deng

Apricots (Prunus armeniaca L.), a kind of climacteric fruits, are favored by consumers for their flavor and texture, but they are highly perishable. Apricots soften rapidly after harvest. Once softened, they are easily damaged such as latent damage, which limits their marketing time [1, 2]. Therefore, a common practice for handling and storing apricots is early harvest and applying postharvest ...

Journal: :Journal of applied microbiology 2008
X B Xu S P Tian

AIMS To investigate the effect of antagonistic yeast Pichia membranaefaciens on alleviating oxidative stress caused by Penicillium expansum in sweet cherry fruit. METHODS AND RESULTS At two maturity stages of sweet cherry fruit, P. membranaefaciens restrained blue mold rot caused by Pe. expansum. There was not any decay in yeast-treated fruit even at 5 days after inoculation. Carbonylated pro...

2017
Nuratika Tamimi S Mohamed Phebe Ding Jugah Kadir Hasanah M Ghazali

Crown rot caused by fungal pathogen is the most prevalent postharvest disease in banana fruit that results significant economic losses during transportation, storage, and ripening period. Antifungal effects of ultraviolet C (UVC) irradiation at doses varied from 0.01 to 0.30 kJ m-2 were investigated in controlling postharvest crown rot disease, maintenance of fruit quality, and the effects on a...

2015
Eric Arthur Ibok Oduro Patrick Kumah

The postharvest quality of tomato fruit harvested at the pink stage and dipped in 3 different concentrations of CaCl2 for different dip times (30, 20 and 10 minutes) were studied. Tomato fruits dipped in 6% CaCl2 for 30 and 20 minutes retained significantly (P < 0.05) higher level of firmness, titrable acidity and vitamin C than fruits dipped in 2% CaCl2 and the control. The calcium chloride tr...

2005
Chang-Lin Xiao Yong-Ki Kim

This presentation focuses primarily on recent developments in new technologies that have impacts on decay control. These technologies include 1-methylcyclopropene (1-MCP) and new preand postharvest fungicides. With the increasing use of 1-MCP in the apple industry, depending on varieties, many apples do not have to be drenched with diphenylamine (DPA) prior to storage. Because use of 1-MCP has ...

2003
W. S. Conway C. E. Sams K. D. Hickey

Calcium is thought to be the most important mineral element determining fruit quality. It seems to be especially important in apples where it has been shown to reduce metabolic disorders. Calcium in adequate amounts helps to maintain apple fruit firmness and decreases the incidence of physiological disorders such as water core, bitter pit and internal breakdown. Postharvest decay may also be re...

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

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

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