نتایج جستجو برای: in economic crimes

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

This paper tries to examine the pardon and mitigation of punishment in drug related crimes. There are some circumstances which constitute the penal policy of any countries about Illegal drug offences. For instance, the number of illegal drug offences, using these crimes as means to prepare financial costs for criminal organization and perpetration of other crimes in consequence of drug abus...

2011
Nir Kshetri

The flourishing synergy arising between organized crimes and the Internet has increased the insecurity of the digital world. How hackers frame their actions? What factors encourage and energize their behavior? These are very important but highly underresearched questions. We draw upon literatures on psychology, economics, international relation and warfare to propose a framework that addresses ...

2007
Samuel L. Myers

Crime supply functions are reestimated in this paper using data corrected for victim underreporting. It is found in both a meanvariance specification and a conventional crime supply function which includes measures of the offender's gains and losses involved in property crimes that certainty and severity of punishment still deter. When correction for underreporting is made, the effects on the r...

2000
Horst Entorf Hannes Spengler

Our study is based on the traditional Becker-Ehrlich deterrence model, but we analyze the model in the face of currently discussed factors of crime like demographic changes, youth unemployment, and income inequality. We use a panel of the German Laender (states) that allows us to exploit different experiences in densely and sparsely populated areas as well as areas in East and West Germany. Our...

2015
Yang Gao

1 Crimes related to computer security 1.1 Types of computer crimes • Damages to computer programs or files • Theft of hardware, software • View or manipulate the content that the intruder is not supposed to see. 1.2 Four types of ethical issues [1] • Privacy: The policy of which information could be required to divulge, be public, or be kept strictly private. • Accuracy: Misinformation could mi...

2013
Sergey Lavrov

Despite some ambiguous periods in Russia’s history, its record in affirming the foundations of humanism in international relations is unquestionable. The new democratic Russia, which is faithful to traditions of humanism and mercy, is making strong efforts to defend victims of genocide, war crimes, and crimes against humanity. The experience of the international community in combating genocide,...

Journal: :iranian journal of public health 0
e salehi

background: although, the roots of criminal behaviours clearly lie in social, economic, and cultural factors, the in­crease criminal offences in urban settings has raised the issue of prevention through urban environmental health, plan­ning and design. methods: the approach of the study was based on the scientific research methodology and indicators were compiled from observations and comparati...

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

the changes in todays world organization, to the extent that instability can be characterized with the most stable organizations called this afternoon. if you ever change management component, an additional value to the organization was considered, today, these elements become the foundation the organization is survival. the definition of the entrepreneur to identify opportunities to exploit a...

2004
Florenz Plassmann John R. Lott

We investigate the relationships between gun ownership and murders, reported rapes, and robberies. We proxy gun ownership by the number of subscriptions to the gun magazine Handguns Magazine and accommodate the count nature of our data by analyzing them with a multivariate Poisson-lognormal model. For most of our analyses, we find that the correlation between today’s number of guns and future c...

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

adolescents and young adults and their problems is an issue whose importance is obvious to anyone because youth are the founders of our countrys future and requires proper planning to be on leisure. given the importance of leisure,this study to investigate needs assessment and planning how adolescents and young adults spend their leisure time in urban of case study of high school girls and boys...

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

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

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