نتایج جستجو برای: dissolution of marriage

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

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

this thesis is an evaluation of poetry of sylvia plath (1932- 1963) and forough farrokhzad (1935-1967) using feminist approach and finds the positive concepts of hope, reason and strength through feminine images in their poetry. plath and farrokhzad are from different cultures and different countries but they share the same concepts and themes in their poetry. by applying feminist theory to the...

Journal: :Health reports 2007
Michelle Rotermann

OBJECTIVES This study examines the relationship between the dissolution of a marital or cohabitating relationship and subsequent depression among Canadians aged 20 to 64. DATA SOURCES Data are from the longitudinal component of the National Population Health Survey (1994/1995 through 2004/2005) and include the household population only. ANALYTICAL TECHNIQUES Cross-tabulations were used to e...

abbas askari akbar zare samaneh shafiei

The purpose of this paper is to study the determinant factors of education and age equality in the marriage. The Sample was 419 subjects of Yazdian couples by the method of cluster sampling. Most respondents were Females and they believed that the equality of marriage and age would cause better situation for marriage.  In other words, the findings showed that there was a positive and meaningful...

Journal: :Journal for Ethics in Social Studies 2022

In the past, Romanian legislation did not distinguish between termination of marriage and its dissolution through divorce. Divorce represented, as stipulated in art. 38 Family Code, means dissolving marriage, for good reasons, which made it no longer possible to continue marriage. It follows from definition divorce that could only be obtained by judicial means, even situation when was based on ...

2015
Nelago Indongo Lillian Pazvakawambwa

Marital pattern in a Namibian society is predominantly of never married women, and the rates are increasing, while the proportion of those getting married is falling, nevertheless, these proportions decline as age increases. Quantitative research revealed differences in marital status by place of residence, education level and age group suggesting that aspects of culture, marriage practices and...

Journal: :American sociological review 2014
Christine R Schwartz Hongyun Han

The reversal of the gender gap in education has potentially far-reaching consequences for marriage markets, family formation, and relationship outcomes. One possible consequence of this is the growing number of marriages in which wives have more education than their husbands. Previous studies have found this type of union to be at higher risk of dissolution. Using data on marriages formed betwe...

Journal: :Health transition review : the cultural, social, and behavioural determinants of health 1997
L A Adeokun R M Nalwadda

In the process of studying the functioning of households under the conditions of the AIDS epidemic in the districts of Masaka, Kabarole and Rukungiri, information was collected on the marital history of persons aged 12 years and above who had ever been involved in a regular union or marriage. That information allows the discussion of the pattern of marital mobility and the exploration of the po...

Journal: :Journal of marriage and the family 2012
Wendy D Manning Jessica A Cohen

An ongoing question remains for family researchers: Why does a positive association between cohabitation and marital dissolution exist when one of the primary reasons to cohabit is to test relationship compatibility? Drawing on recently collected data from the 2006 - 2008 National Survey of Family Growth, the authors examined whether premarital cohabitation experiences were associated with mari...

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

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

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