نتایج جستجو برای: soil mixed with vermicompost

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

F. Rasouli J.A. Olfati

ABSTRACT- Almost all oyster mushroom producers in Iran produce this kind of mushroom without any kind of casing soil. Although different kinds of casing soils are available for Agaricus bisporus, limited information is available regarding Pleurotus ostreatus. Availability of peat in many regions around the world is a concern and some researchers' efforts have been devoted to a search for altern...

Journal: :Bioresource technology 2008
G R Bachman J D Metzger

Vermicompost has been promoted as a viable alternative container media component for the horticulture industry. The purpose of this research was to investigate the use of vermicompost at different points in the production cycle of tomato, marigold, pepper, and cornflower. The incorporation of vermicompost of pig manure origin into germination media up to 20% v/v enhanced shoot and root weight, ...

2017
Urja Pandya Sunita Prakash Kishor Shende Umesh Dhuldhaj Meenu Saraf

A potential antagonist, designated strain Bacillus subtilis MBCU5 was previously isolated from vermicompost-amended soils of Gandhinagar, Gujarat, India. Crude allelochemicals from strain MBCU5 displayed strong antifungal activity against Macrophomina phaseolina as well as Rhizoctonia solani. These crude allelochemicals were tentatively identified as iturin, fengycin and surfactin through TLC a...

Journal: :پژوهش های تولید گیاهی 0
بهروز اسماعیل پور دانشگاه محقق اردبیلی زهرا کیانی دانشگاه محقق اردبیلی جواد هادیان دانشگاه شهید بهشتی علی اشرف سلطلانی دانشگاه محقق اردبیلی سولماز فتح العلومی دانشگاه محقق اردبیلی

consumption of organic manures such as vermicompost and spent mushroom compost in a system based on organic agriculture beside to maintenance soil health improvement and yield of medicinal plant spearmint. therefore, an completely randomized design experiment with four replication on spearmint (mentha spicata l )was conducted in horticultural department of mohaghegh ardabili university. experim...

A. Mohammadi Torkashvand F. Shadanpour K. Hashemi Majd

In order to investigation of vermicompost effect on growth and yield of marigold in pot medium, an experiment was done by a randomized completely block design in three raplications. Treatmnets were included control (30% v/v of soil plus 70% v/v of sand) and three levels of vermicompost (20, 40, 60 % v/v of vermicompost+30% v/v of sand and soil) that applied in three lit. pots. Marigold seeds (T...

Ali Asghar Najafpoor, Ali Reza Saffari, Bayram Asadi, Hosein Alidadi,

Background & Aims of the Study: This study was conducted to investigate effects of biofertilizers application and its interaction with organic manures on Scindapsus aureus performance. Materials & Methods: The experiment was performed in a randomized block design with factorial arrangement of two above mentioned factors at greenhouse of Municipality fertilizer production ...

2012
Monireh Majlessi Akbar Eslami Hossein Najafi Saleh Simin Mirshafieean Sara Babaii

The vermicompost using earthworms (Eisenia Fetida) was produced from food waste and chemical parameters (EC, pH, carbon to nitrogen contents (C/N)) and germination bioassay was examined in order to assess the stability and maturity indicators during the vermicomposting process. The seed used in the germination bioassay was cress. The ranges of EC, pH, C/N and germination index were 7.5-4.9 mS/c...

The present research was conducted to mitigate the environmental contamination and with the aim of evaluating the possible impacts of the application of sugarcane bagasse sewage sludge-based compost (BSC), vermicompost, and fish compost on different aspects of physiology, growth, and development of Lilliumlongiflorum var Ceb-Dazzle. The bulbs were planted in four different prepared soil mixture...

2013
M. Lakshmi Prabha Shanmuga priya

Use of chemical fertilizers have lead to decline in fertility and productivity besides causing deficiency and imbalance of macro and micronutrients. The use of chemical fertilizer and pesticide has posed a serious threat to the environment and resulted in the repercussions on the ecosystem. The chemical residues in the food products are causing injury to human beings and cattle population. Use ...

2011
Gholamhossein Riazi

The main objective of this study was to determine the effects of vermicompost and amino acids on the qualitative and quantitative yield of chamomile. The experiment was conducted during the growing season of 2010 at the Alborz Medical Research Center. The Treatment groups consisted of vermicompost (0, 5, 10, 15 and 20 tons/ha) and the sprays of amino acids (budding stag, flowering stage, and bu...

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

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

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