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

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

2015
Tatiana Titova Elena Frolova Valery Yakovlev

The importance of the problem under investigation is due to the need of thorough research of the complicated issues associated with the adaptation of migrant workers in the host society. All these issues are of great social, economic, political and cultural significance for the modern Russian society in general, and the Republic of Tatarstan in particular. The strategies of migrant integration ...

2015
Tatiana Titova Elena Frolova Guzel Stolyarova

The relevance of the problem under research is explained by the necessity of studying the problems connected with the adaptation of labor migrants in the host society, which is of social, economic, political and cultural significance for the modern Russian society in general, and the Republic of Tatarstan in particular. The necessity of studying the adaptation strategies of migrants in the host...

2015
Edna Aparecida Bussotti Ruth Guinsburg Mavilde da Luz Gonçalves Pedreira

OBJECTIVE to perform the translation into Brazilian Portuguese and cultural adaptation of the Face, Legs, Activity, Cry, Consolability revised (FLACCr) scale, with children under 18 years old, affected by cerebral palsy, presenting or not cognitive impairment and unable to report their pain. METHOD methodological development study of translation into Portuguese and cultural adaptation of the ...

For various reasons such as ideology of patronage, fear of censorial measures and specific cultural and literary plans, authors may present their original texts as translation, and sometimes translators manipulate the original text to the extent that it can not be considered as translation anymore. This research was aimed at investigating Bastin's adaptation as a kind of pseudo-translation. He ...

2017
Christine Uber Grosse

This project studies the use of language and cultural adaptation of Web sites of forty-one Global Fortune 500 companies from the developed world and emerging markets. Companies were selected from the Big Five (France, Germany, Japan, UK, US) and BRIC nations (Brazil, Russia, India, and China). The study investigates the extent to which English is the language of the Web for global companies, an...

2013
Gisele da Silva Baraldi Johannes Rojahn Alessandra Gotuzo Seabra Luiz Renato Rodrigues Carreiro

Introduction: Children with atypical development often present behavior problems that impair their psychosocial adaptation. Objective: To describe the cultural adaptation to Brazilian Portuguese of the Behavior Problems Inventory (BPI-01), as well as preliminary indicators of instrument reliability and validity. Methods: The process involved translation, back-translation, and cultural adaptatio...

2016
Barbara Bruno Fulvio Mastrogiovanni Federico Pecora Alessandro Saffiotti Antonio Sgorbissa

In the context of culture-aware robotics, we propose a method for the explicit, on-line mapping between cultural variables and robot behaviour parameters which relies on the linguistic variable formalism, fuzzy clustering and the principles of fuzzy controllers. As a case study, we consider the adaptation of the Human-Robot conversational distance to Hofstede’s cultural dimension of Individualism.

Journal: :Nutricion hospitalaria 2012
J A Duarte Bonini Campos C Dias do Prado

INTRODUCTION The cross-cultural adaptation of the Patient-Generated Subjective Global Assessment is important so it can be used with confidence in Portuguese language. OBJECTIVE To perform a cross-cultural adaptation of the Portuguese version of the Patient-Generated Subjective Global Assessment and to estimate its intrarater reliability. MATERIAL AND METHODS This is a validation study. Fac...

2017
Patrick Roberto Avelino Iza Faria-Fortini Marluce Lopes Basílio Lívia de Castro Magalhães Luci Fuscaldi Teixeira-Salmela

161 ABSTRACT The ABILOCO, specific for adults with stroke, is a questionnaire for the assessment of locomotion ability. For the application with the Brazilian population, its cross-cultural adaptation is required. Objective: To translate the ABILOCO into the Brazilian-Portuguese language and adapt the questionnaire to the Brazilian culture. Methods: The process of cross-cultural adaptation foll...

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

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

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