نتایج جستجو برای: risk taking behaviors

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

Journal: :basic and clinical neuroscience 0
ahmad sohrabi department of psychology, faculty of humanities and social sciences, university of kurdistan, sanandaj, iran. andra m. smith department of psychology, carleton university, ottawa robert l. west department of psychology, university of ottawa, ottawa ian cameron general hospital, university of ottawa, ottawa

introduction: the current study aimed to elucidate the role of preparatory cognitive control in decision making and its neural correlates using functional magnetic resonance imaging (fmri). to this effect, by employing a series of new cognitive tasks, we assessed the role of preparatory cognitive control in monetary (risky) decision making. methods: the participants had to decide between a risk...

Journal: :practice in clinical psychology 0
zohreh ahmadabadi department of clinical psychology, university of social welfare and rehabilitation sciences, tehran, iran. marjan poshtmashhadi department of clinical psychology, university of social welfare and rehabilitation sciences, tehran, iran. leili panaghi shahid beheshti university

objective: this research aimed at evaluating the moderator role of school connection on the impact of violent friends towards aggressive behaviors in adolescent students of tehran high schools. methods: a sample of 3529 participants from tehran high school students was selected using multistage sampling method. participants completed school connection questionnaire (scq), iranian adolescents ri...

Journal: :international journal of high risk behaviors and addiction 0
nour-mohammad bakhshani department of clinical psychology, children and adolescent health research center, zahedan university of medical sciences, zahedan, ir iran; department of clinical psychology, children and adolescent health research center, zahedan university of medical sciences, zahedan, ir iran. tel: +98-5414522637, fax: +98-5414522637

Journal: :razavi international journal of medicine 0
mohammad reza hedayati-moghaddam research center for hiv/aids, htlv and viral hepatitis, iranian academic center for education, culture and research (acecr), mashhad branch, mashhad, ir iran; research center for hiv/aids, htlv and viral hepatitis, iranian academic center for education, culture and research (acecr), mashhad branch, p. o. box: 91775-1376, mashhad, ir iran. tel: +98-5138821533, fax: +98-5138810177 farhad fathimoghadam research center for hiv/aids, htlv and viral hepatitis, iranian academic center for education, culture and research (acecr), mashhad branch, mashhad, ir iran iman eftekharzadeh-mashhadi research center for hiv/aids, htlv and viral hepatitis, iranian academic center for education, culture and research (acecr), mashhad branch, mashhad, ir iran seyed javad pourafzali research center for hiv/aids, htlv and viral hepatitis, iranian academic center for education, culture and research (acecr), mashhad branch, mashhad, ir iran

conclusions present study demonstrated that the frequency of tobacco and substance abuse is considerable among iranian university students who thought to be more knowledgeable and concerned about their health. thus, efficient educational programs are needed to reduce the high-risk behaviors before students enter to university. background risky behaviors such as tobacco and substance abuse, whic...

Journal: :basic and clinical neuroscience 0
behnam zamanian iranian national center for addiction studies, tehran university of medical sciences ali goodarzi institute for cognitive sciences studies (icss) hamed ekhtiari no. 669, south karegar ave, tehran, 13366-16357, iran. tel: +9821-55421177, +98912-1885898 email: h_ekhtiari@razi.tums.ac.ir

a b s t r a c t “addiction” is a multifaceted complicated disorder with many interrelated causes, as well as environmental and genetic features. several hereditary variables that have an effect on these features might work in together to influence vulnerability and the extent of being an addict. molecular re-sequencing of the latest and formerly researched genes holds a crucial place with regar...

2006
H. OMAR S. VENTEGODT J. MERRICK

The leading causes of mortality in adolescents continue to be accidents, homicide, suicide, sexually transmitted infections, teen pregnancy, eating disorders and drug abuse related mortality. All these causes are preventable and primarily due to risk taking behaviors related to the developmental stage of adolescents. The same risk taking behaviors are also leading causes of morbidity. In many i...

Journal: :Journal of Affective Disorders 2021

According to Fuzzy-Trace Theory (FTT), qualitative, bottom-line, “gist” reasoning leads less risk taking and more mature decision-making, easily swayed by emotions than quantitative, detail-oriented, “verbatim” reasoning. In Bipolar disorder deleterious risky behaviors are common. Prior research confirmed the relationships posited between FTT taking. We aim understand whether acts upon in manne...

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

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

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