نتایج جستجو برای: cultural separation

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

2000
F. Fetrie Coetzee

Dialectical interplay between various world views and visions embedded in a socio-cultural system is essential for continual and sustained innovation by such a system. The view that a system must necessarily operate on the basis of a single commonly shared vision is too strong a requirement for systems to sustain innovation. Such a view is based on an analytic conception of socio-cultural syste...

2016
Shane L. Rogers Nicolas Fay

This paper examines a cognitive mechanism that drives perspective-taking and egocentrism in interpersonal communication. Using a conceptual referential communication task, in which participants describe a range of abstract geometric shapes, Experiment 1 shows that perspective-taking and egocentric communication are frequent communication strategies. Experiment 2 tests a selection heuristic acco...

Journal: :Ciencia & saude coletiva 2013
Elizabeth Artmann Maria Angélica Carvalho Andrade Francisco Javier Uribe Rivera

This study is based on an adaptation of the Strategic Démarche Approach applied to the Evandro Chagas Institute of Clinical Research (IPEC) in Brazil, from April to July 2009. The results are related to the experience of the Leishmaniasis Laboratory. A strategic analysis of four homogeneous segments was performed, considering the administration of care and specific teaching and research indicat...

Journal: :Clinical medicine 2002
Robert L Tattersall

The expert patient: a new approach to chronic disease management for the twenty-first century, produced by the Department of Health, recommends the introduction of 'user-led self management' for chronic diseases to all areas of the NHS by 2007. The premise is that many patients are expert in managing their disease, and this could be used to encourage others to become 'key decision makers in the...

Journal: :Current opinion in psychology 2016
Monica Tamariz Simon Kirby

Human language has unusual structural properties that enable open-ended communication. In recent years, researchers have begun to appeal to cultural evolution to explain the emergence of these structural properties. A particularly fruitful approach to this kind of explanation has been the use of laboratory experiments. These typically involve participants learning and interacting using artifici...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2009
Pontus Strimling Magnus Enquist Kimmo Eriksson

Although genetic information is acquired only once, cultural information can be both abandoned and reacquired during an individual's lifetime. Therefore, cultural evolution will be determined not only by cultural traits' ability to spread but also by how good they are at sticking with an individual; however, the evolutionary consequences of this aspect of culture have not previously been explor...

Journal: :Endeavour 2005
John van Wyhe

Histories of evolutionary thought are dominated by organic evolution. The colossus in our midst that is evolutionary biology casts its shadow over history, making it appear that what is so widespread and important today was always the primary subject of evolutionary speculation. Thus many histories assume that the core meaning of evolution is the change of organic life and that other forms of e...

2018
Stephen Kochenash STEPHEN KOCHENASH James Wilson

How does access to this work benefit you? Let us know! Follow this and additional works at: https://academicworks.cuny.edu/gc_etds Part of the African American Studies Commons, Cultural History Commons, Gender and Sexuality Commons, Lesbian, Gay, Bisexual, and Transgender Studies Commons, Multicultural Psychology Commons, Other Feminist, Gender, and Sexuality Studies Commons, Quantitative, Qual...

Journal: :international journal of advanced biological and biomedical research 2014
elahe yaribeigi seyed jamal hosseini farhad lashgarara seyed mehdi mirdamadi maryam omidi najafabadi

entrepreneurship in the world, especially in western developed countries, the much interest in recent years the concept of entrepreneurial ecosystems and integrating the separation of infrastructure services needed by entrepreneurs and governments innovative citizens, industrialists and entrepreneurs to create. a person apart from the idea of an entrepreneur, long way to run and deliver it to t...

2006
WOLTER PIETERS

In this paper, we aim at finding a cultural explanation of the controversy around the introduction of electronic voting, especially Internet voting. In her PhD thesis, Martijntje Smits (2002b) argues that controversies surrounding the introduction of new technologies can often be explained in terms of a clash between cultural categories. Whereas traditional cultures may for example see twins as...

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

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

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