نتایج جستجو برای: methyl ester herbicide doses 06

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

2016
José Calado Barros José Godinho Calado Gottlieb Basch Mário José Carvalho

A study was carried out over a two year period (2009/2010 and 2012/2013) on an experimental farm in the Alentejo region (Beja), in southern Portugal where rainfed malt barley (Hordeum distichum L.) is sown at the end of autumn or beginning of winter (November–December). The aim of this experiment was to study the efficiency of the herbicide iodosulfuron-methyl-sodium to control post-emergence b...

Journal: :Journal of New Sciences 2022

The roots of Chrysopogon zizanioides (L.) Roberty, belonging to the Poaceae family, are main source volatile that has substantial value in perfume, cosmetics, pharmaceutical and food industries. study C. volatiles, obtained from plant cultivated Tunisia, using GC GC/MS revealed more than 50 compounds were detected which 14 constituents identified representing 33.87% total. Oleic acid (17.09%) (...

Journal: :Molecules 2018
Li-Xia Zhao Hao Wu Yue-Li Zou Qing-Rui Wang Ying Fu Chun-Yan Li Fei Ye

A series of novel methyl (R)-N-benzoyl/dichloroacetyl-thiazolidine-4-carboxylates were designed by active substructure combination. The title compounds were synthesized using a one-pot route from l-cysteine methyl ester hydrochloride, acyl chloride, and ketones. All compounds were characterized by IR, ¹H NMR, 13C NMR, and HRMS. The structure of 4q was determined by X-ray crystallography. The bi...

Journal: :Plant physiology 1991
J M Ditomaso P H Brown A E Stowe D L Linscott L V Kochian

Growth and electrophysiological studies in roots of intact diclofop-methyl susceptible and resistant seedlings were conducted to test the hypothesis that the herbicide acts primarily as a proton ionophore. The ester formulation of diclofop, at 0.2 micromolar, completely inhibited root growth in herbicide-susceptible oat (Avena sativa L.) after a 96 hour treatment, but induced only a delayed tra...

Journal: :journal of agricultural science and technology 2010
b. ghobadian h. rahimi t. tavakkoli hashjin m. khatamifar

biofuels are the main substitute to fossil fuels. these fuels are less polluting in compari-son to fossil fuels and can be produced from agricultural material residues for use in die-sel engines. in this research work bioethanol was produced from potato waste. it was de-hydrated in a vapor phase using 3a zeolite and was used in combination with sunflower methyl ester oil and diesel fuel blendin...

Journal: :حفاظت گیاهان 0
حسین حمامی مهدی پارسا اکبر علی وردی

wild barley (hordeum spontaneum) has invaded to wheat and barley fields since flamprop-isopropyl was obsolesced in iran. the herbicides of sulfosulfuron and sulfosulfuron + metsulfuron-methyl are able to control it at higher-than-recommended dosages, causing a crop injury. hence, two dose-response experiments in factorial experiment with a completely randomized design with four replications wer...

Journal: :Weed Technology 2022

Abstract Glyphosate-resistant (GR) horseweed interference in soybean can reduce yield up to 93%. Glyphosate plus dicamba, 2,4-D ester, halauxifen-methyl or pyraflufen-ethyl/2,4-D applied preplant (PP) provide variable GR control soybean. The objective of this study was determine if the addition saflufenacil metribuzin glyphosate halauxifen-methyl, will improve level and consistency control. Fou...

Journal: :Energies 2021

The problem of microbial growth in fuels, especially biofuels, is a very important issue. Water necessity for to occur. Unfortunately, it hard exclude all water from fuel systems during daily operations, when biodiesel added the mix. aim this work was investigate impact ionizing radiation on selected properties fatty acids methyl esters order evaluate possibility using irradiation techniques st...

2009
J. F. C. Barros G. Basch M. de Carvalho

Field experiments were carried out over three years (2004-05, to 2006-07) to study the efficacy of a post-emergence dual-purpose herbicide (mesosulfuron – methyl (3%) + iodosulfuron – methyl – sodium (0.6%) + mefenpyr – diethyl (9%) to control Lolium rigidum Gaud. and broad-leaved weeds in no-till wheat (Triticum aestivum L.). A ready herbicide mixture was used at three doses (6+1.2, 9+1.8 and ...

Environmental risks resulting from increasing application of herbicides have raised many concerns about human health and safety of agro ecosystems and environment. Hence, it is very important to find practical and effective methods for reducing the use of pesticides in environment as well as the increasing the efficiency of these compounds. Addition of adjuvants to spray solutions could be cons...

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

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

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