نتایج جستجو برای: chevron braces

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

حسن رضا اعتباریان, روی ویلکوگسون

بیماری زایی 16 جدایه مختلف قارچ Fusarium culmorum که از نواحی مختلف واشنگتن، داکوتای شمالی و مینه سوتا جمع آوری شده بود روی ارقام و لاین های جو Chevron , Morex , CI 9539 , M84-931 و M84-942 در گلخانه مورد بررسی قرار گرفت. واکنش ارقام و لاین هایKarl , Larker , Morex , Robust , M48 , M66 , M69 , Chevron , CI 9539 و Excel نسبت به مخلوط 16 جدایه قارچ در مزرعه نیز تعیین گردید. براساس نتایج حاصل، ب...

Journal: :Soil Dynamics and Earthquake Engineering 2021

Naturally buckling steel braces (NBBs) have been recently developed by the authors and co-workers to improve performance energy dissipation capacity of braced framed structures. In NBBs, a low-yield-point (LYS) channel high-strength (HSS) are connected using battens build up dual-material section. An intentional eccentricity is introduced along brace length subject bending loads in addition axi...

2016
Chenhui Wang Ryuji Kurihara Philip J. Bos Shunsuke Kobayashi

One of the most notorious problems with ferroelectric liquid crystal is obtaining zigzag free bistable devices. By investigating the balance between surface azimuthal anchoring energy and bulk elastic energy within the confined chevron layer geometry of C1 and C2, we propose that it is possible to get a zigzag free C1 state by low azimuthal anchoring alignment at a low pretilt angle. The critic...

Journal: :The Journal of bone and joint surgery. British volume 1993
J K Klosok D J Pring J H Jessop N Maffulli

We compared the chevron and the Wilson metatarsal osteotomy for hallux valgus in a prospective randomised trial on 87 feet in 51 patients, reviewed at averages of 5.5 and 38 months after operation. The patients in the chevron group returned to work earlier and mobilised faster, but, at the later review, those in the Wilson group had better functional results and were more satisfied with the app...

The seismic performance of hybrid braces composed of steel and shape memory alloy (SMA) was investigated in this paper. Six types of hybrid braces were used, constituted by SMA content of 0, 20, 40, 60, 80, and 100%. A nonlinear dynamic analysis was performed under El Centro earthquake records, with the maximum acceleration of 0.6g and 0.9g. Our results showed that the seismic performance, i.e....

Journal: :Pamukkale University Journal of Engineering Sciences 2016

2013
IVAN GUTMAN SLAVKO RADENKOVIĆ MARIJA ANTIĆ

The Clar aromatic sextet theory predicts that the intensity of cyclic conjugation in chevron-type benzenoid hydrocarbons monotonically decreases along the central chain. This regularity has been tested by means of several independent theoretical methods (by the energy effects of the respective sixmembered rings, as well as by their HOMA, NICS, and SCI values, calculated at the B3LYP/6-311G(d,p)...

2017
Erik C. Franklin

The chevron butterflyfish Chaetodon trifascialis is an obligate corallivore found on Indo-Pacific coral reefs. The typical northern extent of the distributional range of the chevron butterflyfish overlaps with the occurrence of one of its preferred corals Acropora cytherea on reefs of French Frigate Shoals in the Northwestern Hawaiian Islands. Here I document the occurrence of a single C. trifa...

Journal: :The Journal of bone and joint surgery. British volume 1998
H B Kitaoka G L Patzer

We performed distal chevron osteotomy of the second, third, or fourth metatarsal for painful plantar callosities in 19 non-rheumatoid patients (16 women, 3 men; 21 feet); their mean age was 59 years (32 to 85). The mean follow-up was four years (2 to 7). The overall results were good in 16 feet, fair in two, and poor in three, with four patients still having painful plantar callosities. There w...

2010
Todd B. Tatelman

In light of Elena Kagan's nomination to serve as an Associate Justice of the United States Supreme Court, this report analyzes then-Professor Kagan's views of executive power and the doctrine of separation of powers as laid most extensively out in her 2001 Harvard Law Review article Presidential Administration. This report will proceed as follows. First, it will briefly describe the constitutio...

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

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

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