نتایج جستجو برای: interactional metadiscourse

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

Journal: :journal of teaching language skills 2012
hossein vahid dastjerdi maryam shirzad

the current study is an attempt to investigate the impact of explicit instruction of metadiscourse markers on advanced, intermediate, and elementary efl learners’ writing performance. the participants of the study were 94 undergraduate students majoring in english literature at the university of isfahan. to elicit the relevant data, participants were given a pretest of writing ability to check ...

The current study is an attempt to investigate the impact of explicit instruction of metadiscourse markers on advanced, intermediate, and elementary EFL learners’ writing performance. The participants of the study were 94 undergraduate students majoring in English Literature at the University of Isfahan. To elicit the relevant data, participants were given a pretest of writing ability to check ...

2009
Patrick G.T. Healey Stuart A. Battersby

In this paper we describe patterns of spatial co-ordination that, we propose, are a distinctive characteristic of multi-person face-to-face interactions. The data come from a task in which participants describe some simple, non-spatial, computer code in an instructor / learner scenario. Three participants take part; 2 instructors and 1 learner. Using excerpts from these interactions we show tha...

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده ادبیات و علوم انسانی 1391

the present study aimed to investigate representation of discourse markers and metadiscourse markers in conversations and readings of general elt coursebook series used in the language centers of iran. to this aim, four elt coursebooks popularly taught in language centers of this country were analyzed based on fung and carter’s (2007) framework regarding discourse markers and hyland’s (2005) fr...

1995
Stephanie Elzer

In addition to being able to infer a user's domain goals, a natural language expert consultation system must also be able to 1) recognize the user's preferences regarding the domain plan being developed and 2) infer the user's problem-solving goals and model the problem-solving process. This paper discusses both the usefulness of user preferences to the plan recognition process and the necessit...

Journal: :International Journal of English Linguistics 2021

The ongoing Pan-European integration process has profoundly influenced the nature of European law and its development, demanding a review “the ways how language […] is materialized” (Gibová, 2009, p. 192). EU multilingualism thus becoming an intricate concept since “EU translation Europe” 192) encompassing supranational view world co...

Journal: :Participatory educational research 2022

Although academic writing has been seen as an objective form of writing, recent studies have shown that it is a social interaction and not totally impersonal. In line with this view, Hyland (2002) stated also strongly linked the manifestation authorial presence across text. Included in interactional metadiscourse framework devised by (2005), self-mentions enable writers to express their beliefs...

2016
Ghada AlHarbi Thomas Hain

This study describes a new corpus of over 60,000 hand-annotated metadiscourse acts from 106 OpenCourseWare lectures, from two different disciplines: Physics and Economics. Metadiscourse is a set of linguistic expressions that signal different functions in the discourse. This type of language is hypothesised to be helpful in finding a structure in unstructured text, such as lectures discourse. A...

Journal: :Shìd 2023

The article focuses on the definition and analysis of communication as a metadiscourse social interactions in terms topological methodology. Socio-cultural transformations that shape model global world change Ukrainian landscape, intensification cross-cultural contacts, international relations, relations communities different levels actualize problem communicative interaction. Globalization pro...

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

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

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