نتایج جستجو برای: national building code of canada nbcc

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

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

چکیده ندارد.

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

august wilson is undoubtedly one of the rare black playwrights whose works have attracted streams of attention and worldwide audience. the present study aims at analyzing fences and piano lesson which are two of the most successful plays in his pittsburgh cycle from the perspective of michel foucault’s theories and ideas. studying these two plays from foucault’s perspective opens new windows in...

2016
Saskya Claasens Ilan S. Schwartz Henry F. Jordaan Johann W. Schneider

a Immunodeficiency Clinic, Karl Bremer Hospital, Room 12, Outpatient building, Bellville, 7530, South Africa b Infectious Diseases and Medical Microbiology, University of Manitoba, Winnipeg, Canada and Epidemiology for Global Health Institute, University of Antwerp, Antwerp, Belgium Division of Dermatology, Stellenbosch University, Tygerberg Hospital, Parow, South Africa Division of Anatomical ...

2013
S. D. D’Andrea S. A. K. Häkkinen D. M. Westervelt C. Kuang E. J. T. Levin W. R. Leaitch D. V. Spracklen

Canada Department of Atmospheric Science, Colorado State University, Fort Collins, CO, USA Department of Physics, University of Helsinki, Helsinki, Finland Department of Chemical Engineering, Columbia University, New York, NY, USA Center for Atmospheric Particle Studies, Carnegie Mellon University, Pittsburgh, PA, USA Atmospheric Sciences Division, Brookhaven National Laboratory, Building 815E,...

2013
Riitta Luoto Michelle F. Mottola Leena Hilakivi-Clarke

1 UKK Institute for Health Promotion Research, 33501 Tampere, Finland 2Department of Children and Families, National Health and Welfare Institute, 00271 Helsinki, Finland 3 R. Samuel McLaughlin Foundation-Exercise and Pregnancy Lab, 3-M Centre, The University of Western Ontario, London, ON, Canada N6A 3K7 4Georgetown University, Research Building, Room E407, 3970 Reservoir Road, NW, Washington,...

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

one of the most important number sequences in mathematics is fibonacci sequence. fibonacci sequence except for mathematics is applied to other branches of science such as physics and arts. in fact, between anesthetics and this sequence there exists a wonderful relation. fibonacci sequence has an importance characteristic which is the golden number. in this thesis, the golden number is observed ...

Health services and policy research (HSPR) represent a multidisciplinary field which integrates knowledge from health economics, health policy, health technology assessment, epidemiology, political science among other fields, to evaluate decisions in health service delivery. Health service decisions are informed by evidence at the clinical, organizational, and policy level, levels with distinct...

Journal: :Salud publica de Mexico 2008
Oscar Andrés-Gamboa Liliana Chicaíza Mario García-Molina Jorge Díaz Mauricio González Raúl Murillo Mónica Ballesteros Ricardo Sánchez

OBJECTIVE To assess cost-effectiveness of conventional cytology and HPV DNA testing for cervical-cancer screening in Colombia. MATERIAL AND METHODS The National Cancer Institute of Colombia (NCIC) in 2007 developed a Markov model on the natural history of cervical cancer; no screening, conventional cytology, and HPV DNA testing were compared. Only direct costs were used. Outcomes comprise cer...

Journal: :مهندسی سازه 0
محمدعلی لطف الهی یقین رامین تقی نژاد

in recent years, seismic evaluation and vulnerability of the existing buildings, that have been designed based on an earlier seismic design code or designed without seismic design criteria, has been very important. in this paper, the seismic evaluation and vulnerability of concrete buildings, using an old 5- story building with shear walls as an example has been discussed. for this building, fi...

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

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

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