نتایج جستجو برای: agriculture research

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

2000
CHRISTOPHER HALL LAURA L. VAN EERD STEPHEN D. MILLER MICHEAL D. K. OWEN TIMOTHY S. PRATHER DALE L. SHANER MEGH SINGH KEVIN C. VAUGHN STEPHEN C. WELLER

A Research Committee was established by the Weed Science Society of America to outline the direction of weed science research during the next decade. Weeds adversely affect humans in both agricultural and nonagricultural environments. It is the opinion of the research committee that weed science will be advantageously positioned for the future if research focuses on research decision processes,...

2010
Pengju He Shihong Liu Huoguo Zheng Yunpeng Cui

In recent years, Chinese government attaches great importance to information and communication technology(ICT) application in agriculture. Driven by market profits and financial privilege, information and communication enterprises, agricultural enterprises, research institutes, universities and relative associations have actively involved in ICT application in agriculture for many years. Theref...

2014
Ioannis T Tsialtas Efstathia Patelou Nikolaos S Kaloumenos Photini V Mylona Alexios Polidoros Georgios Menexes Ilias G Eleftherohorinos

Author details Faculty of Agriculture, Laboratory of Agronomy, Aristotle University of Thessaloniki, 541 24 Thessaloniki, Greece. Faculty of Agriculture, Laboratory of Genetics and Plant Breeding, Aristotle University of Thessaloniki, 541 24 Thessaloniki, Greece. Biological Sciences, Syngenta, Jealott’s Hill International Research Centre, Bracknell, Berkshire RG42 6EY, UK. ELGO-“Demetra”, Agric...

2013
Michael LaRocco Peter W. Krug Ed Kramer Zaheer Ahmed Juan M. Pacheco Hernando Duque Barry Baxt Luis L. Rodriguez

Foreign Animal Disease Research Unit, United States Department of Agriculture, Agricultural Research Service, Plum Island Animal Disease Center, Greenport, New York, USA; The McConnell Group, Inc., Rockville, Maryland, USA; Foreign Animal Disease Diagnostic Laboratory, United States Department of Agriculture, Animal and Plant Health Inspection Service, Plum Island Animal Disease Center, Greenpo...

2012
Cornelius S. Barry Georgina M. Aldridge Gal Herzog Qian Ma Ryan P. McQuinn Joseph Hirschberg James J. Giovannoni

Department of Horticulture, Michigan State University, East Lansing, Michigan 48824 (C.S.B., Q.M.); Boyce Thompson Institute for Plant Research, Ithaca, New York 14853 (G.M.A., R.P.M., J.J.G.); Department of Genetics, Hebrew University of Jerusalem, Jerusalem 91904, Israel (G.H., J.H.); and United States Department of Agriculture, Agricultural Research Service, Robert W. Holley Center for Agric...

2004
E. K. Okine D. H. McCartney J. B. Basarab

1Department of Agriculture and Nutritional Science, University of Alberta, Edmonton, Alberta, Canada T6G 2P5; 2Agriculture and Agri-Food Canada, Lacombe Research Centre, 6000 C&E Trail, Lacombe, Alberta, Canada T4L 1W1; 3Alberta Agriculture, Food and Rural Development, Western Forage Beef Group, Lacombe Research Centre, Lacombe, Alberta, Canada. T4L 1W1. Received 27 January 2003, accepted 28 Au...

2004
Kyle W. Stiegert

The International Agricultural Trade Research Consortium is an informal association of University and Government economists interested in agricultural trade. Its purpose is to foster interaction, improve research capacity and to focus on relevant trade policy issues. It is financed by United States Department of Agriculture (ERS, and FAS), Agriculture and Agri-Food Canada and the participating ...

2003
Birgit Eisenhaber Michael Wildpaner Carolyn J. Schultz Georg H.H. Borner Paul Dupree Frank Eisenhaber

Research Institute of Molecular Pathology, Dr. Bohr-Gasse 7, A–1030 Vienna, Austria (B.E., M.W., F.E.); School of Agriculture and Wine, Waite Agriculture Research Institute, The University of Adelaide, RMB1, Glen Osmond, South Australia 5064, Australia (C.J.S.); and University of Cambridge, Department of Biochemistry, Cambridge Centre for Proteomics, Cambridge CB2 1QW, United Kingdom (G.H.H.B.,...

Journal: :Decision Support Systems 2012
Md. Dulal Hossain Junghoon Moon Jae-woong Yun Young Chan Choe

a Institute of Computer Science, Atomic Energy Research Establishment, Bangladesh Atomic Energy Commission, Savar, Dhaka, Bangladesh b Program in Regional Information, College of Agriculture and Life Sciences, Seoul National University, San 56-1, Sillim-dong, Seoul 151-742, Republic of Korea c Research Institute for Agriculture & Life Sciences, Seoul National University, Gwanak-599, Gwanak-ro, ...

Journal: :international journal of agricultural science, research and technology in extension and education systems 0
solieman rasouliazar assistant professor of agricultural management, mahabad branch, islamic azad university, mahabad, iran maryam sadeghi msc student of agricultural management, mahabad branch, islamic azad university, mahabad, iran nouraldin shayesteh professor of plant protection, mahabad branch, islamic azad university, mahabad, iran

organic agriculture, sometimes called biological or ecological agriculture, combines traditional conservation-minded farming methods with modern farming technologies .the purpose of this research was to identify management skills in development of organic agriculture in west azerbaijan province (iran) farms. the target population of this research included all agricultural experts who work in we...

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

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

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