نتایج جستجو برای: horizontal movement

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

Journal: :Vision Research 2001
Jun Maruta John I Simpson Theodore Raphan Bernard Cohen

Orienting otolith-ocular reflexes were assessed in rabbits using static tilt, off-vertical axis rotation (OVAR) and sinusoidal oscillation about earth-horizontal axes. In all paradigms, head pitch produced ocular counter-pitch and vergence, and head roll produced ocular counter-roll and conjugate yaw version. Thus, vergence and version are essential components of orienting reflexes along the na...

Journal: :Langmuir : the ACS journal of surfaces and colloids 2013
A D Sommers T J Brest K F Eid

This paper describes a method for creating a topography-based gradient on a metallic surface to help mitigate problems associated with condensate retention. The gradient was designed to promote water droplet migration toward a specified region on the surface which would serve as the primary conduit for drainage using only the roughness of the surface to facilitate the movement of the droplets. ...

2011
Jianwu Dang Masaaki Honda Kiyoshi Honda

This study analyzed coarticulation involved in continuous speech based on articulographic data obtained from three Japanese male speakers. Distribution of the articulation points of vowels and consonants revealed that speakers might compensate for morphological differences in the hard palate by adjusting the location of vowel articulation points. To evaluate the effects of the left and right ph...

Journal: :Neuropsychologia 1996
G Rode Y Rossetti D Boisson

A 39-year-old patient with a right pure motor hemiplegia, who complained of a striking sensation of effort when he performed a movement, was regularly examined during 4 months. The effort sensation and the force recovery have been measured during the execution of upper limb movements: shoulder antepulsion up to horizontal, supined elbow flexion up to horizontal and full hand digital grip. The s...

Journal: :Journal of vision 2011
Martin Szinte Patrick Cavanagh

While participants made 10° horizontal saccades, two dots were presented, one before and one after the saccade. Each dot was presented for 400 ms, the first turned off about 100 ms before, while the second turned on about 100 ms after the saccade. The two dots were separated vertically by 3°, but because of the intervening eye movement, they were also separated horizontally on the retina by an ...

2017
Henri Traboulsi Michael Teixido

Introduction/Objective Multiple canal BPPV can be a diagnostic challenge to the clinician. This is due in part to the complex anatomy of the labyrinth but also to complex and often simultaneous ocular responses that result from stimulation of multiple canals during traditional diagnostic testing. Our objective was to analyze the Dix-Hallpike maneuver used in the diagnosis of BPPV to look for pa...

2012
Firas Mawase Amir Karniel

Several studies conducted during the past decade have suggested that episodic memory is better equipped to handle the future than the past. Here, we consider this premise in the context of motor memory. State-of-the-art computational models for trial-by-trial motor adaptation to constant and stochastic force field perturbations in a horizontal reaching paradigm have shown that motor memory regi...

E Ehsani, S. A Hosseini,

The movement parameters of yellow fin tuna schools were analyzed by means of scanning sonar in tuna purse seine capture situations in the Oman Sea in June 2010. There was significant difference in swimming speed and radial swimming direction between the escaped and captured schools. In escaped cases, the fish schools swam faster with mostly horizontal avoidance behavior to the sound stimuli fro...

2012
Roger Adams Kwee-Yum Lee Gordon Waddington Hae-Jung Lee

In 1892, Cattell & Fullerton published a paper on “The Psychophysics of Movement” in which they summarised their findings from the application of Fechner’s methods to the study of the extent, force, and time of arm movements made without the aid of vision. Using a form of Munsterberg’s apparatus (Titchener, 1905) they found the method of right and wrong cases to be ‘the most accurate of the met...

Journal: :Behavioural brain research 2006
Andrzej W Przybyszewski Sripad Sosale Avi Chaudhuri

The increasing trend in use of marmoset monkeys in behavioral studies has necessitated a greater understanding of their natural behavior, especially within confined spatial environments. One way to approach this issue is to examine locomotor and exploratory strategies using the cylinder test, as done recently for the rat by Gharbawie et al. [Gharbawie OA, Whishaw PA, Whishaw IQ. The topography ...

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

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

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