نتایج جستجو برای: certainty of punishment

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

2015
Stephen F. Smith

By the mid-1990s, the ―machinery of death‖ was not only working, but in fact, humming. 2 Year after year, hundreds of additional persons were added to death row, and the number of executions climbed to heights not seen in many decades. 3 In 1994 alone, 315 new death sentences were imposed—a record never exceeded, and matched only once (in 1996), after executions resumed in 1976 following Furman...

Journal: :The journal of the American Academy of Psychiatry and the Law 2008
J Richard Ciccone Colleen Clements

Theologically informed positions are grounded in core beliefs and may be rationally discussed. We analyze Dr. Norko's suggestion on how, in the public square, to address moral disagreements. We point out the dangers of "deliberative democracy" as an approach to resolving conflicts over basic values. We suggest an alternative approach, better grounded in reason, as a way of bringing religious an...

Journal: :Law and human behavior 2006
Monica K Miller Brian H Bornstein

Both prosecutors and defense attorneys have presented religious appeals and testimony about a defendant's religious activities in order to influence capital jurors' sentencing. Courts that have objected to this use of religion fear that religion will improperly influence jurors' decisions and interfere with their ability to weigh aggravators and mitigators. This study investigated the effects o...

2009
Michael Frakes Matthew Harding Amy Finkelstein Jonathan Gruber Laurent Lamy

We draw on variations in the reach of capital punishment statutes between 1977 and 2004 to identify the deterrent effects associated with capital eligibility. Focusing on the most prevalent eligibility expansion, we estimate that the adoption of a child murder factor is associated with an approximately 20% reduction in the child murder rate. Eligibility expansions may enhance deterrence by (i) ...

2006
Thomas Kelly Tamar Szabo Gendler

Consider the phenomenon of belief polarization. Suppose that two individuals—let’s call them ‘You’ and ‘I’--disagree about some non-straightforward matter of fact: say, about whether capital punishment tends to have a deterrent effect on the commission of murder. Although neither of us is certain of his or her view, I believe that capital punishment is a deterrent while You believe that it is n...

Journal: :International journal of offender therapy and comparative criminology 2011
John Matthew Fabian

In 2005, the U.S. Supreme Court held the death penalty unconstitutional as applied to juveniles in Roper v. Simmons. The Court reasoned that juveniles were less criminally culpable than adults because they lack maturity, they are more vulnerable to peer influence, and their character is not as well formed as that of adults. Although Roper addressed the imposition of the ultimate punishment of d...

Journal: :The journal of the American Academy of Psychiatry and the Law 2016
Leigh D Hagan Eric Y Drogin Thomas J Guilmette

DSM-5 and Hall v. Florida (2014) have dramatically refocused attention on the assessment of adaptive functioning in death penalty cases. In this article, we address strategies for assessing the adaptive functioning of defendants who seek exemption from capital punishment pursuant to Atkins v. Virginia (2002). In particular, we assert that evaluations of adaptive functioning should address asset...

Journal: :Crime & Delinquency 2022

Deterrence theory is the framework traditionally used to underpin road policing practices. However, there have been several developments in deterrence theory. This study uses an integrated approach and tests four hypotheses derived from classical theory, Stafford Warr’s reconceptualization informal sanctioning. Regression analysis of self-reported data a sample ( N = 623) Queensland’s drivers p...

Journal: :مطالعات قرآنی و روایی 0

islam is a religion of mercy, but someone has blamed it as a   religion of violence. one reason for this accusation is frequency of words which referred to the suffering in the quran. the expressions referred to the punishment in the qur'an have some deferent meaning, such as: warning, as a traditional action for god, clarifying the sins which caused punishments in the day of judgment, and...

Abstract Alternatives to prosecution are the third way and middle method between the prosecution and unconditional archiving the case. Objects of punishment, in this method, Will be achieved without prosecution and punishment. Alternatives to prosecution are based on the cognitive school, criminology and practical considerations and In Islamic teachings, there are many cases applying this me...

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

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

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