نتایج جستجو برای: soybean varities

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

Journal: :Molecules 2017
Vincenzo Pantone Cosimo Annese Caterina Fusco Paola Fini Angelo Nacci Antonella Russo Lucia D'Accolti

An innovative and eco-friendly one-pot synthesis of bio-based polyurethanes is proposed via the epoxy-ring opening of epoxidized soybean oil (ESO) with methanol, followed by the reaction of methoxy bio-polyols intermediates with 2,6-tolyl-diisocyanate (TDI). Both synthetic steps, methanolysis and polyurethane linkage formation, are promoted by a unique catalyst, molybdenum(VI) dichloride dioxid...

2012
Adriano Stephan Nascente Carlos Alexandre Costa Crusciol

The objective of this work was to evaluate the effect of cover crops and timing of pre-emergence herbicide applications on soybean yield under no-tillage system. The experiment consisted of four cover crops (Panicum maximum, Urochloa ruziziensis, U. brizantha, and pearl millet) and fallow, in addition to four herbicide timings (30, 20, 10, and 0 days before soybean sowing), under no-tillage sys...

2016
Yuan Zhou Yan Yang Xinjian Zhou Yingjun Chi Baofang Fan Zhixiang Chen

Proteins containing the FxxxVQxhTG or VQ motif interact with WRKY transcription factors. Although VQ proteins have been reported in several plants, knowledge about their structures, functions and evolution is still very limited. Here, we report structural and functional analysis of the VQ protein family from soybean. Like Arabidopsis homologues, soybean VQ proteins bind only Group I and IIc WRK...

1989
GLEN A. BRODERICK D. BRADFORD RICKER

Production responses obtained with supplemental protein from expeller soybean meal or corn by-products, relative to solvent soybean meal, were determined in three replicated 4 x 4 Latin square trials. Dietary forage (54 to 58% of DM) was solely alfalfa silage containing 30 to 55% DM and 21% CP (DM basis). Main concentrate ingredient was either ground shelled or high moisture corn; diets were fe...

Abbasdokht, Hamid, Abdali Mashhadi, Alireza, Ehsanipour, Ali, Gholipour, Manouchehr,

In order to investigate the effect of different treatments of  intercropping sugarcane with two types of legumes on some quantitative and qualitative propertys of sugarcane, an experiment was conducted in a randomized complete block design with 14 treatments and four replications in two locations in Ahvaz, Iran in 2016-2017. The treatments included: Pure Sugarcane, Pure Soybean, Pure Cowpea, Pu...

Journal: :Poultry science 2010
L Mejia C M Jacobs P L Utterback C M Parsons D Rice C Sanders B Smith C Iiams T Sauber

An experiment using 336 Hy-Line W-36 Single Comb White Leghorn hens was conducted to evaluate transgenic soybeans containing the gm-fad2-1 gene fragment and the gm-hra gene. Transcription of the gm-fad2-1 gene fragment results in an increased level of oleic acid (18:1) in the seed, and expression of the soybean acetolactate synthase protein (GM-HRA) encoded by the modified gm-hra gene, is used ...

2011
Job Kihara Christopher Martius Andre Bationo Paul L. G. Vlek

This study was aimed at quantifying soybean (Glycine max) nitrogen fixation under reduced tillage (RT) and conventional tillage (CT) in a tropical Ferralsol of the sub-humid zone of western Kenya, using the isotope N dilution method. Crop residue (CR) management was a superimposed treatment in soybean-maize rotation and intercropping systems. This study quantified N in abscised soybean leaves. ...

Journal: :Journal of economic entomology 2015
P Dilip Venugopal Galen P Dively William O Lamp

Knowledge on movement and spatial patterns of insect pest populations among preferred hosts aids in the development of effective pest management strategies. In this study, we quantified the spatiotemporal dynamics of the invasive brown marmorated stink bug, Halyomorpha halys (Stål 1855), in relation to field corn, Zea mays L., and soybean, Glycine max (L.), crop phenology. We also examined the ...

Journal: :Journal of agricultural and food chemistry 2011
Jingyu Lin Vincent R Pantalone Guanglin Li Feng Chen

Soybean meal is the most commonly used protein source in animal feeds. Among the undesirable attributes of soybean meal is the high level of β-mannan, which was determined to be detrimental to the growth performance of animals. β-Mannan is a type of hemicellulose in the plant cell wall and can be hydrolyzed by endo-β-mannanase. The goal of this study is to isolate and characterize an endo-β-man...

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

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

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