نتایج جستجو برای: socially

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

2005
Daniel Eriksson Staffan Björk Johan Peitz

This paper introduces the concept of Social Adaptability, a characteristic of games that are explicitly designed to function in changing social environments, and provides initial guidelines for how to design games so that they have this characteristic. The guidelines are based upon analysis of related concepts, types of social roles players can have in games, and how social environments in game...

Journal: :CoRR 2015
Nuno Moniz Luís Torgo

The question of how to recommend and manage information available in the Internet is an active area of research, namely concerning news recommendations. The methods used to produce news rankings by the most popular recommender systems are not public and it is unclear if they reflect the real importance assigned by the readers. Also, the latency period between the publication of a news item and ...

2007
TIMOTHY D. WILSON

(Author) A. self-administered questionnaire was used to'compare Tselected driving, personality, and psychosocial variables 'of 306 convicted male drunk drivers with those of 289 alcoholics and 269 controls. She drunk driver group fell between the other,groups on many parameters but resembled the control groUp on as many others. While some 40% of the drunk drivers appeareA to be alcoholics, they...

Journal: :Cognitive Systems Research 2013
Shaun Gallagher

The concept of the extended mind, as introduced by Clark and Chalmers (1998) was meant in part to move beyond the standard Cartesian idea that cognition is something that happens in a private mental space, “in the head.” Elsewhere (Gallagher 2011; Gallagher and Crisafi 2009), I’ve pursued a liberal interpretation of the extended mind, suggesting that we consider cognitive processes as constitut...

1997
L. M. Hogg N. R. Jennings

Autonomous agents are designed to carry out problem solving actions in order to achieve given, or self generated, goals. A central aspect of this design is the agent’s decision making function which determines the right actions to perform in a given situation to best achieve the agent’s objectives. Traditionally, this function has been solipsistic in nature and based upon the principle of indiv...

1998
BRUCE EDMONDS

The perspective of modelling agents rather than using them for a specificed purpose entails a difference in approach. In particular an emphasis on veracity as opposed to efficiency. An approach using evolving populations of mental models is described that goes some way to meet these concerns. It is then argued that social intelligence is not merely intelligence plus interaction but should allow...

2014

Humans are deeply social animals. Our beliefs, desires, and behaviors are affected by social preferences, our relationships, and the social contexts in which we live and make decisions. We are “group-minded individuals” who see the world from a social as well as an individual perspective; we understand what is in the minds of others and often act as if our brains are networked with the brains o...

Journal: :Games and Economic Behavior 2007
P. Jean-Jacques Herings Gerard van der Laan Dolf Talman

We consider cooperative games with transferable utility (TU-games), in which we allow for a social structure on any coalition, for instance a network, a hierarchical ordering or a dominance relation. For every coalition the relative strength of a player within that coalition is induced by its social structure and is measured by a power function. We call a payoff vector socially stable if there ...

2015
Swee-Sum Lam Weina Zhang Gabriel Henry Jacob

It is not surprising to see that firms that have more socially responsible actions (“good” firms) are rewarded by a higher market return of 3% per calendar year compared to firms that do not engage in socially responsible or irresponsible actions (“neutral” firms). On the contrary, firms that are more socially irresponsible (“bad” firms) are not penalized by a negative return compared to “neutr...

2017
Yu Fan Chen Michael Everett Miao Liu Jonathan P. How

For robotic vehicles to navigate safely and efficiently in pedestrian-rich environments, it is important to model subtle human behaviors and navigation rules. However, while instinctive to humans, socially compliant navigation is still difficult to quantify due to the stochasticity in people’s behaviors. Existing works are mostly focused on using featurematching techniques to describe and imita...

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

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

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