نتایج جستجو برای: and explicit awareness

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

Journal: :J. Comput. Physics 2015
Xiang Zheng Chao Yang Xiao-Chuan Cai David E. Keyes

Article history: Received 11 August 2013 Received in revised form 29 December 2014 Accepted 12 January 2015 Available online 16 January 2015

Abbasali Rezaei, Sepideh Mehraein,

Research on the effect of implicit and explicit instruction on developing learners’ explicit knowledge by the use of measures of explicit knowledge abounds in the literature. However, measuring learners’ implicit knowledge employing fine-grained measures has rarely been the concern of researchers in the field. Therefore, the present study is an attempt to scrutinize the effectiveness of implici...

Journal: :computational methods in civil engineering 2012
p. mirzazadeh g. akbari

flood routing has many applications in engineering projects and helps designers in understanding the flood flow characteristics in river flows. floods are taken unsteady flows that vary by time and location. equations governing unsteady flows in waterways are continuity and momentum equations which in case of one-dimensional flow the saint-venant hypothesis is considered. dynamic wave model as ...

2014
Joseph A. Harris Alex R. McMahon

The extent of visual processing that occurs outside of awareness is an unresolved issue of broad importance to the field of cognitive neuroscience. Research examining this question is predicated on the notion that any information that is represented in the brain, whether an individual is aware of it or not, holds the potential to affect subsequent behavior in a relevant way. Identifying the inf...

Journal: :Int. J. Intell. Syst. 1997
Kwang Mong Sim

This survey brings together a collection of epistemic logics and discusses their approaches in alleviating the logical omniscience problem. Of particular note is the logic of implicit and explicit belief. Explicit belief refers to information actively held by an agent, while implicit belief refers to the logical consequence of explicit belief. Ramifications of Levesque’s logic include nonstanda...

Journal: :Quarterly journal of experimental psychology 2014
Helen L Breadmore Andrea Krott Andrew C Olson

This study investigated deaf adolescents' implicit and explicit awareness of subject-verb number agreement. In Experiment 1, a self-paced reading task, the reading times of deaf and hearing children (matched for reading and chronological age, mean=8;3 and 13;10 years) increased when sentences contained disagreeing subject-verb number markers. However, deaf adolescents' slowing occurred later in...

Journal: :NeuroImage 2009
David C. Knight Najah S. Waters Peter A. Bandettini

Distinct aspects of our fearful experiences appear to be mediated by separate explicit and implicit memory processes. To identify brain regions that support these separate memory processes, we measured contingency awareness, conditional fear expression, and functional magnetic resonance imaging signal during a Pavlovian fear conditioning procedure in which tones that predicted an aversive event...

2014
Marco Cascella

1 It is fair to say that at the moment the Bispectral Index (BIS) does not offer guarantees for awareness prevention and as reported by Avidan, the use of the Bispectral Index could give anesthesiologists a false sense of security that if they keep the measurement between 40 and 60, they will prevent anesthesia A. 2 Why do we continue to use the BIS ? It simply guides us in saving drugs and fac...

Hamid Reza Babaali Reza Sepahvand Zohreh Ramak,

The prediction of river, s discharge rate is one of the important issues in water resources engineering. This issue is very important for the planning, management, and policy making in water resources management, especially in the country like Iran, with limited water resources in line the economic and environmental development. Awareness of how the relationship between rainfall and run...

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

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

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