نتایج جستجو برای: orientation and altruistic value

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

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

the aim of this paper is eliminating cr(vi) by natural hap. hap is a inexpensive material which is used from bovine critical bone ash in order to remove heavy metal ions like cr(vi). some experiments in different ph are performed (ph=2,3,7). maximum adsorption was appeared at ph=2, dosage=0.3 gr, c0=10 mg/l. cr(vi) removal depends on ph value and initial amount of cr(vi) result of experiments w...

Journal: :Social Psychology Quarterly 2021

The Slider Measure of social value orientation (SVO) was introduced as an improvement from existing measures. We conduct independent assessment its suitability compared with the Ring and Triple Dominance Measure. Using a student sample, we assess measures’ test-retest reliability (N = 88; using longer time interval than previous studies) sensitivity to random responses. Analyses pertaining conv...

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

the central purpose of this study was to conduct a case study about the role of self monitoring in teacher’s use of motivational strategies. furthermore it focused on how these strategies affected students’ motivational behavior. although many studies have been done to investigate teachers’ motivational strategies use (cheng & d?rnyei, 2007; d?rnyei & csizer, 1998; green, 2001, guilloteaux & d?...

2001
Federico Varese Meir Yaish

A classic issue in the theory of rational choice is whether individuals’ preferences should and can be measured. This paper suggests that studies of altruistic behavior will benefit from trying to measure altruistic preferences. Such an effort would enable scholars to test the separate effect of preferences and situational factors on action. The above suggestions are applied to the case of the ...

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

in this study reference as one of the five cohesive devices in the achievement of textuality in english and persian narrative/descripitive written texts is focused on and analysed . to do so , the theoretical framework elaborated by halliday and hasan (1976) and its version adapted by the writer to match the sub-types of reference in farsi are applied to the analysis of reference in english and...

2013
Wen-Lung Shiau Patrick Y. K. Chau

The purpose of this study is to examine altruistic behavior (altruism) and egotistic behavior (reciprocity and reputation) regarding online group repurchasing intention. Data collected from 282 online group shoppers in an online shopping store provided support for the proposed model. The findings of the study shows that altruism is relevant to online group buying, and trust and satisfaction hav...

2004
A. MICHAEL MACLEAN LAWRENCE J. WALKER M. KYLE MATSUBA

Although moral reasoning is able to account for some of the variability in moral behavior, much remains unexplained. Recently, a number of components of personality have been proposed as bridging the gap between moral reasoning and moral behavior. The present study investigates the role that identity integration (the extent to which one’s moral values have become integrated into identity) and r...

Journal: :Business Strategy and The Environment 2023

This paper reports on a quantitative study of prioritisation biodiversity amongst small- to medium-sized enterprise (SME) leaders. Existing research indicates that value orientation impacts propensity for pro-environmental behaviours. However, as loss remains inadequately addressed, this employs the value-belief-norm framework explore how leaders with strong biospheric and altruistic (collectiv...

Background & Objective: This study aimed to present a causal model of future orientation and self-regulated learning based on the mediating role of academic self-efficacy and task value using a path analysis method. Materials and Methods: This descriptive, correlational study was performed on 205 MSc medical students (MSc) in Shahid Beheshti University, who were selected by Cochrane’s formula ...

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

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

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