نتایج جستجو برای: rape plant

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

2004
Irina Anderson

Previous research into rape victim blaming has often neglected to assess attitudes toward male victims. The present study was designed to redress this imbalance and specifically, investigate the role of homophobic attitudes in male rape victim perception. Men and women read a vignette describing an incident of rape and answered two questionnaires that assessed firstly, homophobic attitudes towa...

2002
JOLANTA BIESAGA-KOŚCIELNIAK MARIA FILEK JANUSZ KOŚCIELNIAK

In the plant regeneration process, a great deal of variability is observable between different varieties and genotypes. Even within the same genotype, there are differences in the intensity of this process. New biologically active substances are currently being tested to increase the effectiveness of regeneration in plants. Among them are zearelonene (ZEN) – a substance obtained from an extract...

Journal: :JAMA pediatrics 2015
Kevin M Swartout Mary P Koss Jacquelyn W White Martie P Thompson Antonia Abbey Alexandra L Bellis

IMPORTANCE Rape on college campuses has been addressed recently by a presidential proclamation, federal legislation, advocacy groups, and popular media. Many initiatives assume that most college men who perpetrate rape are serial rapists. The scientific foundation for this perspective is surprisingly limited. OBJECTIVE To determine whether a group of serial rapists exists by identifying cohes...

2015
Haishi Ji Yuanjun Ding Xiaoyu Liu Lianqing Li Dengxiao Zhang Zichuan Li Jingling Sun Muhammad Siddique Lashari Stephen Joseph Yuanduo Meng Yakov Kuzyakov Genxing Pan

Suberin-derived substituted fatty acids have been shown to be potential biomarkers for plant-derived carbon (C) in soils across ecosystems. Analyzing root derived suberin compounds bound in soil could help to understand the root input into a soil organic carbon pool. In this study, bound lipids were extracted and identified in root and topsoil samples. Short-chain suberin diacids were quantifie...

2010
Hongxin Cao Chunlei Zhang Baojun Zhang Suolao Zhao Daokuo Ge Baoqing Wang Chuanbao Zhu David B. Hannaway Dawei Zhu Juanjuan Zhu Jingying Sun Yan Liu Yongxia Liu Xiufang Wei

The objectives of this study were to develop Rapeseed Cultivation Simulation-Optimization-Decision Making System (Rape-CSODS), and validate it in order to design rapeseed planting, regulate and control its growth and development, and fulfill its high yield, good quality, high benefits, and standard production eventually. The models in Rape-CSODS were developed based on field experiments with 3 ...

2013
DARA KAY COHEN

Why do some armed groups commit massive wartime rape, whereas others never do? Using an original dataset, I describe the substantial variation in rape by armed actors during recent civil wars and test a series of competing causal explanations. I find evidence that the recruitment mechanism is associated with the occurrence of wartime rape. Specifically, the findings support an argument about wa...

Journal: :The journal of family planning and reproductive health care 2002
Andrew Buckingham

References 1 Home Office. Setting the boundaries: reforming the law on sexual offences, vol. 1. London: Her Majesty’s Stationery Office, 2000. 2 Her Majesty’s Crown Prosecution Service Inspectorate. A report on the joint inspection into the investigation and prosecution of cases involving allegations of rape. London: Her Majesty’s Crown Prosecution Service Inspectorate, 2002. 3 Kelly L. A resea...

2004
Marie Koesterer Jennifer Hoffman

The significance of high or low right-wing authoritarianism on rape myth acceptance in female college students was investigated. One hundred and fifty-eight college undergraduates answered an anonymous questionnaire containing a modified version of Altemeyer’s (1996) Right-Wing Authoritarian Scale (RWA) and Burt’s (1980) Rape Myth Acceptance Scale (RMA) and related subscales: acceptance of inte...

2008
William F. McKibbin Todd K. Shackelford Aaron T. Goetz Valerie G. Starratt

Rape of women by men has occurred throughout recorded history and across cultures. In this article, we discuss rape from an evolutionary psychological perspective. Evolutionary psychology is a powerful heuristic tool that allows researchers to develop and test novel hypotheses about complex behaviors such as rape. Some researchers have argued that men have evolved psychological mechanisms that ...

Journal: :Military medicine 2010
Terri J Rau Lex L Merrill Stephanie K McWhorter Valerie A Stander Cynthia J Thomsen Christopher W Dyslin Julie L Crouch Mandy M Rabenhorst Joel S Milner

The U.S. Navy Sexual Assault Intervention Training (SAIT) program for women was evaluated in a randomized clinical trial. The SAIT uses multiple presentation modalities (lecture, slides, discussion, film) to provide information related to sexual assault, including risk factors, consequences, prevention, and relevant military regulations. Female personnel who had completed basic training (N = 55...

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

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

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