نتایج جستجو برای: internalized self

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

Journal: : 2023

This study aimed to examine the effect of gender on authentic leadership behaviors school administrators by using meta-analysis method. In research, 13 postgraduate theses, which were included in database National Thesis Center system Council Higher Education between 2013 and 2023, selected according certain criteria, used. The sample research consists 6257 teachers administrators, 3652 female ...

2003
Richard Osbaldiston Kennon M. Sheldon

We used a prospective design and structural equation modeling procedures to examine the processes by which people internalize the doing of new environmental behaviors. As predicted by self-determination theory (Deci & Ryan, 1985: Intrinsic Motivation and Self-determination in Human Behaviour, Plenum, New York; Deci & Ryan, 2000: Psychol. Inquiry 11, 227), participants who perceived the experime...

Journal: :Sex Roles 2023

Abstract We examined whether gay men (Studies 1–2) and lesbian women (Study 1) who harbor internalized stigma due to their sexuality will desire a romantic relationship that reflects conventional, complementary gender roles where one partner is stereotypically feminine the other masculine, in terms of both personality traits division household labor. Results showed that, among with high (but no...

آزاد فلاح, پرویز, دهقانی, محسن, فراهانی, حجت‌الله, موسوی, اشرف‌سادات,

Objectives: The aim of this study was to investigate validity, reliability and factorial structure of the Persian version of the Chronic Self-Destructiveness Scale (CSDS). Method: The method of translation- back translation was used for regulating the Persian version of the Chronic Self-Destructiveness Scale (CSDS). A total of 413 questionnaires (234 females and 179 males) were completed for CS...

Journal: :Frontiers in blockchain 2021

The mechanisms and evolving standards collectively known as self-sovereign identity (SSI) offer the prospect of a decentralized Internet by providing central pillar for human-centered data ecosystem (HCDE). Once established this technology promises to afford participants same agency in digital realm individuals experience real world. Investigation suggests that domain is now sufficiently mature...

2017
Vito Zepinic

Severe trauma affects all structures of the self – one's image of the body; the internalized images of the others; and one's values and ideals – and leads to a sense that the self-coherence and self-continuity are invaded, assaulted, and systematically broken down. The traumatic events overwhelm the ordinary human adaptations to life and generally involve threats to life or bodily integrity, co...

2007
Fred Walumbwa Bruce Avolio William Gardner Tara Wernsing Suzanne Peterson Fred O. Walumbwa Bruce J. Avolio William L. Gardner Tara S. Wernsing Suzanne J. Peterson

This study developed and tested a theory-based measure of authentic leadership using five separate samples obtained from China, Kenya, and the United States. Confirmatory factor analyses supported a higher order, multidimensional model of the authentic leadership construct (the Authentic Leadership Questionnaire [ALQ]) comprising leader self-awareness, relational transparency, internalized mora...

Journal: :Organic & biomolecular chemistry 2008
Yong-Beom Lim Oh-Joon Kwon Eunji Lee Pyung-Hwan Kim Chae-Ok Yun Myongsoo Lee

We have synthesized a peptide-based supramolecular building block consisting of a cyclic Arg-Gly-Asp (cRGD) peptide segment and a beta-sheet-forming peptide segment. The block peptide was shown to self-assemble into a cRGD-coated nanoribbon structure, as revealed by circular dichroism (CD), dynamic light scattering (DLS), and transmission electron microscopy (TEM) studies. We have shown that th...

Journal: :Sexuality and Culture 2023

Abstract Older adults face age-related changes as well stigma in relation to their bodies and sexuality, challenging understanding of themselves sexual, thought impact both sexual desire, activity satisfaction. A qualitative study with a semi-structured interview was completed 32 people, aged 65–85, investigate how older people construct self an ageing body. The analysis generated two main them...

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

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

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