نتایج جستجو برای: family planning policy

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

Journal: :journal of family and reproductive health 0
nevin hotun sahin istanbul university of florence nightingale, school of nursing, turkey ilkay gungor istanbul university of florence nightingale, school of nursing, turkey özlem aydin karabulutlu kafkas university, school of health, turkey nurdan demirci marmara university, school of nursing, turkey

objective: the aim of this study was to determine men’s knowledge, attitudes and practice towards family planning in a province of north-eastern turkey. materials and methods: this descriptive research was carried on 801 volunteers amongst men of reproductive age living in a city with a total population of 80,000 men. data were gathered using a self-administered questionnaire that addressed men...

2008
John Knight Li Shi

Why is it that couples who have a son or whose last child is a son earn higher conditional income? To solve this curious case we tell a detective story: evidence of a phenomenon to be explained, a parade of suspects, a process of elimination from the enquiry, and then the denouement. Given the draconian family planning policy and a common perception that there is strong son preference in rural ...

Journal: :International journal of health policy and management 2014
Mohammad Karamouzian Hamid Sharifi Ali Akbar Haghdoost

Iran's significant success in implementing Family Planning (FP) during the past 25 years, has made it a role model in the world. The Total Fertility Rate (TFR) in Iran has dropped from 6.5 in 1960 to 1.6 in 2012, which is well below the targeted value of 2.2 for the country. Iran's success story, however, did not merely root in the implementation of FP programs. In other words, families' strong...

Journal: :Health transition review : the cultural, social, and behavioural determinants of health 1997
A M Basu

With the support of the international women's movement, the ideology and methods of traditional population policy were effectively attacked at the 1994 International Conference on Population and Development (ICPD). The author discusses some of the complaints about population policy and family planning programs, then considers the substantive, ethical, and feasibility issues of population and r...

2012
Tianran Dai May

This paper investigates the effect of the reduction in the young cohort size caused by Chinese family planning policies on the educational upgrading among older cohorts born before the policies. I suggest that family planning polices reduce the size of the young cohorts and increase their educational levels. Through imperfect substitutability of workers with same education but different ages, t...

2016
Fuqin Liu Jiaming Bao Doris Boutain Marcia Straughn Olusola Adeniran Heather DeGrande Stevan Harrell

AIM A critical analysis of online public postings in response to the news about the ending of China's one-child policy was conducted. The specific study aims were to 1) identify the dominant public discourse in response to the news about the ending of the one-child policy and the beginning of the new two-child policy, and 2) explore implications for preconception care from the public discourse....

Journal: :international journal of health policy and management 2014
mohammad karamouzian hamid sharifi ali akbar haghdoost

iran’s significant success in implementing family planning (fp) during the past 25 years, has made it a role model in the world. the total fertility rate (tfr) in iran has dropped from 6.5 in 1960 to 1.6 in 2012, which is well below the targeted value of 2.2 for the country. iran’s success story, however, did not merely root in the implementation of fp programs. in other words, families’ strong...

Journal: :international journal of health policy and management 2016
roger-mark de souza

the article by potts et al, “the pill is mightier than the sword,” points out that family planning has an important role to play in building peace by increasing women’s empowerment and their agency, ultimately helping peacebuilding efforts. evidence has demonstrated that family planning programs are cost effective, produce quick results, help women and couples meet their desired fertility level...

Journal: :Health and human rights 2006
Dina Bogecho Melissa Upreti

F amily planning assistance in the US has directly advanced, supported, and helped to build the infrastructure of family planning services in over 50 countries around the world since 1965. Family planning funds, channelled through the United States Agency for International Development (USAID), have allowed women and families around the world to improve their quality of life.2 Tragically, in rec...

2014
David Howden Yang Zhou

This paper gives a brief overview of China’s family planning policy which, although recently relaxed, still controls a large swath of the population. Unofficially known as the ‘one-child policy’, it resulted from the social strife of the 1970s coupled with a Malthusian pessimism concerning the capability of the still largely closed and isolated Chinese economy to care for itself. We discuss the...

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

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

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