نتایج جستجو برای: lesser analysis time

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

2004
Jérome Vidot Richard Santer Didier Ramon

The MERIS aerosol remote sensing over ocean is available and over land has been improved for a better spatial coverage. Air quality monitoring of the particles is based on in situ measurements of PM10 and PM2.5 which are respectively the density of particles of diameter lesser than 10 μm, lesser than 2.5 μm, at the surface. In order to promote the use of Earth Observation, we would like to conv...

2009
Jed Kolko David Neumark

0094-1190/$ see front matter 2009 Elsevier Inc. A doi:10.1016/j.jue.2009.08.006 q This paper was prepared for the NBER’s ‘‘Cities an ence, May 1-2, 2009. We thank Davin Reed and, especi outstanding research assistance, and Dan Black, Mark Will Strange for helpful comments. Our work with National Establishment Time Series was made possible Coulter Family Foundation to the Public Policy Inst expr...

Journal: :international journal of advanced structural engineering 2011
siddharth gopalkrishna shah chandresh h solanki jatin d. desai

post failure analysis of massive structure infers that soil-structure interaction (ssi) is a crucial phenomena influencing seismic response of massive structures. cable-stayed bridge’s popularity and numbers are increasing now-a-days because of economical longer span & aesthetic good look. the current paper examines the effect of depth of foundation on seismic response of cable-stayed bridg...

Journal: :Egyptian Journal of Radiology and Nuclear Medicine 2020

Journal: :Physiological research 2008
J Rosa B Strauch O Petrák T Pikus R Holaj T Zelinka D Wichterle J Widimský

Arterial wall stiffness is considered an independent cardiovascular risk factor. Aim of this study was to evaluate relationship between clinical, 24-hour, average day-time and night-time blood pressure (BP) and measures of arterial stiffness assessed by pulse wave velocity (PWV) (using SphygmoCor applanation tonometer) in essential hypertension (severe-resistant (RH, n=29) and moderate hyperten...

2015
Xiaohui Liu Yueju Liu Shuo Pan Huijian Cao Dahai Yu

BACKGROUND Most surgeons do not fix the lesser trochanter when managing femoral intertrochanteric fractures with intramedullary nails. We have not found any published clinical studies on the relationship between the integrity of the lesser trochanter and surgical outcomes of intertrochanteric fractures treated with intramedullary nails. The purpose of this study was to evaluate the impact of th...

Journal: :dental research journal 0
miguel cardoso rodrigo f. marques maria francelina lopes antónio s. cabrita joão miguel santos

background: the aim of this study was to investigate in vivo biocompatibility of resilon, compared with gutta-percha, at short and long-term following implantation in a rat subcutaneous implantation model. materials and methods: male wistar rats were implanted subcutaneously with either resilon or gutta-percha or were sham controls. tissues were harvested at 8 days or 60 days after implantation...

Journal: :سالمند 0
ابوالفضل رحیمی abolfazl rahimi university of tarbiat modaresدانشکده علوم پزشکی، دانشگاه تربیت مدرس منیره انوشه monireh anoosheh university of tarbiat modaresدانشکده علوم پزشکی، دانشگاه تربیت مدرس فضل اله احمدی fazlollah ahmadi university of tarbiat modaresدانشکده علوم پزشکی، دانشگاه تربیت مدرس مهشید فروغان mahshid foroughan university of socialwelfare and rehabilitationدانشگاه توانبخشی و علوم پزشکی و عضو مرکز تحقیقات مسائل اجتماعی و روانی سالمندی

objectives: the aim of this study was to explain the various style of leisure activity and recreation of elderly people in tehran. methods & materials: to achieve this purpose, 17 older participants within the age range of 65-86 years who were selected through purposeful sampling undertook semi structured interviews. a conventional qualitative content analysis was used for analyzing the data. r...

Journal: :journal of structural engineering and geo-techniques 2015
araliya mosleh jose jara humberto varum

past earthquakes have demonstrated that old rc bridges may be seismically vulnerable. bridge responses during the last decades illustrated the necessity of the seismic assessment of bridges especially those which were designed with old codes. in this research an existing concrete bridge representative of the most common bridges in the highway system in iran are studied. push over and nonlinear ...

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

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

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