نتایج جستجو برای: end orientation

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

Journal: :Circulation 2013
Quinn R Pack Mouhamad Mansour Joaquim S Barboza Brooks A Hibner Meredith G Mahan Jonathan K Ehrman Melissa A Vanzant John R Schairer Steven J Keteyian

BACKGROUND Outpatient cardiac rehabilitation (CR) decreases mortality rates but is underutilized. Current median time from hospital discharge to enrollment is 35 days. We hypothesized that an appointment within 10 days would improve attendance at CR orientation. METHODS AND RESULTS At hospital discharge, 148 patients with a nonsurgical qualifying diagnosis for CR were randomized to receive a ...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2001
H Bridge B G Cumming

Interocular differences in orientation occur during binocular viewing of a surface slanted in depth. These orientation disparities could be exploited by the visual system to provide information about surface slant, but gradients of positional disparity provide an equally effective means to the same end. We examined the encoding of orientation disparities in V1 neurons that were recorded from tw...

2010
Jürgen Wohlfeil Anko Börner

The accurate measurement of the exterior orientation of remote sensing systems is essential for the quality of the resulting imagery products. Fast orientation changes of the camera immediately before, during or after image acquisition are still serious problems in aerial and satellite based remote sensing. This is due to the fact that in many cases such orientation changes can neither be suppr...

2012
Andrew Blake Gem Stapleton Peter Rodgers Liz Cheek John Howse

Euler diagrams, which form the basis of numerous visual languages, can be an effective representation of information when they are both well-matched and well-formed. However, being well-matched and well-formed alone does not imply effectiveness. Other diagrammatical properties need to be considered. Information visualization theorists have known for some time that orientation has the potential ...

Journal: :فرهنگی - تربیتی زنان و خانواده 0
زینب قوامی راد محمد اکبری

the purpose of performing this research was studying relationship of religious orientation and interpersonal trust with educational progress of students. the research was descriptive correlation one.statistical population included all highschool students of birjand city in educational year 93-94 ,which was based on morgan table and random cluster method ,355 samples was chosen and studied. to g...

2016
Erdogan Bulbul Alper Yazici Bahar Yanik Hasmet Yazici Gulen Demirpolat

OBJECTIVE The bony nasolacrimal duct (BNLD) morphology as a contributory factor in primary acquired nasolacrimal duct obstruction (PANDO) is still controversial. The objectives of this study were to evaluate the morphometric differences of BNLDs in unilateral PANDO patients between PANDO and non-PANDO sides, as compared with the control group using multidetector computed tomography (CT). MATE...

Journal: :Journal of animal science 1995
B L Gwartney N L Meseck C R Calkins

To investigate the effects of orientation of beef ribs in an electromagnetic field and storage time on the prediction of rib composition, 64 ribs (IMPS 103) were scanned (2.5 MHz) in three different orientations: posterior end first (POS), dorsal end first (DOR), and fat side first, blade end down (BLD). Scans were obtained after 1 and 5 d of storage. Scan peak, rib weight, 3/4 fat depth, lengt...

One of the emerging research areas in the strategic orientation is how to transfer different orientations from the commercial sector to the non-profit sector. Therefore, the objective of this study is to determine the mediating effect of Learning Orientation on the Market Orientation, Social Entrepreneurial Orientation, and Organizational Performance in the non-profit sector. The data from more...

Journal: :transactions on combinatorics 2015
r. lakshmi g. rajasekaran r. sampathkumar

for a graph g, let d(g) be the set of all strong orientations of g. the orientationnumber of g is min {d(d) |d belongs to d(g)}, where d(d) denotes the diameterof the digraph d. in this paper, we determine the orientation number for some subgraphs of complete bipartite graphs.

A. Saberi B. Farzad B. Sadri E. S. Mahmoodian M. Mahdian

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

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

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