نتایج جستجو برای: grammatical cohesion

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

Journal: :Participatory educational research 2022

Despite the blurred boundaries among languages and classroom evidence contrary to implementation of monolingual pedagogies, dominance policies for teaching foreign continues persist. To provide language learners with an appropriate bilingual pedagogy target one most challenging second (L2) skills, this study aimed explore role translanguaging (TP) in writing classes participants’ perceptions re...

Journal: :Annals of behavioral medicine : a publication of the Society of Behavioral Medicine 2013
Lorraine R Reitzel Darla E Kendzor Yessenia Castro Yumei Cao Micheal S Businelle Carlos A Mazas Ludmila Cofta-Woerpel Yisheng Li Paul M Cinciripini Jasjit S Ahluwalia David W Wetter

BACKGROUND Social cohesion, the self-reported trust and connectedness between neighbors, may affect health behaviors via psychosocial mechanisms. PURPOSE Relations between individual perceptions of social cohesion and smoking cessation were examined among 397 Black treatment-seeking smokers. METHODS Continuation ratio logit models examined the relation of social cohesion and biochemically v...

2013
Kailash Patidar

Many coupling and cohesion measures have been introduced in various surveys to identify and measure the design complexity of object oriented systems.A large numbers of metrics have been built and proposed for measuring properties of object-oriented software such as size, inheritance, cohesion and coupling.The coupling is an important aspect in the evaluation of reusability and maintainability o...

Journal: :Health & place 2016
Paula Lozano Nancy L Fleischer Spencer Moore Luz Myriam Reynales Shigematsu Edna Arillo Santillán James F Thrasher

The aim of this study was to examine the separate and combined relationships of neighborhood social norms and neighborhood social cohesion with smoking behavior in a cohort of adult Mexican smokers. Neighborhood anti-smoking norms were measured as the proportion of residents in each neighborhood who believed that society disapproves of smoking. Perceived social cohesion was measured using a 5-i...

2012
Kanika Arora Abhishek Singhal Abhay Bansal Avadhesh Kumar

Aspect-oriented system is a new emerging technique of software development that provides mechanism for implementing cross-cutting concerns. Quality assessment of important characteristics like cohesion, coupling, complexity, reusability, maintaibility, etc. is fairly unexplored for Aspect-oriented systems. Through this research work we have tried to find out the correlation between some of the ...

2014
Samantha M Harden Paul A Estabrooks Scherezade K Mama Rebecca E Lee

BACKGROUND Interaction in the form of cooperation, communication, and friendly competition theoretically precede the development of group cohesion, which often precedes adherence to health promotion programs. The purpose of this manuscript was to explore longitudinal relationships among dimensions of group cohesion and group-interaction variables to inform and improve group-based strategies wit...

2011
Yao Fu Xin Chen

The present study investigates the use of conjunction cohesion in writing on the basis of text analyses and global scoring of 70 compositions. It analyzes the contrast of scores in pretest and posttest and the overall uses of conjunction cohesion in compositions, and studies the relationship between the frequencies of conjunction cohesion and writing quality. The research result reveals that th...

Journal: :the journal of applied linguistics and discourse analysis 2013
biook behnam bahram kazemian

language, science and politics go together and learning these genres is to learn a language created for codifying, extending and transmitting scientific and political knowledge. grammatical metaphor is divided into two broad areas: ideational and interpersonal.this paper focuses on the first type i.e. ideational grammatical metaphor (igm), which includes process types and nominalization.  the m...

2000
Douglas R. White Frank Harary

The social cohesion of a group, as measured by patterns of network ties, increases with the level of redundancy of interconnections of its members. We will see that the minimal number k of independent paths that connect every pair of actors in a group, the higher the cohesion. The cohesiveness of a group is also measured by the extent to which it is not disconnected by removal of 1, 2, 3,..., n...

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

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

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