نتایج جستجو برای: maternal separation anxiety

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

Journal: :Stress 2011
Megan M Blair Laura M Glynn Curt A Sandman Elysia Poggi Davis

The consequences of exposure to prenatal maternal anxiety for the development of child temperament were examined in a sample of 120 healthy, 2-year-old children. Prenatal maternal state and pregnancy-specific anxiety (PSA) were measured five times during pregnancy, and maternal state anxiety was measured again at 2 years post partum. Child temperament was measured at 2 years using the Early Chi...

Journal: :Behavioral neuroscience 2011
Bridget L Callaghan Rick Richardson

Recent studies in rats have shown that extinction occurring early in life is resistant to relapse and may represent the erasure of fear memories. In the present study we examined the effects of early life stress on extinction in the developing rat, which could have important implications for the treatment of anxiety disorders in those who have experienced early life stress. In the present study...

2012
R L Kember E L Dempster T H A Lee L C Schalkwyk J Mill C Fernandes

Stressful events early in life have been widely linked to behavioral phenotypes and have been implicated in the development of psychiatric disorders. Using a maternal separation paradigm, we investigated phenotypic and epigenetic changes following early life stress in two inbred strains of mice, C57BL/6J and DBA/2J. We found an increase in the corticosterone response to stress in male, C57BL/6J...

Introduction: The aim of the present research was to examine and compare the effectiveness of empathic dynamic psychotherapy and anxiety regulating dynamic psychotherapy on symptom and maladaptive defense mechanisms reduction in university students with symptoms of adult separation anxiety disorder. Method: The present study was an experimental research with pre-post test and 2-month follow up...

Journal: :Behaviour 2023

Abstract Parent–infant bonds are critical early postnatal environment in mammals. Unstable parent–infant bonds, such as maternal separation, paternal deprivation, and neonatal social isolation have negative effects on emotion, cognition, addiction, behaviours the animal’s whole lifespan. Another unstable bond, cross-fostering, which pups were randomly exchanged to other parents has mostly focus...

Journal: :The American journal of psychiatry 2015
Anqi Qiu Ta Anh Tuan Mei Lyn Ong Yue Li Helen Chen Anne Rifkin-Graboi Birit F P Broekman Kenneth Kwek Seang-Mei Saw Yap-Seng Chong Peter D Gluckman Marielle V Fortier Joanna Dawn Holbrook Michael J Meaney

OBJECTIVE Exposure to antenatal maternal anxiety and complex genetic variations may shape fetal brain development. In particular, the catechol-O-methyltransferase (COMT) gene, located on chromosome 22q11.2, regulates catecholamine signaling in the prefrontal cortex and is implicated in anxiety, pain, and stress responsivity. This study examined whether individual single-nucleotide polymorphisms...

Journal: :The British journal of psychiatry : the journal of mental science 2008
Andrea Schreier Hans-Ulrich Wittchen Michael Höfler Roselind Lieb

The relationship between DSM-IV anxiety disorders and their clinical characteristics in mothers and anxiety in offspring was examined in 933 mother-child pairs from a longitudinal community study. Offspring of mothers with an anxiety disorder had an elevated risk of developing any anxiety disorder, compared with offspring of mothers with no anxiety disorder. Increased risk of anxiety in the off...

Journal: :Journal of anxiety disorders 2003
Chanaka Wijeratne Vijaya Manicavasagar

Separation anxiety has been studied in children and young adults but little is known about this form of anxiety in older people. This study aimed to examine socio-demographic, psychological and physical health correlates of separation anxiety in the elderly. Eighty-six ambulatory subjects aged 62-87 years were recruited from primary medical care practices to participate in this study. The prese...

Journal: :Psychoneuroendocrinology 2012
Elysia Poggi Davis Curt A Sandman

Experimental animal models have demonstrated that one of the primary consequences of prenatal stress is increased fear and anxiety in the offspring. Few prospective human studies have evaluated the consequences of prenatal stress on anxiety during preadolescence. The purpose of this investigation is to determine the consequences of prenatal exposure to both maternal biological stress signals an...

Journal: :Behaviour research and therapy 2006
Robert F Ferdinand Ilja L Bongers Jan van der Ende Willemijn van Gastel Nouchka Tick Elisabeth Utens Frank C Verhulst

Separation anxiety and social phobia are intertwined to a considerable degree, and high comorbidity rates have been reported. The present study used latent class analysis (LCA) to investigate if classes of children and adolescents with-simultaneously-high rates of separation anxiety and low rates of social anxiety symptoms, or vice versa, could be identified. Eight- to 18-year-olds from a large...

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

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

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