نتایج جستجو برای: motility and nerve

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

Journal: :international journal of reproductive biomedicine 0
elham aliabadi mehranjani malek soleimani zahra borzoei tahereh talaei-khozani hossein mirkhani hamed tabesh

abstract background: sperm cells extracted from testes (tese) have poor chromatin quality and motility. various substances are used in the laboratory to increase sperm motility and improve the art outcomes; however, there are few research which considered improving both sperm motility and chromatin quality. objective: the aim of this investigation was to evaluate the improvement of the testicul...

2005
ROBERT A. PEDERSEN

Disorders of ocular motility may occur after injury at several levels of the neuraxis. Unilateral supranuclear disorders of gaze tend to be transient; bilateral disorders more enduring. Nuclear disorders of gaze also tend to be enduring and are frequently present in association with long tract signs and cranial nerve palsies on opposite sides of the body. Nystagmus is a reliable sign of posteri...

Journal: :The Journal of pharmacology and experimental therapeutics 1994
L M Hryhorenko Z Woskowska J A Fox-Threlkeld

A method was developed to study simultaneously 1) release of ACh from nerve varicosities and terminals in and 2) motility of the myenteric plexus-free circular muscle of the canine ileum. Tissues were incubated with 3H-choline. Release of 3H was analyzed before and during electrical field stimulation of nerves in the presence and absence of choline oxidase. The major components released into th...

Journal: :American journal of physiology. Gastrointestinal and liver physiology 2005
Tomio Ueno Kenichiro Uemura Mary B Harris Theodore N Pappas Toku Takahashi

It is generally believed that gastric emptying of solids is regulated by a coordinated motor pattern between the antrum and pylorus. We studied the role of the vagus nerve in mediating postprandial coordination between the antrum and pylorus. Force transducers were implanted on the serosal surface of the body, antrum, pylorus, and duodenum in seven dogs. Dogs were given either a solid or a liqu...

Journal: :iranian biomedical journal 0
مجید کاتبی majid katebi منصوره موحدین mansoureh movahedin میرعباس عبدالوهابی mir abbas abdolvahabi محمد اکبری mohammad akbari فرید ابوالحسنی farid abolhassani علیقلی صبحانی aligholi sobhani

the aim of this study was to evaluate changes that occur in motility parameters of progesterone treated mouse spermatozoa during course of hyperactivation. mouse spermatozoa treated with different doses of progesterone were videotaped after 10 min and 90 min of incubation. for each sperm, one second of movement of the head-midpiece junction was traced from the videotape and for each tracing sev...

Journal: :The British journal of ophthalmology 1970
H Mohan D K Sen

Neurilemmoma of the orbit is a localized, encapsulated, benign nerve sheath tumour which grows very slowly and possibly intermittently, and has no distinctive clinical features (Reese, I963). When large enough it causes exophthalmos and sometimes blurring of vision through pressure on the optic nerve (Reese, I963; Sharma and Kulshrestha, I961). The motility of the eyeball may also be impaired. ...

Journal: :Neurologic clinics 2010
Sashank Prasad Nicholas J Volpe

Eye movement abnormalities constitute an important clinical sign that can be a manifestation of dysfunction of cranial nerves III, IV, and VI (the 3 ocular motor nerves). Specific motility deficits often have highly localizing value within the neuroaxis, serving to refine a differential diagnosis and guide management. This article reviews the key anatomic concepts, clinical presentation, differ...

Journal: :Investigative ophthalmology & visual science 2005
Joseph L Demer Robert A Clark Elizabeth C Engle

PURPOSE High-resolution orbital magnetic resonance imaging (MRI) was used to investigate the structural basis of ocular motility abnormalities in humans with congenital fibrosis of the extraocular muscles type 1 (CFEOM1) due to missense mutations in the developmental kinesin KIF21A. METHODS Clinical ophthalmic and motility findings in 19 volunteers from six unrelated CFEOM1 pedigrees harborin...

Journal: :veterinary research forum 2012
mahdi eghbali sayed mortaza alavi-shoushtari siamak asri-rezaei mohammad-hassan khadem ansari

in order to determine iron and lead content of seminal plasma in water buffalo and to study their associations with the semen characteristics, 54 semen samples were collected from 10 buffalo bulls. the semen characteristics were evaluated; its iron and lead content were estimated by atomic absorption spectrophotometer. the iron and lead content of the seminal plasma (mean ± sem) was recorded as...

2017
Xuanming Hu Mengqian Yuan Yin Yin Yidan Wang Yuqin Li Na Zhang Xueyi Sun Zhi Yu Bin Xu

BACKGROUND Gastrointestinal motility disorder has been demonstrated to be regulated by acupuncture treatment. The mechanisms underlying the effects of acupuncture stimulation of abdominal and lower limb acupoints on gastrointestinal motility have been thoroughly studied; however, the physiology underlying the effects of acupuncture on the forelimbs to mediate gastrointestinal motility requires ...

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

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

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