نتایج جستجو برای: the marital status

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

2017
Lixia Ge Chun Wei Yap Reuben Ong Bee Hoon Heng

OBJECTIVES To assess the relationship between various social isolation indicators and loneliness, and to examine the differential associations that social isolation indicators, loneliness have with depressive symptoms. METHODS Baseline data for 1,919 adults (aged 21 years and above) from a representative health survey in the Central region of Singapore was used for this study. The association...

2005
David Cantarero Marta Pascual

In this paper, the effects of socioeconomic characteristics (gender, age, education level, marital status, income, occupational and health status, household size and social relationships) on individuals ́ health status in Spain from 1994 to 2001 are analysed. The estimations are carried out using ordered probit models and new data from the whole waves of the European Community Household Panel (E...

1996

Appendix D analyzes the bivariate relationships between a number of demographic and household factors and the likelihood of an adolescent being without health coverage. These include: parent’s insurance status, poverty and family income, adolescents’ living arrangements, race and ethnicity, parent’s marital status, parent’s education region and residence, and parent’s work status and other empl...

Journal: :Curationis 2002
M S Richter

Quality control in perinatal education is imperative, with the purpose to deliver a high quality and appropriate healthcare service to the family in the perinatal period. The purpose of this study was to develop valid standards for perinatal education in South Africa. To reach this goal, the study proceeded as follows: Development phase concepts were developed for perinatal education, the conce...

Journal: :Journal of family issues 2012
Kei M Nomaguchi

Although researchers argue that single parents perceive more work-family conflict than married parents, little research has examined nuances in such differences. Using data from the 2002 National Study of Changing Workforce (N = 1,430), this study examines differences in home-to-job conflict by marital status and gender among employed parents. Findings indicate that single mothers feel more hom...

2017
Xueli Wang Hsun-yu Chan Sara Jimenez Soffa Brett Ranon Nachman

In this study, we explored the relationship between the intent to transfer upward and a set of motivational, contextual, and socio-demographic background factors among 696 female students beginning in science, technology, engineering, and mathematics (STEM) programs or courses at two-year colleges in a Midwestern state. Drawing upon survey data and administrative records, our multinomial logist...

2012
Dieter Demey Ann Berrington Maria Evandrou Jane Falkingham

Extended abstract for the XXVII International Union for the Scientific Study of Population (IUSSP) International Population Conference, submitted to session 03-02 " Life-course influences on health and mortality " Short abstract This study investigates how the psychological health of British men and women living alone in mid-life is related to partnership history and parenthood status. Although...

Journal: :Attachment & human development 2009
Judith A Crowell Dominique Treboux Susan Brockmeyer

The purpose of this study was to explore adult attachment as a means of understanding the intergenerational transmission of divorce, that is, the propensity for the children of divorce to end their own marriages. Participants included 157 couples assessed 3 months prior to their weddings and 6 years later. Participants completed the Adult Attachment Interview and questionnaires about their rela...

Journal: :American journal of epidemiology 2009
Patrick M Krueger

In this issue of the Journal, Dupre et al. (Am J Epidemiol. 2009;170(5):546-555) use data from a nationally representative cohort of older US adults to examine the association of current marital status, timing of first marriage, number and kind of transitions out of marriage, and durations spent in various marital statuses with the risk of all-cause mortality. Their study offers a wealth of emp...

Journal: :Population trends 2011
Dieter Demey Ann Berrington Maria Evandrou Jane Falkingham

This article examines changes between 1984 and 2007 in the demographic and socio-economic circumstances of British men and women in mid-life. Changing living arrangements in mid-life reflect historical changes in the occurrence and timing of life events such as marriage and parenthood, as well as increased longevity. In order to place mid-life in this wider demographic context, the article firs...

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

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

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