نتایج جستجو برای: by a permissive negligence

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

1999
Ralf Ewert Eberhard Feess Martin Nell

This paper examines auditor liability rules under imperfect information, costly litigation and risk averse auditors. A negligence rule fails in such a setting, because in equilibrium auditors will deviate with positive probability from any given standard. It is shown that strict liability outperforms negligence with respect to risk allocation, and the probability that a desired level of care is...

2005
Taro KUMAGAI

This paper studies an economic model of tort liability rules and considers litigation between a firm and a consumer, under the assumption that the consumer may not perfectly observe the firm’s action. We compare two alternative tort liability rules: the Negligence rule and strict liability with contributory negligence. We consider the noiseless case as a benchmark, and show that under those two...

ژورنال: یافته 2013
شیخ آزادی, اردشیر, عنبری, خاطره , میکائیلی, رضا, ندری, صدیقه ,

Background : Complaint against physicians is one of the problems that every physician may be subjected to it during practice. According to the existing statistics, the number of complaints is increasing in Iran. Identification of these causes may be effective in preventing such complaints. This research was conducted to identify the causes of complaints made to the Medical Council Organization ...

2005
Paul A. Hattis

Noting that the risk of malpractice liability poses a significant barrier to the provision of volunteer health care in this country, the author analyzes current state and federal legislative approaches designed to overcome the hurdle, including a changed standard of care for malpractice liability from simple negligence to gross negligence, governmental indemnification of volunteer providers, an...

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

an investigation into oral interaction in language classes: a conversation analytic point of view the aim of this thesis is to analyze the interaction between language teachers and students in english language institutes. this work is done in the context of yasuj city. learning another language, which is in most cases english, involves many variables. one of these variables is the linguistic...

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

heuristics are often used to provide solutions for flow shop scheduling problems.the performance of a heuristic is usually judged by comparing solutions and run times on test cases.this investigation proposes an analytical alternative ,called asymptotic convergence ,which tests the convergence of the heuristic to a lower bound as problem size grows. the test is a stronger variation of worst cas...

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

a novel acrylic acid-functionalized fe3o4 magnetic nanoparticle with a core-shell structure was developed for utilization as a heterogeneous organosuperacid in chemical transformations. the structural, surface, and magnetic characteristics of the nanosized catalyst were investigated by various techniques such as transmission electron microscopy (tem), thermogravimetric analysis (tga), and ft-ir...

Journal: :South African medical journal = Suid-Afrikaanse tydskrif vir geneeskunde 2011
Chris Bateman

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

abstract i the purpose of this study was to launch a thorough investigation concerning the possibility of differing orientations to the writing proficiency construct by native and non-native english speaking teacher raters. it mainly revolved around the international english language testing system (ielts) that is widely administered and employed as a measure of general proficiency in englis...

Journal: :Personality & social psychology bulletin 2008
Clayton R Critcher David A Pizarro

The success of criminal acts can sometimes depend critically on the oversight or negligence of uninvolved bystanders (e.g., someone leaving a first-floor window open). Four studies examined how the contribution of a negligent bystander affects blame for the perpetrator of a crime. Although participants stated that discounting blame for the perpetrator was normatively inappropriate in this conte...

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

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

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