نتایج جستجو برای: bitter vetch corn

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

2009
Yao-Chi Lu YAO-CHI LU K. BRADLEY WATKINS JOHN R. TEASDALE AREF A. ABDUL-BAKI

Cover crops are important components of sustainable agricultural systems. They increase surface residue and aid in the reduction of soil erosion. They improve the structure and water-holding capacity of the soil and thus increase the effectiveness of applied N fertilizer. Legume cover crops such as hairy vetch and crimson clover fix nitrogen and contribute to the nitrogen requirements of subseq...

Journal: :Molecules 2013
Jong-Wook Chung Tae-Sung Kim Sundan Suresh Sok-Young Lee Gyu-Taek Cho

Vetch (Vicia sativa L.) is one of the most important annual forage legumes in the World due to its multiple uses (i.e., hay, grain, silage and green manure) and high nutritional value. However, detrimental cyanoalanine toxins in its plant parts including seeds and its vulnerability to hard winter conditions are currently reducing the agronomic values of vetch varieties. Moreover, the existence ...

اکبری, امیر, خورگامی, علی, دارایی مفرد, علیرضا, زیدی طولابی, نور اله, شیرانی راد, امیر حسین,

 To study the effects of plant density and species on forage and grain yield of Vicia sp., anexperiment was conducted in College of Agriculture, University of Lorestan, under dry farming conditions during 2007-2008 growing season. Three levels of plant density at 100, 150 and 200 seed per square meter along with three species of Vicia including Vicia narbonensis, Vicia sativa and Vicia dasycarp...

Journal: :Current Biology 2014
Yan Chen Hubert Amrein

BACKGROUND Natural foods contain not only nutrients, but also nonnutritious and potentially harmful chemicals. Thus, animals need to evaluate food content in order to make adequate feeding decisions. RESULTS Here, we investigate the effects of acids on the taste neuron responses and on taste behavior of desirable, nutritious sugars and sugar/bitter compound mixtures in Drosophila melanogaster...

2006
Laura C. Geran Susan P. Travers

Molecular data suggest that receptors for all bitter ligands are coexpressed in the same taste receptor cells (TRCs) while physiological results indicate that individual TRCs respond only to a subset of bitter stimuli. It is also unclear to what extent bitter-responsive neurons are stimulated by non-bitter stimuli. To explore these issues, single neuron responses were recorded from the rat nucl...

Journal: :Soil 2022

Abstract. Subsoil carbon (C) stocks are a prime target for efforts to increase soil C storage climate change mitigation. However, subsoil dynamics not well understood, especially in soils under long-term intensive agricultural management. We compared and organic matter (SOM) composition tomato–corn rotations after 25 years of differing nutrient management the California Central Valley: CONV (mi...

Journal: :به زراعی کشاورزی 0
حسین جهانگیری دانشجوی سابق کارشناسی ارشد، گروه زراعت و اصلاح نباتات، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان، کرمان، ایران عنایت اله توحیدی نژاد استادیار، گروه زراعت و اصلاح نباتات، دانشکدۀ کشاورزی، دانشگاه شهید باهنر کرمان، کرمان، ایران مسعود ترابی استادیار پژوهشی، بخش اصلاح و تولید نهال و بذر، مرکز تحقیقات کشاورزی و منابع طبیعی اصفهان، اصفهان، ایران پوراندخت گلکار استادیار، دانشگاه صنعتی اصفهان، اصفهان - ایران

effect of different planting ratios of oat (avena sativa l.) and vetch (vicia sativa l.) was assessed on quality and quantity of forage and silage in an intercropping system as completely randomized block design (rcbd) with four replications. the treatments were different planting ratios of oat and vetch including 0:100, 20:80, 40:60, 50:50, 60:40, 80:20 and 100:0 (oat-vetch) formed as replacem...

ژورنال: علوم زراعی ایران 2021

To investigate the effect of cover crops on soil physical properties, weed control and yield of white radish, a filed experiment was carried out using randomized complete block design with three replications in 2017 and 2018 in the research field of Mohaghegh Ardabili University, Ardabil, Iran. Experimental treatments included: cultivation of barley (Hordeum vulgare L.) and hairy vetch (Vicia v...

2015
Alice French Moutaz Ali Agha Aniruddha Mitra Aya Yanagawa Marie-Jeanne Sellier Frédéric Marion-Poll

Most animals possess taste receptors neurons detecting potentially noxious compounds. In humans, the ligands which activate these neurons define a sensory space called "bitter". By extension, this term has been used in animals and insects to define molecules which induce aversive responses. In this review, based on our observations carried out in Drosophila, we examine how bitter compounds are ...

2004

Introduction Methylsulfonylmethane (MSM), also known as dimethyl sulfone (DMSO 2 ) and methyl sulfone, is an organic sulfur-containing compound that occurs naturally in a variety of fruits, vegetables, grains, and animals including humans. A white, odorless, slightly bitter-tasting crystalline substance containing 34-percent elemental sulfur, MSM is a normal oxidative metabolite product of dime...

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

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

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