نتایج جستجو برای: translation norms

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

Apologies are sources of problems in the process of Persian-English subtitling as they are performed with variant forms and functions in these two languages and cultures. ‘Ta’ārof apologies’-Persian apologies which are extended to show politeness-creates more serious obstacles for the subtitlers. These difficulties root in the culture-specific contexts in which they are used as well as the cult...

Translation plays an important role in conveying and manipulating ideologies. Accordingly, this study sought to analyze the ideological elements in the English subtitles of the Persian movie The Salesman. The framework to find the driven ideological strategies in the translation of the Persian audio of the same movie was based on the critical discourse analysis (...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1393

nowadays, technical terminology translation plays an important role in human life. specific groups of people all over the world refer to learn these terminologies in order to be familiar with a subject and improve their knowledge in that domain. on the other hand, saving the technical translation equivalent is a particularly salient challenge for technical translators. the present study was con...

Journal: :Information 2017
Fernando Gaxiola Patricia Melin Fevrier Valdez Oscar Castillo Juan R. Castro

A comparison of different T-norms and S-norms for interval type-2 fuzzy number weights is proposed in this work. The interval type-2 fuzzy number weights are used in a neural network with an interval backpropagation learning enhanced method for weight adjustment. Results of experiments and a comparative research between traditional neural networks and the neural network with interval type-2 fuz...

Journal: :Translational behavioral medicine 2012
Raquel Asencio Dorothy R Carter Leslie A Dechurch Stephen J Zaccaro Stephen M Fiore

The translation of medical research from bench-to-bedside often requires integrated input from multiple expert teams. These collectives can best be understood through the lens of multiteam systems theory. Team charters are a practical tool thought to facilitate team performance through the creation of explicit shared norms for behavior. We extend the current literature on team charters to the m...

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

“any science seeks generalities; the aim is to transcend knowledge of particular cases by discovering general regularities or laws” (chesterman, 2001, p. 1). these were the words of chesterman whose paper has served as a typical example of numerous papers carried out on ‘translation universals’ since the mid-nineties. blum-kulka (1986) is among translation studies scholars who proposed ‘explici...

2013
Rachel C. Vreeman Megan S. McHenry Winstone M. Nyandiko

Background: Addressing health disparities in the global community requires awareness of how cultural differences in beliefs, traditions, norms, and values shape health problems and behaviors. Review: This paper reviews methods of assessing health behaviors, how these assessments may be affected by cross-cultural differences, and methods of adaptation of health behaviors across cultures. We desc...

Journal: : 2023

The present contribution proposes to analyse the evolution of meaning ‘peaceful’ in space law as an example how international norms can be emptied their substance without putting legality into question. By highlighting different phases ‘peaceful purposes’ principle and linking it peculiar context security dilemmas time, motivations form which was contested are fleshed out. Drawing on this case ...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1392

toury (1978:200) believes that translation is a kind of activity which inevitably involves at least two languages and two cultural traditions. being polite while asking for something takes place differently in different cultures and languages, therefore various strategies may be applied for making requests and also translation of them in order not to disturb or threaten the face or better to sa...

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

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

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