نتایج جستجو برای: amount of green space per person

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

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

abstract abstract of thesis (includes summary, goals, execution methods, and results) story “al-obnosat al-bayza” is one of the short stories from “hanna mineh” collection. this story is a selection of lives of some humans during a voyage together, each of them is a symbol of human nature (love, mind, kindness) and examine social, cultural, and political aspects of governing system, and it...

Aims & Backgrounds: The present study analyzes the spatial location of sports facilities and assessing the access to sports centers according to their spatial distribution pattern at the level of communication networks in Garmsar County. The main purpose is to identify the distribution and distribution status of sports applications in the city and determine the shortcomings and needs. Methodolo...

Journal: :جغرافیا و توسعه فضای شهری 0
دکتر صدیقه لطفی دکتر عیسی جوکارسرهنگی هیرش عثمانپور سیوان عظیمی

urban green spaces and parks are important land use of cities which promote quality of life by providing facilities for leisure and also play a crucial role in social cohesion and participation due to their socio-economic and environmental functions. hence the distribution of such spaces is very important in cities. however the zone of 3 in tehran has a relative appropriate green space per capi...

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

due to lack of knowledge management system in the organization of technical and vocational university of iran (tvuni) and losing good employees because of retirement and substitution causes huge amount of costs to replace the similar expertise. there is no any suitable system in the tvuni to store, to document, and to distribute knowledge. based on the university’s features such as it has diffe...

Abdolreza KAZEMEINI, Hosein SADEGHI

In order to investigate the effects of nitrogen fertilizer levels and intercropping ratios on yield and other morphological traits of two crops, field experiments were conducted during two years (2010-2011) in the research field of the school of Agriculture, Shiraz University, Shiraz, Iran. The study was carried out in a factorial experiment laid out based on a completely randomized block desig...

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

we describe here a suitable approach for the synthesis of n-unsubstituted monocyclic b-lactams under mild reaction conditions by the annelation of imines with substituted acetylchlorides. in this method the reaily available phtalimidoacetyl chloride were allowed to react with - dibenzylideneiminotoluene (hydrobenzamide) in the presence of an equimolar amount of triethylamine in refluxing toluen...

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

green space, as a social development indicator has environmental, social, cultural, economical, and skeletal aspects and to be able to play its role effectively, the first and most important step is to select an appropriate site for it. site selection necessitates stability analysis of urban green space. the main three steps are identifying stability factors, ahp-based weighting factors and lay...

Journal: :Social science & medicine 2010
Agnes E van den Berg Jolanda Maas Robert A Verheij Peter P Groenewegen

This study investigates whether the presence of green space can attenuate negative health impacts of stressful life events. Individual-level data on health and socio-demographic characteristics were drawn from a representative two-stage sample of 4529 Dutch respondents to the second Dutch National Survey of General Practice (DNSGP-2), conducted in 2000-2002. Health measures included: (1) the nu...

Journal: :iranian journal of public health 0
m. asadi

sewage stabilization pond is recommended as one of the economical methods for sewage treatment particularly in dry areas of the world and those places which are in shortage of water and income deficit, this method can be used for treatment of sewage in rural areas, small towns and even large cities. sewage stabilization pond system does not require technical equipment and specialists, and efflu...

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

‏‎applications such as high definition viedeo reproduction, portable computers, wireless, and multimedia demand, and ever-increasing need for ligh-frequency high-resolution and low-power analog-to-digital converters. flash, two-step flash, and pipeline convertors are fast but consume large amount of power and require large area. to overcome these problems, successive approximation converter blo...

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

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

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