نتایج جستجو برای: periconceptional period

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

Journal: :Clinical biochemistry 2006
Michelle A Williams Ihunnaya O Frederick Chunfang Qiu Lois J Meryman Irena B King Scott W Walsh Tanya K Sorensen

OBJECTIVES We investigated the relationship between selected maternal erythrocyte omega-3 and omega-6 polyunsaturated fatty acids (PUFA) and plasma lipids in early pregnancy and reported habitual fish consumption during the periconceptional period. DESIGN AND METHODS This cohort study included 923 pregnant women who reported periconceptional dietary habits and provided a blood sample before 2...

2014
Mustafa A. Salih Waleed R. Murshid Mohammed Z. Seidahmed

This review article discusses the epidemiology, risk factors, prenatal screening, diagnosis, prevention potentials, and epidemiologic impact of neural tube defects (NTDs). The average incidence of NTDs is 1/1000 births, with a marked geographic variation. In the developed countries, the incidence of NTDs has fallen over recent decades. However, it still remains high in the less-developed countr...

2013
Chuan Wang Liang Xie Kaiyu Zhou Yalan Zhan Yifei Li Huaying Li Lina Qiao Fang Wang Yimin Hua

BACKGROUNDS The etiology of congenital heart defect (CHD) is commonly believed to involve the interaction of multiple environmental and genetic factors. This study aimed to explore the joint effects of the ABCB1 gene C3435T polymorphism and maternal periconceptional toxicants exposure on the CHD risk in a Han Chinese population. METHODS An age and gender matched case-control study with standa...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2002
L J Edwards I C McMillen

It has been proposed that fetal adaptations to intrauterine nutrient deprivation permanently reprogram the cardiovascular system. We investigated the impact of restricted periconceptional nutrition and/or restricted gestational nutrition on fetal arterial blood pressure (BP), heart rate, rate pressure product, and the fetal BP responses to ANG II and the angiotensin-converting enzyme inhibitor ...

2009
Régine P. Steegers-Theunissen Sylvia A. Obermann-Borst Dennis Kremer Jan Lindemans Cissy Siebel Eric A. Steegers P. Eline Slagboom Bastiaan T. Heijmans

BACKGROUND Countries worldwide recommend women planning pregnancy to use daily 400 microg of synthetic folic acid in the periconceptional period to prevent birth defects in children. The underlying mechanisms of this preventive effect are not clear, however, epigenetic modulation of growth processes by folic acid is hypothesized. Here, we investigated whether periconceptional maternal folic aci...

2016
Bernard J. Brabin Sabine Gies Stephen Owens Yves Claeys Umberto D’Alessandro Halidou Tinto Loretta Brabin

Periconceptional supplementation could extend the period over which maternal and fetal nutrition is improved, but there are many challenges facing early-life intervention studies. Periconceptional trials differ from pregnancy supplementation trials, not only because of the very early or pre-gestational timing of nutrient exposure but also because they generate subsidiary information on particip...

Journal: :Animal Production Science 2022

Context During drought, it is currently recommended to feed complete rations sheep every second or third day, rather than daily, reduce labour costs and the incidence of shy feeders. However, frequency feeding ewes in periconceptual period may influence fertility fecundity therefore profitability. Aims The study was designed determine whether maintenance energy levels during joining affects rep...

Journal: :American journal of epidemiology 2001
S Hernández-Díaz M M Werler A M Walker A A Mitchell

Periconceptional folic acid supplementation reduces the risk of neural tube defects (NTDs). To determine whether periconceptional exposure to folic acid antagonists (FAAs) might therefore increase the risk of NTDs, the authors examined data from an ongoing case-control study of birth defects (1979-1998) in the United States and Canada. They compared data on 1,242 infants with NTDs (spina bifida...

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

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

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