نتایج جستجو برای: internal performance

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

2013
Srinivasan Ramachandran Daniel A. Cohen Arjan P. Quist Ratnesh Lal

Total internal reflection fluorescence (TIRF) microscopy is a rapidly expanding optical technique with excellent surface sensitivity and limited background fluorescence. Commercially available TIRF systems are either objective based that employ expensive special high numerical aperture (NA) objectives or prism based that restrict integrating other modalities of investigation for structure-funct...

Journal: :رشد و یادگیری حرکتی - ورزشی 0
جواد پرهیزکار کهنه اوغاز کارشناس ارشد دانشگاه شهید چمران اهواز مهدی ضرغامی دانشیار دانشگاه شهید چمران اهواز احمد قطبی ورزنه کارشناس ارشد دانشگاه شهید چمران اهواز امیرحسین قربانی کارشناس ارشد دانشگاه شهید چمران اهواز

postural control has an important role in daily activities and motor independence. in recent years, conscious aspects of postural control such as attention and cognitive processes have received attention for balance optimization performance. therefore, the present study designed to examine the age–related differences in postural control in the internal and external focus of attention. for this ...

Journal: :international journal of finance and managerial accounting 0
hossein etemadi faculty of accounting group, tarbiat modares university, tehran, iran saeed sirghani msc. student of accounting, tarbiat modares university, tehran, iran

when evaluating of the senior manager’s performance is based on the achieving to budget and they have responsibility to report the capacity of resources which are in their part too; it is possible to create budget slack and effect on their performance evaluation by providing pessimistic and conservatively estimates or manipulated information of income and expenses. so, senior manager and budget...

Theoretical and experimental investigation of wear during coupling in internal gears coated with various polymeric coating materials was performed in this study. In the theoretical part of the study, Archards’ wear formulation was adapted to internal gears and wear behavior in various conditions was determined. Moreover, a fatigue and wear testing apparatus having similar working principle with...

Journal: تعلیم و تربیت 2020
B. Divkaan, Ph.D., M. Kosaripoor, S. Nazari, Ph.D.,

The aim of this research has been to help improve the performance evaluation of physical education teachers by identifying factors involved in such a task and exploring their relevance through a survey of such teachers in Tehran. A cluster sample of 384 physical education teachers was selected from among all such teachers in Tehran’s 19 districts divided into five geographic areas. Data was col...

2012
Richard Mullen Andrea Faull Eleri S. Jones Kieran Kingston

Previous studies have demonstrated that an external focus can enhance motor learning compared to an internal focus. The benefits of adopting an external focus are attributed to the use of less effortful automatic control processes, while an internal focus relies upon more effort-intensive consciously controlled processes. The aim of this study was to compare the effectiveness of a distal extern...

In this study, we have theoretically investigated the effect of electron stopper layer on internal temperature distribution of high performance vertical cavity surface-emitting laser emitting at 1305 nm. Simulation software PICS3D, which self-consistently combines the 3D simulation of carrier transport, self-heating, gain computation and wave-guiding, was used. Simulation results show that chan...

Journal: :اقتصاد پولی مالی 0
آرش شاهین زهرا ابوالحسنی

nowadays service industry plays an essential and significant role in economic growth and development of nations, while the role and importance of insurance industry as a supporting base of other industries is apparent. on the other hand, the world of insurance is rapidly changing and getting competitive and correct understanding of customers' requirements and their satisfaction are essentials f...

J. Carranza-Cabrera, L. Velásquez, R. Siche, V. Aredo,

Background: Hyperspectral image analysis is a fast and non-destructive technique that is being used to measure quality attributes of food products. This research investigated the feasibility of predicting internal quality attributes, such as Total Soluble Solids (TSS), pH, Titratable Acidity (TA), and maturity index (TSS/TA); and external quality attributes such as color components (L*, a*, b*)...

Traditional data envelopment analysis (DEA) models deal with measurement of relative efficiency of decision making units (DMUs) in which multiple-inputs consumed to produce multiple-outputs. One of the drawbacks of these models is neglecting internal processes of each system, which may have intermediate products and/or independent inputs and/or outputs. In this paper some methods which are usab...

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

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

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