نتایج جستجو برای: hypnotic effect

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

2007
Ian Wickramasekera

Eisen, M.L., Oustinovskaya, M., Kistorian, R., Morgan, D.Y., & Mickes, L. (2008). The effect of question format on resistance to misleading postevent information and self-reports of events occurring during hypnosis. International Journal of Clinical and Experimental Hypnosis, 56(2):198-213. The authors present this article about how hypnosis affects memory recall and memory reporting. The autho...

Journal: :Molecules 2017
Shuai Wang Canhong Wang Deqian Peng Xinmin Liu Chongming Wu Peng Guo Jianhe Wei

Although agarwood has been used as a tranquilizer in Asian countries for hundreds of years, the underlying pharmacological basis is still unclear. This study investigated the sedative-hypnotic effect of agarwood essential oil (AEO) using locomotor activity and pentobarbital-induced sleeping assays in mice. Single (1-day) and multiple (7- and 14-days) administrations of 60 mg/kg AEO generated si...

Journal: :The American journal of clinical hypnosis 2002
Steven Jay Lynn Holly Vanderhoff Kelley Shindler Jane Stafford

We compared participants' responsiveness to a standard administration of a hypnotic suggestibility scale (CURSS; Spanos, Radtke, Hodgins, Bertrand, Stam, & Moretti, 1983) that defined the ability to experience hypnosis in terms of cooperation (SI; standard induction, N = 27) with a version of the same scale administered with all references to cooperation removed (CR; cooperation removed, N = 34...

Journal: :The American journal of clinical hypnosis 1966
W C Coe

Reprint from American Journal of Clinical Hypnosis, VIII(3), 189-191. This study is a continuation and extension of an earlier report (1) which examined hypnotic susceptibility in the framework of role theory (2). Three of six variables which contribute to the effectiveness of enacting a role (hypnotic responsiveness in this case) were tested two of them significantly affected the degree of hyp...

Journal: :Consciousness and cognition 2005
Balaganesh Gandhi David A Oakley

Hypnosis is associated with profound changes in conscious experience and is increasingly used as a cognitive tool to explore neuropsychological processes. Studies of this sort typically employ suggestions following a hypnotic induction to produce changes in perceptual experience and motor control. It is not clear, however, to what extent the induction procedure serves to facilitate suggested ph...

Journal: :Journal of abnormal psychology 1966
K Bowers

Hypnotic Ss received posthypnotic suggestions (a) to begin all sentences to the ostensible experimental (Taffel) task with "he" and "they," and (b) to be unaware of and amnesic for this fact. Waking simulator Ss received identical suggestions preceded by instructions to behave later as though they had been hypnotized when they received the suggestions. During a postexperimental inquiry with a d...

Journal: :Cortex 2021

While several theories assume that responses to hypnotic suggestions can be implemented without executive intentions, the metacognitive class of postulate behaviors produced by are intended and accompanying feeling involuntariness is only a consequence strategically not being aware intention. Cold control theory asserts difference between non-hypnotic response this one, is, whether or one one's...

Journal: :iranian journal of pharmaceutical research 0
seyedeh-atefeh mirshafa pharmaceutical sciences research center and department of toxicology and pharmacology, faculty of pharmacy, mazandaran university of medical sciences, sari, iran. mohammad azadbakht department of pharmacognosy, faculty of pharmacy, mazandaran university of medical sciences, sari, iran. nematollah ahangar pharmaceutical sciences research center and department of toxicology and pharmacology, faculty of pharmacy, mazandaran university of medical sciences, sari, iran.

asperugo procumbents l. has been used in iranian traditional medicine for the refreshing, tranquillizing and mood elevating activities. the present study was undertaken to evaluate the antidepressant and sedative-hypnotic potential of acute administration of the hydroalcoholic extract of this plant in mice.additionally, the effects of flumazenil on the hypnotic activity of the extracts were eva...

2015
Maarit Virta Seppo Hiltunen Markus Mattsson Sakari Kallio

Attention is one of the key factors in both hypnotic processes and patients with ADHD. In addition, the brain areas associated with hypnosis and ADHD overlap in many respects. However, the use of hypnosis in ADHD patients has still received only minor attention in research. The main purpose of the present work was to investigate whether hypnosis and hypnotic suggestions influence the performanc...

2007
Graham F. Wagstaff Jon C. Cole

According to the frontal inhibition account of hypnosis, many of the phenomena traditionally associated with hypnosis, such as the suspension of reality testing and loss of planning functions, come about because hypnosis produces decrements in frontal lobe performance. In line with this view, previous studies investigating the frontal inhibition account of hypnosis have found that phonemic flue...

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

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

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