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

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

1989
P.V. Sukhatma

The deficiency of our present education in moulding the future generation to develop a social and natural out look is discussed in this paper. Also the author lighlights here the significance Adhyatma forms of teaching and cultural evolution takes place to that effect.

Journal: :History of psychology 2016
Michael Pettit

Launched in 2010, the Google Books Ngram Viewer offers a novel means of tracing cultural change over time. This digital tool offers exciting possibilities for cultural psychology by rendering questions about variation across historical time more quantitative. Psychologists have begun to use the viewer to bolster theories about a historical shift in the United States from a more collectivist to ...

2014
Dermot Breslin

Over the past few decades an emerging group of social scientists have been adopting evolutionary approaches to study socio-cultural change. Some have taken this approach to reconceptualise the small business’ struggle for survival as an evolutionary process in which the entrepreneur must ‘learn to evolve’. In this chapter, this practice-based evolutionary language is explored. Entrepreneurial l...

2002
Shaun Nichols Todd Grantham Luc Faucher Todd Jones Ron Mallon

_______________________________________________________________________ One promising way to investigate the genealogy of norms is by considering not the origin of norms, but rather, what makes certain norms more likely to prevail. Emotional responses, I maintain, constitute one important set of mechanisms that affects the cultural viability of norms. To corroborate this, I exploit historical e...

2013
Roxana Behruzi Marie Hatem Lise Goulet William Fraser Chizuru Misago

Understanding the main values and beliefs that might promote humanized birth practices in the specialized hospitals requires articulating the theoretical knowledge of the social and cultural characteristics of the childbirth field and the relations between these and the institution. This paper aims to provide a conceptual framework allowing examination of childbirth practices through the lens o...

Journal: :Indian journal of public health 2016
Katia S Mohindra

In this commentary, it is argued that greater attention paid to ethical considerations related to doing Public Health Research with Scheduled Tribes (STs) should be prioritized. Given the high levels of health needs among STs as well as their high levels of deprivation, cultural oppression, and impingement on their rights, there is a need to revisit our research practices to contribute to bette...

2014
Yuji Ogihara Yukiko Uchida

We examined the negative effects of individualism in an East Asian culture. Although individualistic systems decrease interpersonal relationships through competition, individualistic values have prevailed in European American cultures. One reason is because individuals could overcome negativity by actively constructing interpersonal relationships. In contrast, people in East Asian cultures do n...

Journal: :American journal of philology 2003
Nicholas Purcell

Changes in foodways were an object of literary reflection on the Roman past in the early empire. They offered a rich set of ingredients with which to characterize social, economie, and cultural change. Varro is prominent in attesting and shaping this tradition, but it is an older, and more broadly based means of narrating Roman social history. Varro developed this material in his treatise, On t...

2000
Kristiina Karvonen

In this paper we present a cross-cultural comparison on users’ perception on computer security issues, with a special emphasis on the notion of trust. The study was conducted by bringing together two previous approaches on trust: the user studies conducted previously in Finland were repeated in Sweden, with only slight alterations to account for national features, such as language and choice of...

Journal: :JTAER 2010
Haralambos Mouratidis Piotr Cofta

It is widely recognised that successful online systems are not those that simply fulfil some functional specifications, but rather systems that are developed to also meet a number of non-functional requirements such as security, reliability and trust. It is also generally accepted that the development of quality online systems is not anymore just the task of single individuals or mono-cultural ...

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

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

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