نتایج جستجو برای: central extension

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تهران 1354

چکیده ندارد.

The study assessed the perceived effectiveness of agricultural extension methods used to disseminate improved technologies to rice farmers in kogi state, Nigeria. The specific objectives were to describe the socio – economic characteristics of the rice farmers, to assessed farmers level of contact with extension agents, perceived level of competence of extension agents to perform agricultural e...

A. Csébfalvi,

This study has been inspired by the paper "An efficient 3D topology optimization code written in MATLAB” written by Liu and Tovar (2014) demonstrating that SIMP-based three-dimensional (3D) topology optimization of continuum structures can be implemented in 169 lines of MATLAB code. Based on the above paper, we show here that, by simple and easy-to-understand modificati...

Esmaeil Shahbazi Gholamreza Pezeshki Rad Hassan Sadighi Saeid Fe'li Seyed Javad Ghoraishi Abhari

The purpose of this study was to assess the process of extension program development in Iranian Agricultural Extension System (IAES). The research instrument was a structural questionnaire with close-ended questions which its validity and reliability was confirmed by using expert panel and Cranach’s alpha test, respectively. The target population of this research included all extension managers...

2013
Kevin C. Zatloukal

While efficient algorithms are known for solving many important problems related to groups, no efficient algorithm is known for determining whether two arbitrary groups are isomorphic. The particular case of 2-nilpotent groups, a special type of central extension, is widely believed to contain the essential hard cases. However, looking specifically at central extensions, the natural formulation...

2015
David Berenstein

In this paper it is argued that the central charge extension of the Coulomb branch of N = 4 SYM theory appears as a limit of Beisert’s central charge extension of the planar N = 4 spin chain in the presence of boundaries. These boundaries are interpreted as D-branes that source the central charge and are realized as giant gravitons and dual giant gravitons in the AdS dual. The BPS states that c...

2011
Hannu Pulakka Ulpu Remes Santeri Yrttiaho Kalle J. Palomäki Mikko Kurimo Paavo Alku

The limited audio bandwidth of narrowband telephone speech degrades the speech quality. This paper proposes a method that extends the bandwidth of telephone speech to the frequency range 0–300 Hz. The lowest harmonics of voiced speech are generated using sinusoidal synthesis. The energy in the extension band is estimated from spectral features using a Gaussian mixture model. The amplitudes and ...

Amir Ahmadpour

One of the central duties of rural production cooperatives is to promote the adoption and application of sustainable agricultural practices by farmers, which hinges on several factors. Therefore, the study intends to evaluate the factors influencing the application of sustainable agricultural practices by paddy farmers. The research population included from all includes all  paddy farmers as me...

Journal: :journal of agricultural science and technology 2010
i. malek mohammadi

there is undoubtedly general agreement that the efficiency of educational investments should he maximized through the managerial process as far as possible. agricultural extension is one of the crucial tasks in developing agricultural societies calling for considerable consumption of intellectual investment. the management of agricultural extension projects (aeps) however, needs careful pla...

Investments in the extension of health insurance coverage, the strengthening of public health services, as well as primary care and better hospitals, highlights the emerging role of healthcare as part of China’s new growth regime, based on an expansion of services, and redistributive policies. Such investments, apart from their central role in terms of relief for low-income people, serve to reb...

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

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

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