نتایج جستجو برای: right pp

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

2017
Ayumi HONDA Yasuyo ABE Kiyoshi AOYAGI Sumihisa HONDA

Title Caregiver burden mediates between caregiver's mental health condition and elder's behavioral problems among Japanese family caregivers Author(s) Honda, Ayumi; Abe, Yasuyo; Aoyagi, Kiyoshi; Honda, Sumihisa Citation Aging & Mental Health, 18(2), pp.248-254; 2014 Issue Date 2014-02-17 URL http://hdl.handle.net/10069/34283 Right This is an Author's Accepted Manuscript of an article published ...

2016

. iiniMne RnmoanVi rrtv*n i icno ur iiib?iv>? ? Baltimore: The Williams and Wilkins Company, 1933. Pp. x plus 207. Price, 5s. (Agents are: Messrs. Bailliere, Tindall and Cox, London.) This book is one volume of a series entitled A century of progressFrom the list at the end of the book it is gathered that this series consists of a collection of small volumes on various technical subjec s, each ...

Journal: :Aotearoa New Zealand Social Work 2023

Review of The challenge right-wing populism—A human rights approach. Edited by Carolyn Noble and Goetz Ottmann (Eds.) Routledge 2021. ISBN 978-0-429-05653-6, pp.235, ebk, NZD78.99.

Journal: Polyolefins Journal 2016

Despite the great potential of graphene as a nanofiller, achieving homogeneous dispersion remains the key challenge for effectively reinforcing polyolefin (such as polyethylene (PE) and polypropylene (PP)) nanocomposites. Therefore, in this research, we report a facile combined in situ polymerization and masterbatch method for fabricating PP/reduced graphene oxide (rGO) nanocomposites. In the p...

Journal: Polyolefins Journal 2014

A fourth-generation Ziegler-Natta catalyst was prepared to synthesize polypropylene (PP), which was stabilized by in situpolymerization employing lignin as antioxidant. The antioxidant properties of lignin were compared with those of the commercial antioxidant Irganox 1010. The presence of lignin in the reaction medium slightly decreased the catalytic activity of the reaction. The isotacticity ...

E. Loni, J. Keramat , K. Rezaei , M. Shahedi , R. Zarezadeh Mehrizi , Z. Emam-Djomeh ,

Background: Literature review shows that there are not sufficient data about polyphenolic compounds of peel of Iranian pomegranate. So, this work was mainlyundertaken to determine phenolic compounds and antioxidant activity of dried peel of Iranian pomegranate. Methods: Pomegranate fruits were obtained from mature fruits grown in Saveh, Iran and the Pomegranate Peel (PP) were dried with three ...

Journal: :The European journal of neuroscience 2002
Gustavo Deco Edmund T Rolls

Some patients with damage to the right parietal cortex show neglect for the left half of each of a series of objects shown in a horizontal row in the visual field. The neglect is thus not based on failure to see objects in any part of left visual space, but is object-based. We show that in a model of attention with separate V1, object (inferior temporal cortex, IT) and spatial (posterior pariet...

Journal: :Cortex; a journal devoted to the study of the nervous system and behavior 2014
Dario Grossi Andrea Soricelli Marta Ponari Elena Salvatore Mario Quarantelli Anna Prinster Luigi Trojano

Progressive prosopagnosia (PP) is a clinical syndrome characterized by a progressive and selective inability to recognize and identify faces of familiar people. Here we report a patient (G.S.) with PP, mainly related to a prominent deficit in recognition of familiar faces, without a semantic (cross-modal) impairment. An in-depth evaluation showed that his deficit extended to other classes of ob...

Journal: :American journal of physiology. Heart and circulatory physiology 2006
T Alexander Quinn George Berberian Santos E Cabreriza Lauren J Maskin Alan D Weinberg Jeffrey W Holmes Henry M Spotnitz

Temporary sequential biventricular pacing (BiVP) is a promising treatment for postoperative cardiac dysfunction, but the mechanism for improvement in right ventricular (RV) dysfunction is not understood. In the present study, cardiac output (CO) was optimized by sequential BiVP in six anesthetized, open-chest pigs during control and acute RV pressure overload (RVPO). Ventricular contractility w...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس 1378

آمیزه کاری روشی اقتصادی و مناسب برای دستیابی به مواد جدید با خواص بهینه می باشد. در این میان، آمیزه های امتزاج ناپذیر با توجه به برهمکنشهای پلیمر-پلیمر، سینتیک فرایند اختلاط و برخورداری از خواص مفید و مطلوب هر جزء به آمیزه های امتزاج پذیر ترجیح داده می شوند. در صنایع مربوط به الیاف بشر ساخت به منظور بهبود خواص الیاف و برطرف نمودن نقاط ضعف آنها، از آمیزه های پلیمری استفاده می شود. در این تحقیق، ...

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

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

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