نتایج جستجو برای: number of leaves

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

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2011
ramazan mammadov pinar ili havser ertem vaizogullar ayse afacan makascı

free radicals involved in a number of diseases due to the oxidative damage to dna, lipids, and proteins and which can result in failure of cellular functions. dried plant bulbs and leaves methanolic and ethanolic extracts were prepared. total antioxidant activities of the methanolic extracts of romulea ramiflora and gagea fibrosa were determined using β-caroten-linoleic acid assay. romulea-bulb...

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

some new water-soluble schiff base complexes of na2[m(5-so3-1,2-salophen)].nh2o; (5-so3-1,2-salophen = n,n’-bis(5-sulphosalicyliden)-1,2-phenylendiamine); na2[m(5-so3-2,3-salpyr)(h2o)n].2h2o; (5-so3-2,3-salpyr = n,n’-bis(5-sulphosalicyliden)-2,3-diaminopyridine); and na2[m(5-so3-3,4-salbenz)(h2o)n].nh2o; (5-so3-3,4-salbenz = n,n’-bis(5-sulphosalicyliden)-3,4-diaminobenzophenon); where m = cu, n...

بابالار, مصباح, خندان میرکوهی, عزیزاله, نادری, روح انگیز, کاظمی, فرزانه,

To evaluate the effect of limited application of phosphorus (P) on height and performance quality of geranium (Pelargonium hortorum cv. Bulles Eye), an experiment was conducted in the greenhouse environment, based on completely randomized blocks design, during 2011-2012. Geranium seedlings were cultivated in the pots filled with peat-based substrate (80% peat + 20% garden loam soil (v/v)). Trea...

Ajani , Y, Majnoun Hosseini , N , Naghavi , MR, Naghdi Badi , H, Rezazadeh , Sh, Riazi, A,

Background: St. John’s wort (Hypericum perforatum L.) is an important medicinal plant that has been widely used for its antidepressant properties. Objective: In this study morphological characteristics variation of populations of H. perforatum were investigated. Methods: In this study, different morphological characteristics of 25 H. perforatum populations in Iran’s natural habitats were eva...

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

the issue of curriculum and syllabus evaluation and revision has been in center of attention right from when curriculum came into attention of educational institutions. thus everywhere in the world in educational institutions curricula and syllabi are evaluated and revised based on the goals, the needs, existing content, etc.. in iran any curriculum is designed in a committee of specialists and...

Journal: :به نژادی گیاهان زراعی و باغی 0
فاطمه فیضی کارشناس ارشد باغبانی (گل و گیاهان زینتی) گروه علوم باغبانی، دانشکده کشاورزی، دانشگاه شهید چمران اهواز موسی موسوی استادیار گروه علوم باغبانی، دانشکده کشاورزی، دانشگاه شهید چمران اهواز مهر انگیز چهرازی استادیار گروه علوم باغبانی، دانشکده کشاورزی، دانشگاه شهید چمران اهواز

in order to investigate the in vitro micropropagation hibiscus rosa-sinensis three tests in a completely randomized design with 10 replications were performed in tissue culture laboratory shahid chamran university in 2014.the first experiment showed the perfect media.second tests best consentration bap for multiplication and third tests showed the best type and concentration rooting hormone. co...

خلیقی, احمد, طباطبایی, سید جلال, علیزاده اجیرلو, سعداله, نیک رزم, رامین,

Abstract Strong, tall and healthy stems, as well as green background by means of leaves, are very important characters in marketing of cut flowers including Lily (Lilium). Also, in order to reuse the bulbs for next crop production, they should have enough stored materials and perimeter. This investigation was conducted to evaluate the effects of different media on some vegetative characters of...

D. L. Wu M. Hussain M. J. Hassan M. R. Azim M. Tahavi P. Zheng, Q. Mahmood

Risk analysis is an important technique to estimate impacts on the environment for adopting effective measures to avoid risks. This field study was conducted to investigate the risk of brick kiln (BK) smoke on the shoots of Acacia arabica. Different phenotypic parameters including morphology and growth of shoots and epidermal imprints of the leaves were studied in the vicinity of a brick kiln s...

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

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

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