نتایج جستجو برای: identity sources

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

,

Background: One of the effective factors on increasing the quality of education of children with special needs is the empathetic behaviors of educators. Accordingly, the present study aimed to investigate the mediating role of psychological gap in the relationship between moral identity and spiritual identity with empathy. Method: The present study is a descriptive-correlational study in which...

Journal: :Advanced linguistics 2023

The article analyzes features of personality’s civic identity through awareness relevance its formation and detection in modern Ukraine. following methods were used to conduct the research: analysis generalization pedagogical methodical sources order identify range issues that require scientific study; comparative analysis, interpretation facts; analytical analyze civil identity; system for dev...

Farahnaz Mostafavi

The present research has been conducted aiming at specifying how the youth use internet and how they are influenced of emerging media via survey as the research method. The statistical population (200445) consists of 18-30 years old youth in Kashan. The sample (384) was selected using random sampling method via Morgan table. To elaborate the hypotheses, Tajfel&#39s theory has been used to speci...

Journal: :iranian journal of management studies 2013
ali shirazi hanzaleh zeynvand lorestani ahmadreza karimi mazidi

a key challenge to brand managers is how to gain a better understanding of the relationship between brand and customer loyalty constructs. researchers have recognized that brand identity plays a key role in brand management. the purpose of this paper is to investigate the effect of brand identity and brand identification on brand loyalty through perceived value, customer satisfaction, and trust...

2014
Madan Mohan

In wireless media, secure communication is one of the important concepts. We use Identity based cryptosystems in order to provide security in two-way relay networks. But due to the use of identity of a node as their public key, this scheme lacks the anonymity and privacy preservation. So, in order to solve this problem, propose a new approach in two-way relay networks by using cooperation jammi...

2004
Anand Jeyaraj Deborah B. Balser Charles Chowa Gary M. Griggs

Studies of e-business adoption have generally been restricted to understanding organizational factors. Institutional factors provide an alternate explanation of the diffusion of e-business across organizations. We test the influence of coercive, normative, and mimetic pressures on first-time adoption of B2B and B2C innovations by organizations. We further propose that an organization’s response...

2004
Sandro Costarelli

Prior research has shown that negative affect directed at the self follows from intergroup evaluation. Building on social identity theory, we hypothesized that ingroup identification impacts on felt self-directed negative affect after making intergroup differentiating evaluations. Additionally, prior work has demonstrated that people downgrade the outgroup to the extent that they identify with ...

2015
Adriana Aldana Christy M. Byrd

Research has sought to understand how parents socialize their children around race and ethnicity, but few studies have considered how contexts outside the home are also important sources of socialization. In this paper we review and integrate literature on practices in school settings that have implications for ethnic– racial socialization using a framework based on Hughes et al. (Dev Psychol 4...

2008
Andrea Wiggins Michael J. McQuaid Lada A. Adamic

Exploring indicators of prestige in hiring networks as they relate to measures of prestige presented in peer ratings provides a new perspective on hiring and identity in the iSchools. This study examines a hiring network for the iSchool community and finds that the perception of prestige among iSchools, as represented by the US News & World Report (USNWR) graduate school ratings, may be improve...

2011
C. Nathan DeWall

People have a fundamental need to belong, which influences self and identity regulation processes and health outcomes. Deficits in belongingness motivate people to seek out sources of renewed affiliation. What consequences might this desire for reconnection have for smoking? The current work proposes a theoretical model in which feelings of social exclusion predict higher rates of smoking, pres...

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

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

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