نتایج جستجو برای: cultural basis in products

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

2013
Steffen Andersen Seda Ertac Uri Gneezy John A. List Sandra Maximiano

We study the nature versus nurture distinction in bargaining behavior across gender, by observing the negotiation culture in matrilineal and patriarchal societies. Combining data from a laboratory experiment and a natural field experiment conducted in matrilineal and patriarchal societies permits us to explore how culture affects bargaining behavior. One interesting result is that in both the a...

Journal: :Socio-cultural management journal 2023

Introduction. The relevance of the research topic is due to significant impact cultural and leisure events on strengthening social cooperation between different groups rural population, as well urgent need revitalize development areas in Ukraine. Purpose methods. purpose article theoretical foundations practical recommendations for organization based centers, which will provide an opportunity i...

Journal: :پژوهشنامه ایرانی سیاست بین الملل 0
حسین اطهری سیدعباس حسینی داورانی

since the beginning of the arab spring, scholars in different fields around the world have studied it, exploiting various approaches. one of these approaches is the cultural change in which survival and self-expression values are analysed. this approach is discussed in the present paper. given that collective actions in every country are in line with its cultural values and cultural changes, th...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علامه طباطبایی - دانشکده ادبیات و زبانهای خارجی 1390

monumental changes occurring on a daily basis have altered the world into a global village of expanding technology and shrinking geography in which preparing language learners for intercultural communication seems to be a sine qua non for modern language education. employing a cross-sectional design in its first phase, this study investigated the intercultural sensitivity and language proficien...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2012
Bokyung Kim Young Shin Sung Samuel M McClure

People generally prefer to receive rewarding outcomes sooner rather than later. Such preferences result from delay discounting, or the process by which outcomes are devalued for the expected delay until their receipt. We investigated cultural differences in delay discounting by contrasting behaviour and brain activity in separate cohorts of Western (American) and Eastern (Korean) subjects. Cons...

Journal: :Researchers World : Journal of Arts, Science and Commerce 2019

Journal: :Revue scientifique et technique 2014
G Murray K Ashley R Kolesar

The complex and diverse nature of the World Organisation for Animal Health (OIE) region for Asia, the Far East and Oceania presents both challenges and opportunities in implementing improved approaches to animal welfare. Drivers for improvements include social values, culture, religion, political interest, trade, an increasing global awareness of animal welfare issues, an increasing demand for ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علامه طباطبایی 1390

introruction khawf in(iran)-herat and mazaresharif and shirkhan bandar in (afghanistan)-dushanbe in (tajikistan)_(kirgizstan)-kashghar in(china) project railway network is under construction that it is as a significant corridor for revitalizing silk road corridor in the region .at the present there are three different gauge in the region central asia with 1,520 mm gauge and turkey-islamic repu...

Journal: :CoRR 2007
Amac Herdagdelen Haluk Bingol

Social interactions and personal tastes shape our consumption behaviors of cultural products. In this study, we present a computational model of a cultural market and we aim to analyze the behavior of the consumer population as an emergent phenomena. Our results suggest that the final market shares of the cultural products dramatically depend on the consumer heterogeneity and social interaction...

Population growth is a phenomenon that may not be explained only by relying on economic factors. Thus, this article tries to explain population growth issue according to Inglehart-Welzel's Modernization and Cultural Change Theory besides economic factors. It also tries to take a multidisciplinary approach to project and model the strategic variable of population on the basis of socio-economic v...

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

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

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