نتایج جستجو برای: post synaptic potential psp

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

Abbas Babajani-Feremi, Hamid Soltanian-Zad,

An integrated model for magnetoencephalography (MEG) and functional Magnetic Resonance Imaging (fMRI) is proposed. In the proposed model, MEG and fMRI outputs are related to the corresponding aspects of neural activities in a voxel. Post synaptic potentials (PSPs) and action potentials (APs) are two main signals generated by neural activities. In the model, both of MEG and fMRI are related to t...

Journal: :Journal of neurophysiology 2004
Robert N S Sachdev Ford F Ebner Charles J Wilson

Changes in spontaneous activity within the cortex recognized by subthreshold fluctuations of the membrane potential of cortical neurons modified the response of cortical neurons to sensory stimuli. Sensory stimuli occurring in the hyperpolarized "down" state evoked a larger depolarization and were more effective in evoking action potentials than stimuli occurring in the depolarized "up" state. ...

2010
Owen J. L. Rackham Krasimira Tsaneva-Atanasova Ayalvadi Ganesh Jack R. Mellor

Associative synaptic plasticity is synapse specific and requires coincident activity in pre-synaptic and post-synaptic neurons to activate NMDA receptors (NMDARs). The resultant Ca(2+) influx is the critical trigger for the induction of synaptic plasticity. Given its centrality for the induction of synaptic plasticity, a model for NMDAR activation incorporating the timing of pre-synaptic glutam...

Journal: :MMWR. Morbidity and mortality weekly report 2011
William J Streur Ward B Hurlburt Joe Mclaughlin Louisa Castrodale

On June 6, 2011, the Section of Epidemiology (SOE) of the Alaska Division of Public Health was notified of a case of paralytic shellfish poisoning (PSP) in southeast Alaska. In collaboration with local partners, SOE investigated and identified a total of eight confirmed and 13 probable PSP cases that occurred during May--June 2011. Warnings to avoid noncommercially harvested shellfish were broa...

2000
Iraj Hirmanpour Soheil Khajenoori

Process improvements within software development occur at three different levels: the organizational level, the project/team level, and at the individual engineer -or personal -level. The Software Engineering Institute (SEI) of Carnegie Mellon University has developed process improvement models tailored to each of these levels. The Capability Maturity Model (CMM) deals with organization issues,...

2017
Antonia Barke Stefan Bode Peter Dechent Carsten Schmidt-Samoa Christina Van Heer Jutta Stahl

The attitude towards one's own imperfection strongly varies between individuals. Here, we investigated variations in error-related activity depending on two sub-traits of perfectionism, Personal Standard Perfectionism (PSP) and Evaluative Concern Perfectionism (ECP) in a large scale functional magnetic resonance imaging study (N = 75) using a digit-flanker task. Participants with higher PSP sco...

Journal: :Journal of clinical neuroscience : official journal of the Neurosurgical Society of Australasia 2010
C Cotter T Armytage D Crimmins

Progressive supranuclear palsy (PSP) is a debilitating progressive neurodegenerative disorder for which there is no proven pharmacological treatment. Zolpidem immediate release formulation has been reported to show short-term improvements in motor function and voluntary saccadic eye movements, but the benefits were not sustained. A 61-year-old man with a 4-year history of PSP was observed over ...

2017
Filip Van den Bosch Andrew J. K. Ostor Siegfried Wassenberg Naijun Chen Chen Wang Vishvas Garg Jasmina Kalabic

INTRODUCTION Patients with rheumatoid arthritis (RA) who are treated with adalimumab (ADA) are offered a proprietary patient support program (PSP, AbbVie Care®). The main objective of this study was to examine the effectiveness of ADA on RA treatment course over time in the context of PSP utilization. METHODS PASSION was a 78-week post-marketing observational study of RA patients with an insu...

Journal: :Poultry science 2012
Q Xie X Li K Sanpha J Ji Q Xi C Xue J Ma Y Zhang

This study investigated the potential of pinon shell polysaccharide (PSP) to enhance immunity against H9N2 subtype avian influenza virus (H9N2 AIV) in chickens. The effect of PSP treatment and H9N2 virus infection after PSP pretreatment were investigated by [3-(4, 5-dimethylthiazol-2-yl)-2, 3-diphenyl tetrazolium bromide] assay and analysis of major histocompatibility complex and cytokine mRNA ...

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

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

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