نتایج جستجو برای: political justice

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

2010
THEO PAPAIOANNOU

The acceleration of technological innovation in Western liberal societies has in recent years offered the prospect of applications with crucial impact on social and economic life. For instance, in the area of new life sciences, the successful decoding of human genome and subsequent advances of genomics-based technologies (including biotechnology) have enabled the development of cheaper and safe...

2012

Mediation efforts often take place in contexts where the conflicting parties have violated international human rights or humanitarian law and where justice issues arise. Transitional justice is a multidimensional long-term undertaking, defined by the EU Council document ‘Transitional Justice and the ESDP’ as “a framework for confronting past abuse as a component of a major political transformat...

2005
Claire Oakes Finkelstein Claire Finkelstein

Follow this and additional works at: http://scholarship.law.upenn.edu/faculty_scholarship Part of the Criminal Law Commons, Criminal Procedure Commons, Criminology Commons, Criminology and Criminal Justice Commons, Ethics and Political Philosophy Commons, Jurisprudence Commons, Law and Society Commons, Psychology Commons, Social Control, Law, Crime, and Deviance Commons, and the Social Welfare ...

2015
Benjamin Eliazar Fischer Andrew Jason Cohen Eric Wilson Andrew I. Cohen

This paper gives an overview of Pierre Bayle’s theory of toleration and derives a normative principle of toleration from it that is meant to compete with other normative principles of toleration such as the Harm principle. INDEX WORDS: Political philosophy, Social philosophy, toleration, religion, Christianity, justice, legitimacy, stability, John Locke, Pierre Bayle, Baruch Spinoza, Harm princ...

2017
Forouzan Akrami Mahmoud Abbasi Abbas Karimi Akbar Shahrivari Reza Majdzadeh Alireza Zali

Public health ethics is a field that covers both factual and ethical issues in health policy and science, and has positive obligations to improve the well-being of populations and reduce social inequalities. It is obvious that various philosophies and moral theories can differently shape the framework of public health ethics. For this reason, the present study reviewed theories of justice in or...

2007
Jennifer Archibald Jacobo Arbenz

Discusses the implication of peace negotiations in the political democratization and social justice in Guatemala. Elements of the peace process; Phases of the civil war; Formation of the Guatemalan National Revolutionary Unity; Creation of peace accords; Role of the United Nations Verification Mission on peace accords; Achievement of peace accords. Archdiocese Of Guatemala. 1999. Guatemala, Nev...

Journal: :Daedalus 2022

Abstract Americans’ trust in government is lower than ever. However, while all groups have seen a decline since the 1960s, gap between racial and ethnic minorities Whites this period has varied not only size but also direction. At times, actually had higher rates of Whites, contradicting broad assumptions research about race political trust. Explanations causes that emphasize institutional expe...

2002
THOMAS KÖNIG

The author discusses the theory of liberal nationalism of the prominent Canadian political theorist Will Kymlicka. According to Kymlicka, liberal nationalism is a necessary ingredient of developed liberal democracy, because social justice, deliberative democracy and individual freedom are most efficiently achieved within national political units. Kymlicka defines his theory as liberal culturali...

Journal: :سیاست 0
محمدسالار کسرایی

about ancient iran, especially in recent years, considerable research has been done and it showed auspicious event that for researchers ancient iran is significant. article is due to the focused attention of the political aspects of civilization, the kind of work is original. the main question has been written that, continuity of government and rulers for their statesmanship, and what evidence ...

2002
S. L. Hurley James Griffin Roger Crisp Brad Hooker Nicos Stavropoulos

A constraint on political cognitivism is that it give some basis for responding to certain worries. These worries prompt political liberals such as Rawls to deny that the search for truth can provide a shared basis for a conception of justice in a pluralistic democratic society.2 On this view, a pluralistic democratic state that avoids the authoritarian use of state power should be neutral abou...

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

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

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