نتایج جستجو برای: transverse deflection

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

Journal: :Circulation 1959
T WADA

IN DIRECT LEADS obtained through a small electrode attached to the epicardium, there is a nearly perpendicular return of the R wave from its peak to the base line. This intrinsic deflection marks the extinction of the electric potential of the small core of ventricle to which the electrode is applied. In precordial leads, where a relatively large electrode is at a considerable distance from the...

2003
E. B. Fomalont

We have determined the relativistic light deflection of the quasar J0842+1835 as Jupiter passed within 3.7 on 2002 September 8, by measuring the time delay using the VLBA and Effelsberg radio telescopes at 8.4 GHz. At closest approach, General Relativity (GR) predicts a radial (static) deflection of 1190 μarcsec, and tangential (retarded or dynamic) deflection in the direction of Jupiter’s moti...

Journal: :The Angle orthodontist 2012
Etsuko Watanabe Garrett Stigall Waleed Elshahawy Ikuya Watanabe

OBJECTIVE To compare the deflection load characteristics of homogeneous and heterogeneous joints made by laser welding using various types of orthodontic wires. MATERIALS AND METHODS Four kinds of straight orthodontic rectangular wires (0.017 inch × 0.025 inch) were used: stainless-steel (SS), cobalt-chromium-nickel (Co-Cr-Ni), beta-titanium alloy (β-Ti), and nickel-titanium (Ni-Ti). Homogene...

Journal: :Nucleation and Atmospheric Aerosols 2023

Structure of diaphragm was defined as a transverse strengthener beam which located between beams or girders to keep section geometry. It plays significant role provide the stability bridge and distribute vertical axial loads. The main objective this study investigate influence construction concrete diaphragms T-beams at different distances on dynamic static behavior T-beam structure. methodolog...

A.R Azadi K Torabi,

In this paper, the transverse vibrations of rectangular plate with circular central hole have been investigated and the natural frequencies of the mentioned plate with point supported by Rayleigh-Ritz Method have been obtained. In this research, the effect of the hole is taken into account by subtracting the energies of the hole domain from the total energies of the whole plate. To determine th...

This paper deals with an analytical approach to predict the nonlinear buckling behavior of functionally graded graphene-reinforced composite laminated cylindrical shells under axial compressive load surrounded by Pasternak’s elastic foundation in a thermal environment. Piece-wise functionally graded graphene-reinforced, composite layers are sorted with different types of graphene distribution. ...

2010
Camilla Colombo

Many asteroids and comets orbit the inner solar system; among them Near Earth Objects (NEOs) are those celestial bodies for which the orbit lies close, and sometimes crosses, the Earth’s orbit. Over the last decades the impact hazard they pose to the Earth has generated heated discussions on the required measures to react to such a scenario. The aim of the research presented in this dissertatio...

Journal: :Scientific Reports 2021

Abstract Magnetic skyrmions are whirl-like nano-objects with topological protection. When driven by direct currents, move but experience a transverse deflection. This so-called skyrmion Hall effect is often regarded drawback for memory applications. Herein, we show that this unique can also be favorable spintronic applications: We in racetrack broken inversion symmetry, the allows to translate ...

2001
C. Y. Li P. K. A. Wai X. C. Yuan Victor O. K. Li

A deflection routing algorithm that can be applied to a novel self-routing address scheme for networks with arbitrary topology is proposed. The proposed deflection routing algorithm can be implemented all-optically using bitwise optical logic gates. Besides the primary output link selection, alternate output link choices by a packet at each node in case of deflection are also encoded in the add...

Journal: :dental research journal 0
sh. alavi m. yaghchie

introduction the aim of this study was to compare the characteristics of deflection load of three kinds of nickel titanium closed coil springs. methods and materials this research was an experimental study. research sample contains three kinds of niti closed coiled springs (heavy, medium, light) from gac, 3m, and rmo factories. 10 springs with 9 mm length for each group (totally 90 springs) wer...

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

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

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