138 research outputs found
A woman's worth: The psychological impact of beliefs about motherhood, female identity, and infertility on childless women with endometriosis
In this study, we examined whether beliefs regarding motherhood, female identity, and infertility affected the psychological health of 127 childless endometriosis patients. Anxiety and depression were measured using the Hospital Anxiety and Depression Scale, while self-esteem was assessed using the Rosenberg Self-Esteem Scale. A set of six Likert-type items (1\u2009=\u2009"Not at all"; 5\u2009=\u2009"To a very great extent") was developed to explore women's beliefs. Women who were more likely to believe that childless and infertile women were less appreciated by others reported poorer psychological health. Patients' beliefs should be explored during psychological counseling. Dysfunctional beliefs about female identity, especially as regards others' perceptions, should be restructured to improve patients' psychological health
Anxiety and self-esteem as mediators of the relation between family communication and indecisiveness in adolescence
Abstract In this study, we explored the unique and common contributions of anxiety, self-esteem, and family communication on indecisiveness among adolescents. Three hundred and fifty pupils from 13 to 16 years of age completed selfreport
measures on indecisiveness, quality of family communication, trait anxiety, and self-esteem. The findings in this study showed that students\u2019 indecisiveness is predicted by family communication mediated by anxiety and self-esteem. These results have important implications for practice as it stresses the importance of
anxiety and self-esteem. Nevertheless, the counselors could also focus on enhancing
relationship-building skills by introducing the adolescents\u2019 career formation as an adolescent\u2013parent joint project.L\u2019anxie\ub4te\ub4 et l\u2019estime de soi comme me\ub4diateurs de la relation entre communication au sein de la famille et indecision chronique a` l\u2019adolescence.
Dans cette e\ub4tude, nous avons explore\ub4 les contributions uniques et communes de l\u2019anxiete\ub4, de l\u2019estime de soi et de la communication au sein de la famille sur l\u2019indecision chronique aupres d\u2019adolescents. Trois cent cinquante e\ub4le`ves a\u2c6ge\ub4s de 13 a` 16 ans ont rempli des mesures d\u2019auto-e\ub4valuation de l\u2019inde\ub4cision chronique, de la qualite\ub4 de la communication familiale, de l\u2019anxie\ub4te\ub4-trait et de l\u2019estime de soi. Les re\ub4sultats de cette e\ub4tude ont montre\ub4 que l\u2019inde\ub4cision des e\ub4tudiants est explique\ub4e par la communication au sein de la famille et que ce lien est me\ub4diatise\ub4 par l\u2019anxie\ub4te\ub4 et l\u2019estime de soi. Ces re\ub4sultats ont des implications importantes pour la pratique car ils soulignent l\u2019importance de l\u2019anxie\ub4te\ub4 et l\u2019estime de soi. Ne\ub4anmoins, les conseillers
pourraient e\ub4galement se concentrer sur l\u2019ame\ub4lioration des compe\ub4tences de
construction relationnelle en introduisant la formation professionnelle des adolescents
comme un projet conjoint adolescent-parent.Resumen. Ansiedad y Autoestima como Mediadores de la Relacio\ub4n entre
Comunicacio\ub4n Familiar e Indecisio\ub4n en la Adolescencia. En este estudio, exploramos
las contribuciones u\ub4nicas y comunes de la ansiedad, la autoestima y la
comunicacio\ub4n de familia en la indecisio\ub4n de los adolescentes. Tres y cientos
cincuenta alumnos entre los 13 y 16 an\u2dcos completaron auto-evaluaciones sobre la
indecisio\ub4n, la calidad de comunicacio\ub4n familiar, los rasgos de ansiedad y la autoestima.
Los resultados en este estudio muestran que la indecisio\ub4n en los estudiantes
es prevista por la comunicacio\ub4n familiar mediada por la ansiedad y la autoestima.
Estos resultados tiene importantes implicaciones para la practica ya que destacan la
importancia de la ansiedad y la autoestima. Sin embargo, los consejeros podr\u131\ub4an
tambie\ub4n focalizarse en el aumento de sus habilidades para construir relaciones
mediante la introduccio\ub4n de la formacio\ub4n profesional para adolescentes como un
proyecto conjunto del adolescente-padre.Angst und Selbstwertgefu\ua8 hl als Mediatoren der Beziehung
zwischen Kommunikation in der Familie und Unentschlossenheit in der
Adoleszenz. In dieser Studie untersuchten wir die spezifischen und gemeinsamen
Beitra\ua8ge von Angst, Selbstwertgefu\ua8hl und Kommunikation in der Familie auf Unentschlossenheit
unter Jugendlichen. Dreihundertfu\ua8nfzig Schu\ua8ler, zwischen 13 bis
16 Jahre alt, fu\ua8llten Skalen zur Unentschlossenheit, Qualita\ua8t der Kommunikation in
der Familie, A\ua8 ngstlichkeit und Selbstwertgefu\ua8hl aus. Die Ergebnisse dieser Studie
zeigten, dass Unentschlossenheit der Schu\ua8ler von Kommunikation in der Familie
vorhergesagt wird, vermittelt durch Angst und Selbstwertgefu\ua8 hl. Diese Ergebnisse
haben wichtige Implikationen fu\ua8r die Praxis, da sie die Bedeutung von Angst und
Selbstwertgefu\ua8hl hervorheben. Dennoch ko\ua8nnten sich die Beratungspersonen durch
die Einfu\ua8hrung der beruflichen Bildung der Jugendlichen als ein gemeinsames
Projekt von Jugendliche-Elternteil auch auf die Verbesserung der Fa\ua8higkeiten zum
Aufbau von Beziehungen konzentrieren
Text Indexing for Simple Regular Expressions
We study the problem of indexing a text T[1..n] ∈ Σⁿ so that, later, given a query regular expression pattern R of size m = |R|, we can report all the occ substrings T[i..j] of T matching R. The problem is known to be hard for arbitrary patterns R, so in this paper, we consider the following two types of patterns. (1) Character-class Kleene-star patterns of the form P₁ D^* P₂, where P₁ and P₂ are strings and D = {c₁, …, c_k} ⊂ Σ is a character-class (shorthand for the regular expression (c₁ | c₂ | ⋯ | c_k)) and (2) String Kleene-star patterns of the form P₁ P^* P₂ where P, P₁ and P₂ are strings. In case (1), we describe an index of O(nlog^{1+ε}n) space (for any constant ε > 0) solving queries in time O(m + log n/log log n + occ) on constant-sized alphabets. We also describe a general solution for any alphabet size. This result is conditioned on the existence of an anchor: a character of P₁P₂ that does not belong to D. We justify this assumption by proving that no efficient indexing solution can exist if an anchor is not present unless the Set Disjointness Conjecture fails. In case (2), we describe an index of size O(n) answering queries in time O(m + (occ+1)log^{ε}n) on any alphabet size
Health related quality of life in adolescents with idiopathic scoliosis: a cross-cultural comparison between two methods of treatment
he present study aims at evaluating the effects produced
on HRQOL by two different methods of physiotherapy in
adolescent population with Idiopathic Scoliosis (IS): SEAS,
used in Milan (Italia) in ISICO center, and Barcelona Scoliosis
Physical Therapy School, in E. Salvá Institut (Spain)
Indexing k-mers in linear space for quality value compression.
Many bioinformatics tools heavily rely on [Formula: see text]-mer dictionaries to describe the composition of sequences and allow for faster reference-free algorithms or look-ups. Unfortunately, naive [Formula: see text]-mer dictionaries are very memory-inefficient, requiring very large amount of storage space to save each [Formula: see text]-mer. This problem is generally worsened by the necessity of an index for fast queries. In this work, we discuss how to build an indexed linear reference containing a set of input [Formula: see text]-mers and its application to the compression of quality scores in FASTQ files. Most of the entropies of sequencing data lie in the quality scores, and thus they are difficult to compress. Here, we present an application to improve the compressibility of quality values while preserving the information for SNP calling. We show how a dictionary of significant [Formula: see text]-mers, obtained from SNP databases and multiple genomes, can be indexed in linear space and used to improve the compression of quality value. Availability: The software is freely available at https://github.com/yhhshb/yalff
Socio-demographic factors and neighbourhood social cohesion influence adults’ willingness to grant children greater independent mobility: A cross-sectional study
Effectiveness of group reminiscence for improving wellbeing of institutionalized elderly adults: study protocol for a randomized controlled trial
- …
