نتایج جستجو برای: segmented buckle

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

2004
J. P. Huang K. W. Yu

We study the effective second-harmonic generation (SHG) susceptibility in graded metallic films by invoking the local field effects exactly, and further numerically demonstrate that the graded metallic films can serve as a novel optical material for producing a broad structure in both the linear and SHG response and an enhancement in the SHG signal. ocis: 160.4330, 310.6860, 160.4670, 160.4760.

2012
Yang-Cheng Lu Hao Fang Chien-Chung Nieh

This study constructs a panel threshold regression model to explore the price impact of foreign institutional herding of firms listed in the Taiwan Stock Exchange during January 2000 to June 2008. Our panel threshold model is constructed to explore the price impact of foreign institutional investors’ herding in the Taiwan stock market after controlling the firm size. By examining the presence o...

2016
Seung-Whan Choi Patrick James Yitan Li Eric Olson

Contrary to previous empirical studies that find a linear link between economic conditions and presidential approval, this study argues for and finds a nonlinear relationship. A threshold regression is used to assess potential nonlinear relationships between macroeconomic variables and presidential popularity. A quarterly data analysis for the 1960Q1–2012Q2 time period reveals that domestic fac...

2003
Rajesh Chakrabarti

Microfinance is gathering momentum to become a major force in India. The self-help group (SHG) model with bank lending to groups of (often) poor women without collateral has become an accepted part of rural finance. The paper discusses the state of SHG-based microfinance in India. With traditionally loss-making rural banks shifting their portfolio away from the rural poor in the post-reform per...

2017
Bence L Kolozsvári Gergely Losonczy Dorottya Pásztor Mariann Fodor

BACKGROUND Toric intraocular lens (IOL) implantation can be an effective method for correcting corneal astigmatism in patients with vitreoretinal diseases and cataract. Our purpose is to report the outcome of toric IOL implantation in two cases - a patient with scleral-buckle-induced regular corneal astigmatism and a patient with keratoconus following pars plana vitrectomy. As far as we are awa...

Journal: :The British journal of ophthalmology 1999
R Morris F Kuhn C D Witherspoon V Mester

AIM To review the rate of retinal detachment after macular hole surgery in patients who received vitrectomy and scleral buckle versus those who had vitrectomy alone. METHODS All patient charts and hospital records were examined for patients who underwent vitrectomy surgery for macular hole between September 1993 and June 1997. A total of 326 patients were identified and all were followed for ...

Journal: :International Journal of Hydrogen Energy 2022

For Pd thin films, microstructural changes involved during hydrogen cycling provide the information needed to predict and optimize film's mechanical strength. In this paper, a systematic study of morphology, microstructure, texture, stress has been performed on films loading deloading cycles at room temperature. similar morphology were prepared by magnetron sputtering substrates different compl...

Journal: :علوم گیاهان زراعی ایران 0
ناهید جعفری دانشجوی سابق کارشناسی دانشکده کشاورزی دانشگاه گیلان مسعود اصفهانی دانشیار دانشکده کشاورزی دانشگاه گیلان عاطفه صبوری استادیار دانشکده کشاورزی دانشگاه گیلان

in order to evaluate the response of emergence rate of oil seed rape seedlings to temperature, a pot experiment was conducted to assess the relationship between emergence rate of three rape seed cultivars (apetalous flower, rgs003 and syn3) by using a non-linear regression against temperature variation. six models (tooth shape, segmented, beta, curve, quadratic and cubic) were used and the supe...

Journal: :مهندسی برق و الکترونیک ایران 0
reza gholizadeh roshanagh sajad najafi ravadanegh

the ultimate goal of power system operation and planning is to increase power system reliability which enforces interconnected operation of power system. as a result of power system interconnection, the inter-area oscillation under different disturbances may cause power system partial or total blackout. dc-segmentation of interconnected power systems is a solution in which the topology of the n...

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

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

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