4,868 research outputs found
Oil and international cooperation
The more that states depend on oil exports, the less cooperative they become: they grow less likely to join intergovernmental organizations, to accept the compulsory jurisdiction of international judicial bodies, and to agree to binding arbitration for investment disputes. This pattern is robust to the use of country and year fixed effects, to alternative measures of the key variables, and to the exclusion of all countries in the Middle East. To explain this pattern, we consider the economic incentives that foster participation in international institutions: the desire to attract foreign investment and to gain access to foreign markets. Oil-exporting states, we argue, find it relatively easy to achieve these aims without making costly commitments to international institutions. In other words, natural resource wealth liberates states from the economic pressures that would otherwise drive them toward cooperation
Modelling the effect of vertical mixing on bottle incubations for determining in situ phytoplankton dynamics. I. Growth rates
Reliable estimates of in situ phytoplankton growth rates are central to understanding the dynamics of aquatic ecosystems. A common approach for estimating in situ growth rates is to incubate natural phytoplankton assemblages in clear bottles at fixed depths or irradiance levels and measure the change in chlorophyll a (Chl) over the incubation period (typically 24 h). Using a modelling approach, we investigate the accuracy of these Chl-based methods focussing on 2 aspects: (1) in a freely mixing surface layer, the cells are typically not in balanced growth, and with photoacclimation, changes in Chl may yield different growth rates than changes in carbon; and (2) the in vitro methods neglect any vertical movement due to turbulence and its effect on the cells' light history. The growth rates thus strongly depend on the incubation depth and are not necessarily representative of the depth-integrated in situ growth rate in the freely mixing surface layer. We employ an individual based turbulence and photosynthesis model, which also accounts for photoacclimation and photo - inhibition, to show that the in vitro Chl-based growth rate can differ both from its carbon-based in vitro equivalent and from the in situ value by up to 100%, depending on turbulence intensity, optical depth of the mixing layer, and incubation depth within the layer. We make recommendations for choosing the best depth for single-depth incubations. Furthermore we demonstrate that, if incubation bottles are being oscillated up and down through the water column, these systematic errors can be significantly reduced. In the present study, we focus on Chl-based methods only, while productivity measurements using carbon-based techniques (e.g. 14C) are discussed in Ross et al. (2011; Mar Ecol Prog Ser 435:33-45). © Inter-Research 2011
Haemorrhage control of the pre-hospital trauma patient.
. This is an Open Access article distributed under the terms of the Creative Commons
Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Creative Commons Public Domain Dedication waiver (http:// creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated
"A bit more truthful": the validity of adolescent sexual behaviour data collected in rural northern Tanzania using five methods.
OBJECTIVE: To assess the validity of sexual behaviour data collected from African adolescents using five methods. METHODS: 9280 Tanzanian adolescents participated in a biological marker and face to face questionnaire survey and 6079 in an assisted self-completion questionnaire survey; 74 participated in in-depth interviews and 56 person weeks of participant observation were conducted. RESULTS: 38% of males and 59% of females reporting sexual activity did so in only one of the two 1998 questionnaires. Only 58% of males and 29% of females with biological markers consistently reported sexual activity in both questionnaires. Nine of 11 (82%) in-depth interview respondents who had had biological markers provided an invalid series of responses about sex in the survey and in-depth interview series. Only one of six female in-depth interview respondents with an STI reported sex in any of the four surveys, but five reported it in the in-depth interviews. CONCLUSION: In this low prevalence population, biological markers on their own revealed that a few adolescents had had sex, but in combination with in-depth interviews they may be useful in identifying risk factors for STIs. Self-reported sexual behaviour data were fraught with inconsistencies. In-depth interviews seem to be more effective than assisted self-completion questionnaires and face to face questionnaires in promoting honest responses among females with STIs. Participant observation was the most useful method for understanding the nature, complexity, and extent of sexual behaviour
Comparison and Mapping Facilitate Relation Discovery and Predication
Relational concepts play a central role in human perception and cognition, but little is known about how they are acquired. For example, how do we come to understand that physical force is a higher-order multiplicative relation between mass and acceleration, or that two circles are the same-shape in the same way that two squares are? A recent model of relational learning, DORA (Discovery of Relations by Analogy; Doumas, Hummel & Sandhofer, 2008), predicts that comparison and analogical mapping play a central role in the discovery and predication of novel higher-order relations. We report two experiments testing and confirming this prediction
Primate modularity and evolution: first anatomical network analysis of primate head and neck musculoskeletal system
Network theory is increasingly being used to study morphological modularity and integration. Anatomical network analysis (AnNA) is a framework for quantitatively characterizing the topological organization of anatomical structures and providing an operational way to compare structural integration and modularity. Here we apply AnNA for the first time to study the macroevolution of the musculoskeletal system of the head and neck in primates and their closest living relatives, paying special attention to the evolution of structures associated with facial and vocal communication. We show that well-defined left and right facial modules are plesiomorphic for primates, while anthropoids consistently have asymmetrical facial modules that include structures of both sides, a change likely related to the ability to display more complex, asymmetrical facial expressions. However, no clear trends in network organization were found regarding the evolution of structures related to speech. Remarkably, the increase in the number of head and neck muscles – and thus of musculoskeletal structures – in human evolution led to a decrease in network density and complexity in humans
Bridging flavour violation and leptogenesis in SU(3) family models
We reconsider basic, in the sense of minimal field content, Pati-Salam x
SU(3) family models which make use of the Type I see-saw mechanism to reproduce
the observed mixing and mass spectrum in the neutrino sector. The goal of this
is to achieve the observed baryon asymmetry through the thermal decay of the
lightest right-handed neutrino and at the same time to be consistent with the
expected experimental lepton flavour violation sensitivity. This kind of models
have been previously considered but it was not possible to achieve a
compatibility among all of the ingredients mentioned above. We describe then
how different SU(3) messengers, the heavy fields that decouple and produce the
right form of the Yukawa couplings together with the scalars breaking the SU(3)
symmetry, can lead to different Yukawa couplings. This in turn implies
different consequences for flavour violation couplings and conditions for
realizing the right amount of baryon asymmetry through the decay of the
lightest right-handed neutrino. Also a highlight of the present work is a new
fit of the Yukawa textures traditionally embedded in SU(3) family models.Comment: 26 pages, 5 figures, Some typos correcte
Gitana: a SQL-based Git Repository Inspector
International audienceSoftware development projects are notoriously complex and difficult to deal with. Several support tools such as issue tracking, code review and Source Control Management (SCM) systems have been introduced in the past decades to ease development activities. While such tools efficiently track the evolution of a given aspect of the project (e.g., bug reports), they provide just a partial view of the project and often lack of advanced querying mechanisms limiting themselves to command line or simple GUI support. This is particularly true for projects that rely on Git, the most popular SCM system today. In this paper, we propose a conceptual schema for Git and an approach that, given a Git repository, exports its data to a relational database in order to (1) promote data integration with other existing SCM tools and (2) enable writing queries on Git data using standard SQL syntax. To ensure efficiency, our approach comes with an incremental propagation mechanism that refreshes the database content with the latest modifications. We have implemented our approach in Gitana, an open-source tool available on GitHub
The need to promote behaviour change at the cultural level: one factor explaining the limited impact of the MEMA kwa Vijana adolescent sexual health intervention in rural Tanzania. A process evaluation
Background - Few of the many behavioral sexual health interventions in Africa have been rigorously evaluated. Where biological outcomes have been measured, improvements have rarely been found. One of the most rigorous trials was of the multi-component MEMA kwa Vijana adolescent sexual health programme, which showed improvements in knowledge and reported attitudes and behaviour, but none in biological outcomes. This paper attempts to explain these outcomes by reviewing the process evaluation findings, particularly in terms of contextual factors.
Methods - A large-scale, primarily qualitative process evaluation based mainly on participant observation identified the principal contextual barriers and facilitators of behavioural change.
Results - The contextual barriers involved four interrelated socio-structural factors: culture (i.e. shared practices and systems of belief), economic circumstances, social status, and gender. At an individual level they appeared to operate through the constructs of the theories underlying MEMA kwa Vijana - Social Cognitive Theory and the Theory of Reasoned Action – but the intervention was unable to substantially modify these individual-level constructs, apart from knowledge.
Conclusion - The process evaluation suggests that one important reason for this failure is that the intervention did not operate sufficiently at a structural level, particularly in regard to culture. Recently most structural interventions have focused on gender or/and economics. Complementing these with a cultural approach could address the belief systems that justify and perpetuate gender and economic inequalities, as well as other barriers to behaviour change
The changing nature of risk and risk management: the challenge of borders, uncertainty and resilience
No abstract available
- …
