13 resultados para Burmese python
em Queensland University of Technology - ePrints Archive
Resumo:
Objective: This study documents the mental health status of people from Burmese refugee backgrounds, recently arrived in Australia; then examines the contributions of gender, premigration and postmigration factors in predicting mental health. Method: Structured interviews, including a demographic questionnaire, the Harvard Trauma Questionnaire, Postmigration Living Difficulties Checklist and Hopkins Symptom Checklist assessed premigration trauma, postmigration living difficulties, depression, anxiety, somatisation and traumatisation symptoms in a sample of 70 adults across five Burmese ethnic groups. Results: Substantial proportions of participants reported psychological distress in symptomatic ranges including: posttraumatic stress disorder (9%); anxiety (20%), and; depression (36%), as well as significant symptoms of somatisation (37%). Participants reported multiple and severe premigration traumas. Postmigration living difficulties of greatest concern included communication problems and worry about family not in Australia. Gender did not predict mental health. Level of exposure to traumatic events and postmigration living difficulties each made unique and relatively equal contributions to traumatisation symptoms. Postmigration living difficulties made unique contributions to depression, anxiety and somatisation symptoms. Conclusions: While exposure to traumatic events impacted on participants’ mental wellbeing, postmigration living difficulties had greater salience in predicting mental health outcomes of people from Burmese refugee backgrounds. Reported rates of posttraumatic stress disorder symptoms were consistent with a large review of adults across seven western countries. High levels of somatisation pointed to a nuanced expression of distress. Findings have implications for service provision in terms of implementing appropriate interventions to effectively meet the needs of this newly arrived group in Australia.
Resumo:
In this paper we present pyktree, an implementation of the K-tree algorithm in the Python programming language. The K-tree algorithm provides highly balanced search trees for vector quantization that scales up to very large data sets. Pyktree is highly modular and well suited for rapid-prototyping of novel distance measures and centroid representations. It is easy to install and provides a python package for library use as well as command line tools.
Resumo:
Markov chain Monte Carlo (MCMC) estimation provides a solution to the complex integration problems that are faced in the Bayesian analysis of statistical problems. The implementation of MCMC algorithms is, however, code intensive and time consuming. We have developed a Python package, which is called PyMCMC, that aids in the construction of MCMC samplers and helps to substantially reduce the likelihood of coding error, as well as aid in the minimisation of repetitive code. PyMCMC contains classes for Gibbs, Metropolis Hastings, independent Metropolis Hastings, random walk Metropolis Hastings, orientational bias Monte Carlo and slice samplers as well as specific modules for common models such as a module for Bayesian regression analysis. PyMCMC is straightforward to optimise, taking advantage of the Python libraries Numpy and Scipy, as well as being readily extensible with C or Fortran.
Resumo:
PySSM is a Python package that has been developed for the analysis of time series using linear Gaussian state space models (SSM). PySSM is easy to use; models can be set up quickly and efficiently and a variety of different settings are available to the user. It also takes advantage of scientific libraries Numpy and Scipy and other high level features of the Python language. PySSM is also used as a platform for interfacing between optimised and parallelised Fortran routines. These Fortran routines heavily utilise Basic Linear Algebra (BLAS) and Linear Algebra Package (LAPACK) functions for maximum performance. PySSM contains classes for filtering, classical smoothing as well as simulation smoothing.
Resumo:
This book explores the relationship between gender and power in Burmese history from pre-colonial times to the present day and aims to identify the sources, nature and limitations of women’s power. The study takes as its starting point the apparent contradiction that, though Burmese women historically enjoyed relatively high social status and economic influence, for the most part they remained conspicuously absent from positions of authority in formal religious, social and political institutions. The book thus examines the concept of ‘family’ in Burmese political culture, and reveals how some women were able to gain political influence through their familial connections with powerful men, even while cultural models of ‘correct’ female behaviour prevented most women from attaining official positions of political authority. The study also considers how various influences – Buddhism, colonialism, nationalism, modernisation and militarism – shaped Burmese concepts of gender and power, with important implications for how women were able to exercise social, economic and political influence. The book explores how the effects of prolonged armed conflict, economic isolation and political oppression have constrained opportunities for women to attain power in contemporary Burma, and examines opportunities opened up by the pro-democracy movement and recent focus on women's issues and rights for women to exercise influence both inside Burma and in exile. Using an interdisciplinary approach that draws on feminist, anthropological and social science discourses, placing them within an historical framework, the author offers a broad understanding of how power is obtained and exercised in Burma in order to reassess historical representations of Burmese women and so provide a more comprehensive and inclusive understanding of power relations in historical and contemporary Burma.
Resumo:
The Multidimensional Loss Scale: Initial Development and Psychometric Evaluation The Multidimensional Loss Scale (MLS) represents the first instrument designed specifically to measure loss in refugee populations. Researchers developed initial items of the Multidimensional Loss Scale to assess Experience of Loss Events and Loss Distress in a culturally sensitive manner across multiple domains (social, material, intra-personal and cultural). A sample of 70 recently settled Burmese adult refugees completed a battery of questionnaires, including new scale items. Analyses explored the scale’s factor structure, internal consistency, convergent validity and divergent validity. Principal Axis Factoring supported a five-factor model: Loss of Symbolic Self, Loss of Interdependence, Loss of Home, Interpersonal Loss, and Loss of Intrapersonal Integrity. Chronbach’s Alphas indicated satisfactory internal consistency for Experience of Loss Events (.85) and Loss Distress (.92). Convergent and divergent validity of Loss Distress were supported by moderate correlations with interpersonal grief and trauma symptoms and weak correlations with depression and anxiety. The new scale was well received by people from refugee backgrounds and shows promise for application in future research and practice
Resumo:
The research presented in this thesis addresses inherent problems in signaturebased intrusion detection systems (IDSs) operating in heterogeneous environments. The research proposes a solution to address the difficulties associated with multistep attack scenario specification and detection for such environments. The research has focused on two distinct problems: the representation of events derived from heterogeneous sources and multi-step attack specification and detection. The first part of the research investigates the application of an event abstraction model to event logs collected from a heterogeneous environment. The event abstraction model comprises a hierarchy of events derived from different log sources such as system audit data, application logs, captured network traffic, and intrusion detection system alerts. Unlike existing event abstraction models where low-level information may be discarded during the abstraction process, the event abstraction model presented in this work preserves all low-level information as well as providing high-level information in the form of abstract events. The event abstraction model presented in this work was designed independently of any particular IDS and thus may be used by any IDS, intrusion forensic tools, or monitoring tools. The second part of the research investigates the use of unification for multi-step attack scenario specification and detection. Multi-step attack scenarios are hard to specify and detect as they often involve the correlation of events from multiple sources which may be affected by time uncertainty. The unification algorithm provides a simple and straightforward scenario matching mechanism by using variable instantiation where variables represent events as defined in the event abstraction model. The third part of the research looks into the solution to address time uncertainty. Clock synchronisation is crucial for detecting multi-step attack scenarios which involve logs from multiple hosts. Issues involving time uncertainty have been largely neglected by intrusion detection research. The system presented in this research introduces two techniques for addressing time uncertainty issues: clock skew compensation and clock drift modelling using linear regression. An off-line IDS prototype for detecting multi-step attacks has been implemented. The prototype comprises two modules: implementation of the abstract event system architecture (AESA) and of the scenario detection module. The scenario detection module implements our signature language developed based on the Python programming language syntax and the unification-based scenario detection engine. The prototype has been evaluated using a publicly available dataset of real attack traffic and event logs and a synthetic dataset. The distinct features of the public dataset are the fact that it contains multi-step attacks which involve multiple hosts with clock skew and clock drift. These features allow us to demonstrate the application and the advantages of the contributions of this research. All instances of multi-step attacks in the dataset have been correctly identified even though there exists a significant clock skew and drift in the dataset. Future work identified by this research would be to develop a refined unification algorithm suitable for processing streams of events to enable an on-line detection. In terms of time uncertainty, identified future work would be to develop mechanisms which allows automatic clock skew and clock drift identification and correction. The immediate application of the research presented in this thesis is the framework of an off-line IDS which processes events from heterogeneous sources using abstraction and which can detect multi-step attack scenarios which may involve time uncertainty.
Resumo:
This paper reports on a replication of earlier studies into a possible hierarchy of programming skills. In this study, the students from whom data was collected were at a university that had not provided data for earlier studies. Also, the students were taught the programming language Python, which had not been used in earlier studies. Thus this study serves as a test of whether the findings in the earlier studies were specific to certain institutions, student cohorts, and programming languages. Also, we used a non–parametric approach to the analysis, rather than the linear approach of earlier studies. Our results are consistent with the earlier studies. We found that students who cannot trace code usually cannot explain code, and also that students who tend to perform reasonably well at code writing tasks have also usually acquired the ability to both trace code and explain code.
Resumo:
Interactive development environments are making a resurgence. The traditional batch style of programming, edit -> compile -> run, is slowly being reevaluated by the development community at large. Languages such as Perl, Python and Ruby are at the heart of a new programming culture commonly described as extreme, agile or dynamic. Musicians are also beginning to embrace these environments and to investigate the opportunity to use dynamic programming tools in live performance. This paper provides an introduction to Impromptu, a new interactive development environment for musicians and sound artists.
Resumo:
Burma (or Myanmar) is not a place that people normally associate with the glamour of film stars, or the fun and frivolity of celebrities, unlike in neighbouring India or Thailand. But each year the very matter-of-factly named ‘Myanmar Economics Import/Export VCD’ company produces a disk of the year’s most memorable television ads, showcasing some of the many Burmese celebrities on television at the moment. As a testament to the catchiness of the ads, disks have become so popular that they can be bought on street corners in Yangon for about 1000 Kyats (US$1). Though advertising in Burma is highly vetted for political content, much like film and print media, the samples featured show a surprising array of entertaining themes and ideas. Much of television advertising, in some way or another, draws upon the profiles of versatile Burmese celebrities to engage and build brand value.
Resumo:
Virtual prototyping emerges as a new technology to replace existing physical prototypes for product evaluation, which are costly and time consuming to manufacture. Virtualization technology allows engineers and ergonomists to perform virtual builds and different ergonomic analyses on a product. Digital Human Modelling (DHM) software packages such as Siemens Jack, often integrate with CAD systems to provide a virtual environment which allows investigation of operator and product compatibility. Although the integration between DHM and CAD systems allows for the ergonomic analysis of anthropometric design, human musculoskeletal, multi-body modelling software packages such as the AnyBody Modelling System (AMS) are required to support physiologic design. They provide muscular force analysis, estimate human musculoskeletal strain and help address human comfort assessment. However, the independent characteristics of the modelling systems Jack and AMS constrain engineers and ergonomists in conducting a complete ergonomic analysis. AMS is a stand alone programming system without a capability to integrate into CAD environments. Jack is providing CAD integrated human-in-the-loop capability, but without considering musculoskeletal activity. Consequently, engineers and ergonomists need to perform many redundant tasks during product and process design. Besides, the existing biomechanical model in AMS uses a simplified estimation of body proportions, based on a segment mass ratio derived scaling approach. This is insufficient to represent user populations anthropometrically correct in AMS. In addition, sub-models are derived from different sources of morphologic data and are therefore anthropometrically inconsistent. Therefore, an interface between the biomechanical AMS and the virtual human model Jack was developed to integrate a musculoskeletal simulation with Jack posture modeling. This interface provides direct data exchange between the two man-models, based on a consistent data structure and common body model. The study assesses kinematic and biomechanical model characteristics of Jack and AMS, and defines an appropriate biomechanical model. The information content for interfacing the two systems is defined and a protocol is identified. The interface program is developed and implemented through Tcl and Jack-script(Python), and interacts with the AMS console application to operate AMS procedures.
Resumo:
A comprehensive one-dimensional meanline design approach for radial inflow turbines is described in the present work. An original code was developed in Python that takes a novel approach to the automatic selection of feasible machines based on pre-defined performance or geometry characteristics for a given application. It comprises a brute-force search algorithm that traverses the entire search space based on key non-dimensional parameters and rotational speed. In this study, an in-depth analysis and subsequent implementation of relevant loss models as well as selection criteria for radial inflow turbines is addressed. Comparison with previously published designs, as well as other available codes, showed good agreement. Sample (real and theoretical) test cases were trialed and results showed good agreement when compared to other available codes. The presented approach was found to be valid and the model was found to be a useful tool with regards to the preliminary design and performance estimation of radial inflow turbines, enabling its integration with other thermodynamic cycle analysis and three-dimensional blade design codes.
Resumo:
A salutogenic approach explored themes of strength and well-being in life stories of Burmese refugees (N = 18) in Australia. Previous refugee studies have tended to focus on negative responses to traumatic events (e.g. posttraumatic stress disorder, depression). To widen the scope of refugee related research the focus of the current study was informed by a salutogenic perspective, exploring sources of strength that may facilitate well-being. Semi-structured narrative interviews explored: the participant's life before fleeing Burma, the journey of exile, and post-migration in Australia. Eight women and 10 men (Mage = 39 years) were interviewed and transcriptions analysis of narratives was conducted using Interpretative Phenomenological Analysis (IPA), with major themes being explicated. Super-ordinate themes pertaining to strength during times of hardship were identified and explicated as: support from interpersonal relationships, the pivotal role of values, a sense of future and agency, and reliance on spiritual or religious beliefs. Results indicate the existence of sources of strength that may contribute to human responses in times of hardship. Recognition and reflection of strengths may be incorporated into therapeutic and resettlement approaches for people from refugee backgrounds.