نتایج جستجو برای: ffs extension approach

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

2009
Iftikhar Ahmad

Research and development on IPM was initiated in Pakistan in the 70’s. However, efforts to implement IPM at the farm level did not bear fruit. A major obstacle has been the mindset at the policy level to increase crop production to feed the ever-increasing population. Pesticides became a major instrument of increasing production leading to ‘pesticide treadmill’ situation. Although IPM-FFS “Veha...

2012
M. M. RAHMAN

A study was carried out to determine the problems in IPM practices for rice cultivation faced by the farmers trained in IPM through Farmers’ Field School (FFS) and also to find out the important probable suggestions for overcoming those problems. Data were collected from 158 respondent farmers sampled randomly from 1050 FFS farmers of Godagari Upazila in Rajshahi district. Twenty important prob...

2016
Jinyang Cai Guanming Shi Ruifa Hu Kannan Govindan

In this paper, we investigate the impact of the Farmer Field School (FFS) intervention among small-scale tomato farmers in Beijing. Using data collected by face-to face-interview from 358 households on 426 planting plots in 2009, we evaluate the yield effect and find evidence of positive impact. We then examine the determining factors of farmers’ FFS attendance using the zero-inflated Poisson m...

2004
O. Ortiz

Farmer field schools (FFS) originally were developed for rice in Asia by the Food and Agriculture Organization of the United Nations (FAO) for teaching integrated pest management. These were season-long courses involving 25 farmers and a trained facilitator. The main focus was promoting learning by discovery, which included hands-on training activities such as insect zoos and the use of field e...

2009
Sandipan Karmakar Biswajit Mahanty

This paper focuses on a Flexible Flow Shop (FFS) problem in a paint company in an attempt to minimize production makespan. The FFS problem is characterized by multiple products being produced in machines in stages with sequence dependent set up times and infinite intermediate storages. As the FFS problem is computationally complex, two heuristic methods are employed to solve the Mixed Integer L...

Journal: :Investigative ophthalmology & visual science 2006
Maaike Langelaan Bill Wouters Annette C Moll Michiel R de Boer Ger H M B van Rens

PURPOSE To investigate the underestimation of field loss in functional field score (FFS) between the Goldmann isopters III-4e and V-4e in visually impaired patients, in order to develop a predictive model for the FFS(III-4e) based on FFS(v-4e) that adjusts for possible confounders. Although the visual field is generally evaluated using Goldmann isopter III-4e, it has the disadvantage that not a...

Journal: :IACR Cryptology ePrint Archive 2012
Naoyuki Shinohara Takeshi Shimoyama Takuya Hayashi Tsuyoshi Takagi

The security of pairing-based cryptosystems depends on the difficulty of the discrete logarithm problem (DLP) over certain types of finite fields. One of the most efficient algorithms for computing a pairing is the ηT pairing over supersingular curves on finite fields whose characteristic is 3. Indeed many high-speed implementations of this pairing have been reported, and it is an attractive ca...

Journal: :Ekonomska Istrazivanja-economic Research 2023

A farmer field school programme aims to impart knowledge and promote new technology. The is expected enhance farmers’ performances. However, the empirical evidence remains unclear. few studies have examined impact of this on technical efficiency in Indonesia. current study specifically investigates causal Farmer Field School Integrated Crop Management (FFS-ICM) maize production We used a stocha...

Journal: :مجله علوم کشاورزی ایران 0
ترانه اسکو محمد چیذری سیده فاطمه رسولی

the purpose of this study was to investigate the effect of farmers' knowledge and attitude regarding farmer field school (ffs) on biological control against rice stem borer in mazandaran province. the population of the study included all farmers residing in three villages of kohnedan, rangrizmahalleh and aliabad (n=121). a questionnaire was developed from reviewed literature. the content a...

Journal: :Biophysical journal 2010
Patrick J Macdonald Yun Chen Xiao Wang Yan Chen Joachim D Mueller

Fluorescence fluctuation spectroscopy (FFS) quantifies interactions of fluorescently labeled proteins inside living cells by brightness analysis. Conventional FFS implicitly requires that the sample thickness exceeds the size of the observation volume. This condition is not always fulfilled when measuring cells. Cytoplasmic sections, especially, can be thinner than the axial size of the observa...

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

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

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