نتایج جستجو برای: dry matter and storage

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

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده حقوق 1391

abstract when in administrative law the matter of administrative offences are raised, these offences would have legal nature if they are force able, some of these offences are related to administrative law, where as some other pelts are common in civil or penal law. the current research intends not only to consider the concept and foundation of administrative execution rules but also compares...

Journal: :Plant biotechnology journal 2017
Getu Beyene Felix R Solomon Raj D Chauhan Eliana Gaitán-Solis Narayanan Narayanan Jackson Gehan Dimuth Siritunga Robyn L Stevens John Jifon Joyce Van Eck Edward Linsler Malia Gehan Muhammad Ilyas Martin Fregene Richard T Sayre Paul Anderson Nigel J Taylor Edgar B Cahoon

Storage roots of cassava (Manihot esculenta Crantz), a major subsistence crop of sub-Saharan Africa, are calorie rich but deficient in essential micronutrients, including provitamin A β-carotene. In this study, β-carotene concentrations in cassava storage roots were enhanced by co-expression of transgenes for deoxy-d-xylulose-5-phosphate synthase (DXS) and bacterial phytoene synthase (crtB), me...

Journal: :بوم شناسی کشاورزی 0
علیرضا کوچکی مهدی نصیری محلاتی حسن فیضی شهرام امیرمرادی فرزاد مندنی

in order to study the effect of strip intercropping of maize (zea mays l.) and bean (phaseolus vulgaris l.) on the dry matter yield and land equivalent ratio (ler) in weedy and weed free treatments, an experiment was conducted at the agricultural station of college of agriculture, ferdowsi university of mashhad, iran. treatments were strip width of 2, 3, 4 and 5 rows and sole cropping of each c...

Journal: :پژوهش های تولید گیاهی 0

this experiment was conducted for estimating the effect of row spacing and plant density on soil moisture change, wheat yield and water use efficiency in rainfed condition, using a three replicated randomized complete block design with factorial arrangement at gorgan university of agricultural sciences and natural resources farm in anbare-ololum region in 2008-2009. the treatments that used wer...

2011
Jacek Słupski J. Słupski

Background. Legumes are usually consumed when physiologically mature, as dry seeds, however, flageolet beans seeds are also consumed immature. They are harvested when dry matter content is about 40%, pods are filled, grown, seeds succulent, showing green or light green colour and do not require lengthy thermal processing when prepared for consumption. Material and methods. The aim of this study...

فرجی, ابوالفضل,

In the area with terminal heat and drought stress such as Gonbad, allocation of produced dry matter to reproductive organs is of great importance. In order to evaluate the effect of different temperature and moisture regimes on dry matter distribution and harvest index ofcanola an experiment wasconducted at Agricultural Research Station of Gonbad during 2005-2007. The experiment was a RCBD arra...

Journal: :علوم گیاهان زراعی ایران 0
آیدین حمیدی رجب چوکان احمد اصغرزاده مجید دهقان شعار امیر قلاوند محمد جعفر ملکوتی

a study was conducted to evaluate the effects of plant growth promoting rhizobacteria (pgpr) inoculants including four strains of azotobacter chroococcum, azospirillum lipoferum, a. brasilense and pseudomonas fluorescence on dry matter accumulation of late maturing maize(zea mays l.) hybrids, sc704, sc700 and a promising single cross b73×k18. a factorial experiment was conducted in research fie...

2012
Zenon Tański Milewski Stanisław Zaleska Bożena

The aim of this study was to determine the quality of modified atmosphere (MA) packaged meat from Pomeranian rams slaughtered at 50 and 100 days of age. Determined: chemical composition, physicochemical and sensory properties of meat, and the fatty acid profile of intramuscular fat. Meat from 100-d-old lambs was characterized by a significantly higher content of dry matter, total protein and cr...

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

the importance of writing as a complex skill in applied linguistics has drawn the attention of many researchers to evaluate textbooks in order to help learners gain self-sufficiency and autonomy in the field of language use and communication. investigations have shown that developments in textbooks evaluation can promote the quality of pedagogies and consequently the learning. this study attemp...

Journal: :journal of agricultural science and technology 2014
w. mohammad s. a. shah s. shahzadi kh. haroon

crop productivity, water use efficiency (wue), and microbial biomass c and n in rainfed dry area are influenced by tillage, rotation, and crop residue management. field experiments were conducted during 2005-08 to study the effect of tillage, crop rotation, and crop residue retention on oat fodder yield, water use efficiency, and microbial biomass c (mbc) and n (mbn) under semi-arid conditions ...

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

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

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