نتایج جستجو برای: sexual inequalities

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

2010
MARIA GORDINA MICHAEL RÖCKNER FENG-YU WANG

Dimension-independent Harnack inequalities are derived for a class of subordinate semigroups. In particular, for a diffusion satisfying the BakryEmery curvature condition, the subordinate semigroup with power α satisfies a dimension-free Harnack inequality provided α ∈ ` 1 2 , 1 ́ , and it satisfies the log-Harnack inequality for all α ∈ (0, 1). Some infinite-dimensional examples are also presen...

2018
Marc Marti-Pastor Gloria Perez Danielle German Angels Pont Olatz Garin Jordi Alonso Mercè Gotsens Montse Ferrer

BACKGROUND Studies on health-related quality of life (HRQoL) inequalities according to sexual orientation are scarce. The aim of this study was to assess HRQoL inequalities between lesbian, gay, and bisexual (LGB) people and heterosexuals in the 2011 Barcelona population, to describe the extent to which sociodemographic characteristics, health-related behaviors, and chronic conditions could exp...

2013
Lawrie Elliott Marion Henderson Catherine Nixon Daniel Wight

BACKGROUND Theoretically, there may be benefit in augmenting school-based sexual health education with sexual health services, but the outcomes are poorly understood. Healthy Respect 2 (HR2) combined sex education with youth-friendly sexual health services, media campaigns and branding, and encouraged joint working between health services, local government and the voluntary sector. This study e...

Journal: :Cancer epidemiology, biomarkers & prevention : a publication of the American Association for Cancer Research, cosponsored by the American Society of Preventive Oncology 2013
Mélanie Drolet Marie-Claude Boily Christina Greenaway Shelley L Deeks Caty Blanchette Jean-François Laprise Marc Brisson

BACKGROUND Papanicolaou smear screening has significantly reduced cervical cancer morbidity and mortality. However, inequalities still persist across different socioeconomic status (SES) groups. These inequalities have been associated with differential participation in screening. However, even with equal participation to screening, some women may still have greater risk of cervical cancer becau...

2017
Sonali Wayal Gwenda Hughes Pam Sonnenberg Hamish Mohammed Andrew J Copas Makeda Gerressu Clare Tanton Martina Furegato Catherine H Mercer

BACKGROUND Sexual health entails the absence of disease and the ability to lead a pleasurable and safe sex life. In Britain, ethnic inequalities in diagnoses of sexually transmitted infections (STI) persist; however, the reasons for these inequalities, and ethnic variations in other markers of sexual health, remain poorly understood. We investigated ethnic differences in hypothesised explanator...

2011
Gerry Veenstra

BACKGROUND Intersectionality theory, a way of understanding social inequalities by race, gender, class, and sexuality that emphasizes their mutually constitutive natures, possesses potential to uncover and explicate previously unknown health inequalities. In this paper, the intersectionality principles of "directionality," "simultaneity," "multiplicativity," and "multiple jeopardy" are applied ...

2015
Carmen Vives-Cases Malin Eriksson Isabel Goicolea Ann Öhman

Gender and health inequalities: intersections with other relevant axes of oppression T he risk of disease, disability, and mortality as well as access to health services are unfairly distributed among the population, with certain groups bearing an unequally larger burden of ill health and poorer access to care due to gender, sexual identity/orientation, ethnic background, or class. According to...

Journal: :زن در توسعه و سیاست 0
سهیلا صادقی فسایی دانشیار گروه جامعه شناسی دانشگاه تهران مرضیه ابراهیمی دکتری جامعه شناسی گرایش بررسی مسائل اجتماعی دانشگاه تهران

while men’s violence is assessed within their social life, women’s violence is attributed to personal factors, such as mental stress, aggression and/or womanish nervousness, regardless of social factors. unlike such a common interpretation that tries to associate violence of women with interpretations of stereotypes and individual, in this article, violence of women will be explained in terms o...

2017
Mieke Verloo

The European Union (EU), a pioneer in gender equality policies, is moving from predominantly attending to gender inequality, towards policies that address multiple inequalities. This article argues that there are tendencies at EU level to assume an unquestioned similarity of inequalities, to fail to address the structural level and to fuel the political competition between inequalities. Based u...

2010
MARIA GORDINA MICHAEL RÖCKNER FENG-YU WANG

Dimension-independent Harnack inequalities are derived for a class of subordinate semigroups. In particular, for a diffusion satisfying the BakryEmery curvature condition, the subordinate semigroup with power α satisfies a dimension-free Harnack inequality provided α ∈ ` 1 2 , 1 ́ , and it satisfies the log-Harnack inequality for all α ∈ (0, 1). Some infinite-dimensional examples are also presen...

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

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

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