نتایج جستجو برای: and socio

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

اصغری جعفرآبادی, محمد, توانانژاد, نیکتا, محمد علیزاده چرندابی, سکینه, میرغفوروند, مژگان , کارخانه, مهسا ,

Background and purpose: Sexual health is a state of physical, mental and social well-being in relation to sexuality. This study aimed to determine the status of sexual function, its dimensions, and its socio-demographic predictors in women of reproductive age in Tabriz, Iran, in 2013. Materials and methods: Data were collected by Female Sexual Function Index (FSFI) scale and socio-demographic ...

This article seeks to modeling social welfare functions, for assessment of how distribution of transfer payment among socio-economic levels. We consider providing social welfare functions two scenarios, first the each socio-economic levels receives amount of transfer payment equal to others, and second the each socio-economic levels receives that with weighted preferences. The four basic functi...

2006
Nicolas Nova Fabien Girardin Gaëlle Molinari Pierre Dillenbourg

In this paper we seek to empirically study the use of location-awareness of others in the context of mobile collaboration. We report on a field experiment carried out using a pervasive game we developed called CatchBob!. Using both quantitative and qualitative data, we show the underwhelming effects of automating location-awareness. Our results indeed shows that automating this process does not...

2004
Cristiano Castelfranchi

The aim of this paper is to provide a theory of the role trust plays in knowledge sharing processes, by exploiting a cognitive model of the goals and beliefs of an agent involved in the decision of passing and/or accepting knowledge, and a related model of the symmetrical or asymmetrical trust relationships within a group (Trust-Nets). This theory is based on the claim that trust is a fundament...

2005
Frantz Rowe Redouane El Amrani Marc Bidan Rolande Marciniak Bénédicte Geffroy-Maronnat

This paper defines cross-functionality as the awareness that organizational actors have of the coupled and integrated nature of processes across various business units, which allows employees to deliver products and services to customers. That the implementation of enterprise systems (ES) provides a more complete crossfunctional view of the firm has been taken for granted by managers and resear...

2008
Brian Whitworth Aldo de Moor Kristin Klinger Jeff Ash Carole Coulson Michael Brehm John M. Carroll Mary Beth Rosson Umer Farooq

Socio-technical systems are social systems that incorporate technological infrastructures. At the group level of analysis, the most important question in understanding socio-technical systems is how their technological infrastructures modulate collective capacities for performance and experience. This research addresses collective capacities with respect to various sorts of communities—interest...

2015
Franck Silvestre Philippe Vidal Julien Broisin

Our previous works have introduced the Tsaap-notes platform dedicated to the semi automatic generation of multiple choice questionnaire providing feedbacks: it reuses interactive questions asked by teachers during lectures, as well as the notes taken by students after the presentation of the results as feedbacks integrated into the quizzes. In this paper, we introduce a new feature which aims a...

Journal: :Educational Technology & Society 2015
Elvis Mazzoni Martina Benvenuti

This paper presents an exploratory study in which a humanoid robot (MecWilly) acted as a partner to preschool children, helping them to learn English words. In order to use the Socio-Cognitive Conflict paradigm to induce the knowledge acquisition process, we designed a playful activity in which children worked in pairs with another child or with the humanoid robot on a word-picture association ...

2008
Tanguy Coenen

This chapter views social networking sites as supporting social capital and the advantages which derive from it, namely emotional support, information exchange, and a capacity for concerted action. Social capital is subdivided in three types: relational, cognitive, and structural. The authors derive a number of social needs from these types of social capital and discuss how the social networkin...

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

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

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