نتایج جستجو برای: 732 of fresh weight

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

Journal: :Plant physiology 1981
J F Hanks N E Tolbert K R Schubert

The intracellular location of enzymes involved in the synthesis of the ureides, allantoin and allantoic acid, was investigated in nodules of Glycine max L. Merr. Cellular organelles were separated on isopycnic sucrose density gradients. Xanthine dehydrogenase activity (270 nanomoles per min per gram fresh weight) was totally soluble, whereas approximately 15% of the total uricase and catalase a...

Nano-fertilizers are designed in order to gradually release their food contents. They are also manufactured in such a way that the time of their liberation matches with the food product requirement. The use of nano-fertilizers leads to an increase in the efficiency of the consumption of food elements. With regard to the strategic importance of cotton plant and the effects of zinc in increasing ...

Journal: :زیست شناسی جانوری تجربی 0

abstract experiment was conducted for 8 weeks to determine the reaction (astacus leptodactylus) to interaction energy and salinity. diets containing 3 levels of energy (300,370 and 450 kcal/100g) with a constant protein content of 30% and 2 levels of salinity (fresh water and brackish water (12 ppt) were formulated. tank content 110 liter, each filled with 80 liter water. 5 a.leptodactylus (ave...

, ,

In order to study the effects of biofertilizers of nitroxin (0, 2, 4 L.h-1) and biosulphur (0, 2, 4 kg.h-1) Containing “plant growth promotor Bacteria” on quantity and quality of medicinal plant of winter cherry (Physalis alkekengi L.) an experiment in a factorial experiment based on randomized complete block design with nine treatments (Nitroxin 2 and 4 L.h-1, Biosulphur 2 and 4 kg.h-1, Nitrox...

In order to investigate the effect of form of nitrogen (N) [ammonium (NH4) and nitrate (NO3)] and calcium (Ca) levels of nutrition solution on quantitative and qualitative yield of cut rose flower (Rosa hybrida L.), cv. Vendentta, in soilless culture condition, an experiment was conducted in greenhouse of the National Ornamental Plants Research Station of Mahallat. The experiment was factorial,...

The medicinal plant bitter apple belongs to Cucurbitaceae family. To study the effect of phenylalanine and tryptophan amino acids on morphological and physiological characteristics of Citrullus colocynthis L., an investigation was conducted according to a completely randomized block design with four treatments and three replications in University of Zanjan, Iran. The studied factors were consis...

This experiment was conducted to investigate the effect of drought stress and vermicompost biofertilizer on some morphological, physiological and biochemical characteristics of Thymus vulgaris in greenhouse of Khorramabad Agricultural and Natural Resources Research and Training Center in a completely randomized design with three replications. The pot experiment was performed. Factors included v...

Aalamzadeh Ansari, N., Omidi, N.,

An experiment was conducted as split plot based on the randomized complete blocks design, in greenhouse complex of Shahid Chamran University of Ahvaz in 2017. The main plot consisted of light treatment at two levels [a) sunlight (control), b) sunlight + red and blue LEDs (50:50%) with light intensity of 70 μmol/m2s for 15 hours (from 5 PM to 8 AM as night light] and the subplot was six greenhou...

افیونی, مجید, حسینی, فاطمه, خوشگفتارمنش, امیرحسین, نوربخش, فرشید,

Abstract Although nickel (Ni) is known as an essential element for higher plants, the biological effects of this nutrient on growth, yield, and N metabolism of some plants, particularly leafy vegetables, is still unknown. Therefore, this study was carried out to investigate the effects of Ni and urea nutrition on the growth and yield of lettuce (Lactuca sativa L. cv. Baker) and urea accumulati...

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

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

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