نتایج جستجو برای: housing typology

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

2008
Jae Jung Song

The back cover of this book characterizes it as ‘an up-to-date critical introduction to linguistic typology’. The title might suggest that it gives equal coverage to morphology and syntax, but it is mainly about syntax. Chapter 1, ‘Introducing linguistic typology’, is a useful introduction to typology. For someone new to the area, it lays out the object of linguistic typology and discusses some...

Journal: :Malaysian Journal of Social Sciences and Humanities 2022

Energy consumption in residential buildings is increasing and continues to escalate. As a developing country, Malaysia faced rapid urbanization due population growth heavy migration from rural areas cities which raised the need for economic development, resulting rising demand more than ever. Guidelines conserving energy have become critical now, encouraging of sustainability concerns Malaysia....

Journal: :Energy and Buildings 2022

• Sensitivity analysis and Bayesian approaches are used for model calibration. The building stock performance is predicted through a hybrid bottom-up method. Predicted average annual discomfort hours H-typology in southern Spain 68%. most influential modelling parameters on thermal comfort obtained. 10 Latin Hypercube Samples per parameterized variable report solid results. Due to 2030 2050 tar...

Journal: :international journal of architecture and urban development 2012
mohammad mehdi heidari hamid majedi

just like any other economic field, housing market has two basic foundations which are demand and supply. its obvious that disequilibrum between these foundations, will drasticaly affect the housing affordability and can also lead to wide slump in many markets. that’s why, policy makers usually intend to stimulat the supply by means of providing low intrest loans, low priced land, etc. in this ...

Journal: :Journal of Sustainable Architecture and Civil Engineering 2022

Changes in the structural characteristics of population, such as age structure, household size, and number households indicate shifts population moving from younger towards older populations result reduction size. Former extended families have turned into a nuclear even one-person household. Shifts status, both composition, size lead to formation new housing typology. It can affect type, number...

Journal: :Journal of building engineering 2021

Southern Europe has an old housing stock and the challenge, as rest of European Union Member States, to transform it into a decarbonized one, by means transforming existing buildings Nearly Zero Energy Buildings (nZEB). States have large margin discretion when defining requirements for nZEB. In this paper, nZEB renovation residential in Portugal Spain are studied detail (unlike usual more gener...

Journal: :Canadian journal of public health = Revue canadienne de sante publique 2015
Marilyn Fortin Stéphane Moulin Elyse Picard Richard E Bélanger Andrée Demers

OBJECTIVES The aim of this paper is to examine whether there is an underlying multidimensional typology of drinking according to gender among a population presenting heterogeneous drinking profiles in Canada. METHODS Latent class analysis was chosen to analyze the degree of statistical relationship among three indicators of drinking practices: patterns of drinking - i.e., frequency and quanti...

2011
Iain Anderson Amy Chen Victor Markowitz Nikos Kyrpides Natalia Ivanova

One of the most important aspects of genomic analysis is the prediction of which pathways, both metabolic and non-metabolic, are present in an organism. In IMG, this is carried out by the assignment of IMG terms, which are organized into IMG pathways. Based on manual and automatic assignment of IMG terms, the presence or absence of IMG pathways is automatically inferred. The three categories of...

Journal: :معماری و شهرسازی 0
مینو قره بگلو استادیار دانشکده معماری و شهرسازی، دانشگاه هنر اسلامی تبریز، تبریز، ایران علیرضا عینی فر استاد دانشکده معماری، پردیس هنرهای زیبا، دانشگاه تهران، تهران، ایران عباسعلی ایزدی استادیار دانشکده معماری، پردیس هنرهای زیبا، دانشگاه تهران، تهران، ایران

abstract considering the dominance of public open space use, over the use of private open space of single-family housing, in large cities in iran, an important issue in programming for designing open spaces of residential complexes is to facilitate the appropriate development of the children in open spaces. the present paper attempts to provide a flexible framework for tackling the challenge of...

Journal: :international journal of architecture and urban development 2013
abraham taiwo

nigeria has had several housing programmes and policies geared towards the provision of housing her citizens since colonial era to the post-colonial period. the nigerian government had always been directly involved in the provision of housing for the public servants and with the advent of the public-private partnership initiative, the low-income public servants’ acceptability of this new housin...

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

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

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