نتایج جستجو برای: npk contents

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

2010
K. K. Bandyopadhyay A. K. Misra P. K. Ghosh K. M. Hati

The effect of sole application of inorganic fertilizers (NPK) (N:P:K:: 30:26:25 kg ha ) and combined application of farmyard manure (FYM) @ 4 Mg ha 1 and inorganic fertilizers (NPK + FYM) vis-a-vis nonapplication of fertilizers and manures (control) on changes in soil physical properties and plant growth characteristics of soybean (cv. JS 335) was studied in a deep Vertisol at the Indian Instit...

2010

Humic acid (HA) can supplement the chemical fertilizers to reduce the input cost of agricultural production. Field experiments on increasing cotton [Gossipium hirsutum L, cv. CIM-473] crop yield through HA were conducted in salt-affected soil of Kohat division, NWFP, Pakistan, during Kharif 2005 at two sites being irrigated with tube-well saline waters. Four levels of humic acid (0, 0.5, 1.0 an...

2016
Chao Xue Xu Zhang Chen Zhu Jun Zhao Ping Zhu Chang Peng Ning Ling Qirong Shen

Archaeal (AOA) and bacterial (AOB) ammonia-oxidizer responses to long-term field fertilization in a Mollisol soil were assessed through pyrosequencing of amoA genes. Long-term fertilization treatments including chemical fertilizer (NPK), NPK plus manure (NPKM), and no fertilization over 23 years altered soil properties resulting in significant shifts in AOA and AOB community composition and abu...

2012
N. Hossain M. G. Kibria K. T. Osman

To observe the comparative effects of poultry manure, household waste compost and fertilizers and their combinations on growth and yield of maize (Zea mays L.), this experiment was conducted in the crop field of the Department of Soil Science, University of Chittagong, Bangladesh during Rabi season in 2010-2011. There were ten treatments, one control and nine fertilizer combinations. In three s...

Iftikhar Ahmad Imran. Khan, Mohsin Bashir Mohsin Tanveer Muhammad Zain Rashid Waseem Khan Qadri

Gladiolus is very popular and highly demanded cut flower worldwide however imbalance nutrition reduces its production, additionally irrational combination of nutrient further kindled the situation. The current study was conducted to ascertain the effects of different combinations of N, P and K on growth, floral development, and N, P and K uptake by gladiolus leaves. N, P and K was applied as; w...

2013
A. H. El-Naggar

The present study was designed to study the effect of different growing media (clay, composted leaves and sand + composted leaves (1: 1 v/v) and fertilizer rates of mineral NPK (19: 19: 19) at 0.0, 2.5, 5 g / plant and their combined effect on the vegetative growth, flowering qualities, bulbs production and chemical constituents of leaves of Amaryllis (Hippeastrum vittatum, Herb.) plants during...

2016
Boubié Vincent Bado Papa Abdoulaye Seck Valère Cesse Mel Alassane Aw Mandiaye Diagne

One of the main factors limiting the yield and productivity of irrigated rice in the Sahel of West Africa is the high cost of fertilizers and inefficient use of nutrients in the cropping systems. A two-year experiment was conducted over four consecutive seasons at Ndiaye (16°11’N, 16°15’W) and Fanaye (16°32’N, 15°11’W) along the Senegal River Valley to investigate alternative fertilizer managem...

2017
Zhanjun Liu Qinlei Rong Wei Zhou Guoqing Liang

Understanding the effects of external organic and inorganic components on soil fertility and quality is essential for improving low-yielding soils. We conducted a field study over two consecutive rice growing seasons to investigate the effect of applying chemical fertilizer (NPK), NPK plus green manure (NPKG), NPK plus pig manure (NPKM), and NPK plus straw (NPKS) on the soil nutrient status, en...

2013
Srinivasagam Krishnakumar Stephan Haefele

The experiment was conducted at lowland series of wet lands, International Rice Research Institute (IRRI) Farm, Los Banos, Laguna, Philippines. The rice variety PSBRc 82 was raised during wet season (June – October), and the experiment was laid out in randomized block design with four replications. There were eleven treatments viz., control, recommended NPK fertilizer, -N, -P, -K, LCC 3, LCC 4,...

2015
Franceli R. Kulcheski Régis Côrrea Igor A. Gomes Júlio C. de Lima Rogerio Margis

Macronutrients are essential elements for plant growth and development. In natural, non-cultivated systems, the availability of macronutrients is not a limiting factor of growth, due to fast recycling mechanisms. However, their availability might be an issue in modern agricultural practices, since soil has been frequently over exploited. From a crop management perspective, the nitrogen (N), pho...

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

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

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