985 resultados para Alternative Transients Program
Resumo:
Despite the advancement of phylogenetic methods to estimate speciation and extinction rates, their power can be limited under variable rates, in particular for clades with high extinction rates and small number of extant species. Fossil data can provide a powerful alternative source of information to investigate diversification processes. Here, we present PyRate, a computer program to estimate speciation and extinction rates and their temporal dynamics from fossil occurrence data. The rates are inferred in a Bayesian framework and are comparable to those estimated from phylogenetic trees. We describe how PyRate can be used to explore different models of diversification. In addition to the diversification rates, it provides estimates of the parameters of the preservation process (fossilization and sampling) and the times of speciation and extinction of each species in the data set. Moreover, we develop a new birth-death model to correlate the variation of speciation/extinction rates with changes of a continuous trait. Finally, we demonstrate the use of Bayes factors for model selection and show how the posterior estimates of a PyRate analysis can be used to generate calibration densities for Bayesian molecular clock analysis. PyRate is an open-source command-line Python program available at http://sourceforge.net/projects/pyrate/.
Resumo:
We have devised a program that allows computation of the power of F-test, and hence determination of appropriate sample and subsample sizes, in the context of the one-way hierarchical analysis of variance with fixed effects. The power at a fixed alternative is an increasing function of the sample size and of the subsample size. The program makes it easy to obtain the power of F-test for a range of values of sample and subsample sizes, and therefore the appropriate sizes based on a desired power. The program can be used for the 'ordinary' case of the one-way analysis of variance, as well as for hierarchical analysis of variance with two stages of sampling. Examples are given of the practical use of the program.
Resumo:
Through an act of the Iowa Legislature, the Violator Program came into existence some 20 years ago, the purpose of which was to provide an alternative to long-term imprisonment for those offenders whose probation/parole had been suspended. This 4-6 month program is currently administered at three locations: Luster Heights, Newton Correctional Release Center,and the Iowa Correctional Institution for Women.
Resumo:
The objective of this work was to compare the relative efficiency of initial selection and genetic parameter estimation, using augmented blocks design (ABD), augmented blocks twice replicated design (DABD) and group of randomised block design experiments with common treatments (ERBCT), by simulations, considering fixed effect model and mixed model with regular treatment effects as random. For the simulations, eight different conditions (scenarios) were considered. From the 600 simulations in each scenario, the mean percentage selection coincidence, the Pearsons´s correlation estimates between adjusted means for the fixed effects model, and the heritability estimates for the mixed model were evaluated. DABD and ERBCT were very similar in their comparisons and slightly superior to ABD. Considering the initial stages of selection in a plant breeding program, ABD is a good alternative for selecting superior genotypes, although none of the designs had been effective to estimate heritability in all the different scenarios evaluated.
Resumo:
This inventory of transit services in Iowa covers urban transit, intercity passenger bus carriers and charter operators, taxicab operations, rural transit services and special services, and includes the results of questionnaire and interview surveys, and the resulting recommendations. The recommendations urge a centralized source of data and expertise, a public information program, the utilization of federal aid, the continuance of existing transit services with no dimunition of service level, the establishment of new services in communities of over 20,000 population, the sponsorship of demonstrations in communities with populations of 10,000 to 20,000, and the development and improvement of rural transit service. Based on state and local community experience, recommendations are made concerning revenue sources to support transit in Iowa, and four alternative state transit assistance programs are presented.
Resumo:
The aim of this study was to investigate the effects of a 6-month exercise program on cognitive function and blood viscosity in sedentary elderly men. Forty-six healthy inactive men, aged 60–75 years were randomly distributed into a control group (n=23) and an experimental group (n=23). Participants underwent blood analysis and physical and memory evaluation, before and after the 6-month program of physical exercise. The control group was instructed not to alter its everyday activities; the experimental group took part in the fitness program. The program was conducted using a cycle ergometer, 3 times per week on alternate days, with intensity and volume individualized at ventilatory threshold 1. Sessions were continuous and maximum duration was 60 min each. There was significant improvement in memory (21%; P<0.05), decreased blood viscosity (−19%; P<0.05), and higher aerobic capacity (48%; P<0.05) among participants in the experimental group compared with the control group. These data suggest that taking part in an aerobic physical fitness program at an intensity corresponding to ventilatory threshold-1 may be considered a nonmedication alternative to improve physical and cognitive function.
Resumo:
The topic of this research was alternative programming in secondary public education. The purpose of this research was to explore the perceived effectiveness of two public secondary programs that are aJternative to mainstream or "regular" education. Two case study sites were used to research diverse ends of the aJtemative programming continuum. The first case study demonstrated a gifted program and the second demonstrated a behavioral program. Student needs were examined in terms of academic needs, emotional needs, career needs, and social needs. Research conducted in these sites examined how the students, teachers, onsite staff, and program administrators perceived that individual needs were met and unmet in these two programs. The study was qualitative and exploratory, using deductive and inductive research techniques. Similar themes of best practice that were identified in the case study sites aided in the development of a teaching and learning model. Four themes were identified as important within the case study sites. These themes included the commitment and motivation of teachers and the support of administration in the gifted program, and the importance of location and the flow of information and communication in the behavior program. Six themes emerged that were similar across the case study sites. These themes included the individual nature of programming, recognition of student achievement, the alternative program as a place of safety and community, importance of interpersonal capacity, priority of basic needs, and, finally, matching student capacity with program expectations. The model incorporates these themes and is designed as a resource for teachers, program administrators, parents, and policy makers of alternative educational programs.
Resumo:
This thesis examines the independent alternative music scene in the city of Hamilton, Ontario, also known, with reference to its industrial heritage, as "Steeltown." Drawing on the growing literature on the relationship between place and popular music, on my own experience as a local musician, direct observation of performances and of venues and other sites of interaction, as well as ethnographic interviews with scene participants, I focus on the role of space, genre and performance within the scene, and their contribution to a sense of local identity. In particular, I argue that the live performance event is essential to the success of the local music scene, as it represents an immediate process, a connection between performers and audience, one which is temporally rooted in the present. My research suggests that the Hamilton alternative music scene has become postmodern, embracing forms of "indie" music that lie outside of mainstream taste, and particularly those which engage in the exploration and deconstruction of pre-existing genres. Eventually, however, the creative successes of an "indiescene" permeate mass culture and often become co-opted into the popular music mainstream, a process which, in turn, promotes new experimentation and innovation at the local level.
Resumo:
Modern computer systems are plagued with stability and security problems: applications lose data, web servers are hacked, and systems crash under heavy load. Many of these problems or anomalies arise from rare program behavior caused by attacks or errors. A substantial percentage of the web-based attacks are due to buffer overflows. Many methods have been devised to detect and prevent anomalous situations that arise from buffer overflows. The current state-of-art of anomaly detection systems is relatively primitive and mainly depend on static code checking to take care of buffer overflow attacks. For protection, Stack Guards and I-leap Guards are also used in wide varieties.This dissertation proposes an anomaly detection system, based on frequencies of system calls in the system call trace. System call traces represented as frequency sequences are profiled using sequence sets. A sequence set is identified by the starting sequence and frequencies of specific system calls. The deviations of the current input sequence from the corresponding normal profile in the frequency pattern of system calls is computed and expressed as an anomaly score. A simple Bayesian model is used for an accurate detection.Experimental results are reported which show that frequency of system calls represented using sequence sets, captures the normal behavior of programs under normal conditions of usage. This captured behavior allows the system to detect anomalies with a low rate of false positives. Data are presented which show that Bayesian Network on frequency variations responds effectively to induced buffer overflows. It can also help administrators to detect deviations in program flow introduced due to errors.
Resumo:
Focus on “social determinants of health” provides a welcome alternative to the bio-medical illness paradigm. However, the tendency to concentrate on the influence of “risk factors” related to living and working conditions of individuals, rather than to more broadly examine dynamics of the social processes that affect population health, has triggered critical reaction not only from the Global North but especially from voices the Global South where there is a long history of addressing questions of health equity. In this article, we elaborate on how focusing instead on the language of “social determination of health” has prompted us to attempt to apply a more equity-sensitive approaches to research and related policy and praxis.
Resumo:
We report an extended version of our normal coordinate program ASYM40, which may be used to transform Cartesian force constants from ab initio calculations to a force field in nonredundant internal (symmetry) coordinates. When experimental data are available, scale factors for the theoretical force field may then be optimized by least-squares refinement. The alternative of refining an empirical force field to fit a wide variety of data, as with the previous version ASYM20, has been retained. We compare the results of least-squares refinement of the full harmonic force field with least-squares refinement of only the scale factors for an SCF calculated force field and conclude that the latter approach may be useful for large molecules where more sophisticated calculations are impractical. The refinement of scale factors for a theoretical force field is also useful when there are only limited spectroscopic data. The program will accept ab initio calculated force fields from any program that presents Cartesian force constants as output. The program is available through Quantum Chemistry Program Exchange.
Resumo:
Longitudinal flow bursts observed by the European Incoherent Scatter (EISCAT) radar, in association with dayside auroral transients observed from Svalbard, have been interpreted as resulting from pulses of enhanced reconnection at the dayside magnetopause. However, an alternative model has recently been proposed for a steady rate of magnetopause reconnection, in which the bursts of longitudinal flow are due to increases in the field line curvature force, associated with the By component of the magnetosheath field. We here evaluate these two models, using observations on January 20, 1990, by EISCAT and a 630-nm all-sky camera at Ny Ålesund. For both models, we predict the behavior of both the dayside flows and the 630-nm emissions on newly opened field lines. It is shown that the signatures of steady reconnection and magnetosheath By changes could possibly resemble the observed 630-nm auroral events, but only for certain locations of the observing site, relative to the ionospheric projection of the reconnection X line: however, in such cases, the flow bursts would be seen between the 630-nm transients and not within them. On the other hand, the model of reconnection rate pulses predicts that the flows will be enhanced within each 630-nm transient auroral event. The observations on January 20, 1990, are shown to be consistent with the model of enhanced reconnection rate pulses over a background level and inconsistent with the effects of periodic enhancements of the magnitude of the magnetosheath By component. We estimate that the reconnection rate within the pulses would have to be at least an order of magnitude larger than the background level between the pulses.
Resumo:
Newell and Sibeck [1993] (hereafter N&S) list some objections to our interpretation of dayside auroral transients and associated azimuthal flow bursts in terms of pulsed reconnection [e.g. Lockwood et al., 1989; 1993a]. They present what they term an “apparently overlooked” alternative explanation in terms of steady reconnection and fluctuations in the magnitude of the By component of the magnetosheath field. The objections of N&S can all be answered by reference to our previous publications and their alternative explanation was only “overlooked” in so far as it fails to explain the observations. Here we discuss just some of the reasons why the objections of N&S are invalid, and then give reasons why the events are not simply due to magnetosheath |By| changes.
Resumo:
The author argues that by applying problem-solving negotiation skills in the design of public policies, public administrators benefit from more effective and wide-ranging outcomes in the realization of their goals. In order to demonstrate this idea, the author analyzes how negotiation skills – such as identifying key actors and their interests, recognizing hardbargaining tactics and changing the players, knowing your best alternative, creating value and building trust – permeated and contributed to the success of the City of São Paulo’s Invoice Program (“Programa Nota Fiscal Paulistana”), a public policy aimed at combating tax evasion of service tax in the City of São Paulo.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)