نتایج جستجو برای: which is intentional

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

2014
Katarzyna Paprzycka

I use the normative theory of intentional omissions to argue that ordinary uses of ‘ s intentionally’ are systematically ambiguous. There are occasions where they might be used to attribute intentional omissions rather than intentional actions. One can thus explain a number of puzzles that have been taken to be puzzles about the concept of intentional action: the Knobe effect, the connection ...

1998
Walter J Freeman

Emotion is defined as a property of intentional behavior. The widespread practice of separating emotion from reason is traced to an ancient distinction between passive perception, which is driven by sensory information from the environment, and active perception, which begins with dynamics in the brain that moves the body into the environment in search of stimuli. The neurodynamics of intention...

Journal: :bulletin of the iranian mathematical society 2016
sh. asgari m. arabi-kakavand h. khabazian

we introduce the class of “right almost v-rings” which is properly between the classes of right v-rings and right good rings. a ring r is called a right almost v-ring if every simple r-module is almost injective. it is proved that r is a right almost v-ring if and only if for every r-module m, any complement of every simple submodule of m is a direct summand. moreover, r is a right almost v-rin...

Journal: :international journal of preventive medicine 0
nastaran eizadi-mood shahla akuchekian ali mohammad sabzghabaee farzad gheshlaghi naeimeh hessami

background: prevention of  suicide is one of  the most important issues of  community medicine in the world. because of  high accessibility of  people to different drugs in our society, one of   the easiest ways of  suicide is intentional self‑poisoning. in this study, demographic factors and health status of  the patients with intentional self‑poisoning were evaluated. methods: a cross‑section...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سمنان - دانشکده ادبیات و علوم انسانی 1393

from its emergence till present time marxist principles has undergone great changes since their promulgation by marx. many theorists and thinkers set at rectifying marxist tenets and introducing those of their own while others advocated its main concepts and attempted at improving them. among marxist philosophers who had an intensive study of marxs ideology, is louis althusser whose reflections...

Journal: :iranian journal of toxicology 0
علی بناگذارمحمدی ali banagozar mohammadi department of toxicology, tabriz university of medical sciences, tabriz, iran. حمید نوشاد hamid noshad md. chronic kidney diseases research center, sina hospital, tabriz university of medical sciences, tabriz, iran. علی استادی ali ostadi department of toxicology, tabriz university of medical sciences, tabriz, iran. علیرضا غفاری ali reza ghaffari philosophy and history of medicine research center, sina hospital, tabriz university of medical sciences, tabriz, iran. مریم زاره نهندی maryam zaare nahandi chronic kidney diseases research center, sina hospital, tabriz university of medical sciences, tabriz, iran. احد بناگذارمحمدی ahad banagozar mohammadi philosophy and history of medicine research center, sina hospital, tabriz university of medical sciences, tabriz, iran.

background: acrylamide (c3h5no) is a vinyl monomer. this water-soluble crystalline solid is a colorless, odorless agent which is used in scientific laboratories and some industries. acrylamide has cellular oxidative effects. acute or chronic poisoning with this agent happens as a result of skin, respiratory, or oral contacts. clinical manifestations depend on the dose, duration, and frequency o...

2013
HOWARD ROBINSON

I argue that the idea that mental states possess a primitive intentionality in virtue of which they are able to represent or ‘intend’ putative particulars derives largely from Brentano‘s misinterpretation of Aristotle and the scholastics, and that without this howler the application of intentionality to phenomenal content would never have gained currency.

Journal: :Nursing times 2012

In January 2011 the British Prime Minister called for changes in the way nurses deliver care. Following a number of critical reports, concern had been expressed about the need to ensure essential aspects of nursing care are consistently delivered. One of the Prime Minister’s recommendations is for NHS hospitals to implement hourly nursing rounds, to check on patients and ensure their fundamenta...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان - دانشکده شیمی 1389

in this project, some new polyaspartimides, (pas)s, have been synthesized form michael addition reaction between new synthetic bismaleimide (bmi) and some aromatic diamines. a characteristic property of this polyaspartimides is a pendent carboxylic group, which introduced to these polymers from new bismaleimide. bismaleimides (bmi) is one of the interesting compounds, which can be self-polymeri...

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

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

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