نتایج جستجو برای: interactive white board

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

Journal: :Marine Policy 2021

The MSP Challenge uses game technology and role-play to support communication learning for Marine/Maritime Spatial Planning. Since 2011, a role-playing game, board digital interactive simulation platform have been developed. editions used in workshops, conferences, education, as well real life stakeholder engagement. authors give an overview of the development reflect on value approach engaging...

2000
Robert W. Fairlie Alexandra M. Resch Chris Jepsen Bill Koch

Using a recently released confidential dataset from the National Center for Educational Statistics (NCES), we find some evidence of "white flight" from public schools into private schools partly in response to minority schoolchildren. We also examine whether "white flight" is from all minorities or only from certain minority groups, delineated by race or income. We find that white families are ...

2009
Alex Olwal

We discuss the benefits of using a mobile device to expand and improve the interactions on a large touch-sensitive surface. The mobile device’s denser arrangement of pixels and touch-sensor elements, and its rich set of mechanical on-board input controls, can be leveraged for increased expressiveness, visual feedback and more precise direct-manipulation. We also show how these devices can suppo...

Journal: :Arab World English Journal 2022

This survey investigated the interaction of e-learning settings through teaching English as a foreign language by native-English teachers. It examined instructional virtual environment in EFL at University Tabuk Saudi Arabia during COVID-19 crisis academic year 2019/2020. Sample consisted 20 informants. Participants were selected randomly divided into two groups (experimental 10 and control 10)...

1993
Robert B. Avery Patricia E. Beeson Mark S. Sniderman

'uring the past year, several Federal Reserve reports on home mortgage lending have attracted widespread attention for what they revealed about racial lending patterns. The Federal Reserve Board, in backto-back analyses of 1990 and 1991 data gathered nationwide, reported that black and Hispanic applicants are denied credit at roughly twice the rate of white applicants. And in a study designed t...

Journal: :IEEE Trans. Information Theory 1976
R. M. Hawkes John B. Moore

The estimation of unknown parameters of deterministic time-varying signals contaminated with additive Gausaian white noise is considered, and an upper bound is obtained for the mean-square estimation error. As an example, the theory is applied to the synchronous demodulation of pulse frequency-modulated (PFM) signals in Gaussian white noise. Manuscript received July 3, 1975; revised January 5, ...

Journal: : 2022

The formation of reader’s independence in elementary schoolchildren is an urgent object modern primary education. article discusses forms working with a children’s book that combine traditional means and electronic resources: meeting writers, creating video, using platforms, downloading virtual board, projects, maintaining interactive diary. Each form built on the cooperation children adults bo...

2014
William Widjaja

Affinity Diagrams are an essential problem solving method that helps teams structure ideas and generate solutions. Collaborative affinity diagrams are created using paper sticky notes for input on a white board where groups and drawings can be made. Although many researchers have tried to leverage technology to support this practice, most live discussion support systems are based on SDG (Single...

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

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

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