نتایج جستجو برای: behavioral sciences research

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

Journal: :Annual review of psychology 2002
David S Krantz Melissa K McCeney

An extensive research literature in the behavioral sciences and medicine suggests that psychological and social factors may play a direct role in organic coronary artery disease (CAD) pathology. However, many in the medical and scientific community regard this evidence with skepticism. This chapter critically examines research on the impact of psychological and psychosocial factors on the devel...

2017
Hervé Abdi Vincent Guillemot Aida Eslami Derek Beaton

Hervé Abdi, Vincent Guillemot, Aida Eslami and Derek Beaton School of Behavioral and Brain Sciences, The University of Texas at Dallas, Richardson, TX, USA Bioinformatics and Biostatistics Hub, Institut Pasteur (IP), C3BI, USR 3756 CNRS, Paris, France Centre for Heart Lung Innovation, University of British Columbia, Vancouver, BC, Canada Rotman Research Institute, Baycrest Health Sciences, Toro...

2011
Vaughn A. Browne Lilian Toledo-Jaldin R. Daniela Davila Luis P. Lopez Henry Yamashiro Darleen Cioffi-Ragan Colleen G. Julian Megan J. Wilson Abigail W. Bigham Mark D. Shriver Benjamin Honigman Enrique Vargas Robert Roach Lorna G. Moore

AFFILIATIONS: Altitude Research Center, Dept. of Emergency Medicine, Dept. of OB/Gyn, and Dept. of 6 Health/Behavioral Sciences, University of Colorado Denver, Denver, CO; Instituto Boliviano de Biología de 7 Altura, La Paz, Bolivia, Graduate School of Arts and Sciences, Wake Forest University, Winston-Salem, NC. 8 Anthroplogical Genetics Laboratory, Pennsylvania State University, State College...

2016
Martin S. Hagger Nikos L. D. Chatzisarantis

1 Health Psychology and Behavioral Medicine Research Group, Faculty of Health Sciences, School of Psychology and Speech Pathology, Curtin University, Perth, WA, Australia, 2 Faculty of Sport and Health Sciences, University of Jyväskylä, Jyväskylä, Finland, 3 School of Applied Psychology and Menzies Health Institute Queensland, Behavioural Bases for Health, Griffith University, Brisbane, QLD, Au...

2013
James R. Hall Hoa T. Vo Leigh A. Johnson April Wiechmann Sid E. O’Bryant

James R. Hall, Hoa T. Vo, Leigh A. Johnson, April Wiechmann, Sid E. O’Bryant Institute of Aging and Alzheimer’s Disease Research, University of North Texas Health Sciences Center, Fort Worth, USA Department of Psychiatry, Behavioral Health and Neuroscience, University of North Texas Health Sciences Center, Fort Worth, USA Department of Internal Medicine, University of North Texas Health Science...

Journal: :Ethics & behavior 2003
David J Pittenger

The Internet offers many new opportunities for behavioral researchers to conduct quantitative and qualitative research. Although the ethical guidelines of the American Psychological Association generalize, in part, to research conducted through the Internet, several matters related to Internet research require further analysis. This article reviews several fundamental ethical issues related to ...

Journal: :Manufacturing & Service Operations Management 2008
Francesca Gino Gary P. Pisano

Human beings are critical to the functioning of the vast majority of operating systems, influencing both the way these systems work and how they perform. Yet most formal analytical models of operations assume that the people who participate in operating systems are fully rational or at least can be induced to behave rationally. Many other disciplines, including economics, finance, and marketing...

2002
Maryellen C. MacDonald Morten H. Christiansen

* Maryellen C. MacDonald, Neural, Informational and Behavioral Sciences Program, University of Southern California; Morten H. Christiansen, Department of Psychology, Southern Illinois University. This research was supported by NSF Grant SBR-95-11270 and NIA Grant RO1 AG-11773. We thank Mark Seidenberg and David Plaut for helpful comments on an earlier version of this paper. Correspondence conce...

آذرپژوه, محمودرضا , طلایی, علی , مخبر, نغمه ,

  Comparison of Desipramine and Sertraline in the Treatment of Depression in Patients Suffering from Alzheimer Disease     N. Mokhber [1] , M.R. Azarpazhooh [2] , A. Talaei [3]     Received: 22/09/07 Sent for Revision: 24/05/08 Received Revised Manuscript: 5/12/09 Accepted: 25/08/10     Background and Objectives: As depression is a common comorbid disorder with Alzheimer disease, it is importan...

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

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

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