نتایج جستجو برای: cassava cultivation

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

Journal: :Journal of agricultural and food chemistry 2000
H Buschmann K Reilly M X Rodriguez J Tohme J R Beeching

Cassava storage roots are an important staple food throughout the lowland humid tropics. However, cassava suffers from a poorly understood storage disorder, known as postharvest physiological deterioration (PPD), which constrains its exploitation. In an attempt to broaden the understanding of PPD, nine different cassava cultivars were analyzed for specific compounds accumulating during the proc...

2015
B. Nsom

Cassava starch is used extensively to produce isotropic, odorless, tasteless, colorless, non-toxic and biologically degradable films. The similarity in composition, mineral content, microscopic, thermal, physicochemical and rheological properties between cassava and cocoyam starches being reported in literature, it is expected that, cocoyam could be used to increase the supply in equivalent sta...

2017
Adebayo B. Abass Wasiu Awoyale Michael Sulyok Emmanuel O. Alamu

Dried cassava products are perceived as one of the potential sources of mycotoxin ingestion in human foods. Processing either contributes to the reduction of toxins or further exposes products to contamination by microorganisms that release metabolic toxins into the products. Thus, the prevalence of microbial metabolites in 373 processed cassava products was investigated in Nigeria. With the us...

2016
Melinda Greenfield María I. Gómez-Jiménez Viviana Ortiz Fernando E. Vega Matthew Kramer Soroush Parsa

We investigated the fungal entomopathogens Beauveria bassiana and Metarhizium anisopliae to determine if endophytic colonization could be achieved in cassava. An inoculation method based on drenching the soil around cassava stem cuttings using conidial suspensions resulted in endophytic colonization of cassava roots by both entomopathogens, though neither was found in the leaves or stems of the...

2007
Bede N. Okigbo

Cassava (Manihot esculenta, Crantz) is emerging as a dominant staple of primary or secondary importance in many developing countries of the humid and sub-humid tropics in Africa and elsewhere. Since it can withstand drought, it is sometimes a nutritionally strategic famine reserve crop in areas of unreliable rainfall. This paper reviews reasons for the spread of, and increasing interest in, cas...

2013
B. Daramola J. O. Aina

Effects of addition of alum (0.00 -1.0% w/w) on pasting and some physicochemical characteristics of cassava starch were investigated with view to evaluate the potential of alum as a cassava starch modifying agent. The modified starch was prepared by pre-treatment of the native starch with alkaline at room temperature prior to modification using alum. Alum modified cassava starch were characteri...

2013
Ben Phalan Monika Bertzky Stuart H. M. Butchart Paul F. Donald Jörn P. W. Scharlemann Alison J. Stattersfield Andrew Balmford

Expansion of cropland in tropical countries is one of the principal causes of biodiversity loss, and threatens to undermine progress towards meeting the Aichi Biodiversity Targets. To understand this threat better, we analysed data on crop distribution and expansion in 128 tropical countries, assessed changes in area of the main crops and mapped overlaps between conservation priorities and cult...

Journal: :journal of food biosciences and technology 2014
b. daramola

a preliminary study on statistical modelling of a process for depolymerisation of cassava non-starch carbohydrate using halide salt assisted phosphoric and pyruvic acids were accomplished. the effects of three independent variables namely; acid concentration, potassium iodide salt and duration were studied using the central composite rotatable design on hydrolysis of the cassava non-starch carb...

Journal: :Jurnal Agrotek 2022

Land suitability is the ability of a land for certain uses. The purpose this study was to soil salinity and potential cultivation food crops (cassava sweet potato) from two different locations in Yoom II Village, North Manokwari District. research method used observation with survey techniques. Parameters observed were physical properties (texture, structure, color, surface rock, effective dept...

2016
Bingying Han Lili Fu Dan Zhang Xiuquan He Qiang Chen Ming Peng Jiaming Zhang

Trehalose is a nonreducing α,α-1,1-disaccharide in a wide range of organisms, and has diverse biological functions that range from serving as an energy source to acting as a protective/signal sugar. However, significant amounts of trehalose have rarely been detected in higher plants, and the function of trehalose in the drought-tolerant crop cassava (Manihot esculenta Crantz) is unclear. We mea...

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

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

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