نتایج جستجو برای: dialogical feature of human identity

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

Journal: :Sustainability 2022

A sustainable university must educate its academic collaborators and interest groups, focusing on the key dimensions, such as economic growth, respect for environment carrying out energy saving measures, efficiency reuse of resources. The aim this research is to show tendencies postgraduate courses in training human talent “Sustainable Development” based grounded theory. methodology approached ...

2007
Per Linell

The aim of this contribution is to take a number of key notions in dialogical theory, and look for their possible counterparts in recent neuroscience. This comprises points like other-orientation, relationism and context-interdependence, embodiment of language, responsive understanding, potentialities, unfinalisability, implicitness and degrees of awareness, and redundancy of processing. The co...

2017
Manon Kluijtmans Else de Haan Sanne Akkerman Jan van Tartwijk

CONTEXT Despite increasing numbers of publications, science often fails to significantly improve patient care. Clinician-scientists, professionals who combine care and research activities, play an important role in helping to solve this problem. However, despite the ascribed advantages of connecting scientific knowledge and inquiry with health care, clinician-scientists are scarce, especially a...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی مشهد - دانشکده دندانپزشکی 1390

objective: the objective of this study was to investigate the invitro fluoride release of four new self-adhesive resin cements; set (sdi, australia), breeze (pentron, usa), embrace wetbond (pulpdent, usa), g-cem (gc, japan) and to assess the bonding performance of these self-adhesive resin cements for bonding of orthodontic brackets. materials and methods: for fluoride release experiment, six ...

ژورنال: پژوهش های تربیتی 2015
, ,

The concept of identity is one of the most crucial issues of human society. One of the areas in which the concept of identity has been strongly discussed, is education. In each period, affected by the terms and textural characteristics of societies and eras, identity has found special concept.The authors attempt to redefine education and its components, based on the phenomenological concep...

Journal: :پژوهش های انسان شناسی ایران 0
علی اکبری دانشجوی دکتری معماری، دانشگاه آزاد اسلامی واحد تهران مرکزی محمد منصور فلامکی استاد گروه معماری، دانشکده معماری و شهرسازی، دانشگاه آزاد اسلامی واحد تهران مرکزی

question of quantity and quality of built spaces and meanings and implications inherent them, have always at the forefront of architectural researches. meanwhile, “approach to cognition” of the phenomenon of built space as well as “means of cognition” is the difference of researches and it is in question. one of the epistemology on recognition of objects which introduced in 20th century and emb...

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

run-out-table (rot) is located between last finishing stand and down coiler in a hot strip mill. as the hot steel strip passes from rot, water jets impact on it from top and bottom and strip temperature decreases approximately from 800-950 °c to 500-750°c. the temperature history that strip experience while passing through rot affects significantly the metallurgical and mechanical properties, s...

2016
Relato de Caso Beatriz Zaki Porcelli Mariani Ana Cristina Guarinello Giselle Massi Rita Tonocchi Ana Paula Berberian Antônio Rangel Santos

Speech language therapies in a bilingual dialogical clinic conceive language as interaction and part of each inidividual’s history, enabling deaf people to access Brazilian sign language and the Portuguese language. Purpose: this study aims to discuss the use of Brazilian sign language as the first language for a deaf individual going to a bilingual dialogic clinic from dialogic activities. Met...

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

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

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