نتایج جستجو برای: rebound

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

2014
Seunghee Park Junkyeong Kim

In this study, two kinds of nondestructive evaluation (NDE) techniques (rebound hardness and ultrasonic pulse velocity methods) are investigated for the effective maintenance of underwater concrete structures. A new methodology to estimate the underwater concrete strengths more effectively, named “artificial neural network (ANN) – based concrete strength estimation with the combination of rebou...

2017
Ravindra Kumar Pandey Amar Pal Bhalla Rakesh Garg Meenu Batra

Journal of Anaesthesiology Clinical Pharmacology | Volume 33 | Issue 2 | April-June 2017 271 to a level exceeding that at baseline before initiation of aspirin therapy.[4] This rebound period is characterized by increased thromboxane production, decreased fibrinolysis, and a resultant clinical prothrombotic state. Platelet function rebound is dose dependent, with a more rapid rebound associated...

Journal: :British heart journal 1981
P J Ross M J Lewis D J Sheridan A H Henderson

We investigated the possibility of a rebound increase in sympathetic response after stopping beta-blocker treatment by measuring heart rate under conditions of increased sympathetic drive, as provided by standing with vasodilatation, or the Valsalva manoeuvure. Significant rebound increases in heart rate were observed after stopping propranolol given for one or more weeks but not when given for...

2017
Cesar Alvarez-Gonzalez Ashok Adams Joela Mathews Benjamin P Turner Gavin Giovannoni David Baker Klaus Schmierer

Rebound disease following cessation of disease modifying treatment (DMT) has been reported in people with both relapsing and progressive multiple sclerosis (pwRMS, pwPMS) questioning strict separation between these two phenotypes. While licensed DMT is available for pwRMS to counter rebound disease, no such option exists for pwPMS. We report on a pwPMS who developed rebound disease, with 45 Gad...

2018
Jaume Freire-González David Font Vivanco Ignasi Puig-Ventosa

When an energy efficiency improvement occurs at the household level, several mechanisms, grouped under the name of the rebound effect, increase the available income and consumption, increasing the total energy consumption of the economic structure. The present research analyses the links between energy efficiency improvements in households, consumption, and the economic structure in an input-ou...

Journal: :Blood 1969
D A Griffiths

T HE MARKED INCREASE in the number of bone marrow lymphocytes of the guinea pig,13 and mouse,4 during a period of posthypoxic polycythemia ( rebound) has been extensively investigated. Although there was evidence of lymphocyte production in the rebound bone marrow of the guinea pig,5 the mechanisms by which the lymphocytic bone marrow was formed were not satisfactorily determined. In order to d...

2015
Ruth Tomson Ivo Fridolin Merike Luman

The aim of the study was to explore the possibility of utilizing UV-absorbance measurements of spent dialysate to assess urea rebound. Ten patients on chronic three-times-a-week hemodialysis were included in the study. On-line UV-absorbance of spent dialysate was monitored. Urea rebound was calculated based on urea concentration in blood (Rb) and UV-absorbance in spent dialysate (Ra). Rb and Ra...

2012
Lorenz M. Hilty

Most part of the “Green IT“ or “Green ICT“ discussion is addressing issues of energy efficiency, implicitly assuming that more energy-efficient technologies will substantially contribute to a reduction of total energy consumption and, as a consequence, of CO2 emissions. This assumption is usually challenged by historical evidence for the rebound effect. This paper presents a case study on smart...

Journal: :Sustainability 2023

The excavation-induced stress relief and inward movement of the retaining wall will result in soil rebound deformation at bottom excavation, adversely affecting nearby existing tunnels foundation piles. Various methods for calculating excavation rely on parameters void ratio obtained from laboratory tests, with considering effects sampling, specimen preparation procedures parameters. As a resul...

Journal: :Journal of optometry 2018
Fatih Özcura Nilgün Yıldırım

Corresponding author at: Department of Medicine and Surgery, University of Salerno, Via Salvador Allende, 84081 Baronissi (SA), Italy. E-mail address: mdebernardo@unisa.it (M. De Bernardo). https://doi.org/10.1016/j.optom.2017.10.001 1888-4296/ © 2017 Spanish General Council of Optometry. Published by Elsevier España, S.L.U. This is an open access article under the CC BY-NC-ND license (http://c...

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

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

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