نتایج جستجو برای: work place violence

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

Journal: :Social & Cultural Geography 2006

Journal: :The Journal of trauma 2006
Carnell Cooper Dawn M Eslinger Paul D Stolley

BACKGROUND Hospital-based violence prevention programs have emerged at trauma centers nationwide; however, none has been thoroughly evaluated for effectiveness. Our Violence Intervention Program (VIP) conducted a prospective randomized control study to evaluate the effectiveness of intervention for repeat victims of violence. METHOD Patients admitted between 1999 and 2001 for treatment of inj...

Rahimi , Aghdas, Arsalani, Narges, Biglarian, Akbar, Faiiahi-Khoshknab , Masoud,

Introduction: Workplace violence is common problems in nurses that causes burnout, tend to leave, and reduced productivity, increased absenteeism and mental disorders. The aim of this study was to evaluate the effect of communication skills on the violence workplace of nurses working in the emergency department in a hospital of Najaf Abad in 1395. Methods: This quasi-experimental study using pr...

ژورنال: مددکاری اجتماعی 2019

Introduction: Domestic violence against women is an ancient and common problem in any society. Knowing the leading social themes may help us to prevent and control domestic violence against women. The current study aims to investigate the role of access or lack of access to the resources in domestic violence against women. Methods: The thematic analysis applied as the research method. Thirty-on...

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

today, persian poetry is of great importance to many scholars around the world. the interest and attention of various cultures toward such a fine literature has given quite a good motivation for a comparative study. the major concern of the study is to investigate how nature is depicted through the works of the great english poet, william wordsworth (1770-1850) and the outstanding contemporary ...

2012
Roger D. Fallot Andrea K. Blanch

Events of the past decade, including the terrorist attacks on September 11, clergy sexual abuse scandals, high-profile violence against women and minority groups, and ongoing combat in many areas of the world have focused attention on the prevalence and impact of traumatic violent events. Simultaneously, people’s frequent “turn to religion” (Schuster et al., 2007) after such events has raised m...

Journal: :Violence against women 2006
Claire M Renzetti

Reports have appeared in the popular press in recent years concluding that women are just as violent as men. These reports stem from acontextual survey studies comparing prevalence rates of women's and men's physical violence. The authors contend that the above conclusion is simplistic and misleading, and that a theoretical framework that embeds women's violence in the context in which it occur...

Journal: :The Australian and New Zealand journal of psychiatry 2006
J Reid Meloy

The objective of this paper is to address the empirical basis and forensic application of a bimodal theory of violence. The definitions of affective and predatory violence, the relevant animal and clinical research, and the current empirical evidence in neurochemistry, neuropsychology and psychophysiology are reviewed. Forensic evidence for the relevance of this bimodal theory is investigated. ...

2008

Alameda County can be a wonderful place to live. It is an energetic, diverse, creative community. However, like many other counties in the state and nation, especially those with large urban, low-income populations, Alameda County faces serious violence problems. Violence is complex, and as such, requires a comprehensive solution. Comprehensive approaches have proven successful in reducing the ...

2011
Mariastella Pulvirenti Gail Mason

Refugee experiences of violence are well known and may include violence in the country of origin, in refugee camps, countries of detention and, especially for women and children, in their own families before and after resettlement. The resilience of former refugees to violence has been noted in recent times by a range of agencies. Across Australia, a number of initiatives are in place to deal w...

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

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

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