نتایج جستجو برای: glyphosate resistance

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

2006
ANNE LOUISE GIMSING

-Competitive adsorption between glyphosate and phosphate on goethite was evaluated. The influence of background electrolyte on the adsorption of glyphosate and phosphate was also investigated by using 0.01 M KC1, 0.1 M KC1 and 0.01 M CaCI 2 as background electrolytes. Experiments showed that phosphate displaced adsorbed glyphosate from goethite, whereas glyphosate did not displace phosphate. Re...

2004
CAROLINE COX

Glyphosate (see Figure 1) herbicides are “among the world’s most widely used herbicides.”1 and glyphosate is “the world’s leading agrochemical.”2 Although glyphosate herbicides have been popular since they were first marketed in 1974, their use in agriculture has expanded recently with the increased use of crops that have been genetically modified to tolerate glyphosate treatment.3 Roundup is a...

2014
Trent Leslie Regina S. Baucom

Human-mediated selection can lead to rapid evolution in very short time scales, and the evolution of herbicide resistance in agricultural weeds is an excellent example of this phenomenon. The common morning glory, Ipomoea purpurea, is resistant to the herbicide glyphosate, but genetic investigations of this trait have been hampered by the lack of genomic resources for this species. Here, we pre...

Journal: :Plant physiology 2011
Pedro Diaz Vivancos Simon P Driscoll Christopher A Bulman Liu Ying Kaveh Emami Achim Treumann Caroline Mauve Graham Noctor Christine H Foyer

The herbicide glyphosate inhibits the shikimate pathway of the synthesis of amino acids such as phenylalanine, tyrosine, and tryptophan. However, much uncertainty remains concerning precisely how glyphosate kills plants or affects cellular redox homeostasis and related processes in glyphosate-sensitive and glyphosate-resistant crop plants. To address this issue, we performed an integrated study...

2010
Pippa J. Michael Mechelle J. Owen Stephen B. Powles

Preventing the introduction of weeds into the farming system through sowing of clean seeds is an essential component of weed management. The weed seed contamination of cleaned grain and herbicide resistance levels of the recovered weed seeds were examined in a study conducted across 74 farms in the Western Australian grainbelt. Most farmers grew and conserved their own crop seed. The majority o...

Journal: :Medycyna pracy 2013
Marta Kwiatkowska Jarosiewicz Paweł Bozena Bukowska

Glyphosate (N-(phosphonomethyl)glycine) is an active ingredient of the most widely used herbicide formulations in protecting agricultural and horticultural crops. Numerous results (mostly published in the years 2010-2013) concerning the action of glyphosate and its formulations in the recent decade were analyzed. Initial reports about alleged biodegradability of glyphosate in the environment tu...

2011
Ole K. BORGGAARD

Glyphosate is worldwide the most used herbicide because it is an efficient weed killer with favorable environmental and toxicological properties such as very low human and animal toxicity. Chemically, glyphosate is a phosphonate, i.e. it resembles phosphate. Consequently, glyphosate is strongly sorbed by the same soil minerals as phosphate, especially aluminium and iron oxides, allophane/imogol...

2015
Bingfu Guo Yong Guo Huilong Hong Longguo Jin Lijuan Zhang Ru-Zhen Chang Wei Lu Min Lin Li-Juan Qiu

Glyphosate is a widely used non-selective herbicide with broad spectrum of weed control around the world. At present, most of the commercial glyphosate tolerant soybeans utilize glyphosate tolerant gene CP4-EPSPS or glyphosate acetyltransferase gene GAT separately. In this study, both glyphosate tolerant gene G2-EPSPS and glyphosate degraded gene GAT were co-transferred into soybean and transge...

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

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

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