نتایج جستجو برای: inanimate objects

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

Journal: :Okara: Jurnal Bahasa dan Sastra 2023

In second language learning, relative clauses are widely studied. However, research comparing Indonesian and foreign learners’ based on animacy has not been done. Besides, affects the difficulty of producing clauses. Therefore, this study investigates role in production clauses, relationship between movement distance conformity with rules This employs a descriptive case study. Data was collecte...

Journal: :BMJ case reports 2014
Koji Masuda Yoshinobu Ishitobi Yoshihiro Tanaka Jotao Akiyoshi

To cite: Masuda K, Ishitobi Y, Tanaka Y, et al. BMJ Case Rep Published online: [please include Day Month Year] doi:10.1136/ bcr-2014-206019 DESCRIPTION Fetishism is a disease characterised by sexual arousal caused by inanimate objects, often including clothing such as pants, bras, and stockings and women’s shoes. Patients with fetishism often show a strong interest in non-genital body parts. Hy...

2013
Jessica L. Montag Maryellen C. MacDonald

Language production studies tend to investigate central tendencies, though there are extensive individual differences in any production task. Studying this variability in behavior can be revealing of the motivations and consequences of production choices. In a picture-description task, participants used either active object or passive relative clauses to describe animate or inanimate entities i...

2013
Olivera Ilic Vanja Kovic Suzy J. Styles

Theoretical accounts as well as behavioral studies reporting animacy effects offer inconsistent and sometimes contradictory results. A possible explanation for these inconsistencies may be inadvertent biases in the stimuli selected for test - with category-specific effects driven by characteristics of test stimuli other than animacy per se. In this study, we pit animacy against feature structur...

Journal: :The Journal of emergency medicine 2011
Jonathan Kei John R Richards

BACKGROUND There is a rising prevalence of both hospital-acquired and community-associated strains of methicillin-resistant Staphylococcus aureus (MRSA) infections. Both strains are found in patients presenting to emergency departments (EDs). OBJECTIVE The purpose of this study was to identify objects in the ED that might contribute to the spread of MRSA. METHODS This was a cross-sectional ...

2016
Hisanori Domon Yoshio Uehara Masataka Oda Hiromi Seo Noriko Kubota Yutaka Terao

We investigated the prevalence of Staphylococcus aureus on shopping baskets in Osaka Prefecture, Japan. Multilocus sequence typing was performed to determine the genotypes of S. aureus isolates, and then a polymerase chain reaction method was used to detect staphylococcal enterotoxins and antibiotic resistance genes. In addition, desiccation tolerance of S. aureus isolates was evaluated in vitr...

2017
Takeshi Atsumi Hiroki Koda Nobuo Masataka

Humans interpret others' goals based on motion information, and this capacity contributes to our mental reasoning. The present study sought to determine whether Japanese macaques (Macaca fuscata) perceive goal-directedness in chasing events depicted by two geometric particles. In Experiment 1, two monkeys and adult humans were trained to discriminate between Chasing and Random sequences. We the...

Journal: :Sosyo ekonomi 2021

Anthropomorphism, the process of attributing human physical or mental characteristics to living beings, such as plants and animals, inanimate objects, events, is one most effective ways connect consumers businesses. Anthropomorphism creates an opportunity for identify themselves with businesses, products, services. This study explores effect anthropomorphic mascots on purchasing intention in ex...

Journal: :Developmental psychology 2012
Karen R Neary Julia W Van de Vondervoort Ori Friedman

People's behavior in relation to objects depends on whether they are owned. But how do people judge whether objects are owned? We propose that people expect human-made objects (artifacts) to be more likely to be owned than naturally occurring objects (natural kinds), and we examine the development of these expectations in young children. Experiment 1 found that when shown pictures of familiar k...

Journal: :Proceedings of the ... AAAI Conference on Artificial Intelligence 2023

The literature on deception in human-robot interaction (henceforth HRI) could be divided between: (i) those who consider it essential to maximise users' end utility and robotic performance; (ii) unethical, because is potentially dangerous for individuals' psychological integrity. However, has now been proven that humans are naturally prone anthropomorphism emotional attachment inanimate objects...

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

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

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