نتایج جستجو برای: academic linguistic performance

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

2008
Emilio J. Castellano Luis Martínez

Collaborative Recommender Systems (CRS) are very useful tools that help people to select items in a huge search space, based on the idea that people with similar taste of preferences in an topic make similar decisions concerning to that topic. There are many commercial applications that show the utility of these systems. In this contribution we shall introduce OrieB, a CRS working in the Academ...

Background: Although sleep disorders are common problems among families and they affect the learning, memory processes and academic performance of children, there is no evaluation of these disorders in Iran. The aim of this study was to assess the prevalence of sleep disorders and its association with academic performance of school age children.Materials and Methods: A cross-sectional study was...

2017
Michael L. Anderson Justin Gallagher Elizabeth Ramirez Ritchie

Improving the nutritional content of public school meals is a topic of intense policy interest. A main motivation is the health of school children, and, in particular, the rising childhood obesity rate. Medical and nutrition literature has long argued that a healthy diet can have a second important impact: improved cognitive function. In this paper, we test whether offering healthier lunches af...

In 2010, the Ministry of Education of one of the most diverse provinces in Canada initiated the implementation of a support program for newcomer students to facilitate their academic, linguistic, social, and cultural adaptation in French speaking schools. This longitudinal multiple case study will document how immigrant parents support their children’s learning, and create a home environment co...

Journal: :PLoS Genetics 2007
Jianfeng Liu Chris Papasian Hong-Wen Deng

In case-control studies, genetic associations for complex diseases may be probed either with single-locus tests or with haplotype-based tests. Although there are different views on the relative merits and preferences of the two test strategies, haplotype-based analyses are generally believed to be more powerful to detect genes with modest effects. However, a main drawback of haplotype-based ass...

2017
Kate Gromova Robert K. Logan

The purpose of this synthesis is to deconstruct the medium of Marshall McLuhan’s prose as an anti-environment for the medium of traditional academic writing. By placing McLuhan’s own theory in dialogue with the founding principles of linguistic anthropology, I will argue that McLuhan’s authorial tactics—a subject of his long-term repudiation by the academic community on the whole—adhered to the...

ابراهیمی, حسین , جبرائیلی, مهناز , رحمانی, آزاد , ولیزاده, سوسن ,

Introduction: Support , advice and guidance of students during of study are one of the most important responsibilities of universities. They are responsible to solve students' problem about this matter. Thus, this study has been designed to determine the students' view about of the Duties and Performance of Academic advisors. Methods: This study which is a descriptive- analytical study. Is perf...

Journal: :CoRR 2017
Valentin Kassarnig Enys Mones Andreas Bjerre-Nielsen Piotr Sapiezynski David Dreyer Lassen Sune Lehmann

Correspondence: kassarnig@ist.tugraz.at Institute of Software Technology, Graz University of Technology, Graz, Austria Full list of author information is available at the end of the article Abstract Identifying the factors which influence academic performance is an essential part of educational research. Previous studies have documented the importance of personality traits, class attendance, an...

2007
Ted Mouw Yu Xie

Recent scholarship claims that bilingualism has a positive effect on the academic achievement of immigrant children. According to this perspective, growing up speaking two languages is beneficial because it stimulates cognitive development and allows immigrants a means of resisting unwanted assimilation. Immigrant children who are fluent bilinguals can use their native-language ability to maint...

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

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

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