11,447 research outputs found
On the relative pricing of long-maturity index options and collateralized debt obligations
preprin
Proximity to Sports Facilities and Sports Participation for Adolescents in Germany
Objectives - To assess the relationship between proximity to specific sports facilities and participation in the corresponding sports activities for adolescents in Germany.
Methods - A sample of 1,768 adolescents aged 11–17 years old and living in 161 German communities was examined. Distances to the nearest sports facilities were calculated as an indicator of proximity to sports facilities using Geographic Information Systems (GIS). Participation in specific leisure-time sports activities in sports clubs was assessed using a self-report questionnaire and individual-level socio-demographic variables were derived from a parent questionnaire. Community-level socio-demographics as covariates were selected from the INKAR database, in particular from indicators and maps on land development. Logistic regression analyses were conducted to examine associations between proximity to the nearest sports facilities and participation in the corresponding sports activities.
Results - The logisitic regression analyses showed that girls residing longer distances from the nearest gym were less likely to engage in indoor sports activities; a significant interaction between distances to gyms and level of urbanization was identified. Decomposition of the interaction term showed that for adolescent girls living in rural areas participation in indoor sports activities was positively associated with gym proximity. Proximity to tennis courts and indoor pools was not associated with participation in tennis or water sports, respectively.
Conclusions - Improved proximity to gyms is likely to be more important for female adolescents living in rural areas
Local electronic structure of the peptide bond probed by resonant inelastic soft X-ray scattering.
The local valence orbital structure of solid glycine, diglycine, and triglycine is studied using soft X-ray emission spectroscopy (XES), resonant inelastic soft X-ray scattering (RIXS) maps, and spectra calculations based on density-functional theory. Using a building block approach, the contributions of the different functional groups of the peptides are separated. Cuts through the RIXS maps furthermore allow monitoring selective excitations of the amino and peptide functional units, leading to a modification of the currently established assignment of spectral contributions. The results thus paint a new-and-improved picture of the peptide bond, enhance the understanding of larger molecules with peptide bonds, and simplify the investigation of such molecules in aqueous environment
Exactly solvable Wadati potentials in the PT-symmetric Gross-Pitaevskii equation
This note examines Gross-Pitaevskii equations with PT-symmetric potentials of
the Wadati type: . We formulate a recipe for the construction of
Wadati potentials supporting exact localised solutions. The general procedure
is exemplified by equations with attractive and repulsive cubic nonlinearity
bearing a variety of bright and dark solitons.Comment: To appear in Proceedings of the 15 Conference on Pseudo-Hermitian
Hamiltonians in Quantum Physics, May 18-23 2015, Palermo, Italy (Springer
Proceedings in Physics, 2016
On Feedback Vertex Set: New Measure and New Structures
We present a new parameterized algorithm for the {feedback vertex set}
problem ({\sc fvs}) on undirected graphs. We approach the problem by
considering a variation of it, the {disjoint feedback vertex set} problem ({\sc
disjoint-fvs}), which finds a feedback vertex set of size that has no
overlap with a given feedback vertex set of the graph . We develop an
improved kernelization algorithm for {\sc disjoint-fvs} and show that {\sc
disjoint-fvs} can be solved in polynomial time when all vertices in have degrees upper bounded by three. We then propose a new
branch-and-search process on {\sc disjoint-fvs}, and introduce a new
branch-and-search measure. The process effectively reduces a given graph to a
graph on which {\sc disjoint-fvs} becomes polynomial-time solvable, and the new
measure more accurately evaluates the efficiency of the process. These
algorithmic and combinatorial studies enable us to develop an
-time parameterized algorithm for the general {\sc fvs} problem,
improving all previous algorithms for the problem.Comment: Final version, to appear in Algorithmic
Three geographically separate domestications of Asian rice
Domesticated rice (Oryza sativa L.) accompanied the dawn of Asian civilization(1) and has become one of world's staple crops. From archaeological and genetic evidence various contradictory scenarios for the origin of different varieties of cultivated rice have been proposed, the most recent based on a single domestication(2,3). By examining the footprints of selection in the genomes of different cultivated rice types, we show that there were three independent domestications in different parts of Asia. We identify wild populations in southern China and the Yangtze valley as the source of the japonica gene pool, and populations in Indochina and the Brahmaputra valley as the source of the indica gene pool. We reveal a hitherto unrecognized origin for the aus variety in central India or Bangladesh. We also conclude that aromatic rice is a result of a hybridization between japonica and aus, and that the tropical and temperate versions of japonica are later adaptations of one crop. Our conclusions are in accord with archaeological evidence that suggests widespread origins of rice cultivation(1,4). We therefore anticipate that our results will stimulate a more productive collaboration between genetic and archaeological studies of rice domestication, and guide utilization of genetic resources in breeding programmes aimed at crop improvement.European Research Council [339941]info:eu-repo/semantics/publishedVersio
Gestational age at delivery and special educational need: retrospective cohort study of 407,503 schoolchildren
<STRONG>Background</STRONG> Previous studies have demonstrated an association between preterm delivery and increased risk of special educational need (SEN). The aim of our study was to examine the risk of SEN across the full range of gestation. <STRONG>Methods and Findings</STRONG>
We conducted a population-based, retrospective study by linking school census data on the 407,503 eligible school-aged children resident in 19 Scottish Local Authority areas (total population 3.8 million) to their routine birth data. SEN was recorded in 17,784 (4.9%) children; 1,565 (8.4%) of those born preterm and 16,219 (4.7%) of those born at term. The risk of SEN increased across the whole range of gestation from 40 to 24 wk: 37–39 wk adjusted odds ratio (OR) 1.16, 95% confidence interval (CI) 1.12–1.20; 33–36 wk adjusted OR 1.53, 95% CI 1.43–1.63; 28–32 wk adjusted OR 2.66, 95% CI 2.38–2.97; 24–27 wk adjusted OR 6.92, 95% CI 5.58–8.58. There was no interaction between elective versus spontaneous delivery. Overall, gestation at delivery accounted for 10% of the adjusted population attributable fraction of SEN. Because of their high frequency, early term deliveries (37–39 wk) accounted for 5.5% of cases of SEN compared with preterm deliveries (<37 wk), which accounted for only 3.6% of cases. <STRONG>Conclusions</STRONG> Gestation at delivery had a strong, dose-dependent relationship with SEN that was apparent across the whole range of gestation. Because early term delivery is more common than preterm delivery, the former accounts for a higher percentage of SEN cases. Our findings have important implications for clinical practice in relation to the timing of elective delivery
Non-polynomial Worst-Case Analysis of Recursive Programs
We study the problem of developing efficient approaches for proving
worst-case bounds of non-deterministic recursive programs. Ranking functions
are sound and complete for proving termination and worst-case bounds of
nonrecursive programs. First, we apply ranking functions to recursion,
resulting in measure functions. We show that measure functions provide a sound
and complete approach to prove worst-case bounds of non-deterministic recursive
programs. Our second contribution is the synthesis of measure functions in
nonpolynomial forms. We show that non-polynomial measure functions with
logarithm and exponentiation can be synthesized through abstraction of
logarithmic or exponentiation terms, Farkas' Lemma, and Handelman's Theorem
using linear programming. While previous methods obtain worst-case polynomial
bounds, our approach can synthesize bounds of the form
as well as where is not an integer. We present
experimental results to demonstrate that our approach can obtain efficiently
worst-case bounds of classical recursive algorithms such as (i) Merge-Sort, the
divide-and-conquer algorithm for the Closest-Pair problem, where we obtain
worst-case bound, and (ii) Karatsuba's algorithm for
polynomial multiplication and Strassen's algorithm for matrix multiplication,
where we obtain bound such that is not an integer and
close to the best-known bounds for the respective algorithms.Comment: 54 Pages, Full Version to CAV 201
Neuroimaging Evidence of Major Morpho-Anatomical and Functional Abnormalities in the BTBR T+TF/J Mouse Model of Autism
BTBR T+tf/J (BTBR) mice display prominent behavioural deficits analogous to the defining symptoms of autism, a feature that has prompted a widespread use of the model in preclinical autism research. Because neuro-behavioural traits are described with respect to reference populations, multiple investigators have examined and described the behaviour of BTBR mice against that exhibited by C57BL/6J (B6), a mouse line characterised by high sociability and low self-grooming. In an attempt to probe the translational relevance of this comparison for autism research, we used Magnetic Resonance Imaging (MRI) to map in both strain multiple morpho-anatomical and functional neuroimaging readouts that have been extensively used in patient populations. Diffusion tensor tractography confirmed previous reports of callosal agenesis and lack of hippocampal commissure in BTBR mice, and revealed a concomitant rostro-caudal reorganisation of major cortical white matter bundles. Intact inter-hemispheric tracts were found in the anterior commissure, ventro-medial thalamus, and in a strain-specific white matter formation located above the third ventricle. BTBR also exhibited decreased fronto-cortical, occipital and thalamic gray matter volume and widespread reductions in cortical thickness with respect to control B6 mice. Foci of increased gray matter volume and thickness were observed in the medial prefrontal and insular cortex. Mapping of resting-state brain activity using cerebral blood volume weighted fMRI revealed reduced cortico-thalamic function together with foci of increased activity in the hypothalamus and dorsal hippocampus of BTBR mice. Collectively, our results show pronounced functional and structural abnormalities in the brain of BTBR mice with respect to control B6 mice. The large and widespread white and gray matter abnormalities observed do not appear to be representative of the neuroanatomical alterations typically observed in autistic patients. The presence of reduced fronto-cortical metabolism is of potential translational relevance, as this feature recapitulates previously-reported clinical observations
- …
