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

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

2012
Rick L. Edgeman Jacob Kjær Eskildsen

Quality in its contemporary incarnation is commonly referred to as organizational excellence, enterprise excellence, business excellence, or performance excellence. While technology may serve as a key enabler of enterprise excellence, enterprise excellence itself is in large enabled by the human dimension both in terms of ideation and effort. The human dimension manifests in many ways, with peo...

Journal: :The Behavioral and brain sciences 2014
Daniel J Taylor Joanna J Bryson

The target article argues that whole groups can act as interactors in an evolutionary process. We believe that Smaldino's discussion would be advanced by a more thorough analysis of the appropriate replicators and lineages for this model. We show that cultural evolution is necessarily a separate process from cultural group selection, and we also illustrate that the two processes may influence e...

Masomeh Motlagh Sajedeh Naderi

This paper studies the effective factors involving in the attitudes of make students toward vandalism at high –schools in 2012-2013. Theories which applied here are ratio communication of Sutherland, kellawarel and online. Merton anomie, Heir chi's social ties and Good's family structure Throuah Cochran's formula more than 376 ones were chosen. The data wave analyzed  by   SPSS and  the statist...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده مهندسی شیمی 1391

attempts have been made to study the thermodynamic behavior of 1,3 butadiene purification columns with the aim of retrofitting those columns to more energy efficient separation schemes. 1,3 butadiene is purified in two columns in series through being separated from methyl acetylene and 1,2 butadiene in the first and second column respectively. comparisons have been made among different therm...

Journal: :نشریه پرستاری ایران 0
کاملیا روحانی rouhani, k مریم عالیخانی ملیحه السادات موسوی محمود محمودی فاطمه جوادی

this field study was conducted on 60 women who working in related centers of universities of medical sciences in tehran. data gathering tool was maternal separation anxiety questionnaire that designated by hock & et al. (1982).  findings revealed that majority of the research units (71.7%), have high degree of maternal separation anxiety. mean degree of maternal separation anxiety was (21.22±3....

2010
Deepti Mishra Alok Mishra

Globally distributed software development is an accepted trend towards delivering high-quality software to global users at lower costs. Globally distributed software development teams particularly face communication and coordination problems due to spatial, temporal and cultural separation between team members. Ensuring quality issues in such projects is an important issue. This paper presents ...

Journal: :gas processing 0
masoumeh moheb shahrestani department of chemical engineering, faculty of engineering, university of isfahan, iran amir rahimi

â a model is developed for separation of multicomponent gas mixtures in a countercurrent hollow fiber membrane module. while the model’s solution in countercurrent module usually involves in a time consuming iterative procedure, a proper initial guess is proposed for beginning the calculation and a simple procedure is introduced for correcting the guesses, hereby the cpu time is decreased ess...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2016
Christine A Caldwell Hannah Cornish Anne Kandler

In recent years, laboratory studies of cultural evolution have become increasingly prevalent as a means of identifying and understanding the effects of cultural transmission on the form and functionality of transmitted material. The datasets generated by these studies may provide insights into the conditions encouraging, or inhibiting, high rates of innovation, as well as the effect that this h...

1999
Chrystopher L. Nehaniv

We discuss the importance of narrative intelligence (story-awareness, story-telling, historical grounding) in regard to an agent’s transcendence of its immediate local temporal context to create a broad temporal horizon in which the experience and future of the agent can be accounted for, together with the advantage that narrative provides to sociality by making the experience of others availab...

Journal: :Handbook of clinical neurology 2013
Andrew A White Thomas H Gallagher

Errors occur commonly in healthcare and can cause significant harm to patients. Most errors arise from a combination of individual, system, and communication failures. Neurologists may be involved in harmful errors in any practice setting and should familiarize themselves with tools to prevent, report, and examine errors. Although physicians, patients, and ethicists endorse candid disclosure of...

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

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

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