نتایج جستجو برای: retrograde tracing

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

Journal: :Journal of neuropathology and experimental neurology 2004
Yu-Shang Lee Ching-Yi Lin Richard T Robertson Ian Hsiao Vernon W Lin

Behavioral assessments of hindlimb motor recovery and anatomical assessments of extended axons of long spinal tracts were conducted in adult rats following complete spinal cord transection. Rats were randomly divided into 3 groups: 1) sham control group (laminectomy only; n = 12); 2) transection-only group, spinal cord transection at T8 (n = 20); and 3) experimental treatment group, spinal cord...

2011
Amparo Novejarque Nicolás Gutiérrez-Castellanos Enrique Lanuza Fernando Martínez-García

Rodents constitute good models for studying the neural basis of sociosexual behavior. Recent findings in mice have revealed the molecular identity of the some pheromonal molecules triggering intersexual attraction. However, the neural pathways mediating this basic sociosexual behavior remain elusive. Since previous work indicates that the dopaminergic tegmento-striatal pathway is not involved i...

Journal: :The journal of histochemistry and cytochemistry : official journal of the Histochemistry Society 1982
D Van der Kooy P E Sawchenko

The recent introduction ofa number offluorescent retrograde axonal tracers that have different emission spectra (1,2,9,10,25,26) has permitted the investigation of possible collateral projections of senotonengic neurons. Extensive collateralization from single neurons in the raphe nuclei was expected given the widespread distribution ofserotonergic nerve terminals in the central nervous system ...

Journal: :Developmental neurobiology 2016
François M Lambert Hélène Bras Laura Cardoit Laurent Vinay Patrice Coulon Joel C Glover

To assess the organization and functional development of vestibulospinal inputs to cervical motoneurons (MNs), we have used electrophysiology (ventral root and electromyographic [EMG] recording), calcium imaging, trans-synaptic rabies virus (RV) and conventional retrograde tracing and immunohistochemistry in the neonatal mouse. By stimulating the VIIIth nerve electrically while recording synapt...

2014
Els van Doorn Rainer Kimmig Bahriye Aktas E. van Doorn

We describe here a case report of a female patient with a unicornuate uterus with noncommunicating left rudimentary horn. The patient presented herself to us due to persistent lower abdominal pains, primarily dysmenorrhea and suspected internal genital endometriosis. Further to additional diagnosis and imaging by vaginal and abdominal ultrasound and abdominal MRI, a suspected rare congenital ma...

2009
L. Iorio M. L. Ruggiero

We focus on Hořava-Lifshitz (HL) theory of gravity, and, in particular, on a spherically symmetric and asymptotically flat solution that is the analog of Schwarzschild black hole of General Relativity. In the weak-field and slow-motion approximation we analytically work out the secular precession of the longitude of the pericentre ̟ of a test particle induced by this solution. Its analytical for...

2005
MASOOD AKHTAR

The effects of intravenous lidocaine were assessed in 11 patients with normal intraventricular conduction in whom reentry within the His-Purkinje system (RE-HPS) occurred consistently over a narrow range of ventricular (S,S,) coupling intervals. RE-HPS was characterized by a spontaneous beat (V9) inducible by critically timed premature stimuli (S) during constant ventricular drive (SS), and was...

Journal: :Computational Statistics & Data Analysis 2012
Helga Wagner Christine Duller

Data, collected to model risk of an interesting event, often have a multilevel structure as patients are clustered within larger units, e.g. clinical centers. Risk of the event is usually modeled using a logistic regression model, with a random intercept to control for heterogeneity among clusters. Model specification requires to decide which regressors have a non-negligible effect, and hence, ...

2017
Robert O. Rye Warren W. Wood Ward E. Sanford Shaun K. Frape

Sabkha deposits in the geologic record are commonly used to interpret the environmental conditions of deposition. Implicit in this use is the assumption that the solute system is chemically closed, that is, the authigenic minerals represent the composition of the fluids in their environment of origin. Thermodynamic and mass-balance calculations based on measurements of water and solute flux of ...

2011
Gregory S. Pomrehn Eric S. Toberer G. Jeffrey Snyder Axel van de Walle

Zn4Sb3 is shown to be entropically stabilized versus decomposition to Zn and ZnSb through the effects of configurational disorder and phonon free energy. Single-phase stability is predicted for a range of compositions and temperatures. Retrograde solubility of Zn is predicted on the two-phase boundary region between Zn4Sb3 and Zn. The complex temperature-dependent solubility can be used to expl...

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

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

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