نتایج جستجو برای: vertical garden

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

2007
Naama Friedmann Aviah Gvion

Background: Recent studies have indicated that working memory is not a unitary resource and that different types of working memory are used for different types of linguistic processing: syntactic, semantic, and phonological. Phonological working memory was found to support the comprehension of sentences that require re-access to the word-form of a word that appeared earlier in the sentence. Aim...

ژورنال: :مجله گیاهشناسی ایران 2006
طاهر نژادستاری زیبا جمزاد زینب شریعتمداری

در طی این تحقیق جلبکهای سبز 5 برکه مصنوعی در باغ گیاهشناسی ملی ایران با نمونه برداری ماهیانه از آذر 1382 تا آبان 1383 مورد مطالعه و شناسایی قرار گرفتند. 68 جنس و گونه متعلق به 10 تیره و 6 راسته از جلبکهای سبز شناسایی گردید. تیره  desmidaceae با 22 جنس و گونه بالاترین تنوع گونه ای را نشان داد. تیره های scenedesmaceae (15 گونه) و oocystaceae        (14 گونه)، hydrodictyaceae (7 گونه)، ulotrichace...

Journal: :محیط شناسی 0
هما ایرانی بهبهانی دانشگاه تهران، دانشیاردانشکدة محیط زیست ژاله شکوهی دهکردی دانشگاه تهران، کارشناسی ارشد طراحی محیط زیست دانشکدة محیط زیست رضوان سلطانی دانشگاه تهران،کارشناسی ارشد طراحی محیط زیست دانشکدة محیط زیست

due to structural characteristics and spiritual concepts which are latent inside iranian gardens, it has always drawn attention of domestic and foreign researchers and one of the objectives of these researchers was an attempt to achieve historical garden model in iran which have been modified or subjected to decline. the studies, which have been carried out concerning to iranian historical gard...

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

according to high importance of sodding for fast creating green beds in all seasons, this experiment carried out with aimidentifying suitable substrate and covering plant including two lawn genus and dichondra with blend seed. the trial carried out as factorial experiment with three factors based on complete block design in three replications. experimental factors consisted of planting networks...

Land use change is an important issue in Iran, especially in the north of the country. In the present research, effect of changing land use from rangeland to cropland and garden on some physical and chemical characteristics of soil, was studied in Babolrood Watershed in southern part of Babol, Eastern Bandpey in Mazandaran province. For each land use, soil samples were collected from 2 depths a...

جیحانی, حمیدرضا , زالی, طه,

Dagh-Baghi is a disregarded garden located in Khoy, a city in the northwest of Iran. Because of its location along with good weather, Khoy has always had great potential to host many gardens. This garden, however, is the only remaining historic garden. The current Dagh Baghi is a meadow in the southern suburb of the city with a few fruit trees. This article studies the spatial structure of the ...

2017
Hanna Larsson

The purpose of this paper is to evaluate the possibility of paleoentomology as a proxy in garden archaeology research. Garden contexts can prove difficult to identify and interpret due to the many changes the contexts go through during their activity period. Mixing of materials, harvesting and cultivation of many different plants will affect the environmental data that is retrieved from them an...

2008
S. W. Davies

This study demonstrates how herbivore grazing and substrate variations influence coral recruitment patterns at the Flower Garden Banks, Gulf of Mexico, for two brooding coral species, Agaricia spp. and Porites spp. Three herbivore treatments, two tile textures and two tile orientations were tested. Herbivore grazing significantly affected coral recruit growth for both species. These data sugges...

2014
Jiuping Xu Jing Yang Liming Yao Wuhong Wang

The idea of the “garden city” was developed theoretically to offer solutions to serious city development problems such as traffic congestion, population, and environmental pollution, among which the transportation is considered the most important. The question is how to develop balanced transportation in a garden city. Transportation is a complex system, particularly in a garden city. Therefore...

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

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

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