نتایج جستجو برای: executive instructions

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

2003
Cécile Paris Keith Vander Linden Nathalie Colineau Shijian Lu

This paper presents an environment that supports the production of instructions, exploiting methodologies and technologies from Human-Computer-Interaction, Natural Language Processing and Software Engineering. In this environment, instructions are automatically generated from task models. The environment includes an interactive tool to build task models, an extensible set of knowledge acquisiti...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2002
Masataka Watanabe Kazuo Hikosaka Masamichi Sakagami Shu-ichiro Shirakawa

The prefrontal cortex is involved in acquiring and maintaining information about context, including the set of task instructions and/or the outcome of previous stimulus-response sequences. Most studies on context-dependent processing in the prefrontal cortex have been concerned with such executive functions, but the prefrontal cortex is also involved in motivational operations. We thus wished t...

2011
Robert Hubal Matthew S. Cain Stephen R. Mitroff

Airport and border security personnel are working to improve security practices and preparedness to prevent acts of terrorism. While they must guard against false positives that result in needless delays for travelers, they must also balance those against the grave costs of missing a threat. In support of a study investigating individual differences in vigilance tasks, the authors have develope...

2017
Peter Malinowski Adam W. Moore Bethan R. Mead Thomas Gruber

There is growing interest in the potential benefits of mindfulness meditation practices in terms of counteracting some of the cognitive effects associated with aging. Pursuing this question, the aim of the present study was to investigate the influence of mindfulness training on executive control and emotion regulation in older adults, by means of studying behavioral and electrophysiological ch...

2017

The Clock Drawing Test is sensitive to early cognitive changes, simple to. . MiniCog. Montreal Cognitive Assessment. (MoCA). Saint Louis University Mental. .. Cog.pdf ) includes the clockdrawing task and a. .. Spanish-speaking elderly. Administration and scoring instructions available at www.mocatest.org (English, French, Dutch & Spanish). Guidelines & Protocols Advisory Committee. Montreal . O...

Journal: :اخلاق در علوم و فناوری 0
داریوش دانشور فرهود مریم مالمیر

abstract background: ethics was discussed for many years in medical ethics through rules, theories, hypothesis and religious. there are some organs in iran that working on ethics. department of medical science is one of them that has his own instructions on ethics. this study aims to review some of the challengeable issues in medicine. conclusion: department of ethics in iranian academy of medi...

Introduction: In the way of public policy implementation, there are many factors and obstacles, the identification of which will lead to the effective implementation of policies adopted for that area. Method: The present research was conducted with the aim of identifying and prioritizing the obstacles to the implementation of Iran's social welfare policies. The research is of a meta-composite ...

2016
Anne Gabrielle Eva Collins Michael Joshua Frank

Study of human executive function focuses on our ability to represent cognitive rules independently of stimulus or response modality. However, recent findings suggest that executive functions cannot be modularized separately from perceptual and motor systems, and that they instead scaffold on top of motor action selection. Here we investigate whether patterns of motor demands influence how part...

2013
Sushmit Mishra Thomas Lunner Stefan Stenfelt Jerker Rönnberg Mary Rudner

Listening to speech in noise depletes cognitive resources, affecting speech processing. The present study investigated how remaining resources or cognitive spare capacity (CSC) can be deployed by young adults with normal hearing. We administered a test of CSC (CSCT; Mishra et al., 2013) along with a battery of established cognitive tests to 20 participants with normal hearing. In the CSCT, list...

Journal: :Revista de Direito Internacional 2022

The WTO has significantly engaged with Indian law in at least three contexts covering covered agreements. In the first case, executive’s instructions were not accepted as corroborative of India’s compliance on ground that these created “a certain degree legal insecurity” and devoid “sound basis” under law. On second occasion, did accept impact statement an official Statutory Order evidence obli...

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

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

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