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

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

2016
Toru Nishizawa Nobuyoshi Nakajima Masanori Tamaoki Mitsuko Aono Akihiro Kubo Hikaru Saji

Previously, we conducted a roadside survey to reveal the occurrence of genetically modified (GM) oilseed rape along a Japanese roadside (Route 51). In this study, we performed successive and thorough fixed-route monitoring in 5 sections along another road (Route 23). Oilseed rape plants were detected on both sides of the road in each section between autumn 2009 and winter 2013, which included 3...

2015
Zheng Ma Yaoming Li Lizhang Xu

Background. China is the largest producer of rape oilseed in the world; however, the mechanization level of rape harvest is relatively low, because rape materials easily adhere to the cleaning screens of combine harvesters, resulting in significant cleaning losses. Previous studies have shown that bionic nonsmooth surface cleaning screens restrain the adhesion of rape materials, but the underly...

2016
Wenwen Kong Fei Liu Chu Zhang Jianfeng Zhang Hailin Feng

The feasibility of hyperspectral imaging with 400-1000 nm was investigated to detect malondialdehyde (MDA) content in oilseed rape leaves under herbicide stress. After comparing the performance of different preprocessing methods, linear and nonlinear calibration models, the optimal prediction performance was achieved by extreme learning machine (ELM) model with only 23 wavelengths selected by c...

Journal: :Biometrics 2010
Olivier David Aurélie Garnier Catherine Larédo Jane Lecomte

This article presents some statistical methods for estimating the parameters of a population dynamics model for annual plants. The model takes account of reproduction, immigration, seed survival in a seed bank, and plant growth. The data consist of the number of plants in several developmental stages that were measured in a number of populations for a few consecutive years; they are incomplete ...

Journal: :Journal of sex research 2007
Zoë D Peterson Charlene L Muehlenhard

Sex is often conceptualized either as wanted and consensual or as unwanted and nonconsensual, reflecting an implicit model of wanting that is unidimensional and dichotomous and that conflates wanting and consenting. This study had three objectives: developing a multidimensional model for conceptualizing the wantedness of a sexual act, using this model to compare women's experiences with rape an...

Journal: :Psychological trauma : theory, research, practice and policy 2011
Brian A Feinstein Kathryn L Humphreys Michelle J Bovin Brian P Marx Patricia A Resick

This study examined whether the level of victim-offender relationship (VOR) moderated the relationship between peritraumatic fear and active resistance as well as the relationship between peritraumatic fear and posttraumatic stress symptom severity in a community sample of female rape survivors. One hundred thirty-five participants were interviewed about their emotional and behavioral responses...

2016

Many countries in the 1970s introduced reforms in rape law with differing focus and extensiveness and along with these reforms, the descriptions of rape and sexual intercourse were broadened to include a series of sexual aggravated offenses such as the expansions of intercourse, which included oral and anal penetration in addition to vaginal penetration [1,2]. In England and Wales towards the l...

Journal: :The Bulletin of the American Academy of Psychiatry and the Law 1979
G W Barnard C Holzer H Vera

In the last decade a growing body of research has called attention to the consumption of alcohol as a factor contributing to the commission of rape. Rada, Amir, and Gebhard et al., have stressed the association between rape and alcoholism, although the estimated strength of that association (correlation) has varied widely. l.2.3,4,5 The purpose of this paper is to assess the contribution of alc...

Journal: :Canadian journal of psychiatry. Revue canadienne de psychiatrie 1984
Y Lamontagne R Boyer C Lamontagne J Giroux

A survey was conducted in 230 cases of rape and rape attempts heard in the Judicial District of Montreal between January 1975 and May 1978. Data were compiled from the 30 assaults including two or more assaillants. Results show that in cases of rape committed by two men the aggressors are older than gang rapists, meet the victim mainly in her flat or in a bar, and rape her in her own home, in a...

2009
Ruth Graham

Sexual assault generates much attention in social research, but male victims are largely neglected by a predominantly feminist perspective that seeks to highlight the gendered nature of sexual assault as a social phenomenon. As a result there is a relative lack of empirical information on male rape; but it is possible to chart the theoretical development of male rape as a social problem as it e...

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

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

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