933 resultados para FETAL PROGRAMMING


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Controlar la frecuencia cardiaca fetal y la dinámica uterina durante el proceso del embarazo y el parto resulta de particular importancia para conocer el estado de salud de la madre y el niño. Hoy en día existen aparatos muy novedosos para este fin de uso generalizado en los hospitales españoles. De este tema se ocupa la Ficha de Utillaje de este mes analizando en qué consiste este monitor; cómo se utiliza, los pasos a seguir; etc.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

En este artículo se presenta una actualización sobre el control del bienestar fetal anteparto, que incluye la monitorización biofísica con el test no estresante y el test estresante y su valoración. Se describen los parámetros de la frecuencia cardiaca fetal - la línea de base, la variabilidad y los ascensos transitorios de la frecuencia cardiaca fetal - en relación con los movimientos fetales, su significado clínico y la actuación que deriva del mismo.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Controlar la frecuencia cardiaca fetal y la dinámica uterina durante el proceso del embarazo y el parto resulta de particular importancia para conocer el estado de salud de la madre y el niño. Hoy en día existen aparatos muy novedosos para este fin de uso generalizado en los hospitales españoles. De este tema se ocupa la Ficha de Utillaje de este mes analizando en qué consiste este monitor; cómo se utiliza, los pasos a seguir; etc.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Immaturity of the gut barrier system in the newborn has been seen to underlie a number of chronic diseases originating in infancy and manifesting later in life. The gut microbiota and breast milk provide the most important maturing signals for the gut-related immune system and reinforcement of the gut mucosal barrier function. Recently, the composition of the gut microbiota has been proposed to be instrumental in control of host body weight and metabolism as well as the inflammatory state characterizing overweight and obesity. On this basis, inflammatory Western lifestyle diseases, including overweight development, may represent a potential target for probiotic interventions beyond the well documented clinical applications. The purpose of the present undertaking was to study the efficacy and safety of perinatal probiotic intervention. The material comprised two ongoing, prospective, double-blind NAMI (Nutrition, Allergy, Mucosal immunology and Intestinal microbiota) probiotic interventions. In the mother-infant nutrition and probiotic study altogether 256 women were randomized at their first trimester of pregnancy into a dietary intervention and a control group. The intervention group received intensive dietary counselling provided by a nutritionist, and were further randomized at baseline, double-blind, to receive probiotics (Lactobacillus rhamnosus GG and Bifidobacterium lactis) or placebo. The intervention period extended from the first trimester of pregnancy to the end of exclusive breastfeeding. In the allergy prevention study altogether 159 women were randomized, double-blind, to receive probiotics (Lactobacillus rhamnosus GG) or placebo 4 weeks before expected delivery, the intervention extending for 6 months postnatally. Additionally, patient data on all premature infants with very low birth weight (VLBW) treated in the Department of Paediatrics, Turku University Hospital, during the years 1997 - 2008 were utilized. The perinatal probiotic intervention reduced the risk of gestational diabetes mellitus (GDM) in the mothers and perinatal dietary counselling reduced that of fetal overgrowth in GDM-affected pregnancies. Early gut microbiota modulation with probiotics modified the growth pattern of the child by restraining excessive weight gain during the first years of life. The colostrum adiponectin concentration was demonstrated to be dependent on maternal diet and nutritional status during pregnancy. It was also higher in the colostrum received by normal-weight compared to overweight children at the age of 10 years. The early perinatal probiotic intervention and the postnatal probiotic intervention in VLBW infants were shown to be safe. To conclude, the findings in this study provided clinical evidence supporting the involvement of the initial microbial and nutritional environment in metabolic programming of the child. The manipulation of early gut microbial communities with probiotics might offer an applicable strategy to impact individual energy homeostasis and thus to prevent excessive body-weight gain. The results add weight to the hypothesis that interventions aiming to prevent obesity and its metabolic consequences later in life should be initiated as early as during the perinatal period.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The skill of programming is a key asset for every computer science student. Many studies have shown that this is a hard skill to learn and the outcomes of programming courses have often been substandard. Thus, a range of methods and tools have been developed to assist students’ learning processes. One of the biggest fields in computer science education is the use of visualizations as a learning aid and many visualization based tools have been developed to aid the learning process during last few decades. Studies conducted in this thesis focus on two different visualizationbased tools TRAKLA2 and ViLLE. This thesis includes results from multiple empirical studies about what kind of effects the introduction and usage of these tools have on students’ opinions and performance, and what kind of implications there are from a teacher’s point of view. The results from studies in this thesis show that students preferred to do web-based exercises, and felt that those exercises contributed to their learning. The usage of the tool motivated students to work harder during their course, which was shown in overall course performance and drop-out statistics. We have also shown that visualization-based tools can be used to enhance the learning process, and one of the key factors is the higher and active level of engagement (see. Engagement Taxonomy by Naps et al., 2002). The automatic grading accompanied with immediate feedback helps students to overcome obstacles during the learning process, and to grasp the key element in the learning task. These kinds of tools can help us to cope with the fact that many programming courses are overcrowded with limited teaching resources. These tools allows us to tackle this problem by utilizing automatic assessment in exercises that are most suitable to be done in the web (like tracing and simulation) since its supports students’ independent learning regardless of time and place. In summary, we can use our course’s resources more efficiently to increase the quality of the learning experience of the students and the teaching experience of the teacher, and even increase performance of the students. There are also methodological results from this thesis which contribute to developing insight into the conduct of empirical evaluations of new tools or techniques. When we evaluate a new tool, especially one accompanied with visualization, we need to give a proper introduction to it and to the graphical notation used by tool. The standard procedure should also include capturing the screen with audio to confirm that the participants of the experiment are doing what they are supposed to do. By taken such measures in the study of the learning impact of visualization support for learning, we can avoid drawing false conclusion from our experiments. As computer science educators, we face two important challenges. Firstly, we need to start to deliver the message in our own institution and all over the world about the new – scientifically proven – innovations in teaching like TRAKLA2 and ViLLE. Secondly, we have the relevant experience of conducting teaching related experiment, and thus we can support our colleagues to learn essential know-how of the research based improvement of their teaching. This change can transform academic teaching into publications and by utilizing this approach we can significantly increase the adoption of the new tools and techniques, and overall increase the knowledge of best-practices. In future, we need to combine our forces and tackle these universal and common problems together by creating multi-national and multiinstitutional research projects. We need to create a community and a platform in which we can share these best practices and at the same time conduct multi-national research projects easily.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The development of correct programs is a core problem in computer science. Although formal verification methods for establishing correctness with mathematical rigor are available, programmers often find these difficult to put into practice. One hurdle is deriving the loop invariants and proving that the code maintains them. So called correct-by-construction methods aim to alleviate this issue by integrating verification into the programming workflow. Invariant-based programming is a practical correct-by-construction method in which the programmer first establishes the invariant structure, and then incrementally extends the program in steps of adding code and proving after each addition that the code is consistent with the invariants. In this way, the program is kept internally consistent throughout its development, and the construction of the correctness arguments (proofs) becomes an integral part of the programming workflow. A characteristic of the approach is that programs are described as invariant diagrams, a graphical notation similar to the state charts familiar to programmers. Invariant-based programming is a new method that has not been evaluated in large scale studies yet. The most important prerequisite for feasibility on a larger scale is a high degree of automation. The goal of the Socos project has been to build tools to assist the construction and verification of programs using the method. This thesis describes the implementation and evaluation of a prototype tool in the context of the Socos project. The tool supports the drawing of the diagrams, automatic derivation and discharging of verification conditions, and interactive proofs. It is used to develop programs that are correct by construction. The tool consists of a diagrammatic environment connected to a verification condition generator and an existing state-of-the-art theorem prover. Its core is a semantics for translating diagrams into verification conditions, which are sent to the underlying theorem prover. We describe a concrete method for 1) deriving sufficient conditions for total correctness of an invariant diagram; 2) sending the conditions to the theorem prover for simplification; and 3) reporting the results of the simplification to the programmer in a way that is consistent with the invariantbased programming workflow and that allows errors in the program specification to be efficiently detected. The tool uses an efficient automatic proof strategy to prove as many conditions as possible automatically and lets the remaining conditions be proved interactively. The tool is based on the verification system PVS and i uses the SMT (Satisfiability Modulo Theories) solver Yices as a catch-all decision procedure. Conditions that were not discharged automatically may be proved interactively using the PVS proof assistant. The programming workflow is very similar to the process by which a mathematical theory is developed inside a computer supported theorem prover environment such as PVS. The programmer reduces a large verification problem with the aid of the tool into a set of smaller problems (lemmas), and he can substantially improve the degree of proof automation by developing specialized background theories and proof strategies to support the specification and verification of a specific class of programs. We demonstrate this workflow by describing in detail the construction of a verified sorting algorithm. Tool-supported verification often has little to no presence in computer science (CS) curricula. Furthermore, program verification is frequently introduced as an advanced and purely theoretical topic that is not connected to the workflow taught in the early and practically oriented programming courses. Our hypothesis is that verification could be introduced early in the CS education, and that verification tools could be used in the classroom to support the teaching of formal methods. A prototype of Socos has been used in a course at Åbo Akademi University targeted at first and second year undergraduate students. We evaluate the use of Socos in the course as part of a case study carried out in 2007.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Programming and mathematics are core areas of computer science (CS) and consequently also important parts of CS education. Introductory instruction in these two topics is, however, not without problems. Studies show that CS students find programming difficult to learn and that teaching mathematical topics to CS novices is challenging. One reason for the latter is the disconnection between mathematics and programming found in many CS curricula, which results in students not seeing the relevance of the subject for their studies. In addition, reports indicate that students' mathematical capability and maturity levels are dropping. The challenges faced when teaching mathematics and programming at CS departments can also be traced back to gaps in students' prior education. In Finland the high school curriculum does not include CS as a subject; instead, focus is on learning to use the computer and its applications as tools. Similarly, many of the mathematics courses emphasize application of formulas, while logic, formalisms and proofs, which are important in CS, are avoided. Consequently, high school graduates are not well prepared for studies in CS. Motivated by these challenges, the goal of the present work is to describe new approaches to teaching mathematics and programming aimed at addressing these issues: Structured derivations is a logic-based approach to teaching mathematics, where formalisms and justifications are made explicit. The aim is to help students become better at communicating their reasoning using mathematical language and logical notation at the same time as they become more confident with formalisms. The Python programming language was originally designed with education in mind, and has a simple syntax compared to many other popular languages. The aim of using it in instruction is to address algorithms and their implementation in a way that allows focus to be put on learning algorithmic thinking and programming instead of on learning a complex syntax. Invariant based programming is a diagrammatic approach to developing programs that are correct by construction. The approach is based on elementary propositional and predicate logic, and makes explicit the underlying mathematical foundations of programming. The aim is also to show how mathematics in general, and logic in particular, can be used to create better programs.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this thesis, simple methods have been sought to lower the teacher’s threshold to start to apply constructive alignment in instruction. From the phases of the instructional process, aspects that can be improved with little effort by the teacher have been identified. Teachers have been interviewed in order to find out what students actually learn in computer science courses. A quantitative analysis of the structured interviews showed that in addition to subject specific skills and knowledge, students learn many other skills that should be mentioned in the learning outcomes of the course. The students’ background, such as their prior knowledge, learning style and culture, affects how they learn in a course. A survey was conducted to map the learning styles of computer science students and to see if their cultural background affected their learning style. A statistical analysis of the data indicated that computer science students are different learners than engineering students in general and that there is a connection between the student’s culture and learning style. In this thesis, a simple self-assessment scale that is based on Bloom’s revised taxonomy has been developed. A statistical analysis of the test results indicates that in general the scale is quite reliable, but single students still slightly overestimate or under-estimate their knowledge levels. For students, being able to follow their own progress is motivating, and for a teacher, self-assessment results give information about how the class is proceeding and what the level of the students’ knowledge is.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Linear programming models are effective tools to support initial or periodic planning of agricultural enterprises, requiring, however, technical coefficients that can be determined using computer simulation models. This paper, presented in two parts, deals with the development, application and tests of a methodology and of a computational modeling tool to support planning of irrigated agriculture activities. Part I aimed at the development and application, including sensitivity analysis, of a multiyear linear programming model to optimize the financial return and water use, at farm level for Jaíba irrigation scheme, Minas Gerais State, Brazil, using data on crop irrigation requirement and yield, obtained from previous simulation with MCID model. The linear programming model outputted a crop pattern to which a maximum total net present value of R$ 372,723.00 for the four years period, was obtained. Constraints on monthly water availability, labor, land and production were critical in the optimal solution. In relation to the water use optimization, it was verified that an expressive reductions on the irrigation requirements may be achieved by small reductions on the maximum total net present value.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Foram analisadas retrospectivamente 26 pacientes gestantes traumatizadas, num período de nove anos. A média de idade foi 23,7 anos (16-42). A idade gestacional variou de dez a quarenta semanas (média 21,5 semanas); a maioria (46,1%) no segundo trimestre. O mecanismo predominante (65,3%) foi o trauma abdominal fechado por acidente automobilístico (atropelamento ou colisão). Na admissão, oito (30,7%) pacientes apresentavam alterações hemodinâmicas. Seis doentes (23,0%) apresentavam sangramento vaginal e, destas, quatro estavam hemodinamicamente normais. Analisamos a mortalidade materna, a mortalidade fetal e suas causas. Comparamos também a mediana dos valores do RTS e TRISS entre os grupos, sobrevida materno-fetal, sobrevida materna e óbito materno-fetal. Todas as gestantes admitidas com sangramento vaginal apresentaram óbito fetal. A mortalidade materna foi de 11,5%, por choque hemorrágico. A mortalidade fetal foi de 30,7%, sendo que 37,5% destes óbitos foram provocados pela morte materna. A principal causa de mortalidade fetal foi o descolamento de placenta (50,0%). Os índices de trauma, RTS e TRISS, foram significativamente menor (p=0,0025 e p<0,0001) no grupo óbito materno-fetal, porém esses índices não apresentaram valor prognóstico na mortalidade fetal.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

OBJETIVO: Estudar a influência da icterícia obstrutiva sobre a capacidade reprodutiva e desenvolvimento fetal em ratas. MÉTODOS: Foram utilizadas 60 ratas sexualmente maduras e sabidamente férteis distribuídas em dois grupos: grupo 1 (n=30)- submetidas a ligadura do ducto biliopancreático e grupo 2 (n=30) -controles. A partir do 23? dia pós-operatório, as ratas foram acasaladas e seus ciclos estrais avaliados diariamente por meio de esfregaços vaginais, que permitiram determinar o dia da cópula e a idade gestacional em que foram mortas. Realizou-se estudo histológico dos corpos lúteos nos ovários de todas as ratas e analisou-se macroscopicamente a morfologia externa dos fetos. RESULTADOS: Observou-se que 23 ratas controle (92%) e 11 ratas ictéricas (39,3%) desenvolveram prenhez (p=0,0002). As 17 ratas com hiperbilirrubinemia e sem prenhez (60,7%) apresentaram somente corpos lúteos com aspecto involutivo em seus ovários e sofreram modificações em seus ciclos estrais, permanecendo vários dias em proestro ou estro. As ratas prenhes com hiperbilirrubinemia não apresentaram alterações em seus corpos lúteos, porém os seus fetos eram anormais. CONCLUSÃO: Em presença de hiperbilirrubinemia, a fertilização é viável, a capacidade reprodutiva é muito reduzida, os ciclos estrais tornam-se irregulares, o epitélio vaginal permanece cornificado, os corpos lúteos ovarianos regridem, os corpos lúteos gravídicos não são alterados aumentando progressivamente durante a prenhez e o desenvolvimento fetal é gravemente alterado.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Reliable detection of intrapartum fetal acidosis is crucial for preventing morbidity. Hypoxia-related changes of fetal heart rate variability (FHRV) are controlled by the autonomic nervous system. Subtle changes in FHRV that cannot be identified by inspection can be detected and quantified by power spectral analysis. Sympathetic activity relates to low-frequency FHRV and parasympathetic activity to both low- and high-frequency FHRV. The aim was to study whether intra partum fetal acidosis can be detected by analyzing spectral powers of FHRV, and whether spectral powers associate with hypoxia-induced changes in the fetal electrocardiogram and with the pH of fetal blood samples taken intrapartum. The FHRV of 817 R-R interval recordings, collected as a part of European multicenter studies, were analyzed. Acidosis was defined as cord pH ≤ 7.05 or scalp pH ≤ 7.20, and metabolic acidosis as cord pH ≤ 7.05 and base deficit ≥ 12 mmol/l. Intrapartum hypoxia increased the spectral powers of FHRV. As fetal acidosis deepened, FHRV decreased: fetuses with significant birth acidosis had, after an initial increase, a drop in spectral powers near delivery, suggesting a breakdown of fetal compensation. Furthermore, a change in excess of 30% of the low-to-high frequency ratio of FHRV was associated with fetal metabolic acidosis. The results suggest that a decrease in the spectral powers of FHRV signals concern for fetal wellbeing. A single measure alone cannot be used to reveal fetal hypoxia since the spectral powers vary widely intra-individually. With technical developments, continuous assessment of intra-individual changes in spectral powers of FHRV might aid in the detection of fetal compromise due to hypoxia.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A morte fetal não é uma entidade rara e, em países em desenvolvimento, suas causas mais prevalentes continuam sendo passíveis de controle e/ou tratamento. O objetivo deste estudo foi investigar causas de morte fetal em uma população brasileira. Foi um estudo descritivo realizado no Hospital Maternidade Leonor Mendes de Barros, em São Paulo. Foram estudadas 122 gestantes com diagnóstico de óbito fetal e idade gestacional de vinte semanas ou mais. Os procedimentos estatísticos utilizados foram média e desvio-padrão. As principais causas de morte identificadas foram hipertensão arterial e infecções e em um quarto dos casos a causa não foi determinada. Concluiu-se que uma proporção importante de óbitos era prevenível e que houve taxa significativa de causas não-identificadas. Os resultados deste estudo poderão ser úteis para orientação de programas de prevenção primária, principalmente quanto à assistência pré-natal.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A monitorização fetal eletrônica (MFE) tem sido o método mais amplamente utilizado para a vigilância fetal direta, especialmente durante o trabalho de parto. Na tentativa de elucidar o efeito da MFE sobre os índices de cesárea (IC), um estudo retrospectivo foi realizado no Hospital Universitário de Santa Maria (HUSM). Estudamos dois grupos de pacientes perfazendo um total de 2.114 gestantes: um grupo (n=517) com MFE e outro (n=1.597) com ausculta intermitente (AI). No grupo MFE observamos um IC de 38,0%, contra 27,2% do grupo AI. Para todas as pacientes, o IC foi de 29,9%. O sofrimento fetal agudo foi a indicação mais comum de cesárea no grupo MFE (40,6%), ao passo que a cesárea prévia foi a terceira causa (10,1%). No grupo AI, o sofrimento fetal foi a terceira causa de cesárea (14,3%), ao passo que a cesárea prévia foi a indicação mais comum (32,4%). Baseados no presente estudo, acreditamos que a MFE não tem efeito, por si só, sobre as taxas de cesárea, se considerados todos os nascimentos no HUSM. Com uma educação adequada dos obstetras e uma correta interpretação dos traçados, a MFE não aumenta os índices de cesárea, ao contrário permite mais acuracidade na descrição das condições fetais intraparto.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Apesar de 80 a 90% dos fetos mortos poderem ser eliminados espontaneamente após duas a três semanas do óbito, a indução do parto tem sido a conduta mais utilizada. O objetivo deste estudo foi avaliar os resultados da indução de parto em casos de óbito fetal intra-útero com idade gestacional a partir de 20 semanas. Foi um estudo clínico descritivo realizado no Hospital Maternidade Leonor Mendes de Barros, em São Paulo. Foram analisadas 122 gestantes com esse diagnóstico quanto às características sociodemográficas, causas de óbito fetal, antecedentes obstétricos e características do parto (forma de indução, via de parto, complicações). Os procedimentos estatísticos utilizados foram cálculo da média e desvio-padrão e chi². As principais causas identificadas de morte fetal foram hipertensão arterial e infecções. A droga mais utilizada para a indução do parto foi o misoprostol (37,7%), seguido da ocitocina (19,7%). Em 27% dos casos o trabalho de parto iniciou espontaneamente. O tempo médio de indução foi de 3 horas. A maior parte teve parto vaginal e em 9,1% a cesárea foi realizada. Concluiu-se que a indução de parto de feto morto é segura e eficaz, independentemente do método utilizado. O misoprostol, utilizado por via vaginal, é especialmente útil nos casos de colo desfavorável, por seu efeito modificador sobre ele.