نتایج جستجو برای: perceived familial support

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

Journal: :DEStech Transactions on Social Science, Education and Human Science 2017

2016
Yeong Jun Ju Kyu-Tae Han Tae-Hoon Lee Woorim Kim Juyeong Kim Eun-Cheol Park

BACKGROUND Quality of life (QoL) in old age is of major importance because the global population is aging rapidly. Offspring support, including financial and emotional support, is important in later life and directly affects the wellbeing of elderly individuals. The aim of this study was to examine the relationship between QoL in older parents and offspring support. METHODS We used baseline d...

2018
Pia Svedberg Lisa Mather Gunnar Bergström Petra Lindfors Victoria Blom

PURPOSE Work-home interference has been proposed as an important explanation for sickness absence (SA). Previous studies show mixed results, have not accounted for familial factors (genetics and shared everyday environment), or investigated diagnosis specific SA. The aim was to study whether work-home interference and perceived total workload predict SA due to stress-related mental diagnoses, o...

Introduction: personality characteristics are one of the effective factors on individual differences that can be have important role on gathering other ҆s support or loneliness. Aim of present research was study of social- emotional loneliness in extrovert and introvert personalities with due attention to the role of kinds of perceived social support. Method: Research was done in scientific- ...

Mohammad Taghi Shakeri Narjes Abbaszadeh, Robab Latifnejad Roudsari Zahra Abedian

Background & aim: Gestational nausea and vomiting are positively correlated with stress and stress is negatively associated with social support. Due to advances in technology, telephone has become the most accessible device for home-based support. This study aimed to determine the effects of telephone support on stress and perceived social support in primiparous women experiencing nausea and vo...

Fazeleh Heydari, Hadis Heydarirad, Hossein Ghamari Givi, Jugal Kishore, Sajjad Basharpoor, Seyed Javad Daryadel,

Abstract Introduction: Pregnancy anxiety is a common disorder occurred due to various factors. It has significant impact on the outcome of pregnancy. Objective: This study aimed at determining the role of perceived stress and social support to tame anxiety among pregnant women. Materials and Methods: This is a descriptive-analytical study with correlational design. The study&rsqu...

2012
Valerie LaMastro

This article evaluated the natures of professional and organizational commitment in a sample of both elementary and secondary teachers. Also examined was the relationship of both commitment and perceived organizational support to a variety of self-reported attitudes and behavior possibilities. The author deals with the topic in a comprehensive manner. The body of literature in industrial/organi...

2016
Zlatka Rakovec-Felser Lea Vidovič

BACKGROUND Several researches indicate that most child victims delay disclosing of sexual abuse for significant periods of time. There are numerous reasons as to why children are avoiding the disclosure of the abuse. The aim of this study was to determine how a mother's response to a child's allegations impacts the child's willingness to disclose sexual abuse. METHODS We conducted a retrospec...

Journal: :Asian Pacific journal of cancer prevention : APJCP 2010
April M Young Richard A Crosby Kathleen S Jagger Morgan B Richardson Ruth A Kloha Viktoria Safarian

AIM To examine attitudes toward and acceptability of HPV vaccination among a community-based sample of women in the Philippines. METHODS Self-administered surveys were completed by 435 adult women. Intent to receive the HPV vaccine was assessed at low, moderate, and high vaccine price through responses on Likert scale items. The theory-grounded survey assessed attitudinal correlates, as well ...

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

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

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