نتایج جستجو برای: rsp

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

2016
Paolo Giorda Michele Allegra

Understanding how correlations can be used for quantum communication protocols is a central goal of quantum information science. While many authors have linked global measures of correlations such as entanglement or discord to the performance of specific protocols, in general the protocols may require only on correlations between specific observables. Here, we introduce a pairwise measure of co...

Journal: :Physica A: Statistical Mechanics and its Applications 2008

2006
S. D. Thompson J. W. Andrews G. S. Harris K. A. Sinclair

This document is disseminated under the sponsorship of the Department of Transportation in the interest of information exchange. The United States Government assumes no liability for its contents or use thereof. Surveillance in today's National Airspace System (NAS) is provided by a system of terminal and en route radars. The separation distance that an air traffi c controller is required to ma...

Journal: :Nano Energy 2023

The rock-salt phase (RSP) formed on the surface of Ni-rich layered cathodes in liquid-electrolyte lithium-ion batteries is conceived to be electrochemically "dead". Here we show massive RSP forms interior LiNixMnyCo(1?x-y)O2 (NMC) crystals sulfide based all solid state (ASSBs), but remains active even after long cycles. and structure constitute a two-phase mixture, material architecture that di...

Journal: :journal of midwifery and reproductive health 0
roghayeh dadi givshad msc in midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran shahla nourani saadoldin lecturer, department of midwifery, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran habibollah esmaily associate professor, health sciences research center, department of biostatistics and epidemiology, school of health, mashhad university of medical sciences, mashhad, iran

background & aim: premenstrual syndrome (pms) refers to a set of psychological and physical symptoms, which interfere with one’s daily life. the aim of this study was to determine whether the perceived severity of pms symptoms is correlated with knowledge, attitude, and severity of this condition according to the daily registration calendar among students of ferdowsi university of mashhad, iran...

Journal: :Brain science advances 2023

Parkinson’s disease (PD) is a neurodegenerative disorder characterized by motor retardation, myotonia, quiescent tremor, and postural gait abnormality, as well nonmotor symptoms such anxiety depression. Biofeedback improves functions of patients regulating abnormal electroencephalogram (EEG), electrocardiogram (ECG), photoplethysmography (PPG), electromyography (EMG), respiration (RSP), or othe...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید چمران اهواز - دانشکده دامپزشکی 1393

در بیماری های پریکارد و برخی از اختلالات عمومی کمیت و کیفیت مایع پریکارد تحت تاثیر قرار گرفته و لذا ارزیابی این مایع می تواند یکی از روش های تشخیصی بیماری های پریکارد باشد. در پایان نامه حاضر برخی از ویژگی های مایع پریکارد طبیعی در گاومیش رودخانه ای خوزستان تعیین گردیده است. نمونه گیری-های این مطالعه در سال 1392 از 60 رأس گاومیش به ظاهر سالم کشتار شده در کشتارگاه اهواز صورت گرفت. در کشتارگاه، ا...

2008
Hiroyuki Nishiuchi Naomichi Hatano Kenn Kubo

A new model of population dynamics on lattices is proposed. The model consists of players on lattice points, each of which plays the RSP game with neighboring players. Each player chooses the next hand from the hand of the neighboring player with the maximum point. The model exhibits a steady pattern with pairs of vortices and sinks on the triangular lattice. It is shown that the stationary vor...

2017
Marina Saresella Laura Mendozzi Valentina Rossi Franca Mazzali Federica Piancone Francesca LaRosa Ivana Marventano Domenico Caputo Giovanna E. Felis Mario Clerici

Pathogenesis of autoimmune disorders, including multiple sclerosis (MS), has been linked to an alteration of the resident microbial commensal community and of the interplay between the microbiota and the immune system. Dietary components such as fiber, acting on microbiota composition, could, in principle, result in immune modulation and, thus, could be used to obtain beneficial outcomes for pa...

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

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

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