نتایج جستجو برای: genetic intervention

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

Background. Continuous Training (CT) is often considered an effective way to reduce obesity. However, recently, a popular protocol called High-Intensity Interval Training (HIIT) has shown up as an alternative to CT. There is another factor affecting obesity named UCP2 45-bp Insersion/Deletion genetic marker. Objectives. This research aims to determine the effect of the UCP2 45-bp I/D gene as a...

Journal: :Health Education Journal 2021

Objective: Evidence suggests the increased prevalence of diabetes among South Asian (SA) adolescents is due to their genetic risk profile. The Adolescent Diabetes Awareness Program (SAADAP) a pilot intervention for SA youth in Canada with family history type 2 mellitus (T2DM). We sought investigate changes (1) knowledge and associated factors, (2) perception (3) health behaviours participating ...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی استان فارس - دانشکده دندانپزشکی 1380

چکیده ندارد.

Soheila Alirezanejad

This article tries to analyze the interaction between the implementation of a microfinance project in a rural area and the social and cultural infrastructure prevailing in the project site. In 2000, 53 women in a small village in central Iran formed an association of beekeepers with the support of a developmental intervention promoting microfinance as a strategy for poverty alleviation. Because...

Journal: :Journal of genetic syndromes & gene therapy 2011
Trevor Archer Marlene Oscar-Berman Kenneth Blum

Heterogeneity in attention-deficit/hyperactivity disorder (ADHD), with complex interactive operations of genetic and environmental factors, is expressed in a variety of disorder manifestations: severity, co-morbidities of symptoms, and the effects of genes on phenotypes. Neurodevelopmental influences of genomic imprinting have set the stage for the structural-physiological variations that modul...

Journal: :Circulation. Cardiovascular genetics 2016
Tibor V Varga Alexandra H Winters Kathleen A Jablonski Edward S Horton Prajakta Khare-Ranade William C Knowler Santica M Marcovina Frida Renström Karol E Watson Ronald Goldberg José C Florez Toni I Pollin Paul W Franks

BACKGROUND We assessed whether 234 established dyslipidemia-associated loci modify the effects of metformin treatment and lifestyle intervention (versus placebo control) on lipid and lipid subfraction levels in the Diabetes Prevention Program randomized controlled trial. METHODS AND RESULTS We tested gene treatment interactions in relation to baseline-adjusted follow-up blood lipid concentrat...

Journal: :Child development 2017
Gordon T Harold Leslie D Leve Ruth Sellers

There is robust evidence that the interparental relationship and parenting behaviors each have a significant influence on children's risk for emotional (internalizing) and behavioral (externalizing) problems. Indeed, interventions targeting the interparental relationship and parenting processes show significant intervention-related reductions in child internalizing and externalizing problems. H...

Journal: :NeuroImage 2012
Agnes J. Jasinska Hannah Faye Chua S. Shaun Ho Thad A. Polk Laura S. Rozek Victor J. Strecher

The amygdala is critically involved in detecting emotionally salient stimuli and in enhancing memory for emotional information. Growing evidence also suggests that the amygdala plays a crucial role in addiction, perhaps by strengthening associations between emotionally-charged drug cues and drug-seeking behavior. In the current study, by integrating functional MRI (fMRI), genetics, and outcome ...

2008
Yuping Liu Yvette E. Pearson

This research reviews the current state of affairs in the fast-growing area of direct-to-consumer marketing of genetic tests. The authors identify the unique nature of genetic tests and the ensuing consumer vulnerability. They also present a comprehensive examination of the current legal environment and an empirical analysis of genetic testing companies’ online marketing practices. On the basis...

Journal: :BMJ 1989
H M Kingston

Letter written by boy aged 11 with Duchenne muscular dystrophy. The prevention of inherited disease by means of genetic and reproductive counselling and prenatal diagnosis is often emphasised. Genetic disorders may, however, be amenable to treatment, either symptomatic or potentially curative. Treatment may range from conventional drug or dietary management and surgery to the future possibility...

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

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

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