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

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

2006
Frédérick Bénaben Jihed Touzi Vatcharaphun Rajsiri Hervé Pingaud

This article deals with enterprise interoperability in order to propose lines of research about information system design in a collaborative context. The static and dynamic dimensions of collaboration are exposed and discussed. The proposed IS design approach is based on process model translation. This article also presents several perspectives, especially about IS flexibility and process model...

Journal: :Publications of the Modern Language Association of America 2023

Abstract This piece acknowledges the MLA's many initiatives in support of translation while also advocating for even greater visibility as a mode combatting language injustice disciplines across university. Translation offers opportunities inclusiveness, information sharing, and collaborative knowledge production linguistic, social, economic, geographic divides. It form hands-on apprenticeship ...

Journal: :Journal of contemporary educational research 2023

With the incessant propulsion of Open Door Policy, which is related to consolidation international collaborative partnerships, an increasing number Chinese companies are moving toward cooperating countries participate in infrastructure construction, employing a win-win strategy favor people and governments both countries. Among cooperation domains, our country’s electrical have achieved series ...

Journal: :Revista Tradumàtica 2021

This article explores recent developments in freelance subtitling work within the audio-visual translation (AVT) industry. During 2010s, many LSPs operating globally moved their provision of paid, professional services to cloud platforms, and I argue that such while capable generating collaborative environments, enact information patterns which weaken communicative aspects production processes,...

Journal: :Arab World English Journal for Translation & Literary Studies 2023

The paper aims to assess the quality of English collaborative translation Rajaa Alsanea’s Arabian novel Girls Riyadh, focusing on linguistic and cultural features Target Text, a few which are sometimes nonexistent in Source Text. mixed literal/functional approach seems be inconsistent, observes, it is possibly due both apparent tension between self-translator her co-translator Marilyn Booth pro...

2011
Toru ISHIDA Masanobu ISHIMATSU

In Wikipedia, the largest encyclopedia on the Internet, a huge amount of knowledge is shared among users. However, differences in the number of articles among different language versions of Wikipedia represent an important issue. In order to solve the current imbalance of knowledge present in different languages , some users translate existing articles from one language to create new articles i...

In the present era, the amount of information grows exponentially. So, finding the required information among the mass of information has become a major challenge. The success of e-commerce systems and online business transactions depend greatly on the effective design of products recommender mechanism. Providing high quality recommendations is important for e-commerce systems to assist users i...

This study investigated the comparative effects of audio-visually prompted collaborative dialogue on the listening comprehension development of symmetrical, asymmetrical, and asymmetrical teacher-fronted EFL learner groups. Besides, it explored the attitude of the participants of the groups concerning the effectiveness of collaborative dialogue for their listening comprehension improvement. The...

2013
Markus Freitag Stephan Peitz Joern Wuebker Hermann Ney Nadir Durrani Matthias Huck Philipp Koehn Thanh - Le Ha Jan Niehues Mohammed Mediani Alex Waibel Nicola Bertoldi Mauro Cettolo

EU-BRIDGE1 is a European research project which is aimed at developing innovative speech translation technology. This paper describes one of the collaborative efforts within EUBRIDGE to further advance the state of the art in machine translation between two European language pairs, English→French and German→English. Four research institutions involved in the EU-BRIDGE project combined their ind...

Journal: :journal of medical ethics and history of medicine 0
bagher larijani farzaneh zahedi masoumeh nouri alireza bagheri ramin heshmat elaheh motevaseli

globally, there have been considerable debates on the ethical conduct and review of collaborative international researches. one of the great challenges is to conduct clinical trials in developing countries as externally-sponsored researches (esr). this descriptive survey has reviewed the status of this type of researches in iran during 2002 to 2003. this study was carried out in 44 universities...

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

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

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