نتایج جستجو برای: banana

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

2015
Olga P. García Mara Martínez Diana Romano Mariela Camacho Fabiana F. de Moura Steve A. Abrams Harjeet K. Khanna James L. Dale Jorge L. Rosado

BACKGROUND Banana is a staple food in many regions with high iron deficiency and may be a potential vehicle for iron fortification. However, iron absorption from bananas is not known. OBJECTIVE The objective of this study was to evaluate total iron absorption from raw and cooked bananas. DESIGN Thirty women (34.9±6.6 years) from rural Mexico were randomly assigned to one of two groups each ...

2016
Elya Mufidah Mamoru Wakayama

This study investigated the optimization of D-lactic acid production from unutilized biomass, specifically banana peel and corncob by multiple parallel fermentation (MPF) with Leuconostoc mesenteroides and Aspergillus awamori. The factors involved in MPF that were assessed in this study comprised banana peel and corncob, KH2PO4, Tween 80, MgSO4·7H2O, NaCl, yeast extract, and diammonium hydrogen...

Journal: :Genetics and molecular research : GMR 2014
M A Intan Sakinah I V Suzianti Z Latiffah

Anthracnose caused by Colletotrichum species is a common postharvest disease of banana fruit. We investigated and identified Colletotrichum species associated with anthracnose in several local banana cultivars based on morphological characteristics and sequencing of ITS regions and of the β-tubulin gene. Thirty-eight Colletotrichum isolates were encountered in anthracnose lesions of five local ...

2009
W Zaman D Paul K Alam M Ibrahim Parvez Hassan

The effect of gamma radiation on the shelf life extension of Bananas was studied. Bananas were treated with three gamma radiation doses of 0.30k Gy; 0.40k Gy and 0.50k Gy for 5 mins respectively and stored in a dry place under room conditions (25±2°C/ 80± 5% RH). The physical conditions of the radiation treated and control bananas were observed at every 2 days interval for their organoleptic pr...

Journal: :Indian journal of experimental biology 2015
Anjali Bhatt Vinayak Patel

Most reports on fruit antioxidant capacities are based on extraction of antioxidants using polar solvents. In banana, little is known about the fate of bioactive compounds during the digestion process, particularly in the food matrix under the gastric and intestinal conditions. In the present study, an in vitro gastrointestinal digestion method was used to simulate physiological conditions of t...

2017
Jaime Aguayo Diane Mostert Céline Fourrier-Jeandel Isabelle Cerf-Wendling Bruno Hostachy Altus Viljoen Renaud Ioos

Fusarium oxysporum f. sp. cubense (Foc) is one of the most important threats to global banana production. Strategies to control the pathogen are lacking, with plant resistance offering the only long-term solution, if sources of resistance are available. Prevention of introduction of Foc into disease-free areas thus remains a key strategy to continue sustainable banana production. In recent year...

2015
Christoph Witzel Karl Gegenfurtner

A memory color is an observer’s knowledge of a typical object color. The typicality of the memorized color implies that the observer considers the memory color to be representative or “canonical” for the range of colors, in which the respective object occurs. In this way, it determines the observer’s expectation about an object’s color based on her or his prior knowledge. For example, an observ...

2017
Rafidah Badrun Norliza Abu Bakar Rozeita Laboh Rohaiza Redzuan Indu Bala Jaganath

Blood disease bacterium A2 HR-MARDI was isolated from banana plants infected with banana blood disease and which were planted in Kuala Kangsar, Malaysia. Here, we report a draft genome sequence of blood disease bacterium A2 HR-MARDI, which could provide important information on the virulence mechanism of this pathogen.

Journal: :Antiviral research 2003
B Helliot B Panis E Frison E De Clercq R Swennen P Lepoivre J Neyts

We report that the anti-retroviral and anti-hepadnavirus molecules, adefovir, tenofovir and 9-(2-phosphonomethoxyethyl)-2,6-diaminopurine (PMEDAP), efficiently eradicate the episomal form of Banana streak virus (BSV) from banana plants. Up to 90% of plants regenerated from BSV-infected highly proliferating meristems were virus free following a 6-month treatment period with 10 microg/ml (a non-p...

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

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

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