WorldWideScience

Sample records for nested loop program

  1. Tiling arbitrarily nested loops by means of the transitive

    Directory of Open Access Journals (Sweden)

    Bielecki Włodzimierz

    2016-12-01

    Full Text Available A novel approach to generation of tiled code for arbitrarily nested loops is presented. It is derived via a combination of the polyhedral and iteration space slicing frameworks. Instead of program transformations represented by a set of affine functions, one for each statement, it uses the transitive closure of a loop nest dependence graph to carry out corrections of original rectangular tiles so that all dependences of the original loop nest are preserved under the lexicographic order of target tiles. Parallel tiled code can be generated on the basis of valid serial tiled code by means of applying affine transformations or transitive closure using on input an inter-tile dependence graph whose vertices are represented by target tiles while edges connect dependent target tiles. We demonstrate how a relation describing such a graph can be formed. The main merit of the presented approach in comparison with the well-known ones is that it does not require full permutability of loops to generate both serial and parallel tiled codes; this increases the scope of loop nests to be tiled.

  2. Parallel tiled Nussinov RNA folding loop nest generated using both dependence graph transitive closure and loop skewing.

    Science.gov (United States)

    Palkowski, Marek; Bielecki, Wlodzimierz

    2017-06-02

    RNA secondary structure prediction is a compute intensive task that lies at the core of several search algorithms in bioinformatics. Fortunately, the RNA folding approaches, such as the Nussinov base pair maximization, involve mathematical operations over affine control loops whose iteration space can be represented by the polyhedral model. Polyhedral compilation techniques have proven to be a powerful tool for optimization of dense array codes. However, classical affine loop nest transformations used with these techniques do not optimize effectively codes of dynamic programming of RNA structure predictions. The purpose of this paper is to present a novel approach allowing for generation of a parallel tiled Nussinov RNA loop nest exposing significantly higher performance than that of known related code. This effect is achieved due to improving code locality and calculation parallelization. In order to improve code locality, we apply our previously published technique of automatic loop nest tiling to all the three loops of the Nussinov loop nest. This approach first forms original rectangular 3D tiles and then corrects them to establish their validity by means of applying the transitive closure of a dependence graph. To produce parallel code, we apply the loop skewing technique to a tiled Nussinov loop nest. The technique is implemented as a part of the publicly available polyhedral source-to-source TRACO compiler. Generated code was run on modern Intel multi-core processors and coprocessors. We present the speed-up factor of generated Nussinov RNA parallel code and demonstrate that it is considerably faster than related codes in which only the two outer loops of the Nussinov loop nest are tiled.

  3. Efficient Implementation of Nested-Loop Multimedia Algorithms

    Directory of Open Access Journals (Sweden)

    Kittitornkun Surin

    2001-01-01

    Full Text Available A novel dependence graph representation called the multiple-order dependence graph for nested-loop formulated multimedia signal processing algorithms is proposed. It allows a concise representation of an entire family of dependence graphs. This powerful representation facilitates the development of innovative implementation approach for nested-loop formulated multimedia algorithms such as motion estimation, matrix-matrix product, 2D linear transform, and others. In particular, algebraic linear mapping (assignment and scheduling methodology can be applied to implement such algorithms on an array of simple-processing elements. The feasibility of this new approach is demonstrated in three major target architectures: application-specific integrated circuit (ASIC, field programmable gate array (FPGA, and a programmable clustered VLIW processor.

  4. Presenting simulation results in a nested loop plot.

    Science.gov (United States)

    Rücker, Gerta; Schwarzer, Guido

    2014-12-12

    Statisticians investigate new methods in simulations to evaluate their properties for future real data applications. Results are often presented in a number of figures, e.g., Trellis plots. We had conducted a simulation study on six statistical methods for estimating the treatment effect in binary outcome meta-analyses, where selection bias (e.g., publication bias) was suspected because of apparent funnel plot asymmetry. We varied five simulation parameters: true treatment effect, extent of selection, event proportion in control group, heterogeneity parameter, and number of studies in meta-analysis. In combination, this yielded a total number of 768 scenarios. To present all results using Trellis plots, 12 figures were needed. Choosing bias as criterion of interest, we present a 'nested loop plot', a diagram type that aims to have all simulation results in one plot. The idea was to bring all scenarios into a lexicographical order and arrange them consecutively on the horizontal axis of a plot, whereas the treatment effect estimate is presented on the vertical axis. The plot illustrates how parameters simultaneously influenced the estimate. It can be combined with a Trellis plot in a so-called hybrid plot. Nested loop plots may also be applied to other criteria such as the variance of estimation. The nested loop plot, similar to a time series graph, summarizes all information about the results of a simulation study with respect to a chosen criterion in one picture and provides a suitable alternative or an addition to Trellis plots.

  5. Exact Analysis of the Cache Behavior of Nested Loops

    National Research Council Canada - National Science Library

    Chatterjee, Siddhartha; Parker, Erin; Hanlon, Philip J; Lebeck, Alvin R

    2001-01-01

    The authors develop from first principles an exact model of the behavior of loop nests executing in a memory hierarchy by using a nontraditional classification of misses that has the key property of composability...

  6. Giardia and Cryptosporidium spp. dissemination during wastewater treatment and comparative detection via immunofluorescence assay (IFA), nested polymerase chain reaction (nested PCR) and loop mediated isothermal amplification (LAMP).

    Science.gov (United States)

    Gallas-Lindemann, Carmen; Sotiriadou, Isaia; Plutzer, Judit; Noack, Michael J; Mahmoudi, Mohammad Reza; Karanis, Panagiotis

    2016-06-01

    Environmental water samples from the Lower Rhine area in Germany were investigated via immunofluorescence assays (IFAs), nested polymerase chain reaction (nested PCR) and loop-mediated isothermal amplification (LAMP) to detect the presence of Giardia spp. (n=185) and Cryptosporidium spp. (n=227). The samples were concentrated through filtration or flocculation, and oocysts were purified via centrifugation through a sucrose density gradient. For all samples, IFA was performed first, followed by DNA extraction for the nested PCR and LAMP assays. Giardia cysts were detected in 105 samples (56.8%) by IFA, 62 samples (33.5%) by nested PCR and 79 samples (42.7%) by LAMP. Cryptosporidium spp. were detected in 69 samples (30.4%) by IFA, 95 samples (41.9%) by nested PCR and 99 samples (43.6%) by LAMP. According to these results, the three detection methods are complementary for monitoring Giardia and Cryptosporidium in environmental waters. Copyright © 2016 Elsevier B.V. All rights reserved.

  7. Automatic parallelization of while-Loops using speculative execution

    International Nuclear Information System (INIS)

    Collard, J.F.

    1995-01-01

    Automatic parallelization of imperative sequential programs has focused on nests of for-loops. The most recent of them consist in finding an affine mapping with respect to the loop indices to simultaneously capture the temporal and spatial properties of the parallelized program. Such a mapping is usually called a open-quotes space-time transformation.close quotes This work describes an extension of these techniques to while-loops using speculative execution. We show that space-time transformations are a good framework for summing up previous restructuration techniques of while-loop, such as pipelining. Moreover, we show that these transformations can be derived and applied automatically

  8. Compiling the parallel programming language NestStep to the CELL processor

    OpenAIRE

    Holm, Magnus

    2010-01-01

    The goal of this project is to create a source-to-source compiler which will translate NestStep code to C code. The compiler's job is to replace NestStep constructs with a series of function calls to the NestStep runtime system. NestStep is a parallel programming language extension based on the BSP model. It adds constructs for parallel programming on top of an imperative programming language. For this project, only constructs extending the C language are relevant. The output code will compil...

  9. High Level Information Fusion (HLIF) with nested fusion loops

    Science.gov (United States)

    Woodley, Robert; Gosnell, Michael; Fischer, Amber

    2013-05-01

    Situation modeling and threat prediction require higher levels of data fusion in order to provide actionable information. Beyond the sensor data and sources the analyst has access to, the use of out-sourced and re-sourced data is becoming common. Through the years, some common frameworks have emerged for dealing with information fusion—perhaps the most ubiquitous being the JDL Data Fusion Group and their initial 4-level data fusion model. Since these initial developments, numerous models of information fusion have emerged, hoping to better capture the human-centric process of data analyses within a machine-centric framework. 21st Century Systems, Inc. has developed Fusion with Uncertainty Reasoning using Nested Assessment Characterizer Elements (FURNACE) to address challenges of high level information fusion and handle bias, ambiguity, and uncertainty (BAU) for Situation Modeling, Threat Modeling, and Threat Prediction. It combines JDL fusion levels with nested fusion loops and state-of-the-art data reasoning. Initial research has shown that FURNACE is able to reduce BAU and improve the fusion process by allowing high level information fusion (HLIF) to affect lower levels without the double counting of information or other biasing issues. The initial FURNACE project was focused on the underlying algorithms to produce a fusion system able to handle BAU and repurposed data in a cohesive manner. FURNACE supports analyst's efforts to develop situation models, threat models, and threat predictions to increase situational awareness of the battlespace. FURNACE will not only revolutionize the military intelligence realm, but also benefit the larger homeland defense, law enforcement, and business intelligence markets.

  10. Verifying the Simulation Hypothesis via Infinite Nested Universe Simulacrum Loops

    Science.gov (United States)

    Sharma, Vikrant

    2017-01-01

    The simulation hypothesis proposes that local reality exists as a simulacrum within a hypothetical computer's dimension. More specifically, Bostrom's trilemma proposes that the number of simulations an advanced 'posthuman' civilization could produce makes the proposition very likely. In this paper a hypothetical method to verify the simulation hypothesis is discussed using infinite regression applied to a new type of infinite loop. Assign dimension n to any computer in our present reality, where dimension signifies the hierarchical level in nested simulations our reality exists in. A computer simulating known reality would be dimension (n-1), and likewise a computer simulating an artificial reality, such as a video game, would be dimension (n +1). In this method, among others, four key assumptions are made about the nature of the original computer dimension n. Summations show that regressing such a reality infinitely will create convergence, implying that the verification of whether local reality is a grand simulation is feasible to detect with adequate compute capability. The action of reaching said convergence point halts the simulation of local reality. Sensitivities to the four assumptions and implications are discussed.

  11. New heavy flavor contributions to DIS at the 3-loop order: different masses and nested topologies

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [RISC - JKU Linz (Austria); Bluemlein, Johannes; Wissbrock, Fabian [DESY (Germany)

    2013-07-01

    We present recent results on the heavy flavor Wilson coefficients of the deep-inelastic structure function F{sub 2} stemming from diagrams which contain both charm- and bottom-quarks. Starting at 3-loop order these contributions cannot be incorporated into the variable flavor number scheme (VFSN). We also present new results on the computation of diagrams of more advanced topologies (knotted ladder, Benz, and others) which have been obtained via the method of hyperlogarithms. They require the use of extensions to the basic formalism leading to the more general class of generalized hyperlogarithms, resp. the associated nested sums. Both the x- and Mellin N-space representations are discussed.

  12. Structural relations between nested harmonic sums

    International Nuclear Information System (INIS)

    Bluemlein, J.

    2008-07-01

    We describe the structural relations between nested harmonic sums emerging in the description of physical single scale quantities up to the 3-loop level in renormalizable gauge field theories. These are weight w=6 harmonic sums. We identify universal basic functions which allow to describe a large class of physical quantities and derive their complex analysis. For the 3-loop QCD Wilson coefficients 35 basic functions are required, whereas a subset of 15 describes the 3-loop anomalous dimensions. (orig.)

  13. Structural relations between nested harmonic sums

    Energy Technology Data Exchange (ETDEWEB)

    Bluemlein, J.

    2008-07-15

    We describe the structural relations between nested harmonic sums emerging in the description of physical single scale quantities up to the 3-loop level in renormalizable gauge field theories. These are weight w=6 harmonic sums. We identify universal basic functions which allow to describe a large class of physical quantities and derive their complex analysis. For the 3-loop QCD Wilson coefficients 35 basic functions are required, whereas a subset of 15 describes the 3-loop anomalous dimensions. (orig.)

  14. Extracting Loop Bounds for WCET Analysis Using the Instrumentation Point Graph

    Science.gov (United States)

    Betts, A.; Bernat, G.

    2009-05-01

    Every calculation engine proposed in the literature of Worst-Case Execution Time (WCET) analysis requires upper bounds on loop iterations. Existing mechanisms to procure this information are either error prone, because they are gathered from the end-user, or limited in scope, because automatic analyses target very specific loop structures. In this paper, we present a technique that obtains bounds completely automatically for arbitrary loop structures. In particular, we show how to employ the Instrumentation Point Graph (IPG) to parse traces of execution (generated by an instrumented program) in order to extract bounds relative to any loop-nesting level. With this technique, therefore, non-rectangular dependencies between loops can be captured, allowing more accurate WCET estimates to be calculated. We demonstrate the improvement in accuracy by comparing WCET estimates computed through our HMB framework against those computed with state-of-the-art techniques.

  15. GoSam. A program for automated one-loop calculations

    Energy Technology Data Exchange (ETDEWEB)

    Cullen, G. [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Greiner, N.; Heinrich, G.; Reiter, T. [Max-Planck-Institut fuer Physik, Muenchen (Germany); Luisoni, G. [Durham Univ. (United Kingdom). Inst. for Particle Physics Phenomenology; Mastrolia, P. [Max-Planck-Institut fuer Physik, Muenchen (Germany); Padua Univ. (Italy). Dipt. di Fisica; Ossola, G. [City Univ. of New York, NY (United States). New York City College of Technology; Tramontano, F. [European Organization for Nuclear Research (CERN), Geneva (Switzerland)

    2011-11-15

    The program package GoSam is presented which aims at the automated calculation of one-loop amplitudes for multi-particle processes. The amplitudes are generated in terms of Feynman diagrams and can be reduced using either D-dimensional integrand-level decomposition or tensor reduction, or a combination of both. GoSam can be used to calculate one-loop corrections to both QCD and electroweak theory, and model files for theories Beyond the Standard Model can be linked as well. A standard interface to programs calculating real radiation is also included. The flexibility of the program is demonstrated by various examples. (orig.)

  16. GoSam. A program for automated one-loop calculations

    International Nuclear Information System (INIS)

    Cullen, G.; Greiner, N.; Heinrich, G.; Reiter, T.; Luisoni, G.

    2011-11-01

    The program package GoSam is presented which aims at the automated calculation of one-loop amplitudes for multi-particle processes. The amplitudes are generated in terms of Feynman diagrams and can be reduced using either D-dimensional integrand-level decomposition or tensor reduction, or a combination of both. GoSam can be used to calculate one-loop corrections to both QCD and electroweak theory, and model files for theories Beyond the Standard Model can be linked as well. A standard interface to programs calculating real radiation is also included. The flexibility of the program is demonstrated by various examples. (orig.)

  17. GoSam: A program for automated one-loop calculations

    International Nuclear Information System (INIS)

    Cullen, G; Greiner, N; Heinrich, G; Mastrolia, P; Reiter, T; Luisoni, G; Ossola, G; Tramontano, F

    2012-01-01

    The program package GoSam is presented which aims at the automated calculation of one-loop amplitudes for multi-particle processes. The amplitudes are generated in terms of Feynman diagrams and can be reduced using either D-dimensional integrand-level decomposition or tensor reduction, or a combination of both. GoSam can be used to calculate one-loop corrections to both QCD and electroweak theory, and model files for theories Beyond the Standard Model can be linked as well. A standard interface to programs calculating real radiation is also included. The flexibility of the program is demonstrated by various examples.

  18. PyNEST: a convenient interface to the NEST simulator

    Directory of Open Access Journals (Sweden)

    Jochen M Eppler

    2009-01-01

    Full Text Available The neural simulation tool NEST (http://www.nest-initiative.org is a simulator for heterogeneous networks of point neurons or neurons with a small number of compartments. It aims at simulations of large neural systems with more than 10^4 neurons and 10^7 to 10^9 synapses. NEST is implemented in C++ and can be used on a large range of architectures from single-core laptops over multi-core desktop computers to super-computers with thousands of processor cores. Python (http://www.python.org is a modern programming language that has recently received considerable attention in Computational Neuroscience. Python is easy to learn and has many extension modules for scientific computing (e.g. http://www.scipy.org. In this contribution we describe PyNEST, the new user interface to NEST. PyNEST combines NEST’s efficient simulation kernel with the simplicity and flexibility of Python. Compared to NEST’s native simulation language SLI, PyNEST makes it easier to set up simulations, generate stimuli, and analyze simulation results. We describe how PyNEST connects NEST and Python and how it is implemented. With a number of examples, we illustrate how it is used.

  19. Modeling a forced to natural convection boiling test with the program LOOP-W

    International Nuclear Information System (INIS)

    Carbajo, J.J.

    1984-01-01

    Extensive testing has been conducted in the Simulant Boiling Flow Visualization (SBFV) loop in which water is boiled in a vertical transparent tube by circulating hot glycerine in an annulus surrounding the tube. Tests ranged from nonboiling forced convection to oscillatory boiling natural convection. The program LOOP-W has been developed to analyze these tests. This program is a multi-leg, one-dimensional, two-phase equilibrium model with slip between the phases. In this study, a specific test, performed at low power where non-boiling forced convection was changed to boiling natural convection and then to non-boiling again, has been modeled with the program LOOP-W

  20. Comparison of loop-mediated isothermal amplification (LAMP) and nested-PCR assay targeting the RE and B1 gene for detection of Toxoplasma gondii in blood samples of children with leukaemia.

    Science.gov (United States)

    Fallahi, Shirzad; Seyyed Tabaei, Seyyed Javad; Pournia, Yadollah; Zebardast, Nozhat; Kazemi, Bahram

    2014-07-01

    Toxoplasmosis diagnosis constitutes an important measure for disease prevention and control. In this paper, a newly described DNA amplification technique, loop-mediated isothermal amplification (LAMP), and nested-PCR targeting the repeated element (RE) and B1 gene, were compared to each other for the detection of Toxoplasma gondii DNA in blood samples of children with leukaemia. One hundred ten blood samples from these patients were analyzed by LAMP and nested-PCR. Out of 50 seropositive samples (IgM+, IgG+), positive results were obtained with 92% and 86% on RE, B1-LAMP and 82% and 68% on RE, B1-nested PCR analyses, respectively. Of the 50 seronegative samples, three, two and one samples were detected positive by RE-LAMP, B1-LAMP and RE-nested PCR assays, respectively, while none were detected positive by B1-nested PCR. None of the 10 IgM-, IgG+ samples was detected positive after testing LAMP and nested-PCR assays in duplicate. This is the first report of a study in which the LAMP method was applied with high sensitivity and efficacy for the diagnosis of T. gonii in blood samples of children with leukaemia. Copyright © 2014 Elsevier Inc. All rights reserved.

  1. Density and fledging success of ground-nesting passerines in Conservation Reserve Program fields in the northeastern Great Plains

    Science.gov (United States)

    Koford, Rolf R.

    1999-01-01

    The Conservation Reserve Program, initiated in 1985, was designed primarily to reduce soil erosion and crop surpluses. A secondary benefit was the provision of habitat for wildlife. Grassland bird populations, many of which declined in the decades prior to the Conservation Reserve Program, may have benefited from the Conservation Reserve Program if reproduction in this newly available habitat has been at least as high as it would have been in the absence of the Conservation Reserve Program. On study areas in North Dakota and Minnesota, I examined breeding densities and fledging success of grassland birds in Conservation Reserve Program fields and in an alternative habitat of similar structure, idle grassland fields on federal Waterfowl Production Areas. Fields were 10 to 25 hectares in size. The avifaunas of these two habitats were similar, although brush-dependent species were more abundant on Waterfowl Protection Areas. The common species in these habitats included ones whose continental populations have declined, such as Grasshopper Sparrow (Ammodramus savannarum), Savannah Sparrow (Passerculus sandwichensis), and Bobolink (Dolichonyx oryzivorus). These ground-nesting species were pooled with other ground nesters in an analysis of fledging success, which revealed no significant differences between habitats, between states, or among years (1991-1993). Predation was the primary cause of nest failure. I concluded that Conservation Reserve Program fields in this region were suitable breeding habitat for several species whose populations had declined prior to the Conservation Reserve Program era. This habitat appeared to be as secure for nests of ground-nesting birds as another suitable habitat in North Dakota and Minnesota.

  2. Effects of wind turbines on upland nesting birds in Conservation Reserve Program grasslands

    Science.gov (United States)

    Leddy, K.L.; Higgins, K.F.; Naugle, D.E.

    1999-01-01

    Grassland passerines were surveyed during summer 1995 on the Buffalo Ridge Wind Resource Area in southwestern Minnesota to determine the relative influence of wind turbines on overall densities of upland nesting birds in Conservation Reserve Program (CRP) grasslands. Birds were surveyed along 40 m fixed width transects that were placed along wind turbine strings within three CRP fields and in three CRP fields without turbines. Conservation Reserve Program grasslands without turbines and areas located 180 m from turbines supported higher densities (261.0-312.5 males/100 ha) of grassland birds than areas within 80 m of turbines (58.2-128.0 males/100 ha). Human disturbance, turbine noise, and physical movements of turbines during operation may have disturbed nesting birds. We recommend that wind turbines be placed within cropland habitats that support lower densities of grassland passerines than those found in CRP grasslands.

  3. An Inquiry into the NEST Program in Relation to English Teaching and Learning in Taiwanese Primary Schools

    Science.gov (United States)

    Luo, Wen-Hsing

    2014-01-01

    This study aims to explore the Native English-Speaking Teacher (NEST) Program in relation to teachers' instruction and students' learning of English in primary schools in Taiwan. Inviting native English-speakers to teach English in the school system is not an unusual practice in the Asia-Pacific region. As the practice of including NESTs in the…

  4. Interactive effects between nest microclimate and nest vegetation structure confirm microclimate thresholds for Lesser Prairie-Chicken nest survival

    Science.gov (United States)

    Grisham, Blake A.; Godar, Alixandra J.; Boal, Clint W.; Haukos, David A.

    2016-01-01

    The range of Lesser Prairie-Chickens (Tympanuchus pallidicinctus) spans 4 unique ecoregions along 2 distinct environmental gradients. The Sand Shinnery Oak Prairie ecoregion of the Southern High Plains of New Mexico and Texas is environmentally isolated, warmer, and more arid than the Short-Grass, Sand Sagebrush, and Mixed-Grass Prairie ecoregions in Colorado, Kansas, Oklahoma, and the northeast panhandle of Texas. Weather is known to influence Lesser Prairie-Chicken nest survival in the Sand Shinnery Oak Prairie ecoregion; regional variation may also influence nest microclimate and, ultimately, survival during incubation. To address this question, we placed data loggers adjacent to nests during incubation to quantify temperature and humidity distribution functions in 3 ecoregions. We developed a suite of a priori nest survival models that incorporated derived microclimate parameters and visual obstruction as covariates in Program MARK. We monitored 49 nests in Mixed-Grass, 22 nests in Sand Shinnery Oak, and 30 nests in Short-Grass ecoregions from 2010 to 2014. Our findings indicated that (1) the Sand Shinnery Oak Prairie ecoregion was hotter and drier during incubation than the Mixed- and Short-Grass ecoregions; (2) nest microclimate varied among years within ecoregions; (3) visual obstruction was positively associated with nest survival; but (4) daily nest survival probability decreased by 10% every half-hour when temperature was greater than 34°C and vapor pressure deficit was less than −23 mmHg during the day (about 0600–2100 hours). Our major finding confirmed microclimate thresholds for nest survival under natural conditions across the species' distribution, although Lesser Prairie-Chickens are more likely to experience microclimate conditions that result in nest failures in the Sand Shinnery Oak Prairie ecoregion. The species would benefit from identification of thermal landscapes and management actions that promote cooler, more humid nest microclimates.

  5. Closing the Loop on a Continuous Program Improvement Process

    Science.gov (United States)

    Booth, Vickie; Booth, Larry

    2010-01-01

    The WebBSIT, a Bachelor of Science in Information Technology, is a fully online degree offered through a consortium of five University System of Georgia institutions. This paper begins by summarizing the change management system developed for continuous program improvement. Analysis of data should drive improvement, closing the loop. The balance…

  6. Development of Nested PCR, Multiplex PCR, and Loop-Mediated Isothermal Amplification Assays for Rapid Detection of Cylindrocladium scoparium on Eucalyptus

    Directory of Open Access Journals (Sweden)

    Tian-Min Qiao

    2016-10-01

    Full Text Available Eucalyptus dieback disease, caused by Cylindrocladium scoparium, has occurred in last few years in large Eucalyptus planting areas in China and other countries. Rapid, simple, and reliable diagnostic techniques are desired for the early detection of Eucalyptus dieback of C. scoparium prior to formulation of efficient control plan. For this purpose, three PCR-based methods of nested PCR, multiplex PCR, loop-mediated isothermal amplification (LAMP were developed for detection of C. scoparium based on factor 1-alpha (tef1 and beta-tubulin gene in this study. All of the three methods showed highly specific to C. scoparium. The sensitivities of the nested PCR and LAMP were much higher than the multiplex PCR. The sensitivity of multiplex PCR was also higher than regular PCR. C. scoparium could be detected within 60 min from infected Eucalyptus plants by LAMP, while at least 2 h was needed by the rest two methods. Using different Eucalyptus tissues as samples for C. scoparium detection, all of the three PCR-based methods showed much better detection results than regular PCR. Base on the results from this study, we concluded that any of the three PCR-based methods could be used as diagnostic technology for the development of efficient strategies of Eucalyptus dieback disease control. Particularly, LAMP was the most practical method in field application because of its one-step and rapid reaction, simple operation, single-tube utilization, and simple visualization of amplification products.

  7. Development of Nested PCR, Multiplex PCR, and Loop-Mediated Isothermal Amplification Assays for Rapid Detection of Cylindrocladium scoparium on Eucalyptus

    Science.gov (United States)

    Qiao, Tian-Min; Zhang, Jing; Li, Shu-Jiang; Han, Shan; Zhu, Tian-Hui

    2016-01-01

    Eucalyptus dieback disease, caused by Cylindrocladium scoparium, has occurred in last few years in large Eucalyptus planting areas in China and other countries. Rapid, simple, and reliable diagnostic techniques are desired for the early detection of Eucalyptus dieback of C. scoparium prior to formulation of efficient control plan. For this purpose, three PCR-based methods of nested PCR, multiplex PCR, loop-mediated isothermal amplification (LAMP) were developed for detection of C. scoparium based on factor 1-alpha (tef1) and beta-tubulin gene in this study. All of the three methods showed highly specific to C. scoparium. The sensitivities of the nested PCR and LAMP were much higher than the multiplex PCR. The sensitivity of multiplex PCR was also higher than regular PCR. C. scoparium could be detected within 60 min from infected Eucalyptus plants by LAMP, while at least 2 h was needed by the rest two methods. Using different Eucalyptus tissues as samples for C. scoparium detection, all of the three PCR-based methods showed much better detection results than regular PCR. Base on the results from this study, we concluded that any of the three PCR-based methods could be used as diagnostic technology for the development of efficient strategies of Eucalyptus dieback disease control. Particularly, LAMP was the most practical method in field application because of its one-step and rapid reaction, simple operation, single-tube utilization, and simple visualization of amplification products. PMID:27721691

  8. Development of Nested PCR, Multiplex PCR, and Loop-Mediated Isothermal Amplification Assays for Rapid Detection of Cylindrocladium scoparium on Eucalyptus.

    Science.gov (United States)

    Qiao, Tian-Min; Zhang, Jing; Li, Shu-Jiang; Han, Shan; Zhu, Tian-Hui

    2016-10-01

    Eucalyptus dieback disease, caused by Cylindrocladium scoparium , has occurred in last few years in large Eucalyptus planting areas in China and other countries. Rapid, simple, and reliable diagnostic techniques are desired for the early detection of Eucalyptus dieback of C. scoparium prior to formulation of efficient control plan. For this purpose, three PCR-based methods of nested PCR, multiplex PCR, loop-mediated isothermal amplification (LAMP) were developed for detection of C. scoparium based on factor 1-alpha (tef1) and beta-tubulin gene in this study. All of the three methods showed highly specific to C. scoparium . The sensitivities of the nested PCR and LAMP were much higher than the multiplex PCR. The sensitivity of multiplex PCR was also higher than regular PCR. C. scoparium could be detected within 60 min from infected Eucalyptus plants by LAMP, while at least 2 h was needed by the rest two methods. Using different Eucalyptus tissues as samples for C. scoparium detection, all of the three PCR-based methods showed much better detection results than regular PCR. Base on the results from this study, we concluded that any of the three PCR-based methods could be used as diagnostic technology for the development of efficient strategies of Eucalyptus dieback disease control. Particularly, LAMP was the most practical method in field application because of its one-step and rapid reaction, simple operation, single-tube utilization, and simple visualization of amplification products.

  9. Raptor nest management on power lines

    Energy Technology Data Exchange (ETDEWEB)

    Harness, R.E. [EDM International Inc., Fort Collins, CO (United States)

    2005-07-01

    Many utilities in South Africa are now implementing labor-intensive methods to combat raptor nesting on power transmission lines. Methods have typically included direct nest removal and trimming of nest materials. However, the process is often unsuccessful, and utilities are now learning to accommodate the raptor nests. This paper argued that managing nests on utility structures has solved many operational problems and has resulted in positive publicity for many line operators. Nest management options included the use of stick deflectors to prevent nest material from accumulating during initial nest construction, as well as encouraging raptors to shift their efforts to a more suitable location. Raptors will often accept alternative nesting platforms, and taller, surrogate nesting poles can be placed next to distribution line structures. Elevated platforms can also be placed on problematic distribution structures, but may result in birds coming into contact with unprotected equipment. It was concluded that a successful nest management program includes plans to make nearby lines safe for raptors and to prevent their electrocution. Providing nests with bird-friendly utility configurations can result in electric facilities enhancing wild raptor populations without impacting power reliability. 14 refs., 9 figs.

  10. Microsoft C#.NET program and electromagnetic depth sounding for large loop source

    Science.gov (United States)

    Prabhakar Rao, K.; Ashok Babu, G.

    2009-07-01

    A program, in the C# (C Sharp) language with Microsoft.NET Framework, is developed to compute the normalized vertical magnetic field of a horizontal rectangular loop source placed on the surface of an n-layered earth. The field can be calculated either inside or outside the loop. Five C# classes with member functions in each class are, designed to compute the kernel, Hankel transform integral, coefficients for cubic spline interpolation between computed values and the normalized vertical magnetic field. The program computes the vertical magnetic field in the frequency domain using the integral expressions evaluated by a combination of straightforward numerical integration and the digital filter technique. The code utilizes different object-oriented programming (OOP) features. It finally computes the amplitude and phase of the normalized vertical magnetic field. The computed results are presented for geometric and parametric soundings. The code is developed in Microsoft.NET visual studio 2003 and uses various system class libraries.

  11. The nest architecture of the Florida harvester ant, Pogonomyrmex badius

    Directory of Open Access Journals (Sweden)

    Walter R. Tschinkel

    2004-07-01

    Full Text Available The architecture of the subterranean nests of the Florida harvester ant, Pogonomyrmex badius, was studied through excavation and casting. Nests are composed of two basic units: descending shafts and horizontal chambers. Shafts form helices with diameters of 4 to 6 cm, and descend at an angle of about 15-20° near the surface, increasing to about 70° below about 50 cm in depth. Superficial chambers (< 15 cm deep appear to be modified shafts with low angles of descent, and are distinct from deeper chambers. In larger nests, they have a looping, connected morphology. Chambers begin on the outside of the helix as horizontal-floored, circular indentations, becoming multi-lobed as they are enlarged. Chamber height is about 1 cm, and does not change with area. Chamber area is greatest in the upper reaches of the nest, and decreases with depth. Vertical spacing between chambers is least in the upper reaches and increases to a maximum at about 70 to 80% of the maximum depth of the nest. The distribution of chamber area is top-heavy, with about half the total area occurring in the top quarter of the nest. Each 10% depth increment of the nest contains 25 to 40% less area than the decile above it, no matter what the size of the nest.

  12. Language Nests and Language Acquisition: An Empirical Analysis

    Science.gov (United States)

    Okura, Eve K.

    2017-01-01

    This dissertation presents the findings from interviews conducted with language nest workers, teachers, language nest coordinators, administrators of language revitalization programs, principals and directors of language immersion schools that work in close proximity with language nests, and linguists involved in language revitalization efforts.…

  13. Nesting in an Object Oriented Language is NOT for the Birds

    Science.gov (United States)

    Buhr, P. A.; Zarnke, C. R.

    The notion of nested blocks has come into disfavour or has been ignored in recent program language design. Many of the current object oriented programming languages use subclassing as the sole mechanism to establish relationships between classes and have no general notion of nesting. We argue that nesting (and, more generally, hierarchical organization) is a powerful mechanism that provides facilities that are not otherwise possible in a class based programming language. We agree that traditional block structure and its associated nesting have severe problems, and we suggest several extensions to the notion of blocks and block structure that indirectly make nesting a useful and powerful mechanism, particularly in an object oriented programming system. The main extension is to allow references to definitions from outside of the containing block, thereby making the contained definitions available in a larger scope. References are made using either the name of the containing entity or an instance of the containing entity. The extensions suggest a way to organize the programming environment for a large, multi-user system. These facilities are not available with subclassing, and subclassing provides facilities not available by nesting; hence, an object oriented language can benefit by providing nesting as well.

  14. Archiving California’s historical duck nesting data

    Science.gov (United States)

    Ackerman, Joshua T.; Herzog, Mark P.; Brady, Caroline; Eadie, John M.; Yarris, Greg S.

    2015-07-14

    The U.S. Geological Survey (USGS), in partnership with the California Waterfowl Association (CWA) and other organizations, have compiled large datasets on the nesting ecology and management of dabbling ducks and associated upland nesting birds (Northern Harriers [Circus cyaneus], Short-eared Owls [Asio flammeus], Ring-necked Pheasants [Phasianus colchicus], and American Bitterns [Botaurus lentiginosus]) throughout California on Federal Refuges, State Wildlife Areas, and private lands, some participating in State and Federal habitat programs. These datasets encompass several long-term monitoring programs at multiple sites throughout California, and include data from more than 26,000 nests and span nearly 30 years.

  15. Lesser prairie-chicken nest site selection, microclimate, and nest survival in association with vegetation response to a grassland restoration program

    Science.gov (United States)

    Boal, Clint W.; Grisham, Blake A.; Haukos, David A.; Zavaleta, Jennifer C.; Dixon, Charles

    2014-01-01

    Climate models predict that the region of the Great Plains Landscape Conservation Cooperative (GPLCC) will experience increased maximum and minimum temperatures, reduced frequency but greater intensity of precipitation events, and earlier springs. These climate changes along with different landscape management techniques may influence the persistence of the lesser prairie-chicken (Tympanuchus pallidicinctus), a candidate for protection under the Endangered Species Act and a priority species under the GPLCC, in positive or negative ways. The objectives of this study were to conduct (1) a literature review of lesser prairie-chicken nesting phenology and ecology, (2) an analysis of thermal aspects of lesser prairie-chicken nest microclimate data, and (3) an analysis of nest site selection, nest survival, and vegetation response to 10 years of tebuthiuron and/or grazing treatments. We found few reports in the literature containing useful data on the nesting phenology of lesser prairie-chickens; therefore, managers must rely on short-term observations and measurements of parameters that provide some predictive insight into climate impacts on nesting ecology. Our field studies showed that prairie-chickens on nests were able to maintain relatively consistent average nest temperature of 31 °C and nest humidities of 56.8 percent whereas average external temperatures (20.3–35.0 °C) and humidities (35.2–74.9 percent) varied widely throughout the 24 hour (hr) cycle. Grazing and herbicide treatments within our experimental areas were designed to be less intensive than in common practice. We determined nest locations by radio-tagging hen lesser prairie-chickens captured at leks, which are display grounds at which male lesser prairie-chickens aggregate and attempt to attract a female for mating. Because nest locations selected by hen lesser prairie-chicken are strongly associated with the lek at which they were captured, we assessed nesting habitat use on the basis of hens

  16. Buteo Nesting Ecology: Evaluating Nesting of Swainson's Hawks in the Northern Great Plains.

    Science.gov (United States)

    Inselman, Will M; Datta, Shubham; Jenks, Jonathan A; Jensen, Kent C; Grovenburg, Troy W

    2015-01-01

    Swainson's hawks (Buteo swainsoni) are long-distance migratory raptors that nest primarily in isolated trees located in areas of high grassland density. In recent years, anthropogenic conversion of grassland habitat has raised concerns about the status of the breeding population in the northern Great Plains. In 2013, we initiated a study to investigate the influence of extrinsic factors influencing Swainson's hawk nesting ecology in north-central South Dakota and south-central North Dakota. Using ground and aerial surveys, we located and monitored nesting Swainson's hawk pairs: 73 in 2013 and 120 in 2014. We documented 98 successful breeding attempts that fledged 163 chicks; 1.52 and 1.72 fledglings per successful nest in 2013 and 2014, respectively. We used Program MARK to evaluate the influence of land cover on nest survival. The top model, SDist2Farm+%Hay, indicated that nest survival (fledging at least one chick) decreased as nests were located farther from farm sites and as the percent of hay cover increased within 1200-m of the nest site (34.4%; 95% CI = 27.6%-42.3%). We used logistic regression analysis to evaluate the influence of landscape variables on nest-site selection; Swainson's hawks selected for nest sites located closer to roads. We suggest that tree belts associated with farm sites, whether occupied or not, provide critical breeding sites for Swainson's hawks. Additionally, poor breeding success may be related to the late migratory behavior of this species which requires them to occupy marginal habitat due to other raptors occupying the most suitable habitat prior to Swainson's hawks arriving to the breeding grounds.

  17. Modern Summation Methods and the Computation of 2- and 3-loop Feynman Diagrams

    International Nuclear Information System (INIS)

    Ablinger, Jakob; Bluemlein, Johannes; Klein, Sebastian; Schneider, Carsten

    2010-01-01

    By symbolic summation methods based on difference fields we present a general strategy that transforms definite multi-sums, e.g., in terms of hypergeometric terms and harmonic sums, to indefinite nested sums and products. We succeeded in this task with all our concrete calculations of 2-loop and 3-loop massive single scale Feynman diagrams with local operator insertion.

  18. A man in the loop trajectory optimization program (MILTOP)

    Science.gov (United States)

    Reinfields, J.

    1974-01-01

    An interactive trajectory optimization program is developed for use in initial fixing of launch configurations. The program is called MILTOP for Man-In-the-Loop-Trajectory Optimization-Program. The program is designed to facilitate quick look studies using man-machine decision combinations to reduce the time required to solve a given problem. MILTOP integrates the equations of motion of a point-mass in 3-Dimensions with drag as the only aerodynamic force present. Any point in time at which an integration step terminates, may be used as a decision-break-point, with complete user control over all variables and routines at this point. Automatic phases are provided for different modes of control: vertical rise, pitch-over, gravity turn, chi-freeze and control turn. Stage parameters are initialized from a separate routine so the user may fly as many stages as his problem demands. The MILTOP system uses both interactively on storage scope consoles, or in batch mode with numerical output on the live printer.

  19. Multi-loop PWR modeling and hardware-in-the-loop testing using ACSL

    International Nuclear Information System (INIS)

    Thomas, V.M.; Heibel, M.D.; Catullo, W.J.

    1989-01-01

    Westinghouse has developed an Advanced Digital Feedwater Control System (ADFCS) which is aimed at reducing feedwater related reactor trips through improved control performance for pressurized water reactor (PWR) power plants. To support control system setpoint studies and functional design efforts for the ADFCS, an ACSL based model of the nuclear steam supply system (NSSS) of a Westinghouse (PWR) was generated. Use of this plant model has been extended from system design to system testing through integration of the model into a Hardware-in-Loop test environment for the ADFCS. This integration includes appropriate interfacing between a Gould SEL 32/87 computer, upon which the plant model executes in real time, and the Westinghouse Distributed Processing family (WDPF) test hardware. A development program has been undertaken to expand the existing ACSL model to include capability to explicitly model multiple plant loops, steam generators, and corresponding feedwater systems. Furthermore, the program expands the ADFCS Hardware-in-Loop testing to include the multi-loop plant model. This paper provides an overview of the testing approach utilized for the ADFCS with focus on the role of Hardware-in-Loop testing. Background on the plant model, methodology and test environment is also provided. Finally, an overview is presented of the program to expand the model and associated Hardware-in-Loop test environment to handle multiple loops

  20. Buteo Nesting Ecology: Evaluating Nesting of Swainson’s Hawks in the Northern Great Plains

    Science.gov (United States)

    Inselman, Will M.; Datta, Shubham; Jenks, Jonathan A.; Jensen, Kent C.; Grovenburg, Troy W.

    2015-01-01

    Swainson’s hawks (Buteo swainsoni) are long-distance migratory raptors that nest primarily in isolated trees located in areas of high grassland density. In recent years, anthropogenic conversion of grassland habitat has raised concerns about the status of the breeding population in the northern Great Plains. In 2013, we initiated a study to investigate the influence of extrinsic factors influencing Swainson’s hawk nesting ecology in north-central South Dakota and south-central North Dakota. Using ground and aerial surveys, we located and monitored nesting Swainson’s hawk pairs: 73 in 2013 and 120 in 2014. We documented 98 successful breeding attempts that fledged 163 chicks; 1.52 and 1.72 fledglings per successful nest in 2013 and 2014, respectively. We used Program MARK to evaluate the influence of land cover on nest survival. The top model, S Dist2Farm+%Hay, indicated that nest survival (fledging at least one chick) decreased as nests were located farther from farm sites and as the percent of hay cover increased within 1200-m of the nest site (34.4%; 95% CI = 27.6%–42.3%). We used logistic regression analysis to evaluate the influence of landscape variables on nest-site selection; Swainson’s hawks selected for nest sites located closer to roads. We suggest that tree belts associated with farm sites, whether occupied or not, provide critical breeding sites for Swainson’s hawks. Additionally, poor breeding success may be related to the late migratory behavior of this species which requires them to occupy marginal habitat due to other raptors occupying the most suitable habitat prior to Swainson’s hawks arriving to the breeding grounds. PMID:26327440

  1. Modern summation methods and the computation of 2- and 3-loop Feynman diagrams

    International Nuclear Information System (INIS)

    Ablinger, Jakob; Schneider, Carsten; Bluemlein, Johannes; Klein, Sebastian

    2010-06-01

    By symbolic summation methods based on difference fields we present a general strategy that transforms definite multi-sums, e.g., in terms of hypergeometric terms and harmonic sums, to indefinite nested sums and products. We succeeded in this task with all our concrete calculations of 2-loop and 3-loop massive single scale Feynman diagrams with local operator insertion. (orig.)

  2. Modern summation methods and the computation of 2- and 3-loop Feynman diagrams

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [Linz Univ. (AT). Research Inst. for Symbolic Computation (RISC); Bluemlein, Johannes [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Klein, Sebastian [RWTH Aachen (Germany). Inst. fuer Theoretische Teilchenphysik und Kosmologie

    2010-06-15

    By symbolic summation methods based on difference fields we present a general strategy that transforms definite multi-sums, e.g., in terms of hypergeometric terms and harmonic sums, to indefinite nested sums and products. We succeeded in this task with all our concrete calculations of 2-loop and 3-loop massive single scale Feynman diagrams with local operator insertion. (orig.)

  3. Reducing WCET Overestimations by Correcting Errors in Loop Bound Constraints

    Directory of Open Access Journals (Sweden)

    Fanqi Meng

    2017-12-01

    Full Text Available In order to reduce overestimations of worst-case execution time (WCET, in this article, we firstly report a kind of specific WCET overestimation caused by non-orthogonal nested loops. Then, we propose a novel correction approach which has three basic steps. The first step is to locate the worst-case execution path (WCEP in the control flow graph and then map it onto source code. The second step is to identify non-orthogonal nested loops from the WCEP by means of an abstract syntax tree. The last step is to recursively calculate the WCET errors caused by the loose loop bound constraints, and then subtract the total errors from the overestimations. The novelty lies in the fact that the WCET correction is only conducted on the non-branching part of WCEP, thus avoiding potential safety risks caused by possible WCEP switches. Experimental results show that our approach reduces the specific WCET overestimation by an average of more than 82%, and 100% of corrected WCET is no less than the actual WCET. Thus, our approach is not only effective but also safe. It will help developers to design energy-efficient and safe real-time systems.

  4. Cabri - water loop a new IPSN-OECD international research program

    International Nuclear Information System (INIS)

    Anon.

    2001-01-01

    In 1993, the Institut de Protection et de Surete Nucleaire (IPSN, the French Nuclear Safety and Radiation Protection Institute) working with EDF (electric utilities) and backed by the NRC (Nuclear Regulatory Commission, USA) launched a research program, dubbed Cabri REP Na addressing uranium oxide-based fuels and MOX fuels. So far twelve tests have been conducted including eight on UO 2 fuel and four on MOX fuel. More testing is now required to determine fuel performance at higher specific burn-up levels in typical PWR (Pressurized Water Reactor) conditions, the purpose being to determine the acceptance criteria for tomorrow's fuels. IPSN has defined a new research program for the Cabri reactor. The OECD's Nuclear Energy Agency is quarterbacking the international program called 'Cabri-Water Loop'. (authors)

  5. The importance of illumination in nest site choice and nest characteristics of cavity nesting birds.

    Science.gov (United States)

    Podkowa, Paweł; Surmacki, Adrian

    2017-05-02

    Light has a significant impact on many aspects of avian biology, physiology and behaviour. An increasing number of studies show that illumination may positively influences birds' offspring fitness by e.g. acceleration of embryo development, stimulation of skeleton growth or regulation of circadian rhythm. Because nest cavities have especially low illumination, suitable light levels may be especially important for species which nest there. We may therefore expect that birds breeding in relatively dim conditions should prefer brighter nest sites and/or evolve behavioral mechanisms to secure sufficient light levels in the nest. Using nest boxes with modified internal illumination, we experimentally tested whether light regime is a cue for nest site selection of secondary cavity-nesting species. Additionally, we investigated whether nest building strategies are tuned to internal illumination. Our results demonstrate that, nest boxes with elevated illumination were chosen twice as often as dark nest boxes. Moreover, birds built higher nests in dark nest boxes than birds in boxes with elevated illumination, which suggests a mechanism of compensating for low light conditions. Our results provide the first experimental support for the idea that nest site choice and nest building behaviour in cavity-nesting birds are influenced by ambient illumination.

  6. Superposition of DC magnetic fields by cascading multiple magnets in magnetic loops

    Directory of Open Access Journals (Sweden)

    Fei Sun

    2015-09-01

    Full Text Available A novel method that can effectively collect the DC magnetic field produced by multiple separated magnets is proposed. With the proposed idea of a magnetic loop, the DC magnetic field produced by these separated magnets can be effectively superimposed together. The separated magnets can be cascaded in series or in parallel. A novel nested magnetic loop is also proposed to achieve a higher DC magnetic field in the common air region without increasing the DC magnetic field in each magnetic loop. The magnetic loop can be made by a magnetic hose, which is designed by transformation optics and can be realized by the combination of super-conductors and ferromagnetic materials.

  7. Nested algorithms for optimal reservoir operation and their embedding in a decision support platform

    NARCIS (Netherlands)

    Delipetrev, B.

    2016-01-01

    Reservoir operation is a multi-objective optimization problem traditionally solved with dynamic programming (DP) and stochastic dynamic programming (SDP) algorithms. The thesis presents novel algorithms for optimal reservoir operation named nested DP (nDP), nested SDP (nSDP), nested reinforcement

  8. Post-fire suspended sediment dynamics in a Mediterranean terraced catchment using a nested approach

    Science.gov (United States)

    Garcia-Comendador, Julián; Fortesa, Josep; Calsamiglia, Aleix; Calvo-Cases, Adolfo; Estrany, Joan

    2017-04-01

    Wildfires promote serious disturbances in the hydrological and sediment dynamics at catchment scale modifying the runoff generation response and the sediment delivery. The hysteretic loops analyses can help to clarify some landscape changes induced by fire. Accordingly, these spatio-temporal relationships between discharge and sediment transport at event scale enable the location of sediment sources, the availability or depletion of sediment and the precipitation threshold necessary to generate functional hillslope-channel connectivity. In addition, a nested catchment approach allows the characterization of the hydro-sedimentological dynamics in different landscape compartments, observing the incidence of the changes generated in the landscape and its evolution to control soil erosion and to implement useful mitigation practices after fire. In July 2013 a large wildfire (2,450 ha) severely affected the western part of Mallorca (Balearic Islands, Spain). The hydrological and sediment delivery processes were assessed in the first three post-fire hydrological years in a representative catchment when the window of disturbance is typically more open. A nested approach was applied in which two gauging stations (i.e., US 1.2 km2 and DS 4.8 km2) were established in September 2013 with continuous measurement of rainfall, water and sediment yield. At DS, a minimal runoff (i.e., 11 mm with 2% of coefficient) and low sediment yield (i.e., 6.3 t km2 yr-1) were generated on average in the study period in which rainfall averaged amount (i.e., 468 mm ± 141) and intensities were representative of long-term records. The hysteretic analysis allowed a better understanding of the effects of wildfires and terraces in sediment yields. For the whole study period, the percentage distribution was 43% (US; two monitored years) and 40% (DS; three monitored years) for clockwise loops in front of 57% (US) and 60% (DS) for counter clockwise loops. This percentage of counter clockwise loops was

  9. Enclosed nests may provide greater thermal than nest predation benefits compared with open nests across latitudes

    Science.gov (United States)

    Martin, Thomas E.; Boyce, Andy J.; Fierro-Calderon, Karolina; Mitchell, Adam E.; Armstad, Connor E.; Mouton, James C.; Bin Soudi, Evertius E.

    2017-01-01

    Nest structure is thought to provide benefits that have fitness consequences for several taxa. Traditionally, reduced nest predation has been considered the primary benefit underlying evolution of nest structure, whereas thermal benefits have been considered a secondary or even non-existent factor. Yet, the relative roles of these factors on nest structures remain largely unexplored.Enclosed nests have a constructed or natural roof connected to sides that allow a restricted opening or tube entrance that provides cover in all directions except the entrance, whereas open nests are cups or platforms that are open above. We show that construction of enclosed nests is more common among songbirds (Passeriformes) in tropical and southern hemisphere regions than in north temperate regions. This geographic pattern may reflect selection from predation risk, under long-standing assumptions that nest predation rates are higher in southern regions and that enclosed nests reduce predation risk compared with open cup nests. We therefore compared nest predation rates between enclosed vs. open nests in 114 songbird species that do not nest in tree holes among five communities of coexisting birds, and for 205 non-hole-nesting species from the literature, across northern temperate, tropical, and southern hemisphere regions.Among coexisting species, enclosed nests had lower nest predation rates than open nests in two south temperate sites, but not in either of two tropical sites or a north temperate site. Nest predation did not differ between nest types at any latitude based on literature data. Among 319 species from both our field studies and the literature, enclosed nests did not show consistent benefits of reduced predation and, in fact, predation was not consistently higher in the tropics, contrary to long-standing perspectives.Thermal benefits of enclosed nests were indicated based on three indirect results. First, species that built enclosed nests were smaller than species using

  10. Numerical evaluation of one-loop QCD amplitudes

    DEFF Research Database (Denmark)

    Badger, Simon David; Biedermann, Benedikt; Uwer, Peter

    2012-01-01

    We present the publicly available program NGluon allowing the numerical evaluation of primitive amplitudes at one-loop order in massless QCD. The program allows the computation of one-loop amplitudes for an arbitrary number of gluons. The focus of the present article is the extension to one-loop ...

  11. EPRI flow-loop/in situ test program for motor-operated valves

    International Nuclear Information System (INIS)

    Hosler, J.F.; Dorfman, L.S.

    1994-01-01

    The Electric Power Research Institute is undertaking a comprehensive research program to develop and validate methods for predicting the performance of common motor-operated gate, global, and butterfly valves. To assess motor-operated valve (MOV) performance characteristics and provide a basis for methods validation, full-scale testing was conducted on 62 MOVs. Tests were performed in four flow-loop facilities and in nine nuclear units. Forty-seven gate, five globe, and 10 butterfly valves were tested under a wide range of flow and differential pressure conditions. The paper describes the test program scope, test configurations, instrumentation and data acquisition, testing approach, and data analysis methods. Key results are summarized

  12. The free-energy cost of interaction between DNA loops.

    Science.gov (United States)

    Huang, Lifang; Liu, Peijiang; Yuan, Zhanjiang; Zhou, Tianshou; Yu, Jianshe

    2017-10-03

    From the viewpoint of thermodynamics, the formation of DNA loops and the interaction between them, which are all non-equilibrium processes, result in the change of free energy, affecting gene expression and further cell-to-cell variability as observed experimentally. However, how these processes dissipate free energy remains largely unclear. Here, by analyzing a mechanic model that maps three fundamental topologies of two interacting DNA loops into a 4-state model of gene transcription, we first show that a longer DNA loop needs more mean free energy consumption. Then, independent of the type of interacting two DNA loops (nested, side-by-side or alternating), the promotion between them always consumes less mean free energy whereas the suppression dissipates more mean free energy. More interestingly, we find that in contrast to the mechanism of direct looping between promoter and enhancer, the facilitated-tracking mechanism dissipates less mean free energy but enhances the mean mRNA expression, justifying the facilitated-tracking hypothesis, a long-standing debate in biology. Based on minimal energy principle, we thus speculate that organisms would utilize the mechanisms of loop-loop promotion and facilitated tracking to survive in complex environments. Our studies provide insights into the understanding of gene expression regulation mechanism from the view of energy consumption.

  13. Influence of olfactory and visual cover on nest site selection and nest success for grassland-nesting birds.

    Science.gov (United States)

    Fogarty, Dillon T; Elmore, R Dwayne; Fuhlendorf, Samuel D; Loss, Scott R

    2017-08-01

    Habitat selection by animals is influenced by and mitigates the effects of predation and environmental extremes. For birds, nest site selection is crucial to offspring production because nests are exposed to extreme weather and predation pressure. Predators that forage using olfaction often dominate nest predator communities; therefore, factors that influence olfactory detection (e.g., airflow and weather variables, including turbulence and moisture) should influence nest site selection and survival. However, few studies have assessed the importance of olfactory cover for habitat selection and survival. We assessed whether ground-nesting birds select nest sites based on visual and/or olfactory cover. Additionally, we assessed the importance of visual cover and airflow and weather variables associated with olfactory cover in influencing nest survival. In managed grasslands in Oklahoma, USA, we monitored nests of Northern Bobwhite ( Colinus virginianus ), Eastern Meadowlark ( Sturnella magna ), and Grasshopper Sparrow ( Ammodramus savannarum ) during 2015 and 2016. To assess nest site selection, we compared cover variables between nests and random points. To assess factors influencing nest survival, we used visual cover and olfactory-related measurements (i.e., airflow and weather variables) to model daily nest survival. For nest site selection, nest sites had greater overhead visual cover than random points, but no other significant differences were found. Weather variables hypothesized to influence olfactory detection, specifically precipitation and relative humidity, were the best predictors of and were positively related to daily nest survival. Selection for overhead cover likely contributed to mitigation of thermal extremes and possibly reduced detectability of nests. For daily nest survival, we hypothesize that major nest predators focused on prey other than the monitored species' nests during high moisture conditions, thus increasing nest survival on these

  14. The cavity-nest ant Temnothorax crassispinus prefers larger nests.

    Science.gov (United States)

    Mitrus, S

    Colonies of the ant Temnothorax crassispinus inhabit mostly cavities in wood and hollow acorns. Typically in the field, nest sites that can be used by the ant are a limited resource. In a field experiment, it was investigated whether the ants prefer a specific size of nest, when different ones are available. In July 2011, a total of 160 artificial nests were placed in a beech-pine forest. Four artificial nests (pieces of wood with volume cavities, ca 415, 605, 730, and 980 mm 3 , respectively) were located on each square meter of the experimental plot. One year later, shortly before the emergence of new sexuals, the nests were collected. In July 2012, colonies inhabited more frequently bigger nests. Among queenright colonies, the ones which inhabited bigger nests had more workers. However, there was no relationship between volume of nest and number of workers for queenless colonies. Queenright colonies from bigger nests produced more sexual individuals, but there was no correlation between number of workers and sex allocation ratio, or between volume of nest and sex allocation ratio. In a laboratory experiment where ant colonies were kept in 470 and 860 mm 3 nests, larger colonies allocated more energy to produce sexual individuals. The results of this study show the selectivity of T. crassispinus ants regarding the size of nest cavity, and that the nest volume has an impact on life history parameters.

  15. Air Vehicle Technology Integration Program (AVTIP) Delivery Order 0008: Open Control Platform (OCP) Software Enabled Control (SEC) Hardware in the Loop Simulation Program

    National Research Council Canada - National Science Library

    Portilla, Eric

    2004-01-01

    ...) contract awarded to Northrop Grumman Corporation (NGC). The OCP HITL program developed a Hardware-in-the Loop facility for demonstrating and evaluating High-Confidence Software and Systems (HCSS...

  16. The influence of nest-site characteristics on the nesting success of ...

    African Journals Online (AJOL)

    Choice of nest site has important consequences for nest survival. We examined nest-site characteristics relative to nest success in Karoo Prinias breeding in coastal dwarf shrubland, where high nest predation is the main cause of nest failure. Initially, we compared nests that failed during the building, laying, incubation and ...

  17. Do artificial nests simulate nest success of greater sage-grouse?

    OpenAIRE

    Dinkins, Jonathan B.; Conover, Michael R.; Mabray, Scott T.

    2013-01-01

    Artificial nests have been used to study factors affecting nest success because researchers can manipulate them more than natural bird nests. Many researchers have questioned the validity of generalizing the results from artificial nests onto naturally occurring nests. Other studies have assessed the validity of artificial nest studies by simultaneously comparing overall depredation or daily survival rates, depredation timing, predator species, or habitat characteristics of artificial and nat...

  18. Handling movement epenthesis and hand segmentation ambiguities in continuous sign language recognition using nested dynamic programming.

    Science.gov (United States)

    Yang, Ruiduo; Sarkar, Sudeep; Loeding, Barbara

    2010-03-01

    We consider two crucial problems in continuous sign language recognition from unaided video sequences. At the sentence level, we consider the movement epenthesis (me) problem and at the feature level, we consider the problem of hand segmentation and grouping. We construct a framework that can handle both of these problems based on an enhanced, nested version of the dynamic programming approach. To address movement epenthesis, a dynamic programming (DP) process employs a virtual me option that does not need explicit models. We call this the enhanced level building (eLB) algorithm. This formulation also allows the incorporation of grammar models. Nested within this eLB is another DP that handles the problem of selecting among multiple hand candidates. We demonstrate our ideas on four American Sign Language data sets with simple background, with the signer wearing short sleeves, with complex background, and across signers. We compared the performance with Conditional Random Fields (CRF) and Latent Dynamic-CRF-based approaches. The experiments show more than 40 percent improvement over CRF or LDCRF approaches in terms of the frame labeling rate. We show the flexibility of our approach when handling a changing context. We also find a 70 percent improvement in sign recognition rate over the unenhanced DP matching algorithm that does not accommodate the me effect.

  19. Variability in nest survival rates and implications to nesting studies

    Science.gov (United States)

    Klett, A.T.; Johnson, D.H.

    1982-01-01

    We used four reasonably large samples (83-213) of Mallard (Anas platyrhynchos) and Blue-winged Teal (A. discors) nests on an interstate highway right-of-way in southcentral North Dakota to evaluate potential biases in hatch-rate estimates. Twelve consecutive, weekly searches for nests were conducted with a cable-chain drag in 1976 and 1977. Nests were revisited at weekly intervals. Four methods were used to estimate hatch rates for the four data sets: the Traditional Method, the Mayfield Method, and two modifications of the Mayfield Method that are sometimes appropriate when daily mortality rates of nests are not constant. Hatch rates and the average age of nests at discovery declined as the interval between searches decreased, suggesting that mortality rates were not constant in our samples. An analysis of variance indicated that daily mortality rates varied with the age of nests in all four samples. Mortality was generally highest during the early laying period, moderately high during the late laying period, and lowest during incubation. We speculate that this relationship of mortality to nest age might be due to the presence of hens at nests or to differences in the vulnerability of nest sites to predation. A modification of the Mayfield Method that accounts for age-related variation in nest mortality was most appropriate for our samples. We suggest methods for conducting nesting studies and estimating nest success for species possessing similar nesting habits.

  20. Automated one-loop calculations with GOSAM

    International Nuclear Information System (INIS)

    Cullen, Gavin; Greiner, Nicolas; Heinrich, Gudrun; Reiter, Thomas; Luisoni, Gionata

    2011-11-01

    We present the program package GoSam which is designed for the automated calculation of one-loop amplitudes for multi-particle processes in renormalisable quantum field theories. The amplitudes, which are generated in terms of Feynman diagrams, can be reduced using either D-dimensional integrand-level decomposition or tensor reduction. GoSam can be used to calculate one-loop QCD and/or electroweak corrections to Standard Model processes and offers the flexibility to link model files for theories Beyond the Standard Model. A standard interface to programs calculating real radiation is also implemented. We demonstrate the flexibility of the program by presenting examples of processes with up to six external legs attached to the loop. (orig.)

  1. Automated one-loop calculations with GOSAM

    Energy Technology Data Exchange (ETDEWEB)

    Cullen, Gavin [Edinburgh Univ. (United Kingdom). School of Physics and Astronomy; Deutsches Elektronen-Synchrotron, Zeuthen [DESY; Germany; Greiner, Nicolas [Illinois Univ., Urbana-Champaign, IL (United States). Dept. of Physics; Max-Planck-Institut fuer Physik, Muenchen (Germany); Heinrich, Gudrun; Reiter, Thomas [Max-Planck-Institut fuer Physik, Muenchen (Germany); Luisoni, Gionata [Durham Univ. (United Kingdom). Inst. for Particle Physics Phenomenology; Mastrolia, Pierpaolo [Max-Planck-Institut fuer Physik, Muenchen (Germany); Padua Univ. (Italy). Dipt. di Fisica; Ossola, Giovanni [New York City Univ., NY (United States). New York City College of Technology; New York City Univ., NY (United States). The Graduate School and University Center; Tramontano, Francesco [European Organization for Nuclear Research (CERN), Geneva (Switzerland)

    2011-11-15

    We present the program package GoSam which is designed for the automated calculation of one-loop amplitudes for multi-particle processes in renormalisable quantum field theories. The amplitudes, which are generated in terms of Feynman diagrams, can be reduced using either D-dimensional integrand-level decomposition or tensor reduction. GoSam can be used to calculate one-loop QCD and/or electroweak corrections to Standard Model processes and offers the flexibility to link model files for theories Beyond the Standard Model. A standard interface to programs calculating real radiation is also implemented. We demonstrate the flexibility of the program by presenting examples of processes with up to six external legs attached to the loop. (orig.)

  2. XLOOPS - a package calculating one- and two-loop diagrams

    International Nuclear Information System (INIS)

    Bruecher, L.

    1997-01-01

    A program package for calculating massive one- and two-loop diagrams is introduced. It consists of five parts: - a graphical user interface, - routines for generating diagrams from particle input, - procedures for calculating one-loop integrals both analytically and numerically, - routines for massive two-loop integrals, - programs for numerical integration of two-loop diagrams. Here the graphical user interface and the text interface to Maple are presented. (orig.)

  3. On program restructuring, scheduling, and communication for parallel processor systems

    Energy Technology Data Exchange (ETDEWEB)

    Polychronopoulos, Constantine D. [Univ. of Illinois, Urbana, IL (United States)

    1986-08-01

    This dissertation discusses several software and hardware aspects of program execution on large-scale, high-performance parallel processor systems. The issues covered are program restructuring, partitioning, scheduling and interprocessor communication, synchronization, and hardware design issues of specialized units. All this work was performed focusing on a single goal: to maximize program speedup, or equivalently, to minimize parallel execution time. Parafrase, a Fortran restructuring compiler was used to transform programs in a parallel form and conduct experiments. Two new program restructuring techniques are presented, loop coalescing and subscript blocking. Compile-time and run-time scheduling schemes are covered extensively. Depending on the program construct, these algorithms generate optimal or near-optimal schedules. For the case of arbitrarily nested hybrid loops, two optimal scheduling algorithms for dynamic and static scheduling are presented. Simulation results are given for a new dynamic scheduling algorithm. The performance of this algorithm is compared to that of self-scheduling. Techniques for program partitioning and minimization of interprocessor communication for idealized program models and for real Fortran programs are also discussed. The close relationship between scheduling, interprocessor communication, and synchronization becomes apparent at several points in this work. Finally, the impact of various types of overhead on program speedup and experimental results are presented.

  4. Why wasp foundresses change nests: relatedness, dominance, and nest quality.

    Directory of Open Access Journals (Sweden)

    Perttu Seppä

    Full Text Available The costs and benefits of different social options are best understood when individuals can be followed as they make different choices, something that can be difficult in social insects. In this detailed study, we follow overwintered females of the social wasp Polistes carolina through different nesting strategies in a stratified habitat where nest site quality varies with proximity to a foraging area, and genetic relatedness among females is known. Females may initiate nests, join nests temporarily or permanently, or abandon nests. Females can become helpers or egglayers, effectively workers or queens. What they actually do can be predicted by a combination of ecological and relatedness factors. Advantages through increased lifetime success of individuals and nests drives foundresses of the social wasp Polistes from solitary to social nest founding. We studied reproductive options of spring foundresses of P. carolina by monitoring individually-marked wasps and assessing reproductive success of each foundress by using DNA microsatellites. We examined what behavioral decisions foundresses make after relaxing a strong ecological constraint, shortage of nesting sites. We also look at the reproductive consequences of different behaviors. As in other Polistes, the most successful strategy for a foundress was to initiate a nest as early as possible and then accept others as subordinates. A common feature for many P. carolina foundresses was, however, that they reassessed their reproductive options by actively monitoring other nests at the field site and sometimes moving permanently to new nests should that offer better (inclusive fitness prospects compared to their original nests. A clear motivation for moving to new nests was high genetic relatedness; by the end of the foundress period all females were on nests with full sisters.

  5. Why Wasp Foundresses Change Nests: Relatedness, Dominance, and Nest Quality

    Science.gov (United States)

    Seppä, Perttu; Queller, David C.; Strassmann, Joan E.

    2012-01-01

    The costs and benefits of different social options are best understood when individuals can be followed as they make different choices, something that can be difficult in social insects. In this detailed study, we follow overwintered females of the social wasp Polistes carolina through different nesting strategies in a stratified habitat where nest site quality varies with proximity to a foraging area, and genetic relatedness among females is known. Females may initiate nests, join nests temporarily or permanently, or abandon nests. Females can become helpers or egglayers, effectively workers or queens. What they actually do can be predicted by a combination of ecological and relatedness factors. Advantages through increased lifetime success of individuals and nests drives foundresses of the social wasp Polistes from solitary to social nest founding. We studied reproductive options of spring foundresses of P. carolina by monitoring individually-marked wasps and assessing reproductive success of each foundress by using DNA microsatellites. We examined what behavioral decisions foundresses make after relaxing a strong ecological constraint, shortage of nesting sites. We also look at the reproductive consequences of different behaviors. As in other Polistes, the most successful strategy for a foundress was to initiate a nest as early as possible and then accept others as subordinates. A common feature for many P. carolina foundresses was, however, that they reassessed their reproductive options by actively monitoring other nests at the field site and sometimes moving permanently to new nests should that offer better (inclusive) fitness prospects compared to their original nests. A clear motivation for moving to new nests was high genetic relatedness; by the end of the foundress period all females were on nests with full sisters. PMID:23049791

  6. Rapid Simulation of Flat Knitting Loops Based On the Yarn Texture and Loop Geometrical Model

    Directory of Open Access Journals (Sweden)

    Lu Zhiwen

    2017-06-01

    Full Text Available In order to create realistic loop primitives suitable for the fast computer-aided design (CAD of the flat knitted fabric, we have a research on the geometric model of the loop as well as the variation of the loop surface. Establish the texture variation model based on the changing process from the normal yarn to loop that provides the realistic texture of the simulative loop. Then optimize the simulative loop based on illumination variation. This paper develops the computer program with the optimization algorithm and achieves the loop simulation of different yarns to verify the feasibility of the proposed algorithm. Our work provides a fast CAD of the flat knitted fabric with loop simulation, and it is not only more realistic but also material adjustable. Meanwhile it also provides theoretical value for the flat knitted fabric computer simulation.

  7. Nest Predation Deviates from Nest Predator Abundance in an Ecologically Trapped Bird.

    Science.gov (United States)

    Hollander, Franck A; Van Dyck, Hans; San Martin, Gilles; Titeux, Nicolas

    2015-01-01

    In human-modified environments, ecological traps may result from a preference for low-quality habitat where survival or reproductive success is lower than in high-quality habitat. It has often been shown that low reproductive success for birds in preferred habitat types was due to higher nest predator abundance. However, between-habitat differences in nest predation may only weakly correlate with differences in nest predator abundance. An ecological trap is at work in a farmland bird (Lanius collurio) that recently expanded its breeding habitat into open areas in plantation forests. This passerine bird shows a strong preference for forest habitat, but it has a higher nest success in farmland. We tested whether higher abundance of nest predators in the preferred habitat or, alternatively, a decoupling of nest predator abundance and nest predation explained this observed pattern of maladaptive habitat selection. More than 90% of brood failures were attributed to nest predation. Nest predator abundance was more than 50% higher in farmland, but nest predation was 17% higher in forest. Differences between nest predation on actual shrike nests and on artificial nests suggested that parent shrikes may facilitate nest disclosure for predators in forest more than they do in farmland. The level of caution by parent shrikes when visiting their nest during a simulated nest predator intrusion was the same in the two habitats, but nest concealment was considerably lower in forest, which contributes to explaining the higher nest predation in this habitat. We conclude that a decoupling of nest predator abundance and nest predation may create ecological traps in human-modified environments.

  8. Nest site selection in native and exotic trees by Black-chinned Hummingbirds

    Science.gov (United States)

    Deborah M. Finch; Jeffrey Kelly

    2002-01-01

    We studied nest site selection and nesting success in Black-chinned Hummingbirds (Archilochus alexandri) along the middle Rio Grande, New Mexico. The study was conducted in association with an exotic woody plant removal program to determine whether the removal of exotic plants would affect wildlife populations and nesting success, either positively or negatively. Point...

  9. Nest Site Characteristics of Cavity Nesting Birds in Central Missouri

    Science.gov (United States)

    Jeffery D. Brawn; Bernice Tannenbaum; Keith E. Evans

    1984-01-01

    Two study sites in central Missouri oak-hickory forests were searched for nest sites of cavity nesting birds. Researchers located and measured 133 nests of 11 species. Cavity nesting bird habitat selection is affected by both snag characteristics and vegetation structure.

  10. Nest-site competition between invasive and native cavity nesting birds and its implication for conservation.

    Science.gov (United States)

    Charter, Motti; Izhaki, Ido; Ben Mocha, Yitzchak; Kark, Salit

    2016-10-01

    significantly lower for great tits breeding in the large-entrance boxes compared with the small-entrance boxes. The results of this study suggests that the invasive alien species can reduce the breeding potential of native cavity breeders both by exploiting the limited breeding resource (nest cavities) and by directly usurping cavities already occupied by the native species. Since the majority of large-entrance nest boxes were occupied by the larger alien birds, less native species bred in the limited number of unoccupied large-entrance nest boxes because of exploitation competition. We propose that for management purposes, nest-box programs that alter the entrance size of available natural cavities may be a practical approach, reducing the competition between native cavity breeders and alien invasive birds, and especially benefiting the smaller native cavity breeders. Copyright © 2016 Elsevier Ltd. All rights reserved.

  11. Nest Predation Deviates from Nest Predator Abundance in an Ecologically Trapped Bird.

    Directory of Open Access Journals (Sweden)

    Franck A Hollander

    Full Text Available In human-modified environments, ecological traps may result from a preference for low-quality habitat where survival or reproductive success is lower than in high-quality habitat. It has often been shown that low reproductive success for birds in preferred habitat types was due to higher nest predator abundance. However, between-habitat differences in nest predation may only weakly correlate with differences in nest predator abundance. An ecological trap is at work in a farmland bird (Lanius collurio that recently expanded its breeding habitat into open areas in plantation forests. This passerine bird shows a strong preference for forest habitat, but it has a higher nest success in farmland. We tested whether higher abundance of nest predators in the preferred habitat or, alternatively, a decoupling of nest predator abundance and nest predation explained this observed pattern of maladaptive habitat selection. More than 90% of brood failures were attributed to nest predation. Nest predator abundance was more than 50% higher in farmland, but nest predation was 17% higher in forest. Differences between nest predation on actual shrike nests and on artificial nests suggested that parent shrikes may facilitate nest disclosure for predators in forest more than they do in farmland. The level of caution by parent shrikes when visiting their nest during a simulated nest predator intrusion was the same in the two habitats, but nest concealment was considerably lower in forest, which contributes to explaining the higher nest predation in this habitat. We conclude that a decoupling of nest predator abundance and nest predation may create ecological traps in human-modified environments.

  12. Nested partitions method, theory and applications

    CERN Document Server

    Shi, Leyuan

    2009-01-01

    There is increasing need to solve large-scale complex optimization problems in a wide variety of science and engineering applications, including designing telecommunication networks for multimedia transmission, planning and scheduling problems in manufacturing and military operations, or designing nanoscale devices and systems. Advances in technology and information systems have made such optimization problems more and more complicated in terms of size and uncertainty. Nested Partitions Method, Theory and Applications provides a cutting-edge research tool to use for large-scale, complex systems optimization. The Nested Partitions (NP) framework is an innovative mix of traditional optimization methodology and probabilistic assumptions. An important feature of the NP framework is that it combines many well-known optimization techniques, including dynamic programming, mixed integer programming, genetic algorithms and tabu search, while also integrating many problem-specific local search heuristics. The book uses...

  13. Distributed and multi-core computation of 2-loop integrals

    International Nuclear Information System (INIS)

    De Doncker, E; Yuasa, F

    2014-01-01

    For an automatic computation of Feynman loop integrals in the physical region we rely on an extrapolation technique where the integrals of the sequence are obtained with iterated/repeated adaptive methods from the QUADPACK 1D quadrature package. The integration rule evaluations in the outer level, corresponding to independent inner integral approximations, are assigned to threads dynamically via the OpenMP runtime in the parallel implementation. Furthermore, multi-level (nested) parallelism enables an efficient utilization of hyperthreading or larger numbers of cores. For a class of loop integrals in the unphysical region, which do not suffer from singularities in the interior of the integration domain, we find that the distributed adaptive integration methods in the multivariate PARINT package are highly efficient and accurate. We apply these techniques without resorting to integral transformations and report on the capabilities of the algorithms and the parallel performance for a test set including various types of two-loop integrals

  14. Canada goose nest survival at rural wetlands in north-central Iowa

    Science.gov (United States)

    Ness, Brenna N.; Klaver, Robert W.

    2016-01-01

    The last comprehensive nest survival study of the breeding giant Canada goose (Branta canadensis maxima) population in Iowa, USA, was conducted >30 years ago during a period of population recovery, during which available nesting habitat consisted primarily of artificial nest structures. Currently, Iowa's resident goose population is stable and nests in a variety of habitats. We analyzed the effects of available habitat on nest survival and how nest survival rates compared with those of the expanding goose population studied previously to better understand how to maintain a sustainable Canada goose population in Iowa. We documented Canada goose nest survival at rural wetland sites in north-central Iowa. We monitored 121 nests in 2013 and 149 nests in 2014 at 5 Wildlife Management Areas (WMAs) with various nesting habitats, including islands, muskrat (Ondatra zibethicus) houses, and elevated nest structures. We estimated daily nest-survival rate using the nest survival model in Program MARK. Survival was influenced by year, site, stage, presence of a camera, nest age, and an interaction between nest age and stage. Nest success rates for the 28-day incubation period by site and year combination ranged from 0.10 to 0.84. Nest survival was greatest at sites with nest structures (β = 17.34). Nest survival was negatively affected by lowered water levels at Rice Lake WMA (2013 β = −0.77, nest age β = −0.07). Timing of water-level drawdowns for shallow lake restorations may influence nest survival rates.

  15. Nest use is influenced by the positions of nests and drinkers in aviaries.

    Science.gov (United States)

    Lentfer, T L; Gebhardt-Henrich, S G; Fröhlich, E K F; von Borell, E

    2013-06-01

    The influence of the nest location and the placement of nipple drinkers on nest use by laying hens in a commercial aviary was assessed. Twenty pens in a laying hen house were equipped with the same commercial aviary system, but the pens differed in the nest location and the placement of nipple drinkers. Nests were placed along the walls in 10 pens, and nipple drinkers were installed in front of the nests in 5 of these pens. The other 10 pens were equipped with nests placed on a tier within the aviary (integrated nests). Nipple drinkers were installed in front of the nests in 5 of these pens. A total of 225 Lohmann Selected Leghorns were housed per pen. The hens were offered 4 nests per pen: 2 facing the service corridor of the laying hen house and 2 facing the outdoor area. The numbers of nest eggs and mislaid eggs were counted daily per pen. At 25, 36, and 43 wk of age, the nest platforms were videotaped and the behavior of laying hens in front of the nests was analyzed. The nest location affected the stationary and locomotive behaviors in front of the nests. Hens in front of the integrated nests and the nests with drinkers displayed more stationary behaviors than hens in front of wall-placed nests or nests without drinkers. No difference in the number of nest eggs could be detected, but the integration of the nests inside the aviary led to a more even distribution of hens while nest searching. In the pens with wall-placed nests, significantly more hens laid eggs in the nests at the wall near the service corridor than at the wall near the outdoor area. Due to this imbalance, crowding in front of the preferred nests occurred and pushing and agonistic interactions on the nest platforms were significantly more frequent. Placement of nipple drinkers in front of nests had no effect on the number of eggs laid in those nests.

  16. Demographic consequences of nest box use for Red-footed Falcons Falco vespertinus in Central Asia

    Science.gov (United States)

    Bragin, Evgeny A.; Bragin, Alexander E.; Katzner, Todd

    2017-01-01

    Nest box programs are frequently implemented for the conservation of cavity-nesting birds, but their effectiveness is rarely evaluated in comparison to birds not using nest boxes. In the European Palearctic, Red-footed Falcon Falco vespertinus populations are both of high conservation concern and are strongly associated with nest box programs in heavily managed landscapes. We used a 21-year monitoring dataset collected on 753 nesting attempts by Red-footed Falcons in unmanaged natural or semi-natural habitats to provide basic information on this poorly known species; to evaluate long-term demographic trends; and to evaluate response of demographic parameters of Red-footed Falcons to environmental factors including use of nest boxes. We observed significant differences among years in laying date, offspring loss, and numbers of fledglings produced, but not in egg production. Of these four parameters, offspring loss and, to a lesser extent, number of fledglings exhibited directional trends over time. Variation in laying date and in numbers of eggs were not well explained by any one model, but instead by combinations of models, each with informative terms for nest type. Nevertheless, laying in nest boxes occurred 2.10 ± 0.70 days earlier than in natural nests. In contrast, variation in both offspring loss and numbers of fledglings produced were fairly well explained by a single model including terms for nest type, nest location, and an interaction between the two parameters (65% and 81% model weights respectively), with highest offspring loss in nest boxes on forest edges. Because, for other species, earlier laying dates are associated with more fit individuals, this interaction highlighted a possible ecological trap, whereby birds using nest boxes on forest edges lay eggs earlier but suffer greater offspring loss and produce lower numbers of fledglings than do those in other nesting settings. If nest boxes increase offspring loss for Red-footed Falcons in heavily

  17. Results of the General Atomic deposition loop program

    International Nuclear Information System (INIS)

    Hanson, D.L.

    1976-01-01

    The transport behavior of fission products in flowing helium streams has been studied to determine their deposition and re-entrainment characteristics. Such information is required for the design and safety analysis of high-temperature gas-cooled reactors (HTGRs). A small high-pressure, high-temperature loop was constructed for deposition studies at near-HTGR conditions. Five loop experiments were performed to determine the plateout distribution of iodine, strontium, and cesium. In general, the plateout activity showed an exponential decrease with distance from the source with enhanced plateout at flow disturber locations (contractions, bends, etc.) and especially in a chill section where the surface was cooled. Blowdown tests were performed on selected loop specimens to determine the amount of re-entrainment caused by abnormally high wall shear stresses. The liftoff fraction (fractional amount removed) was shown to vary approximately linearly with the shear ratio (defined as the ratio of the steady state wall shear stress under blowdown conditions to that under normal operating conditions). Blowdown results are also reported for pipe sections taken from the GAIL-IV in-pile loop. Attempts were made to correlate these plateout data with the PAD code (Plateout Activity Distribution) which was developed for prediction of plateout distribution in an HTGR primary circuit. Because of inadequate modeling of the effects of the chill section, the agreement was generally poor. Consequently, to test further the PAD code, a review of the available plateout literature was made. Plateout distributions in the Peach Bottom and Dragon HTGRs and the Battelle Memorial Institute out-of-pile loop were successfully modeled

  18. A Mixed Integer Linear Programming Model for the Design of Remanufacturing Closed–loop Supply Chain Network

    Directory of Open Access Journals (Sweden)

    Mbarek Elbounjimi

    2015-11-01

    Full Text Available Closed-loop supply chain network design is a critical issue due to its impact on both economic and environmental performances of the supply chain. In this paper, we address the problem of designing a multi-echelon, multi-product and capacitated closed-loop supply chain network. First, a mixed-integer linear programming formulation is developed to maximize the total profit. The main contribution of the proposed model is addressing two economic viability issues of closed-loop supply chain. The first issue is the collection of sufficient quantity of end-of-life products are assured by retailers against an acquisition price. The second issue is exploiting the benefits of colocation of forward facilities and reverse facilities. The presented model is solved by LINGO for some test problems. Computational results and sensitivity analysis are conducted to show the performance of the proposed model.

  19. Nest Mosquito Trap quantifies contact rates between nesting birds and mosquitoes.

    Science.gov (United States)

    Caillouët, Kevin A; Riggan, Anna E; Rider, Mark; Bulluck, Lesley P

    2012-06-01

    Accurate estimates of host-vector contact rates are required for precise determination of arbovirus transmission intensity. We designed and tested a novel mosquito collection device, the Nest Mosquito Trap (NMT), to collect mosquitoes as they attempt to feed on unrestrained nesting birds in artificial nest boxes. In the laboratory, the NMT collected nearly one-third of the mosquitoes introduced to the nest boxes. We then used these laboratory data to estimate our capture efficiency of field-collected bird-seeking mosquitoes collected over 66 trap nights. We estimated that 7.5 mosquitoes per trap night attempted to feed on nesting birds in artificial nest boxes. Presence of the NMT did not have a negative effect on avian nest success when compared to occupied nest boxes that were not sampled with the trap. Future studies using the NMT may elucidate the role of nestlings in arbovirus transmission and further refine estimates of nesting bird and vector contact rates. © 2012 The Society for Vector Ecology.

  20. Automated one-loop calculations with GoSam

    International Nuclear Information System (INIS)

    Cullen, Gavin; Greiner, Nicolas; Heinrich, Gudrun; Reiter, Thomas; Luisoni, Gionata; Mastrolia, Pierpaolo; Ossola, Giovanni; Tramontano, Francesco

    2012-01-01

    We present the program package GoSam which is designed for the automated calculation of one-loop amplitudes for multi-particle processes in renormalisable quantum field theories. The amplitudes, which are generated in terms of Feynman diagrams, can be reduced using either D-dimensional integrand-level decomposition or tensor reduction. GoSam can be used to calculate one-loop QCD and/or electroweak corrections to Standard Model processes and offers the flexibility to link model files for theories Beyond the Standard Model. A standard interface to programs calculating real radiation is also implemented. We demonstrate the flexibility of the program by presenting examples of processes with up to six external legs attached to the loop. (orig.)

  1. Automated One-Loop Calculations with GoSam

    CERN Document Server

    Cullen, Gavin; Heinrich, Gudrun; Luisoni, Gionata; Mastrolia, Pierpaolo; Ossola, Giovanni; Reiter, Thomas; Tramontano, Francesco

    2012-01-01

    We present the program package GoSam which is designed for the automated calculation of one-loop amplitudes for multi-particle processes in renormalisable quantum field theories. The amplitudes, which are generated in terms of Feynman diagrams, can be reduced using either D-dimensional integrand-level decomposition or tensor reduction. GoSam can be used to calculate one-loop QCD and/or electroweak corrections to Standard Model processes and offers the flexibility to link model files for theories Beyond the Standard Model. A standard interface to programs calculating real radiation is also implemented. We demonstrate the flexibility of the program by presenting examples of processes with up to six external legs attached to the loop.

  2. A role for programmed cell death in the microbial loop.

    Directory of Open Access Journals (Sweden)

    Mónica V Orellana

    Full Text Available The microbial loop is the conventional model by which nutrients and minerals are recycled in aquatic eco-systems. Biochemical pathways in different organisms become metabolically inter-connected such that nutrients are utilized, processed, released and re-utilized by others. The result is that unrelated individuals end up impacting each others' fitness directly through their metabolic activities. This study focused on the impact of programmed cell death (PCD on a population's growth as well as its role in the exchange of carbon between two naturally co-occurring halophilic organisms. Flow cytometric, biochemical, ¹⁴C radioisotope tracing assays, and global transcriptomic analyses show that organic algal photosynthate released by Dunalliela salina cells undergoing PCD complements the nutritional needs of other non-PCD D. salina cells. This occurs in vitro in a carbon limited environment and enhances the growth of the population. In addition, a co-occurring heterotroph Halobacterium salinarum re-mineralizes the carbon providing elemental nutrients for the mixoheterotrophic chlorophyte. The significance of this is uncertain and the archaeon can also subsist entirely on the lysate of apoptotic algae. PCD is now well established in unicellular organisms; however its ecological relevance has been difficult to decipher. In this study we found that PCD in D. salina causes the release of organic nutrients such as glycerol, which can be used by others in the population as well as a co-occurring halophilic archaeon. H. salinarum also re-mineralizes the dissolved material promoting algal growth. PCD in D. salina was the mechanism for the flow of dissolved photosynthate between unrelated organisms. Ironically, programmed death plays a central role in an organism's own population growth and in the exchange of nutrients in the microbial loop.

  3. Mourning Dove nesting habitat and nest success in Central Missouri

    Science.gov (United States)

    Drobney, R.D.; Schulz, J.H.; Sheriff, S.L.; Fuemmeler, W.J.

    1998-01-01

    Previous Mourning Dove (Zenaida macroura) nesting studies conducted in areas containing a mixture of edge and continuous habitats have focused on edge habitats. Consequently, little is known about the potential contribution of continuous habitats to dove production. In this study we evaluated the relative importance of these two extensive habitat types by monitoring the habitat use and nest success of 59 radio-marked doves during 1990-1991 in central Missouri. Of 83 nests initiated by our marked sample, most (81.9%) were located in edge habitats. Although continuous habitats were selected less as nest sites, the proportion of successful nests did not differ significantly from that in edge habitats. Our data indicate that continuous habitats should not be considered marginal nesting habitat. If the intensity of use and nest success that we observed are representative regionally or nationally, continuous habitats could contribute substantially to annual Mourning Dove production because of the high availability of these habitats throughout much of the Mourning Dove breeding range.

  4. Polytypic Functions Over Nested Datatypes

    Directory of Open Access Journals (Sweden)

    Ralf Hinze

    1999-12-01

    Full Text Available The theory and practice of polytypic programming is intimately connected with the initial algebra semantics of datatypes. This is both a blessing and a curse. It is a blessing because the underlying theory is beautiful and well developed. It is a curse because the initial algebra semantics is restricted to so-called regular datatypes. Recent work by R. Bird and L. Meertens [3] on the semantics of non-regular or nested datatypes suggests that an extension to general datatypes is not entirely straightforward. Here we propose an alternative that extends polytypism to arbitrary datatypes, including nested datatypes and mutually recursive datatypes. The central idea is to use rational trees over a suitable set of functor symbols as type arguments for polytypic functions. Besides covering a wider range of types the approach is also simpler and technically less involving than previous ones. We present several examples of polytypic functions, among others polytypic reduction and polytypic equality. The presentation assumes some background in functional and in polytypic programming. A basic knowledge of monads is required for some of the examples.

  5. Construction patterns of birds’ nests provide insight into nest-building behaviours

    Directory of Open Access Journals (Sweden)

    Lucia Biddle

    2017-02-01

    Full Text Available Previous studies have suggested that birds and mammals select materials needed for nest building based on their thermal or structural properties, although the amounts or properties of the materials used have been recorded for only a very small number of species. Some of the behaviours underlying the construction of nests can be indirectly determined by careful deconstruction of the structure and measurement of the biomechanical properties of the materials used. Here we examined this idea in an investigation of Bullfinch (Pyrrhula pyrrhula nests as a model for open-nesting songbird species that construct a “twig” nest, and tested the hypothesis that materials in different parts of nests serve different functions. The quantities of materials present in the nest base, sides and cup were recorded before structural analysis. Structural analysis showed that the base of the outer nests were composed of significantly thicker, stronger and more rigid materials compared to the side walls, which in turn were significantly thicker, stronger and more rigid than materials used in the cup. These results suggest that the placement of particular materials in nests may not be random, but further work is required to determine if the final structure of a nest accurately reflects the construction process.

  6. Construction patterns of birds’ nests provide insight into nest-building behaviours

    Science.gov (United States)

    Goodman, Adrian M.

    2017-01-01

    Previous studies have suggested that birds and mammals select materials needed for nest building based on their thermal or structural properties, although the amounts or properties of the materials used have been recorded for only a very small number of species. Some of the behaviours underlying the construction of nests can be indirectly determined by careful deconstruction of the structure and measurement of the biomechanical properties of the materials used. Here we examined this idea in an investigation of Bullfinch (Pyrrhula pyrrhula) nests as a model for open-nesting songbird species that construct a “twig” nest, and tested the hypothesis that materials in different parts of nests serve different functions. The quantities of materials present in the nest base, sides and cup were recorded before structural analysis. Structural analysis showed that the base of the outer nests were composed of significantly thicker, stronger and more rigid materials compared to the side walls, which in turn were significantly thicker, stronger and more rigid than materials used in the cup. These results suggest that the placement of particular materials in nests may not be random, but further work is required to determine if the final structure of a nest accurately reflects the construction process. PMID:28265501

  7. Construction patterns of birds' nests provide insight into nest-building behaviours.

    Science.gov (United States)

    Biddle, Lucia; Goodman, Adrian M; Deeming, D Charles

    2017-01-01

    Previous studies have suggested that birds and mammals select materials needed for nest building based on their thermal or structural properties, although the amounts or properties of the materials used have been recorded for only a very small number of species. Some of the behaviours underlying the construction of nests can be indirectly determined by careful deconstruction of the structure and measurement of the biomechanical properties of the materials used. Here we examined this idea in an investigation of Bullfinch ( Pyrrhula pyrrhula ) nests as a model for open-nesting songbird species that construct a "twig" nest, and tested the hypothesis that materials in different parts of nests serve different functions. The quantities of materials present in the nest base, sides and cup were recorded before structural analysis. Structural analysis showed that the base of the outer nests were composed of significantly thicker, stronger and more rigid materials compared to the side walls, which in turn were significantly thicker, stronger and more rigid than materials used in the cup. These results suggest that the placement of particular materials in nests may not be random, but further work is required to determine if the final structure of a nest accurately reflects the construction process.

  8. Four-loop beta function in the Wess-Zumino model

    International Nuclear Information System (INIS)

    Avdeev, L.V.; Gorishny, S.G.

    1982-01-01

    A method for calculating momentum integrals, proposed by Chetyrkin and Tkachov, is applied to the foUr-loop calculations of the ν-function in the Wess-Zumino model. The main advantage of the used method is the existence of a relatively simple calculational algorithm that allows one to write an effective computer program on the system of analytical evaluations SCHOONSCHIP. Any three-loop integral with one external momentum can be computed by this program. The four-loop calculation in the WZ model is one of the first and simplest applications of the program

  9. Massive 3-loop ladder diagrams for quarkonic local operator matrix elements

    International Nuclear Information System (INIS)

    Ablinger, Jakob; Blümlein, Johannes; Hasselhuhn, Alexander; Klein, Sebastian; Schneider, Carsten; Wißbrock, Fabian

    2012-01-01

    3-loop diagrams of the ladder-type, which emerge for local quarkonic twist-2 operator matrix elements, are computed directly for general values of the Mellin variable N using Appell-function representations and applying modern summation technologies provided by the package Sigma and the method of hyperlogarithms. In some of the diagrams generalized harmonic sums with ξ∈{1,1/2,2} emerge beyond the usual nested harmonic sums. As the asymptotic representation of the corresponding integrals shows, the generalized sums conspire giving well behaved expressions for large values of N. These diagrams contribute to the 3-loop heavy flavor Wilson coefficients of the structure functions in deep-inelastic scattering in the region Q 2 ≫m 2 .

  10. Comparing coefficients of nested nonlinear probability models

    DEFF Research Database (Denmark)

    Kohler, Ulrich; Karlson, Kristian Bernt; Holm, Anders

    2011-01-01

    In a series of recent articles, Karlson, Holm and Breen have developed a method for comparing the estimated coeffcients of two nested nonlinear probability models. This article describes this method and the user-written program khb that implements the method. The KHB-method is a general decomposi......In a series of recent articles, Karlson, Holm and Breen have developed a method for comparing the estimated coeffcients of two nested nonlinear probability models. This article describes this method and the user-written program khb that implements the method. The KHB-method is a general...... decomposition method that is unaffected by the rescaling or attenuation bias that arise in cross-model comparisons in nonlinear models. It recovers the degree to which a control variable, Z, mediates or explains the relationship between X and a latent outcome variable, Y*, underlying the nonlinear probability...

  11. Sorting it out: bedding particle size and nesting material processing method affect nest complexity.

    Science.gov (United States)

    Robinson-Junker, Amy; Morin, Amelia; Pritchett-Corning, Kathleen; Gaskill, Brianna N

    2017-04-01

    As part of routine husbandry, an increasing number of laboratory mice receive nesting material in addition to standard bedding material in their cages. Nesting material improves health outcomes and physiological performance in mice that receive it. Providing usable nesting material uniformly and efficiently to various strains of mice remains a challenge. The aim of this study was to determine how bedding particle size, method of nesting material delivery, and processing of the nesting material before delivery affected nest building in mice of strong (BALB/cAnNCrl) and weak (C3H/HeNCrl) gathering abilities. Our data suggest that processing nesting material through a grinder in conjunction with bedding material, although convenient for provision of bedding with nesting material 'built-in', negatively affects the integrity of the nesting material and subsequent nest-building outcomes. We also found that C3H mice, previously thought to be poor nest builders, built similarly scored nests to those of BALB/c mice when provided with unprocessed nesting material. This was true even when nesting material was mixed into the bedding substrate. We also observed that when nesting material was mixed into the bedding substrate, mice of both strains would sort their bedding by particle size more often than if it were not mixed in. Our findings support the utility of the practice of distributing nesting material mixed in with bedding substrate, but not that of processing the nesting material with the bedding in order to mix them.

  12. Calculating massive 3-loop graphs for operator matrix elements by the method of hyperlogarithms

    International Nuclear Information System (INIS)

    Ablinger, Jakob; Schneider, Carsten; Bluemlein, Johannes; Raab, Clemens; Wissbrock, Fabian

    2014-02-01

    We calculate convergent 3-loop Feynman diagrams containing a single massive loop equipped with twist τ=2 local operator insertions corresponding to spin N. They contribute to the massive operator matrix elements in QCD describing the massive Wilson coefficients for deep-inelastic scattering at large virtualities. Diagrams of this kind can be computed using an extended version to the method of hyperlogarithms, originally being designed for massless Feynman diagrams without operators. The method is applied to Benz- and V-type graphs, belonging to the genuine 3-loop topologies. In case of the V-type graphs with five massive propagators new types of nested sums and iterated integrals emerge. The sums are given in terms of finite binomially and inverse binomially weighted generalized cyclotomic sums, while the 1-dimensionally iterated integrals are based on a set of ∝30 square-root valued letters. We also derive the asymptotic representations of the nested sums and present the solution for N element of C. Integrals with a power-like divergence in N-space∝a N , a element of R, a>1, for large values of N emerge. They still possess a representation in x-space, which is given in terms of root-valued iterated integrals in the present case. The method of hyperlogarithms is also used to calculate higher moments for crossed box graphs with different operator insertions.

  13. Calculating massive 3-loop graphs for operator matrix elements by the method of hyperlogarithms

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [Johannes Kepler Univ., Linz (Austria). Reserach Inst. for Symbolic Computation (RISC); Bluemlein, Johannes; Raab, Clemens [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Wissbrock, Fabian [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Johannes Kepler Univ., Linz (Austria). Reserach Inst. for Symbolic Computation (RISC)

    2014-02-15

    We calculate convergent 3-loop Feynman diagrams containing a single massive loop equipped with twist τ=2 local operator insertions corresponding to spin N. They contribute to the massive operator matrix elements in QCD describing the massive Wilson coefficients for deep-inelastic scattering at large virtualities. Diagrams of this kind can be computed using an extended version to the method of hyperlogarithms, originally being designed for massless Feynman diagrams without operators. The method is applied to Benz- and V-type graphs, belonging to the genuine 3-loop topologies. In case of the V-type graphs with five massive propagators new types of nested sums and iterated integrals emerge. The sums are given in terms of finite binomially and inverse binomially weighted generalized cyclotomic sums, while the 1-dimensionally iterated integrals are based on a set of ∝30 square-root valued letters. We also derive the asymptotic representations of the nested sums and present the solution for N element of C. Integrals with a power-like divergence in N-space∝a{sup N}, a element of R, a>1, for large values of N emerge. They still possess a representation in x-space, which is given in terms of root-valued iterated integrals in the present case. The method of hyperlogarithms is also used to calculate higher moments for crossed box graphs with different operator insertions.

  14. Calculating massive 3-loop graphs for operator matrix elements by the method of hyperlogarithms

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Blümlein, Johannes; Raab, Clemens [Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany); Schneider, Carsten [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Wißbrock, Fabian [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany)

    2014-08-15

    We calculate convergent 3-loop Feynman diagrams containing a single massive loop equipped with twist τ=2 local operator insertions corresponding to spin N. They contribute to the massive operator matrix elements in QCD describing the massive Wilson coefficients for deep-inelastic scattering at large virtualities. Diagrams of this kind can be computed using an extended version of the method of hyperlogarithms, originally being designed for massless Feynman diagrams without operators. The method is applied to Benz- and V-type graphs, belonging to the genuine 3-loop topologies. In case of the V-type graphs with five massive propagators, new types of nested sums and iterated integrals emerge. The sums are given in terms of finite binomially and inverse binomially weighted generalized cyclotomic sums, while the 1-dimensionally iterated integrals are based on a set of ∼30 square-root valued letters. We also derive the asymptotic representations of the nested sums and present the solution for N∈C. Integrals with a power-like divergence in N-space ∝a{sup N},a∈R,a>1, for large values of N emerge. They still possess a representation in x-space, which is given in terms of root-valued iterated integrals in the present case. The method of hyperlogarithms is also used to calculate higher moments for crossed box graphs with different operator insertions.

  15. Calculating massive 3-loop graphs for operator matrix elements by the method of hyperlogarithms

    International Nuclear Information System (INIS)

    Ablinger, Jakob; Blümlein, Johannes; Raab, Clemens; Schneider, Carsten; Wißbrock, Fabian

    2014-01-01

    We calculate convergent 3-loop Feynman diagrams containing a single massive loop equipped with twist τ=2 local operator insertions corresponding to spin N. They contribute to the massive operator matrix elements in QCD describing the massive Wilson coefficients for deep-inelastic scattering at large virtualities. Diagrams of this kind can be computed using an extended version of the method of hyperlogarithms, originally being designed for massless Feynman diagrams without operators. The method is applied to Benz- and V-type graphs, belonging to the genuine 3-loop topologies. In case of the V-type graphs with five massive propagators, new types of nested sums and iterated integrals emerge. The sums are given in terms of finite binomially and inverse binomially weighted generalized cyclotomic sums, while the 1-dimensionally iterated integrals are based on a set of ∼30 square-root valued letters. We also derive the asymptotic representations of the nested sums and present the solution for N∈C. Integrals with a power-like divergence in N-space ∝a N ,a∈R,a>1, for large values of N emerge. They still possess a representation in x-space, which is given in terms of root-valued iterated integrals in the present case. The method of hyperlogarithms is also used to calculate higher moments for crossed box graphs with different operator insertions

  16. Pre-nesting and nesting behavior of the Swainson's warbler

    Science.gov (United States)

    Meanley, B.

    1969-01-01

    The Swainson?s Warbler is one of the least known of southern birds. Although fairly common in some parts of its summer range, observations of its breeding biology have been made by very few persons. The present study was conducted mostly at Macon, Georgia; Pendleton Ferry, Arkansas; and Dismal Swamp, Virginia....In central Georgia and east-central Arkansas, Swainson?s Warblers usually arrive on their territories during the first two weeks in April. Territories in several localities ranged in size from 0.3 to 4.8 acres. A color-marked Arkansas male occupied the same territory for at least four months. Hostile encounters between territorial male Swainson?s Warblers usually take place along the boundary of adjacent territories. Paired males were more aggressive than unpaired males. Toward the end of an encounter one of the two males would usually perform a display in which the wing and tail feathers were spread and the tail vibrated. Following boundary encounters males drifted back onto their territories and usually sang unbroken courses of songs for several minutes.....During pre-nesting at Macon, a mated pair spent the day mostly on the ground within 20 feet of each other, often foragin g 3 to 4 feet apart. What may have been a form of courtship display, in which the male flew from a perch down to the female and either pecked her rump or pounced on her, occurred about three times each hour throughout the day. During this period the male sang less than at other times during the breeding season.....First nests are usually built by the first week in May. Although other investigators reported finding nests of this species outside of the defended territory, all nests that I have found were within the territory. The large, bulky nest of this species usually is placed 2-6 feet above the ground. It is built by the female from materials gathered close to the nest site; and takes two or three days to complete.....Three and occasionally four white eggs are laid. The female

  17. Open cup nests evolved from roofed nests in the early passerines.

    Science.gov (United States)

    Price, J Jordan; Griffith, Simon C

    2017-02-08

    The architectural diversity of nests in the passerine birds (order Passeriformes) is thought to have played an important role in the adaptive radiation of this group, which now comprises more than half of avian species and occupies nearly all terrestrial ecosystems. Here, we present an extensive survey and ancestral state reconstruction of nest design across the passerines, focusing on early Australian lineages and including members of nearly all passerine families worldwide. Most passerines build open cup-shaped nests, whereas a minority build more elaborate domed structures with roofs. We provide strong evidence that, despite their relative rarity today, domed nests were constructed by the common ancestor of all modern passerines. Open cup nests evolved from enclosed domes at least four times independently during early passerine evolution, at least three of which occurred on the Australian continent, yielding several primarily cup-nesting clades that are now widespread and numerically dominant among passerines. Our results show that the ubiquitous and relatively simple cup-shaped nests of many birds today evolved multiple times convergently, suggesting adaptive benefits over earlier roofed designs. © 2017 The Author(s).

  18. Do Predation Rates on Artificial Nests Accurately Reflect Predation Rates on Natural Bird Nests?

    Science.gov (United States)

    David I. King; Richard M. DeGraaf; Curtice R. Griffin; Thomas J. Maier

    1999-01-01

    Artificial nests are widely used in avian field studies. However, it is unclear how well predation rates on artificial nests reflect predation rates on natural nests. Therefore, we compared survival rates of artificial nests (unused natural nests baited with House Sparrow eggs) with survival rates of active bird nests in the same habitat at the same sites. Survival...

  19. Massive 3-loop ladder diagrams for quarkonic local operator matrix elements

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob; Schneider, Carsten [Johannes Kepler Univ., Linz (Austria). Research Inst. for Symbolic Computation; Bluemlein, Johannes; Hasselhuhn, Alexander; Wissbrock, Fabian [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Klein, Sebastian [Technische Hochschule Aachen (Germany). Inst. fuer Theoretische Physik

    2012-06-15

    3-loop diagrams of the ladder-type, which emerge for local quarkonic twist-2 operator matrix elements, are computed directly for general values of the Mellin variable N using Appell-function representations and applying modern summation technologies provided by the package Sigma and the method of hyperlogarithms. In some of the diagrams generalized harmonic sums with {xi} element of {l_brace}1,1/2,2{r_brace} emerge beyond the usual nested harmonic sums. As the asymptotic representation of the corresponding integrals shows, the generalized sums conspire giving well behaved expressions for large values of N. These diagrams contribute to the 3-loop heavy flavor Wilson coefficients of the structure functions in deep-inelastic scattering in the region Q{sup 2} >> m{sup 2}.

  20. Massive 3-loop ladder diagrams for quarkonic local operator matrix elements

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, Jakob [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstrasse 69, A-4040 Linz (Austria); Bluemlein, Johannes, E-mail: johannes.bluemlein@desy.de [Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany); Hasselhuhn, Alexander [Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany); Klein, Sebastian [Research Institut fuer Theoretische Physik E, RWTH Aachen University, D-52056 Aachen (Germany); Schneider, Carsten [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstrasse 69, A-4040 Linz (Austria); Wissbrock, Fabian [Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany)

    2012-11-01

    3-loop diagrams of the ladder-type, which emerge for local quarkonic twist-2 operator matrix elements, are computed directly for general values of the Mellin variable N using Appell-function representations and applying modern summation technologies provided by the package Sigma and the method of hyperlogarithms. In some of the diagrams generalized harmonic sums with {xi} Element-Of {l_brace}1,1/2,2{r_brace} emerge beyond the usual nested harmonic sums. As the asymptotic representation of the corresponding integrals shows, the generalized sums conspire giving well behaved expressions for large values of N. These diagrams contribute to the 3-loop heavy flavor Wilson coefficients of the structure functions in deep-inelastic scattering in the region Q{sup 2} Much-Greater-Than m{sup 2}.

  1. Nest structure and communal nesting in Euglossa (Glossura annectans Dressler (Hymenoptera, Apidae, Euglossini

    Directory of Open Access Journals (Sweden)

    Carlos Alberto Garófalo

    1998-01-01

    Full Text Available Three nests of Euglossa (Glossura annectans Dressier, 1982 were obtained from trap nests at Serra do Japi, Jundiai, São Paulo State, Brazil. The bees nested in bamboo cane (one nest and in wooden-boxes (two nests. Solitary (two cases and pleometrotic (one case foundations were observed. Two nests were re-used once by two females working in each of them. Re-using females that shared the nests were of the same generation and each built, provisioned and oviposited in her own cells, characterizing a communal association. The brood development period was related to climatic conditions. Natural enemies included Anthrax oedipus oedipus Fabricius, 1805 (Bombyliidae, Coelioxys sp. (Megachilidae and Melittobia sp. (Eulophidae.

  2. Effect of heterogeneity of nest boxes on occurrence of gregarious nesting in laying hens

    DEFF Research Database (Denmark)

    Clausen, Tina; Riber, Anja Brinch

    2012-01-01

    Gregarious nesting, where hens select already occupied nest boxes even when other nest boxes are unoccupied, is an unwanted behaviour in laying hens that may reduce animal welfare and pose a financial cost to the producer. It has been suggested that gregarious nesting is caused by the difficulties...... nesting was higher in experimental groups compared to control groups (P right were higher compared to nest boxes positioned...

  3. Long-term lesser prairie-chicken nest ecology in response to grassland management

    Science.gov (United States)

    Fritts, Sarah R.; Grisham, Blake A.; Haukos, David A.; Boal, Clint W.; Patten, Michael; Wolfe, Don H.; Dixon, Charles; Cox, Robert D.; Heck, Willard R.

    2016-01-01

    Long-term population and range declines from habitat loss and fragmentation caused the lesser prairie-chicken (Tympanuchus pallidicinctus) to be a species of concern throughout its range. Current lesser prairie-chicken range in New Mexico and Texas is partially restricted to sand shinnery oak (Quercus havardii; hereafter shinnery oak) prairies, on which cattle grazing is the main socioeconomic driver for private landowners. Cattle producers within shinnery oak prairies often focus land management on shrub eradication using the herbicide tebuthiuron to promote grass production for forage; however, herbicide application alone, and in combination with grazing, may affect nest site selection and nest survival of lesser prairie-chickens through the reduction of shinnery oak and native grasses. We used a controlled, paired, completely randomized design study to assess the influence of grazing and tebuthiuron application and their combined use on nest site selection and nest survival from 2001 to 2010 in Roosevelt County, New Mexico, USA at 2 spatial scales (i.e., treatment and microhabitat) in 4 treatments: tebuthiuron with grazing, tebuthiuron without grazing, no tebuthiuron with grazing, and a control of no tebuthiuron and no grazing. Grazing treatment was a short-duration system in which plots were grazed once during the dormant season and once during the growing season. Stocking rate was calculated each season based on measured forage production and applied to remove ≤25% of available herbaceous material per season. At the treatment scale, we compared nest site selection among treatments using 1-way χ2 tests and nest survival among treatments using a priori candidate nest survival models in Program MARK. At the microhabitat scale, we identified important habitat predictors of nest site selection and nest survival using logistic regression and a priori candidate nest survival models in Program MARK, respectively. Females typically used treatments as expected and

  4. Universal Quantum Computing with Measurement-Induced Continuous-Variable Gate Sequence in a Loop-Based Architecture.

    Science.gov (United States)

    Takeda, Shuntaro; Furusawa, Akira

    2017-09-22

    We propose a scalable scheme for optical quantum computing using measurement-induced continuous-variable quantum gates in a loop-based architecture. Here, time-bin-encoded quantum information in a single spatial mode is deterministically processed in a nested loop by an electrically programmable gate sequence. This architecture can process any input state and an arbitrary number of modes with almost minimum resources, and offers a universal gate set for both qubits and continuous variables. Furthermore, quantum computing can be performed fault tolerantly by a known scheme for encoding a qubit in an infinite-dimensional Hilbert space of a single light mode.

  5. Nest predation increases with parental activity: separating nest site and parental activity effects.

    OpenAIRE

    Martin, T E; Scott, J; Menge, C

    2000-01-01

    Alexander Skutch hypothesized that increased parental activity can increase the risk of nest predation. We tested this hypothesis using ten open-nesting bird species in Arizona, USA. Parental activity was greater during the nestling than incubation stage because parents visited the nest frequently to feed their young during the nestling stage. However, nest predation did not generally increase with parental activity between nesting stages across the ten study species. Previous investigators h...

  6. NESTED SHELLS REVEAL THE REJUVENATION OF THE ORION–ERIDANUS SUPERBUBBLE

    International Nuclear Information System (INIS)

    Ochsendorf, Bram B.; Brown, Anthony G. A.; Tielens, Alexander G. G. M.; Bally, John

    2015-01-01

    The Orion–Eridanus superbubble is the prototypical superbubble owing to its proximity and evolutionary state. Here we provide a synthesis of recent observational data from WISE and Planck with archival data, allowing us to draw a new and more complete picture on the history and evolution of the Orion–Eridanus region. We discuss the general morphological structures and observational characteristics of the superbubble and derive quantitative properties of the gas and dust inside Barnard’s Loop. We reveal that Barnard’s Loop is a complete bubble structure that, together with the λ Ori region and other smaller-scale bubbles, expands within the Orion–Eridanus superbubble. We argue that the Orion–Eridanus superbubble is larger and more complex than previously thought, and that it can be viewed as a series of nested shells, superimposed along the line of sight. During the lifetime of the superbubble, Hii region champagne flows and thermal evaporation of embedded clouds continuously mass-load the superbubble interior, while winds or supernovae from the Orion OB association rejuvenate the superbubble by sweeping up the material from the interior cavities in an episodic fashion, possibly triggering the formation of new stars that form shells of their own. The steady supply of material into the superbubble cavity implies that dust processing from interior supernova remnants is more efficient than previously thought. The cycle of mass loading, interior cleansing, and star formation repeats until the molecular reservoir is depleted or the clouds have been disrupted. While the nested shells come and go, the superbubble remains for tens of millions of years

  7. NESTED SHELLS REVEAL THE REJUVENATION OF THE ORION–ERIDANUS SUPERBUBBLE

    Energy Technology Data Exchange (ETDEWEB)

    Ochsendorf, Bram B.; Brown, Anthony G. A.; Tielens, Alexander G. G. M. [Leiden Observatory, Leiden University, P.O. Box 9513, NL-2300 RA (Netherlands); Bally, John, E-mail: ochsendorf@strw.leidenuniv.nl [CASA, APS, UCB389, University of Colorado, Boulder, CO 80389 (United States)

    2015-08-01

    The Orion–Eridanus superbubble is the prototypical superbubble owing to its proximity and evolutionary state. Here we provide a synthesis of recent observational data from WISE and Planck with archival data, allowing us to draw a new and more complete picture on the history and evolution of the Orion–Eridanus region. We discuss the general morphological structures and observational characteristics of the superbubble and derive quantitative properties of the gas and dust inside Barnard’s Loop. We reveal that Barnard’s Loop is a complete bubble structure that, together with the λ Ori region and other smaller-scale bubbles, expands within the Orion–Eridanus superbubble. We argue that the Orion–Eridanus superbubble is larger and more complex than previously thought, and that it can be viewed as a series of nested shells, superimposed along the line of sight. During the lifetime of the superbubble, Hii region champagne flows and thermal evaporation of embedded clouds continuously mass-load the superbubble interior, while winds or supernovae from the Orion OB association rejuvenate the superbubble by sweeping up the material from the interior cavities in an episodic fashion, possibly triggering the formation of new stars that form shells of their own. The steady supply of material into the superbubble cavity implies that dust processing from interior supernova remnants is more efficient than previously thought. The cycle of mass loading, interior cleansing, and star formation repeats until the molecular reservoir is depleted or the clouds have been disrupted. While the nested shells come and go, the superbubble remains for tens of millions of years.

  8. The nest as fortress: Defensive behavior of Polybia emaciata, a mud-nesting eusocial wasp

    Directory of Open Access Journals (Sweden)

    Sean O'Donnell

    2002-02-01

    Full Text Available The swarm-founding wasp Polybia emaciata is unusual among eusocial Vespidae because it uses mud, rather than wood pulp, as its primary nest construction material. Polybia emaciata nests are more durable than similarly sized paper nests. We tested the hypothesis that the defensive behavior of this wasp may have been modified to take advantage of their strong nests in defense against vertebrate attacks. We simulated vertebrate disturbances by tapping on, and breathing in, P. emaciata. nests and similarly sized P. occidentalis paper nests in the same location at the same time. Polybia emaciata. responses to disturbance were qualitatively different from those of P. occidentalis. The latter exit the nest and attack, while P. emaciata. workers typically fled or entered the nest, attacking only after repeated and extended disturbances. We conclude that durable nest material may permit predator avoidance behavior in P. emaciata.. We compare the defensive responses of P. emaciata. workers with those of other swarm-founding Vespidae, and discuss several selective forces that could cause the evolution of species variation in nest defense behavior.

  9. Cavity Nesting Birds

    Science.gov (United States)

    Virgil E. Scott; Keith E. Evans; David R. Patton; Charles P. Stone

    1977-01-01

    Many species of cavity-nesting birds have declined because of habitat reduction. In the eastern United States, where primeval forests are gone, purple martins depend almost entirely on man-made nesting structures (Allen and Nice 1952). The hole-nesting population of peregrine falcons disappeared with the felling of the giant trees upon which they depended (Hickey and...

  10. Nest predators of open and cavity nesting birds in oak woodlands

    Science.gov (United States)

    Kathryn L. Purcell; Jared Verner

    1999-01-01

    Camera setups revealed at least three species of rodents and seven species of birds as potential predators at artificial open nests. Surprisingly, among avian predators identified at open nests, one third were Bullock's Orioles (Icterus bullockii). Two rodent species and three bird species were potential predators at artificial cavity nests. This high predator...

  11. Modeling nest survival of cavity-nesting birds in relation to postfire salvage logging

    Science.gov (United States)

    Vicki Saab; Robin E. Russell; Jay Rotella; Jonathan G. Dudley

    2011-01-01

    Salvage logging practices in recently burned forests often have direct effects on species associated with dead trees, particularly cavity-nesting birds. As such, evaluation of postfire management practices on nest survival rates of cavity nesters is necessary for determining conservation strategies. We monitored 1,797 nests of 6 cavity-nesting bird species: Lewis'...

  12. Triangular Nests!

    Science.gov (United States)

    Powell, R. I.

    2002-01-01

    Shows how integer-sided triangles can be nested, each nest having a single enclosing isosceles triangle. Brings to light what can be seen as a relatively simple generalization of Pythagoras' theorem, a result that should be readily accessible to many secondary school pupils. (Author/KHR)

  13. Nest-site habitat of cavity-nesting birds at the San Joaquin Experimental Range

    Science.gov (United States)

    Kathryn L. Purcell; Jared. Verner

    2008-01-01

    Detailed information about the nesting habitats of birds, including those needed for successful nesting, can provide a better understanding of the ecological factors that permit coexistence of different species and may aid in conservation efforts. From 1989 through 1994, we studied the nesting habitat of secondary cavity-nesting birds in oak woodlands at the San...

  14. Spawning chronology, nest site selection and nest success of smallmouth bass during benign streamflow conditions

    Science.gov (United States)

    Dauwalter, D.C.; Fisher, W.L.

    2007-01-01

    We documented the nesting chronology, nest site selection and nest success of smallmouth bass Micropterus dolomieu in an upstream (4th order) and downstream (5th order) reach of Baron Fork Creek, Oklahoma. Males started nesting in mid-Apr. when water temperatures increased to 16.9 C upstream, and in late-Apr. when temperatures increased to 16.2 C downstream. Streamflows were low (77% upstream to 82% downstream of mean Apr. streamflow, and 12 and 18% of meanjun. streamflow; 47 and 55 y of record), and decreased throughout the spawning period. Larger males nested first upstream, as has been observed in other populations, but not downstream. Upstream, progeny in 62 of 153 nests developed to swim-up stage. Downstream, progeny in 31 of 73 nests developed to swim-up. Nesting densities upstream (147/km) and downstream (100/km) were both higher than any densities previously reported. Males selected nest sites with intermediate water depths, low water velocity and near cover, behavior that is typical of smallmouth bass. Documented nest failures resulted from human disturbance, angling, and longear sunfish predation. Logistic exposure models showed that water velocity at the nest was negatively related and length of the guarding male was positively related to nest success upstream. Male length and number of degree days were both positively related to nest success downstream. Our results, and those of other studies, suggest that biological factors account for most nest failures during benign (stable, low flow) streamflow conditions, whereas nest failures attributed to substrate mobility or nest abandonment dominate when harsh streamflow conditions (spring floods) coincide with the spawning season.

  15. Cavity-nesting bird use of nest boxes in vineyards of central-coast California

    Science.gov (United States)

    Daniel P. Mummert; Laura Baines; William D. Tietje

    2002-01-01

    Oak woodland habitat is being degraded or replaced by vineyards in many areas of central-coastal California. Oak woodlands are home to many insectivorous, cavity-nesting birds that would be beneficial in and around vineyards. During March to June 2001, we used bluebird nest boxes to study nest box use and productivity of cavity-nesting birds in vineyards versus...

  16. Livestock grazing and trampling of birds' nests: An experiment using artificial nests

    OpenAIRE

    Mandema, Freek S.; Tinbergen, Joost M.; Ens, Bruno J.; Bakker, Jan P.

    2013-01-01

    The purpose of this study is to experimentally determine the differences between four grazing treatments on the trampling of nests. Additionally, we examine to what extent the trampling probability of nests is higher close to a source of fresh water. We compare the trampling of artificial nests in five different grazing treatments in an experimental design. We use buried clay pigeon targets as artificial mimics of bird nests to obtain reliable estimates of trampling risk and compare these wit...

  17. Flown The Nest

    OpenAIRE

    Sebbane, Nathalie

    2012-01-01

    Lorsque le quotidien régional, The Champion, commence à publier Flown The Nest en 1972 sous forme d’épisodes, Bird’s Nest Soup est déjà en vente, et la troisième partie de l’autobiographie d’Hanna, Housekeeper At Large, est sous presse. L’édition de 2009 contient Flown The Nest et Housekeeper at Large. Dans Bird’s Nest Soup, Hanna Greally racontait les dix-huit années de sa vie passées au sein d’un hôpital psychiatrique. Les raisons pour lesquelles elle y avait été enfermée, à la demande de s...

  18. Automation of secondary loop operation in Indus-2 LCW plant

    International Nuclear Information System (INIS)

    Srinivas, L.; Pandey, R.M.; Yadav, R.P.; Gupta, S.; Gandhi, M.L.; Thakurta, A.C.

    2013-01-01

    Indus-2 Low Conductivity Water (LCW) plant has two loops, primary loop and secondary loop. The primary loop mainly supplies LCW to magnets, power supplies and RF systems at constant flow rate. The secondary loop extracts heat from the primary loop through heat exchangers to maintain the supply water temperature of the primary loop around a set value. The supply water temperature of the primary loop is maintained by operating the pumps and cooling towers in the secondary loop. The desired water flow rate in the secondary loop is met by the manual operation of the required number of the pumps. The automatic operation of the pumps and the cooling towers is proposed to replace the existing inefficient manual operation. It improves the operational reliability and ensures the optimum utilization of the pumps and the cooling towers. An algorithm has been developed using LabView programming to achieve optimized operation of the pumps and the cooling towers by incorporating First-In-First-Out (FIFO) logic. It also takes care of safety interlocks, and generates alarms. The program exchanges input and output signals of the plant using existing SCADA system. In this paper, the development of algorithm, its design and testing are elaborated. In the end, the results obtained thereof are discussed. (author)

  19. From neurons to nests: nest-building behaviour as a model in behavioural and comparative neuroscience.

    Science.gov (United States)

    Hall, Zachary J; Meddle, Simone L; Healy, Susan D

    Despite centuries of observing the nest building of most extant bird species, we know surprisingly little about how birds build nests and, specifically, how the avian brain controls nest building. Here, we argue that nest building in birds may be a useful model behaviour in which to study how the brain controls behaviour. Specifically, we argue that nest building as a behavioural model provides a unique opportunity to study not only the mechanisms through which the brain controls behaviour within individuals of a single species but also how evolution may have shaped the brain to produce interspecific variation in nest-building behaviour. In this review, we outline the questions in both behavioural and comparative neuroscience that nest building could be used to address, summarize recent findings regarding the neurobiology of nest building in lab-reared zebra finches and across species building different nest structures, and suggest some future directions for the neurobiology of nest building.

  20. Avoiding the nest : responses of field sparrows to the threat of nest predation

    Science.gov (United States)

    Dirk E. Burhans

    2000-01-01

    Nest predation is a major source of reproductive failure in birds (Ricklefs 1969, Martin 1992). Birds confronted with an enemy near the nest may use behaviors to deter the prospect of nest predation. The benefits of nest defense have been shown for many agressive species (Martin 1992), but smaller birds that cannot deter predators may need to resort to other behaviors...

  1. Using Artificial Nests to Study Nest Predation in Birds

    Science.gov (United States)

    Belthoff, James R.

    2005-01-01

    A simple and effective field exercise that demonstrates factors affecting predation on bird nests is described. With instructor guidance, students in high school biology or college-level biology, ecology, animal behavior, wildlife management or ornithology laboratory courses can collaborate to design field experiments related to nest depredation.

  2. Livestock grazing and trampling of birds' nests : An experiment using artificial nests

    NARCIS (Netherlands)

    Mandema, Freek S.; Tinbergen, Joost M.; Ens, Bruno J.; Bakker, Jan P.

    The purpose of this study is to experimentally determine the differences between four grazing treatments on the trampling of nests. Additionally, we examine to what extent the trampling probability of nests is higher close to a source of fresh water. We compare the trampling of artificial nests in

  3. Nested and Hierarchical Archimax copulas

    KAUST Repository

    Hofert, Marius

    2017-07-03

    The class of Archimax copulas is generalized to nested and hierarchical Archimax copulas in several ways. First, nested extreme-value copulas or nested stable tail dependence functions are introduced to construct nested Archimax copulas based on a single frailty variable. Second, a hierarchical construction of d-norm generators is presented to construct hierarchical stable tail dependence functions and thus hierarchical extreme-value copulas. Moreover, one can, by itself or additionally, introduce nested frailties to extend Archimax copulas to nested Archimax copulas in a similar way as nested Archimedean copulas extend Archimedean copulas. Further results include a general formula for the density of Archimax copulas.

  4. Nested and Hierarchical Archimax copulas

    KAUST Repository

    Hofert, Marius; Huser, Raphaë l; Prasad, Avinash

    2017-01-01

    The class of Archimax copulas is generalized to nested and hierarchical Archimax copulas in several ways. First, nested extreme-value copulas or nested stable tail dependence functions are introduced to construct nested Archimax copulas based on a single frailty variable. Second, a hierarchical construction of d-norm generators is presented to construct hierarchical stable tail dependence functions and thus hierarchical extreme-value copulas. Moreover, one can, by itself or additionally, introduce nested frailties to extend Archimax copulas to nested Archimax copulas in a similar way as nested Archimedean copulas extend Archimedean copulas. Further results include a general formula for the density of Archimax copulas.

  5. Nest site characteristics, nesting movements, and lack of long-term nest site fidelity in Agassiz's desert tortoises at a wind energy facility in southern California

    Science.gov (United States)

    Lovich, Jeffrey E.; Agha, Mickey; Yackulic, Charles B.; Meyer-Wilkins, Kathie; Bjurlin, Curtis; Ennen, Joshua R.; Arundel, Terry R.; Austin, Meaghan

    2014-01-01

    Nest site selection has important consequences for maternal and offspring survival and fitness. Females of some species return to the same nesting areas year after year. We studied nest site characteristics, fidelity, and daily pre-nesting movements in a population of Agassiz’s desert tortoises (Gopherus agassizii) at a wind energy facility in southern California during two field seasons separated by over a decade. No females returned to the same exact nest site within or between years but several nested in the same general area. However, distances between first and second clutches within a year (2000) were not significantly different from distances between nests among years (2000 and 2011) for a small sample of females, suggesting some degree of fidelity within their normal activity areas. Environmental attributes of nest sites did not differ significantly among females but did among years due largely to changes in perennial plant structure as a result of multiple fires. Daily pre-nesting distances moved by females decreased consistently from the time shelled eggs were first visible in X-radiographs until oviposition, again suggesting some degree of nest site selection. Tortoises appear to select nest sites that are within their long-term activity areas, inside the climate-moderated confines of one of their self-constructed burrows, and specifically, at a depth in the burrow that minimizes exposure of eggs and embryos to lethal incubation temperatures. Nesting in “climate-controlled” burrows and nest guarding by females relaxes some of the constraints that drive nest site selection in other oviparous species.

  6. Optimal reservoir operation policies using novel nested algorithms

    Science.gov (United States)

    Delipetrev, Blagoj; Jonoski, Andreja; Solomatine, Dimitri

    2015-04-01

    Historically, the two most widely practiced methods for optimal reservoir operation have been dynamic programming (DP) and stochastic dynamic programming (SDP). These two methods suffer from the so called "dual curse" which prevents them to be used in reasonably complex water systems. The first one is the "curse of dimensionality" that denotes an exponential growth of the computational complexity with the state - decision space dimension. The second one is the "curse of modelling" that requires an explicit model of each component of the water system to anticipate the effect of each system's transition. We address the problem of optimal reservoir operation concerning multiple objectives that are related to 1) reservoir releases to satisfy several downstream users competing for water with dynamically varying demands, 2) deviations from the target minimum and maximum reservoir water levels and 3) hydropower production that is a combination of the reservoir water level and the reservoir releases. Addressing such a problem with classical methods (DP and SDP) requires a reasonably high level of discretization of the reservoir storage volume, which in combination with the required releases discretization for meeting the demands of downstream users leads to computationally expensive formulations and causes the curse of dimensionality. We present a novel approach, named "nested" that is implemented in DP, SDP and reinforcement learning (RL) and correspondingly three new algorithms are developed named nested DP (nDP), nested SDP (nSDP) and nested RL (nRL). The nested algorithms are composed from two algorithms: 1) DP, SDP or RL and 2) nested optimization algorithm. Depending on the way we formulate the objective function related to deficits in the allocation problem in the nested optimization, two methods are implemented: 1) Simplex for linear allocation problems, and 2) quadratic Knapsack method in the case of nonlinear problems. The novel idea is to include the nested

  7. Automated computation of one-loop integrals in massless theories

    International Nuclear Information System (INIS)

    Hameren, A. van; Vollinga, J.; Weinzierl, S.

    2005-01-01

    We consider one-loop tensor and scalar integrals, which occur in a massless quantum field theory, and we report on the implementation into a numerical program of an algorithm for the automated computation of these one-loop integrals. The number of external legs of the loop integrals is not restricted. All calculations are done within dimensional regularization. (orig.)

  8. Nest site attributes and temporal patterns of northern flicker nest loss: effects of predation and competition.

    Science.gov (United States)

    Fisher, Ryan J; Wiebe, Karen L

    2006-04-01

    To date, most studies of nest site selection have failed to take into account more than one source of nest loss (or have combined all sources in one analysis) when examining nest site characteristics, leaving us with an incomplete understanding of the potential trade-offs that individuals may face when selecting a nest site. Our objectives were to determine whether northern flickers (Colaptes auratus) may experience a trade-off in nest site selection in response to mammalian nest predation and nest loss to a cavity nest competitor (European starling, Sturnus vulgaris). We also document within-season temporal patterns of these two sources of nest loss with the hypothesis that flickers may also be constrained in the timing of reproduction under both predatory and competitive influence. Mammalian predators frequently depredated flicker nests that were: lower to the ground, less concealed by vegetation around the cavity entrance and at the base of the nest tree, closer to coniferous forest edges and in forest clumps with a high percentage of conifer content. Proximity to coniferous edges or coniferous trees increased the probability of nest predation, but nests near conifers were less likely to be lost to starlings. Flickers may thus face a trade-off in nest site selection with respect to safety from predators or competitors. Models suggested that peaks of nest predation and nest loss to eviction occurred at the same time, although a competing model suggested that the peak of nest loss to starlings occurred 5 days earlier than the peak of mammalian predation. Differences in peaks of mammalian predation and loss to starlings may constrain any adjustment in clutch initiation date by flickers to avoid one source of nest loss.

  9. Nest marking behavior and chemical composition of olfactory cues involved in nest recognition in Megachile rotundata.

    Science.gov (United States)

    Guédot, Christelle; Buckner, James S; Hagen, Marcia M; Bosch, Jordi; Kemp, William P; Pitts-Singer, Theresa L

    2013-08-01

    In-nest observations of the solitary bee, Megachile rotundata (F.), revealed that nesting females apply olfactory cues to nests for nest recognition. On their way in and out of the nest, females drag the abdomen along the entire length of the nest, and sometimes deposit fluid droplets from the tip of the abdomen. The removal of bee-marked sections of the nest resulted in hesitation and searching behavior by females, indicating the loss of olfactory cues used for nest recognition. Chemical analysis of female cuticles and the deposits inside marked nesting tubes revealed the presence of hydrocarbons, wax esters, fatty aldehydes, and fatty alcohol acetate esters. Chemical compositions were similar across tube samples, but proportionally different from cuticular extracts. These findings reveal the importance of lipids as chemical signals for nest recognition and suggest that the nest-marking cues are derived from a source in addition to, or other than, the female cuticle.

  10. Hybrid Combustion-Gasification Chemical Looping

    Energy Technology Data Exchange (ETDEWEB)

    Herbert Andrus; Gregory Burns; John Chiu; Gregory Lijedahl; Peter Stromberg; Paul Thibeault

    2009-01-07

    For the past several years Alstom Power Inc. (Alstom), a leading world-wide power system manufacturer and supplier, has been in the initial stages of developing an entirely new, ultra-clean, low cost, high efficiency power plant for the global power market. This new power plant concept is based on a hybrid combustion-gasification process utilizing high temperature chemical and thermal looping technology The process consists of the oxidation, reduction, carbonation, and calcination of calcium-based compounds, which chemically react with coal, biomass, or opportunity fuels in two chemical loops and one thermal loop. The chemical and thermal looping technology can be alternatively configured as (i) a combustion-based steam power plant with CO{sub 2} capture, (ii) a hybrid combustion-gasification process producing a syngas for gas turbines or fuel cells, or (iii) an integrated hybrid combustion-gasification process producing hydrogen for gas turbines, fuel cells or other hydrogen based applications while also producing a separate stream of CO{sub 2} for use or sequestration. In its most advanced configuration, this new concept offers the promise to become the technology link from today's Rankine cycle steam power plants to tomorrow's advanced energy plants. The objective of this work is to develop and verify the high temperature chemical and thermal looping process concept at a small-scale pilot facility in order to enable AL to design, construct and demonstrate a pre-commercial, prototype version of this advanced system. In support of this objective, Alstom and DOE started a multi-year program, under this contract. Before the contract started, in a preliminary phase (Phase 0) Alstom funded and built the required small-scale pilot facility (Process Development Unit, PDU) at its Power Plant Laboratories in Windsor, Connecticut. Construction was completed in calendar year 2003. The objective for Phase I was to develop the indirect combustion loop with CO{sub 2

  11. WWER type reactor primary loop imitation on large test loop facility in MARIA reactor

    International Nuclear Information System (INIS)

    Moldysh, A.; Strupchevski, A.; Kmetek, Eh.; Spasskov, V.P.; Shumskij, A.M.

    1982-01-01

    At present in Poland in cooperation with USSR a nuclear water loop test facility (WL) in 'MARIA' reactor in Sverke is under construction. The program objective is to investigate processes occuring in WWER reactor under emergency conditions, first of all after the break of the mainprimary loop circulation pipe-line. WL with the power of about 600 kW consists of three major parts: 1) an active loop, imitating the undamaged loops of the WWER reactor; 2) a passive loop assignedfor modelling the broken loop of the WWER reactor; 3) the emergency core cooling system imitating the corresponding full-scale system. The fuel rod bundle consists of 18 1 m long rods. They were fabricated according to the standard WWER fuel technology. In the report some general principles of WWERbehaviour imitation under emergency conditions are given. They are based on the operation experience obtained from 'SEMISCALE' and 'LOFT' test facilities in the USA. A description of separate modelling factors and criteria effects on the development of 'LOCA'-type accident is presented (the break cross-section to the primary loop volume ratio, the pressure differential between inlet and outlet reactor chambers, the pressure drop rate in the loop, the coolant flow rate throuh the core etc.). As an example a comparison of calculated flow rate variations for the WWER-1000 reactor and the model during the loss-of-coolant accident with the main pipe-line break at the core inlet is given. Calculations have been carried out with the use of TECH'-M code [ru

  12. LoopIng: a template-based tool for predicting the structure of protein loops.

    KAUST Repository

    Messih, Mario Abdel

    2015-08-06

    Predicting the structure of protein loops is very challenging, mainly because they are not necessarily subject to strong evolutionary pressure. This implies that, unlike the rest of the protein, standard homology modeling techniques are not very effective in modeling their structure. However, loops are often involved in protein function, hence inferring their structure is important for predicting protein structure as well as function.We describe a method, LoopIng, based on the Random Forest automated learning technique, which, given a target loop, selects a structural template for it from a database of loop candidates. Compared to the most recently available methods, LoopIng is able to achieve similar accuracy for short loops (4-10 residues) and significant enhancements for long loops (11-20 residues). The quality of the predictions is robust to errors that unavoidably affect the stem regions when these are modeled. The method returns a confidence score for the predicted template loops and has the advantage of being very fast (on average: 1 min/loop).www.biocomputing.it/loopinganna.tramontano@uniroma1.itSupplementary data are available at Bioinformatics online.

  13. Sharp-Tailed Grouse Nest Survival and Nest Predator Habitat Use in North Dakota's Bakken Oil Field.

    Directory of Open Access Journals (Sweden)

    Paul C Burr

    Full Text Available Recent advancements in extraction technologies have resulted in rapid increases of gas and oil development across the United States and specifically in western North Dakota. This expansion of energy development has unknown influences on local wildlife populations and the ecological interactions within and among species. Our objectives for this study were to evaluate nest success and nest predator dynamics of sharp-tailed grouse (Tympanuchus phasianellus in two study sites that represented areas of high and low energy development intensities in North Dakota. During the summers of 2012 and 2013, we monitored 163 grouse nests using radio telemetry. Of these, 90 nests also were monitored using miniature cameras to accurately determine nest fates and identify nest predators. We simultaneously conducted predator surveys using camera scent stations and occupancy modeling to estimate nest predator occurrence at each site. American badgers (Taxidea taxus and striped skunks (Mephitis mephitis were the primary nest predators, accounting for 56.7% of all video recorded nest depredations. Nests in our high intensity gas and oil area were 1.95 times more likely to succeed compared to our minimal intensity area. Camera monitored nests were 2.03 times more likely to succeed than non-camera monitored nests. Occupancy of mammalian nest predators was 6.9 times more likely in our study area of minimal gas and oil intensity compared to the high intensity area. Although only a correlative study, our results suggest energy development may alter the predator community, thereby increasing nest success for sharp-tailed grouse in areas of intense development, while adjacent areas may have increased predator occurrence and reduced nest success. Our study illustrates the potential influences of energy development on the nest predator-prey dynamics of sharp-tailed grouse in western North Dakota and the complexity of evaluating such impacts on wildlife.

  14. Hawaii ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for seabird nesting colonies in coastal Hawaii. Vector points in this data set represent locations of...

  15. Maryland ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for raptors in Maryland. Vector points in this data set represent bird nesting sites. Species-specific...

  16. Biomechanical testing of materials in avian nests provides insight into nest construction behaviour

    OpenAIRE

    Biddle, Lucia E.; Deeming, D. Charles; Goodman, Adrian M.

    2015-01-01

    Animals that use materials to build nest structures have long since fascinated biologists and engineers alike. Avian nests are generally composed of collected materials brought together into a cup-like structure in which the bird sits to incubate eggs and, in many cases, it is where chicks are reared. Hence, the materials in a nest can be presumed to be loaded in compression, but relatively few studies have investigated the mechanical role of the nest elements and their position w...

  17. Nesting biology of Trypoxylon (Trypargilum) lactitarse Saussure (Hymenoptera, Crabronidae) in trap-nests in Southern Brazil

    OpenAIRE

    Buschini,M. L. T.; Niesing,F.; Wolff,L. L.

    2006-01-01

    This study was carried in the Parque Municipal das Araucárias in the municipality of Guarapuava, state of Paraná, Southern Brazil. Three hundred and sixty five nests of T. lactitarse were obtained using trap-nests of 0.7, 1.0, and 1.3 cm in diameter. All of them had similar architecture, regardless of the diameter of the trap-nest. Completed nests consisted of a linear series of brood cells whose average number per nest was of 3.3, 4.0 and 3.6 for the nests with 0.7 cm, 1.0 cm and 1.3 cm in d...

  18. Louisiana ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for seabird and wading bird nesting colonies in coastal Louisiana. Vector points in this data set represent...

  19. Waterbird nest monitoring program in San Francisco Bay (2005-10)

    Science.gov (United States)

    Ackerman, Joshua T.; Herzog, Mark P.

    2012-01-01

    Historically, Forster’s Terns (Sterna forsteri), American Avocets (Recurvirostra americana), and Black-necked Stilts (Himantopus mexicanus) were uncommon residents of San Francisco Bay, California (Grinnell and others, 1918; Grinnell and Wythe, 1927; Sibley, 1952). Presently, however, avocets and stilts are the two most abundant breeding shorebirds in San Francisco Bay (Stenzel and others, 2002; Rintoul and others, 2003). More than 4,000 avocets and 1,000 stilts, roughly 20 percent of their San Francisco Bay wintering populations, breed within the estuary, making San Francisco Bay the largest breeding area for these species on the Pacific Coast (Stenzel and others, 2002; Rintoul and others, 2003). Forster’s Terns were first observed breeding in the San Francisco Bay in 1948 (110 nests); they had increased to over 4000 individuals by the 1980s (Sibley, 1952; Gill, 1977; Harvey and others, 1992; Carter and others, 1990) and were estimated at 2000–3000 for 1998–2002; (Strong and others, 2004).It is hypothesized that the relatively large size of the current waterbird breeding populations is a result of the creation of artificial salt evaporation ponds from the 1930s through the 1950s (Gill, 1977; Goals Project, 1999). Until recently, these salt ponds and associated islands used by waterbirds for nesting have been managed relatively similarly and have supported large breeding waterbird populations. Recently, the South Bay Salt Pond Restoration Project has implemented plans to convert 50–90 percent of the 15,000 acres of salt ponds in the South San Francisco Bay back to tidal marsh habitat. Therefore, there is concern that the Restoration Project, while benefiting other native species, could negatively influence local breeding populations of waterbirds that are reliant on salt pond habitats for both breeding and foraging. A primary goal of the South Bay Salt Pond Restoration Project is to maintain current breeding waterbird populations (South Bay Salt Pond Long

  20. Nest-site selection and nest success of an Arctic-breeding passerine, Smith's Longspur, in a changing climate

    Science.gov (United States)

    McFarland, Heather R.; Kendall, Steve J.; Powell, Abby

    2017-01-01

    Despite changes in shrub cover and weather patterns associated with climate change in the Arctic, little is known about the breeding requirements of most passerines tied to northern regions. We investigated the nesting biology and nest habitat characteristics of Smith's Longspurs (Calcarius pictus) in 2 study areas in the Brooks Range of Alaska, USA. First, we examined variation in nesting phenology in relation to local temperatures. We then characterized nesting habitat and analyzed nest-site selection for a subset of nests (n = 86) in comparison with paired random points. Finally, we estimated the daily survival rate of 257 nests found in 2007–2013 with respect to both habitat characteristics and weather variables. Nest initiation was delayed in years with snow events, heavy rain, and freezing temperatures early in the breeding season. Nests were typically found in open, low-shrub tundra, and never among tall shrubs (mean shrub height at nests = 26.8 ± 6.7 cm). We observed weak nest-site selection patterns. Considering the similarity between nest sites and paired random points, coupled with the unique social mating system of Smith's Longspurs, we suggest that habitat selection may occur at the neighborhood scale and not at the nest-site scale. The best approximating model explaining nest survival suggested a positive relationship with the numbers of days above 21°C that an individual nest experienced; there was little support for models containing habitat variables. The daily nest survival rate was high (0.972–0.982) compared with that of most passerines in forested or grassland habitats, but similar to that of passerines nesting on tundra. Considering their high nesting success and ability to delay nest initiation during inclement weather, Smith's Longspurs may be resilient to predicted changes in weather regimes on the breeding grounds. Thus, the greatest threat to breeding Smith's Longspurs associated with climate change may be the loss of low

  1. Nesting Activity of Loggerhead Turtles (Caretta caretta at Göksu Delta, Turkey during 2004 and 2008 nesting seasons

    Directory of Open Access Journals (Sweden)

    Salih H. Durmus

    2011-07-01

    Full Text Available Göksu Delta is one of the most important nesting beaches in Turkey for the endangered loggerhead turtle (Caretta caretta. This paper provides information on the nesting activities of loggerhead turtles, the spatial and temporal distribution of nesting, nesting success, nesting density, hatching success, incubation duration and clutch size over two nesting seasons. A total of 902 emergences occurred over two seasons, of which 239 (26.5% nests were deposited (137 nests in 2004 and 102 nests in 2008 and the overall mean nesting density was 3.4 nests/km. The peak of nesting emergences takes place mainly in June. Of the overall nests, 226 (94.6% were excavated and 16044 eggs were counted. Of these eggs, 3680 (22.9% hatchlings emerged and 2695 (73.2% of hatchlings of them were able to reach the sea. The mean number of eggs per clutch was 71 (range: 15 – 143. The shortest and longest incubation duration in these 2 seasons ranged from 46 to 62 days with a mean of 53 days. The main problems are negatively affecting loggerhead turtle population at Göksu Delta are dense jackal predation both adult and eggs and inundation in nests. The average nesting effort here (mean: 119.5 nests/season confirms that Göksu Delta is one of the most important nesting sites for loggerhead turtles in Turkey.

  2. Flat Knitting Loop Deformation Simulation Based on Interlacing Point Model

    Directory of Open Access Journals (Sweden)

    Jiang Gaoming

    2017-12-01

    Full Text Available In order to create realistic loop primitives suitable for the faster CAD of the flat-knitted fabric, we have performed research on the model of the loop as well as the variation of the loop surface. This paper proposes an interlacing point-based model for the loop center curve, and uses the cubic Bezier curve to fit the central curve of the regular loop, elongated loop, transfer loop, and irregular deformed loop. In this way, a general model for the central curve of the deformed loop is obtained. The obtained model is then utilized to perform texture mapping, texture interpolation, and brightness processing, simulating a clearly structured and lifelike deformed loop. The computer program LOOP is developed by using the algorithm. The deformed loop is simulated with different yarns, and the deformed loop is applied to design of a cable stitch, demonstrating feasibility of the proposed algorithm. This paper provides a loop primitive simulation method characterized by lifelikeness, yarn material variability, and deformation flexibility, and facilitates the loop-based fast computer-aided design (CAD of the knitted fabric.

  3. BOKASUN: a fast and precise numerical program to calculate the Master Integrals of the two-loop sunrise diagrams

    OpenAIRE

    Caffo, Michele; Czyz, Henryk; Gunia, Michal; Remiddi, Ettore

    2008-01-01

    We present the program BOKASUN for fast and precise evaluation of the Master Integrals of the two-loop self-mass sunrise diagram for arbitrary values of the internal masses and the external four-momentum. We use a combination of two methods: a Bernoulli accelerated series expansion and a Runge-Kutta numerical solution of a system of linear differential equations.

  4. BOKASUN: A fast and precise numerical program to calculate the Master Integrals of the two-loop sunrise diagrams

    Science.gov (United States)

    Caffo, Michele; Czyż, Henryk; Gunia, Michał; Remiddi, Ettore

    2009-03-01

    We present the program BOKASUN for fast and precise evaluation of the Master Integrals of the two-loop self-mass sunrise diagram for arbitrary values of the internal masses and the external four-momentum. We use a combination of two methods: a Bernoulli accelerated series expansion and a Runge-Kutta numerical solution of a system of linear differential equations. Program summaryProgram title: BOKASUN Catalogue identifier: AECG_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AECG_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 9404 No. of bytes in distributed program, including test data, etc.: 104 123 Distribution format: tar.gz Programming language: FORTRAN77 Computer: Any computer with a Fortran compiler accepting FORTRAN77 standard. Tested on various PC's with LINUX Operating system: LINUX RAM: 120 kbytes Classification: 4.4 Nature of problem: Any integral arising in the evaluation of the two-loop sunrise Feynman diagram can be expressed in terms of a given set of Master Integrals, which should be calculated numerically. The program provides a fast and precise evaluation method of the Master Integrals for arbitrary (but not vanishing) masses and arbitrary value of the external momentum. Solution method: The integrals depend on three internal masses and the external momentum squared p. The method is a combination of an accelerated expansion in 1/p in its (pretty large!) region of fast convergence and of a Runge-Kutta numerical solution of a system of linear differential equations. Running time: To obtain 4 Master Integrals on PC with 2 GHz processor it takes 3 μs for series expansion with pre-calculated coefficients, 80 μs for series expansion without pre-calculated coefficients, from a few seconds up to a few minutes for Runge-Kutta method (depending

  5. Unusual raptor nests around the world

    Science.gov (United States)

    Ellis, D.H.; Craig, T.; Craig, E.; Postupalsky, S.; LaRue, C.T.; Nelson, R.W.; Anderson, D.W.; Henny, C.J.; Watson, J.; Millsap, B.A.; Dawson, J.W.; Cole, K.L.; Martin, E.M.; Margalida, A.; Kung, P.

    2009-01-01

    From surveys in many countries, we report raptors using unusual nesting materials (e.g., paper money, rags, metal, antlers, and large bones) and unusual nesting situations. For example, we documented nests of Steppe Eagles Aquila nipalensis and Upland Buzzards Buteo hemilasius on the ground beside well-traveled roads, Saker Falcon Falco cherrug eyries in attics and a cistern, and Osprey Pandion haliaetus nests on the masts of boats and on a suspended automobile. Other records include a Golden Eagle A. chrysaetos nest 7.0 m in height, believed to be the tallest nest ever described, and, for the same species, we report nesting in rudimentary nests. Some nest sites are within a few meters of known predators or competitors. These unusual observations may be important in revealing the plasticity of a species' behavioral repertoire. ?? 2009 The Raptor Research Foundation, Inc.

  6. Sexually selected nest-building--Pomatoschistus minutus males build smaller nest-openings in the presence of sneaker males.

    Science.gov (United States)

    Svensson, O; Kvarnemo, C

    2003-09-01

    Both natural selection and sexual selection may act on nest-building. We tested experimentally how different regimes of egg-predation and male-male competition influence nest-building before mating, using the marine fish sand goby, Pomatoschistus minutus. Males with sneaker males present built the smallest nest-openings, smaller than males held alone or with Pomatoschistus microps males (which may predate eggs and compete over nest-sites but not compete over fertilizations). Males with visual access to other nest-building males tended also to build smaller openings than males held alone or with P. microps. Males with egg-predators present built nests with openings not differing significantly from any other treatment. Our results indicate that the small nest-openings found in the sneaker male treatment are sexually selected through protection against sneaking or by female choice. Across treatments, time span before a male started to build his nest also explained variation in nest-opening width; males starting late built larger nest-openings.

  7. Development with age of nest box use and gregarious nesting in laying hens

    DEFF Research Database (Denmark)

    Riber, Anja Brinch

    2010-01-01

    in position (left + corner, middle, and right). Nesting behaviour was video recorded for 5 days in each of five distinct periods: age 20, 26, 32, 38, and 44 weeks. The total number of visits and the number of gregarious visits were higher in the left nest box than in the other two nest boxes at all ages...

  8. Predation on simulated duck nests in relation to nest density and landscape structure

    Czech Academy of Sciences Publication Activity Database

    Padyšáková, E.; Šálek, Martin; Poledník, L.; Sedláček, František; Albrecht, Tomáš

    2010-01-01

    Roč. 37, č. 7 (2010), s. 597-603 ISSN 1035-3712 R&D Projects: GA MŠk LC06073 Institutional research plan: CEZ:AV0Z60870520; CEZ:AV0Z60930519 Keywords : density-dependent predation * littoral patch * landscape type * nest predators * nest success * simulated nests Subject RIV: EG - Zoology Impact factor: 1.205, year: 2010

  9. Discovery of a new Kittlitz's murrelet nest: Clues to habitat selection and nest-site fidelity

    Science.gov (United States)

    Piatt, John F.; Naslund, Nancy L.; van Pelt, Thomas I.

    1999-01-01

    On 13 June 1993, a new Kittlitz's murrelet (Brachyramphus brevirostris) nest was discovered near Red Mountain on the Kenai Peninsula, Alaska. The nest was on a 22° slope at about 900 m elevation with a northeast aspect, and contained a 60.2 × 40.6 mm egg that weighed 49.0 g. Downy feathers and weathered fecal material found at the nest indicated re-use from a previous year, suggesting possible nest site fidelity. The nest was located in an area scoured by winds and free of snow during early spring, suggesting that this may be an important mesoscale factor influencing selection of nesting habitat. Proximity to suitable foraging habitat, particularly sheltered bays and glacial river outflows, may affect breeding habitat choice over larger spatial scales.

  10. Nest-site selection by cavity-nesting birds in relation to postfire salvage logging

    Science.gov (United States)

    Victoria A. Saab; Robin E. Russell; Jonathan G. Dudley

    2009-01-01

    Large wildfire events in coniferous forests of the western United States are often followed by postfire timber harvest. The long-term impacts of postfire timber harvest on fire-associated cavity-nesting bird species are not well documented. We studied nest-site selection by cavity-nesting birds over a 10-year period (1994-2003), representing 1-11 years after fire, on...

  11. Artificial covering on trap nests improves the colonization of trap-nesting wasps

    OpenAIRE

    Taki, Hisatomo; Kevan, Peter G.; Viana, Blandina Felipe; Silva, Fabiana O.; Buck, Matthias

    2008-01-01

    Acesso restrito: Texto completo. p. 225-229 To evaluate the role that a trap-nest cover might have on sampling methodologies, the abundance of each species of trap-nesting Hymenoptera and the parasitism rate in a Canadian forest were compared between artificially covered and uncovered traps. Of trap tubes exposed at eight forest sites in six trap-nest boxes, 531 trap tubes were occupied and 1216 individuals of 12 wasp species of four predatory families, Vespidae (Eumeninae), Crabronidae...

  12. Nest Predation Deviates from Nest Predator Abundance in an Ecologically Trapped Bird

    OpenAIRE

    Hollander, Franck A.; Van Dyck, Hans; San Martin, Gilles; Titeux, Nicolas

    2015-01-01

    In human-modified environments, ecological traps may result from a preference for low-quality habitat where survival or reproductive success is lower than in high-quality habitat. It has often been shown that low reproductive success for birds in preferred habitat types was due to higher nest predator abundance. However, between-habitat differences in nest predation may only weakly correlate with differences in nest predator abundance. An ecological trap is at work in a farmland bird (Lanius ...

  13. Who are the important predators of sea turtle nests at Wreck Rock beach?

    Directory of Open Access Journals (Sweden)

    Juan Lei

    2017-06-01

    Full Text Available Excessive sea turtle nest predation is a problem for conservation management of sea turtle populations. This study assessed predation on nests of the endangered loggerhead sea turtle (Caretta caretta at Wreck Rock beach adjacent to Deepwater National Park in Southeast Queensland, Australia after a control program for feral foxes was instigated. The presence of predators on the nesting dune was evaluated by tracking plots (2 × 1 m every 100 m along the dune front. There were 21 (2014–2015 and 41 (2015–2016 plots established along the dune, and these were monitored for predator tracks daily over three consecutive months in both nesting seasons. Predator activities at nests were also recorded by the presence of tracks on top of nests until hatchlings emerged. In addition, camera traps were set to record the predator activity around selected nests. The tracks of the fox (Vulpes vulpes and goanna (Varanus spp were found on tracking plots. Tracking plots, nest tracks and camera traps indicated goanna abundance varied strongly between years. Goannas were widely distributed along the beach and had a Passive Activity Index (PAI (0.31 in 2014–2015 and 0.16 in 2015–2016 approximately seven times higher than that of foxes (PAI 0.04 in 2014–2015 and 0.02 in 2015–2016. Five hundred and twenty goanna nest visitation events were recorded by tracks but no fox tracks were found at turtle nests. Camera trap data indicated that yellow-spotted goannas (Varanus panoptes appeared at loggerhead turtle nests more frequently than lace monitors (V. varius did, and further that lace monitors only predated nests previously opened by yellow-spotted goannas. No foxes were recorded at nests with camera traps. This study suggests that large male yellow-spotted goannas are the major predator of sea turtle nests at the Wreck Rock beach nesting aggregation and that goanna activity varies between years.

  14. Who are the important predators of sea turtle nests at Wreck Rock beach?

    Science.gov (United States)

    Lei, Juan; Booth, David T

    2017-01-01

    Excessive sea turtle nest predation is a problem for conservation management of sea turtle populations. This study assessed predation on nests of the endangered loggerhead sea turtle ( Caretta caretta ) at Wreck Rock beach adjacent to Deepwater National Park in Southeast Queensland, Australia after a control program for feral foxes was instigated. The presence of predators on the nesting dune was evaluated by tracking plots (2 × 1 m) every 100 m along the dune front. There were 21 (2014-2015) and 41 (2015-2016) plots established along the dune, and these were monitored for predator tracks daily over three consecutive months in both nesting seasons. Predator activities at nests were also recorded by the presence of tracks on top of nests until hatchlings emerged. In addition, camera traps were set to record the predator activity around selected nests. The tracks of the fox ( Vulpes vulpes ) and goanna ( Varanus spp ) were found on tracking plots. Tracking plots, nest tracks and camera traps indicated goanna abundance varied strongly between years. Goannas were widely distributed along the beach and had a Passive Activity Index (PAI) (0.31 in 2014-2015 and 0.16 in 2015-2016) approximately seven times higher than that of foxes (PAI 0.04 in 2014-2015 and 0.02 in 2015-2016). Five hundred and twenty goanna nest visitation events were recorded by tracks but no fox tracks were found at turtle nests. Camera trap data indicated that yellow-spotted goannas ( Varanus panoptes ) appeared at loggerhead turtle nests more frequently than lace monitors ( V. varius ) did, and further that lace monitors only predated nests previously opened by yellow-spotted goannas. No foxes were recorded at nests with camera traps. This study suggests that large male yellow-spotted goannas are the major predator of sea turtle nests at the Wreck Rock beach nesting aggregation and that goanna activity varies between years.

  15. Interaction in Balanced Cross Nested Designs

    Science.gov (United States)

    Ramos, Paulo; Mexia, João T.; Carvalho, Francisco; Covas, Ricardo

    2011-09-01

    Commutative Jordan Algebras, CJA, are used in the study of mixed models obtained, through crossing and nesting, from simpler ones. In the study of cross nested models the interaction between nested factors have been systematically discarded. However this can constitutes an artificial simplification of the models. We point out that, when two crossed factors interact, such interaction is symmetric, both factors playing in it equivalent roles, while when two nested factors interact, the interaction is determined by the nesting factor. These interactions will be called interactions with nesting. In this work we present a coherent formulation of the algebraic structure of models enabling the choice of families of interactions between cross and nested factors using binary operations on CJA.

  16. Parental investment decisions in response to ambient nest-predation risk versus actual predation on the prior nest

    Science.gov (United States)

    Chalfoun, A.D.; Martin, T.E.

    2010-01-01

    Theory predicts that parents should invest less in dependent offspring with lower reproductive value, such as those with a high risk of predation. Moreover, high predation risk can favor reduced parental activity when such activity attracts nest predators. Yet, the ability of parents to assess ambient nest-predation risk and respond adaptively remains unclear, especially where nest-predator assemblages are diverse and potentially difficult to assess. We tested whether variation in parental investment by a multi-brooded songbird (Brewer's Sparrow, Spizella breweri) in an environment (sagebrush steppe) with diverse predators was predicted by ambient nest-predation risk or direct experience with nest predation. Variation among eight sites in ambient nest-predation risk, assayed by daily probabilities of nest predation, was largely uncorrelated across four years. In this system risk may therefore be unpredictable, and aspects of parental investment (clutch size, egg mass, incubation rhythms, nestling-feeding rates) were not related to ambient risk. Moreover, investment at first nests that were successful did not differ from that at nests that were depredated, suggesting parents could not assess and respond to territorylevel nest-predation risk. However, parents whose nests were depredated reduced clutch sizes and activity at nests attempted later in the season by increasing the length of incubation shifts (on-bouts) and recesses (off-bouts) and decreasing trips to feed nestlings. In this unpredictable environment parent birds may therefore lack sufficient cues of ambient risk on which to base their investment decisions and instead rely on direct experience with nest predation to inform at least some of their decisions. ?? 2010 The Cooper Ornithological Society.

  17. Improved Adherence Rates and Clinical Outcomes of an Integrated, Closed-Loop, Pharmacist-Led Oral Chemotherapy Management Program.

    Science.gov (United States)

    Muluneh, Benyam; Schneider, Molly; Faso, Aimee; Amerine, Lindsey; Daniels, Rowell; Crisp, Brett; Valgus, John; Savage, Scott

    2018-06-01

    To address the growing use of oral anticancer therapy, an integrated, closed-loop, pharmacist-led oral chemotherapy management program was created within an academic medical center. An integrated, closed-loop, pharmacy-led oral chemotherapy management program was established. From September 2014 until June 2015, demographic information, rates of adherence, patient understanding of treatment, pharmacist interventions, patient and provider satisfaction, and molecular response rates in patients with chronic myeloid leukemia (CML) were collected. After full implementation, 107 patients were enrolled in our oral chemotherapy management program from September 2014 until June 2015. All patients were educated before starting oral chemotherapy, and using pre- and postassessment tests, comprehension of oral chemotherapy treatment increased from 43% to 95%. Patient-reported adherence was 86% and 94.7% for the GI/breast and malignant hematology patient populations, respectively, and these were validated with medication possession ratio, revealing adherence rates of 85% and 93.9% for the GI/breast and malignant hematology patient populations, respectively. A total of 350 encounters with a clinical pharmacist and 318 adverse effects were reported, which led to 235 interventions. This program led to a higher major molecular response rate (83%) in our CML population compared with published clinical trials (average major molecular response rates, 40% and 60% with 1- and 2-year follow-up, respectively). An innovative model was developed and resulted in improved patient knowledge regarding oral chemotherapy, improved adherence rates that exceeded nationally established thresholds, and superior major molecular response outcomes for patients with CML compared with published literature. As a result, this model has produced the gold standard in managing patients receiving oral chemotherapy.

  18. Landscape forest cover and edge effects on songbird nest predation vary by nest predator

    Science.gov (United States)

    W. Andrew Cox; Frank R. III Thompson; John. Faaborg

    2012-01-01

    Rates of nest predation for birds vary between and within species across multiple spatial scales, but we have a poor understanding of which predators drive such patterns. We video-monitored nests and identified predators at 120 nests of the Acadian Flycatcher (Empidonax virescens) and the Indigo Bunting (Passerina cyanea) at eight...

  19. Nest Material Shapes Eggs Bacterial Environment.

    Directory of Open Access Journals (Sweden)

    Cristina Ruiz-Castellano

    Full Text Available Selective pressures imposed by pathogenic microorganisms to embryos have selected in hosts for a battery of antimicrobial lines of defenses that includes physical and chemical barriers. Due to the antimicrobial properties of volatile compounds of green plants and of chemicals of feather degrading bacteria, the use of aromatic plants and feathers for nest building has been suggested as one of these barriers. However, experimental evidence suggesting such effects is scarce in the literature. During two consecutive years, we explored experimentally the effects of these nest materials on loads of different groups of bacteria (mesophilic bacteria, Enterobacteriaceae, Staphylococcus and Enterococcus of eggshells in nests of spotless starlings (Sturnus unicolor at the beginning and at the end of the incubation period. This was also explored in artificial nests without incubation activity. We also experimentally increased bacterial density of eggs in natural and artificial nests and explored the effects of nest lining treatments on eggshell bacterial load. Support for the hypothetical antimicrobial function of nest materials was mainly detected for the year and location with larger average values of eggshell bacterial density. The beneficial effects of feathers and plants were more easily detected in artificial nests with no incubation activity, suggesting an active role of incubation against bacterial colonization of eggshells. Pigmented and unpigmented feathers reduced eggshell bacterial load in starling nests and artificial nest boxes. Results from artificial nests allowed us to discuss and discard alternative scenarios explaining the detected association, particularly those related to the possible sexual role of feathers and aromatic plants in starling nests. All these results considered together confirm the antimicrobial functionality mainly of feathers but also of plants used as nest materials, and highlight the importance of temporally and

  20. Nest Material Shapes Eggs Bacterial Environment.

    Science.gov (United States)

    Ruiz-Castellano, Cristina; Tomás, Gustavo; Ruiz-Rodríguez, Magdalena; Martín-Gálvez, David; Soler, Juan José

    2016-01-01

    Selective pressures imposed by pathogenic microorganisms to embryos have selected in hosts for a battery of antimicrobial lines of defenses that includes physical and chemical barriers. Due to the antimicrobial properties of volatile compounds of green plants and of chemicals of feather degrading bacteria, the use of aromatic plants and feathers for nest building has been suggested as one of these barriers. However, experimental evidence suggesting such effects is scarce in the literature. During two consecutive years, we explored experimentally the effects of these nest materials on loads of different groups of bacteria (mesophilic bacteria, Enterobacteriaceae, Staphylococcus and Enterococcus) of eggshells in nests of spotless starlings (Sturnus unicolor) at the beginning and at the end of the incubation period. This was also explored in artificial nests without incubation activity. We also experimentally increased bacterial density of eggs in natural and artificial nests and explored the effects of nest lining treatments on eggshell bacterial load. Support for the hypothetical antimicrobial function of nest materials was mainly detected for the year and location with larger average values of eggshell bacterial density. The beneficial effects of feathers and plants were more easily detected in artificial nests with no incubation activity, suggesting an active role of incubation against bacterial colonization of eggshells. Pigmented and unpigmented feathers reduced eggshell bacterial load in starling nests and artificial nest boxes. Results from artificial nests allowed us to discuss and discard alternative scenarios explaining the detected association, particularly those related to the possible sexual role of feathers and aromatic plants in starling nests. All these results considered together confirm the antimicrobial functionality mainly of feathers but also of plants used as nest materials, and highlight the importance of temporally and geographically

  1. Design of nest access grids and perches in front of the nests: Influence on the behavior of laying hens.

    Science.gov (United States)

    Stämpfli, K; Buchwalder, T; Fröhlich, E K F; Roth, B A

    2013-04-01

    In aviary systems for laying hens, it is important to provide suitable nest access platforms in front of the nests, allowing hens to reach and explore each of the nests easily. This access platform is needed to achieve good nest acceptance by the hens and thereby prevent mislaid eggs. In the present experiment, the behavior of hens using 2 different nest access platforms, a plastic grid and 2 wooden perches, was examined. Furthermore, the nests were placed on both sides of the aviary rack (corridor side and outdoor side), either integrated into the aviary rack itself (integrated nest; IN) or placed on the walls of the pens (wall nest; WN), resulting in a 2 × 2 factorial design Four thousand five hundred white laying hens were housed in 20 test pens. The eggs in the nests and mislaid eggs were collected daily, and the behavior of hens on the nest accesses was filmed during wk 25 and 26, using focal observation and scan sampling methods. More balancing, body contact, and agonistic interactions were expected for nests with perches, whereas more walking and nest inspections were expected for nests with grids. There were more mislaid eggs and balancing found in pens equipped with nests with wooden perches. More agonistic interactions and balancing, less standing, and a longer duration of nest inspection were found with the WN compared with the IN. Interactions between platform design and position of the nests were found for duration of nest visits, body contact, and walking, with the highest amount for WN equipped with plastic grids. Nests on the corridor side were favored by the hens. Nest-related behaviors, such as nest inspection, standing, and walking, decreased over time as did the number of hens on the nest accesses, whereas sitting increased. These results indicate that the hens had more difficulties in gripping the perches as designed. The lower number of hens on the nest access platforms in front of IN may be due to a better distribution around nests and tier

  2. Small-scale area effect on species richness and nesting occupancy of cavity-nesting bees and wasps

    Directory of Open Access Journals (Sweden)

    Rafael D. Loyola

    2011-03-01

    Full Text Available Small-scale area effect on species richness and nesting occupancy of cavity-nesting bees and wasps. The research was conducted in an urban forest remnant in southeast Brazil. We tested the predictions of the following hypotheses: (1 larger areas present higher species richness of bees and wasps, (2 solitary bees and wasps occupy more nests in larger areas, (3 rare species occupy more nests in smaller areas. We sampled Aculeate bees and wasps using trap nests from February to November 2004. We placed trap nests in sampling units (SU with different size (25, 100 and 400 m² located in 6 ha of secondary mesophytic forest. One hundred and thirty-seven trap nests were occupied by seven species of bees and four species of wasps. We found an increase in wasp, but not bee species richness following increase in SU size. Hymenoptera richness (i.e. bees plus wasps was also greater in larger SU. Both the number and density of occupied nests increased with SU size. The wasp Trypoxylon lactitarse responded significantly to area size, larger SU having more occupied nests. The same pattern was exhibited by the wasp Auplopus militaris, the Megachile bee species, and the bee Anthodioctes megachiloides. Only Trypoxylon sp. was not affected by SU size. Our results show that cavity-nesting bee and wasps respond differently to the area effects. Such findings must be complemented by information on the frequency and dynamics of area colonization and nest occupancy by species of solitary Hymenoptera.

  3. Bee species-specific nesting material attracts a generalist parasitoid: implications for co-occurring bees in nest box enhancements.

    Science.gov (United States)

    Macivor, J Scott; Salehi, Baharak

    2014-08-01

    Artificial nests (e.g., nest boxes) for bees are increasingly being used to contribute to nesting habitat enhancement for bees that use preexisting cavities to provision brood. They usually incorporate additional nesting materials that vary by species. Cavity-nesting bees are susceptible to brood parasitoids that recognize their host(s) using visual and chemical cues. Understanding the range of cues that attract parasitoids to bee nests, including human-made analogues, is important if we wish to control parasitism and increase the potential value of artificial nests as habitat-enhancement strategies. In this study, we investigated the cues associated with the orientation of the generalist brood parasitoid Monodontomerus obscurus Westwood (Hymenoptera: Torymidae) to the nests of a common cavity-nesting resin bee Megachile campanulae (Robertson) (Megachilidae). The parasitoids were reared from previously infested M. campanulae brood cells and placed into choice trials where they were presented with pairs of different nest material cues. Among different materials tested, we found that Mo. obscurus was most attracted to fresh resin collected directly from Pinus strobus trees followed by previously used resin collected from the bee nest. The parasitoid also attacked other bee species in the same nest boxes, including those that do not use resin for nesting. Our findings suggest that M. campanulae could act as a magnet, drawing parasites away from other bee hosts co-occurring in nest boxes, or, as an attractant of Mo. obscurus to nest boxes, increasing attacks on co-occurring host bee species, potentially undermining bee diversity enhancement initiatives.

  4. Nested Potential Games

    OpenAIRE

    Hiroshi Uno

    2007-01-01

    This paper proposes a new class of potential games, the nested potential games, which generalize the potential games defined in Monderer and Shapley (1996), as well as the pseudo-potential games defined in Dubey et al. (2006). We show that each maximizer of a nested potential is a Nash equilibrium.

  5. Nesting ecology and nest survival of lesser prairie-chickens on the Southern High Plains of Texas

    Science.gov (United States)

    Grisham, Blake A.; Borsdorf, Philip K.; Boal, Clint W.; Boydston, Kathy K.

    2014-01-01

    The decline in population and range of lesser prairie-chickens (Tympanuchus pallidicinctus) throughout the central and southern Great Plains has raised concerns considering their candidate status under the United States Endangered Species Act. Baseline ecological data for lesser prairie-chickens are limited, especially for the shinnery oak-grassland communities of Texas. This information is imperative because lesser prairie-chickens in shinnery oak grasslands occur at the extreme southwestern edge of their distribution. This geographic region is characterized by hot, arid climates, less fragmentation, and less anthropogenic development than within the remaining core distribution of the species. Thus, large expanses of open rangeland with less anthropogenic development and a climate that is classified as extreme for ground nesting birds may subsequently influence nest ecology, nest survival, and nest site selection differently compared to the rest of the distribution of the species. We investigated the nesting ecology of 50 radio-tagged lesser prairie-chicken hens from 2008 to 2011 in the shinnery oak-grassland communities in west Texas and found a substantial amount of inter-annual variation in incubation start date and percent of females incubating nests. Prairie-chickens were less likely to nest near unimproved roads and utility poles and in areas with more bare ground and litter. In contrast, hens selected areas dominated by grasses and shrubs and close to stock tanks to nest. Candidate models including visual obstruction best explained daily nest survival; a 5% increase in visual obstruction improved nest survival probability by 10%. The model-averaged probability of a nest surviving the incubation period was 0.43 (SE = 0.006; 95% CI: 0.23, 0.56). Our findings indicate that lesser prairie-chicken reproduction during our study period was dynamic and was correlated with seasonal weather patterns that ultimately promoted greater grass growth earlier in the

  6. Differences in predators of artificial and real songbirds nests: Evidence of bias in artificial nest studies

    Science.gov (United States)

    Frank R. Thompson; Dirk E. Burhans

    2004-01-01

    In the past two decades, many researchers have used artificial nest to measure relative rates of nest predation. Recent comparisons show that real and artificial nests may not be depredated at the same rate, but no one has examined the mechanisms underlying these patterns. We determined differences in predator-specific predation rates of real and artificial nests. we...

  7. Conservation significance of alternative nests of golden eagles

    Directory of Open Access Journals (Sweden)

    Brian A. Millsap

    2015-01-01

    Full Text Available Golden eagles (Aquila chrysaetos are long-lived raptors that maintain nesting territories that may be occupied for a century or longer. Within occupied nesting territories there is one nest in which eagles lay their eggs in a given year (i.e., the used nest, but there are usually other nests (i.e., alternative nests. Conservation plans often protect used nests, but not alternative nests or nesting territories that appear vacant. Our objective is to review literature on golden eagle use of alternative nests and occupancy of nesting territories to determine if alternative nests are biologically significant and warrant greater conservation consideration. Our review shows that: (1 alternative nests or their associated habitat are most often in core areas of golden eagle nesting territories; (2 alternative nests likely will become used in the future; (3 probability of an alternative nest becoming used is greatest where prey availability is high and alternative nest sites are limited; (4 likelihood of annual occupancy or reoccupancy of golden eagle nesting territories is high; and (5 prey availability is the most important determinant of nesting territory occupancy and breeding activity. We recommend alternative nests be treated with the same deference as used nests in land use planning.

  8. Neste Corporation - a successful year

    International Nuclear Information System (INIS)

    Ihamuotila, J.

    1991-01-01

    The past year proved a successful one for Neste Corporation. Profitability was good and operations were consistently developed. Neste is committed to giving high priority to productivity and know- how to ensure that this success continues into the future. Important developments affecting the structure of Neste Corporation during 1990 included the amalgamation of Neste's oil-related activities into a single division, the increasing concentration of Neste Chemicals, activities in Central and Southern Europe and a major strengthening of oil exploration and production operations. Neste Oil turned in a good result during 1990. Neste imported a total of 8.9 million tonnes of crude oil during 1990. Imports from the Soviet Union at 5.2 million tonnes, were over 2 million tonnes less than planned. Some 2.5 million tonnes were imported from the North Sea, and 1.2 million tonnes from the Middle East. The year was one of expansion, diversification, and solid profit for Neste Chemicals. Net sales grew by 18 % compared to 1989 and the division recorded a satisfactory performance. Petrochemicals and polyolefins production increased suhstantially as a result of plants completed, acquired, or leased during 1989. The gas division's net sales during 1990 were 46 % higher than during 1989. This growth largely resulted from an increase in the consumption of natural gas and an expansion in the volume of international IPG business. The division's profitability remained satisfactory

  9. Columbia River ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for bird nesting sites in the Columbia River area. Vector points in this data set represent locations of...

  10. 3-Loop massive O(T2F) contributions to the DIS operator matrix element Agg

    International Nuclear Information System (INIS)

    Ablinger, J.; Schneider, C.; Bluemlein, J.; Freitas, A. de; Hasselhuhn, A.; Round, M.; Manteuffel, A. von

    2014-09-01

    Contributions to heavy flavour transition matrix elements in the variable flavour number scheme are considered at 3-loop order. In particular a calculation of the diagrams with two equal masses that contribute to the massive operator matrix element A (3) gg,Q is performed. In the Mellin space result one finds finite nested binomial sums. In x-space these sums correspond to iterated integrals over an alphabet containing also square-root valued letters.

  11. Changes in position and quality of preferred nest box: effects on nest box use by laying hens

    DEFF Research Database (Denmark)

    Riber, Anja Brinch; Nielsen, Birte L.

    2013-01-01

    Using laying hens, we investigated whether position of a nest box, both within the pen and relative to other nest boxes, influenced the preference for a nest box, and how a sudden and marked change to the preferred box influenced the use of nest boxes by the hens. Groups (n=12) of 15 Isa Warren...... hens were housed in pens, each with five identical nest boxes in different positions: Two single (in a corner or not) and a triplet of nest boxes (one of which in a corner). The use of nest boxes was determined by the number of eggs laid daily in each box. Three experiments, each lasting 10 days, were...... carried out. First, the undisturbed use of each of the nest box types was investigated, and a strong preference (Peggs laid there. Second, each of the hen groups was moved to another pen allocated at random, and where...

  12. Loop Transfer Matrix and Loop Quantum Mechanics

    International Nuclear Information System (INIS)

    Savvidy, George K.

    2000-01-01

    The gonihedric model of random surfaces on a 3d Euclidean lattice has equivalent representation in terms of transfer matrix K(Q i ,Q f ), which describes the propagation of loops Q. We extend the previous construction of the loop transfer matrix to the case of nonzero self-intersection coupling constant κ. We introduce the loop generalization of Fourier transformation which allows to diagonalize transfer matrices, that depend on symmetric difference of loops only and express all eigenvalues of 3d loop transfer matrix through the correlation functions of the corresponding 2d statistical system. The loop Fourier transformation allows to carry out the analogy with quantum mechanics of point particles, to introduce conjugate loop momentum P and to define loop quantum mechanics. We also consider transfer matrix on 4d lattice which describes propagation of memebranes. This transfer matrix can also be diagonalized by using the generalized Fourier transformation, and all its eigenvalues are equal to the correlation functions of the corresponding 3d statistical system. In particular the free energy of the 4d membrane system is equal to the free energy of 3d gonihedric system of loops and is equal to the free energy of 2d Ising model. (author)

  13. Use of novel nest boxes by carmine bee-eaters (Merops nubicus) in captivity.

    Science.gov (United States)

    Elston, Jennifer J; Carney, Jennifer; Quinones, Glorieli; Sky, Christy; Plasse, Chelle; Bettinger, Tammie

    2007-01-01

    Carmine bee-eaters make attractive additions to zoo aviaries but breeding programs have had challenges and limited success. The objectives of this study were to document nesting behavior of Carmine bee-eaters in a captive setting and compare reproductive success between a novel nest box (plastic, 17 x 30 x 22 cm) and a PVC pipe model used previously (30 cm long, 8 cm in diameter). Three bee-eater pairs were given access to seven nest chambers (six novel boxes, one PVC model). Behavioral observations occurred during a 15-min period in the morning or afternoon before egg production and continued until chicks fledged for a total of 87 observation periods (21.75 hr). All occurrences by an individual bird entering or exiting a nest tunnel, food provision, and the time (min) spent inside a nest cavity were documented. Additionally, daily temperature within each nest chamber was recorded. Before eggs were produced the average daily temperature (23.02 degrees C) within the nest chambers did not differ, suggesting that nest cavity choice was not influenced by temperature. No differences were detected among pairs in percent of observed time spent inside their nest cavities or number of times a nest tunnel was entered during the incubation or fledging periods. During incubation females spent a greater percent of observed time inside the nest cavity than males (P=0.02). During the fledging period food provision did not differ between the pairs, however males entered their nest tunnels more often per hour than females (P=0.03), and males tended to provide food more often than females (P=0.053). Two pairs nested in novel nest boxes and successfully fledged one chick each. The pair that nested in the PVC model did not fledge a chick. A nest box that aids in keeping eggs intact is essential for breeding bee-eaters in captivity, and maintaining captive populations will provide opportunities for zoo visitors to enjoy these birds and will reduce the need to remove birds from the wild

  14. The influence of regional hydrology on nesting behavior and nest fate of the American alligator

    Science.gov (United States)

    Ugarte, Cristina A.; Bass, Oron L.; Nuttle, William; Mazzotti, Frank J.; Rice, Kenneth G.; Fujisaki, Ikuko; Whelan, Kevin R.T.

    2013-01-01

    Hydrologic conditions are critical to the nesting behavior and reproductive success of crocodilians. In South Florida, USA, growing human settlement has led to extensive surface water management and modification of historical water flows in the wetlands, which have affected regional nesting of the American alligator (Alligator mississippiensis). Although both natural and anthropogenic factors are considered to determine hydrologic conditions, the aspects of hydrological patterns that affect alligator nest effort, flooding (partial and complete), and failure (no hatchling) are unclear. We deconstructed annual hydrological patterns using harmonic models that estimated hydrological matrices including mean, amplitude, timing of peak, and periodicity of surface water depth and discharge and examined their effects on alligator nesting using survey data from Shark Slough, Everglades National Park, from 1985 to 2005. Nest effort increased in years with higher mean and lesser periodicity of water depth. A greater proportion of nests were flooded and failed when peak discharge occurred earlier in the year. Also, nest flooding rates were greater in years with greater periodicity of water depth, and nest failure rate was greater when mean discharge was higher. This study guides future water management decisions to mitigate negative impacts on reproduction of alligators and provides wildlife managers with a tool for assessing and modifying annual water management plans to conserve crocodilians and other wetland species.

  15. Lack of nest site limitation in a cavity-nesting bird community

    Science.gov (United States)

    Jeffry R. Waters; Barry R. Noon; Jared Verner

    1990-01-01

    We examined the relationship between nest site availability and density of secondary cavitynesting birds by blocking cavities in an oak-pine (Quercus spp.-Pinus sp. ) woodland. In 1986 and 1987we blocked 67 and 106 cavities, respectively, on a 37-ha plot. The combined density of secondary cavity-nesting birds did not decline...

  16. On-the-fly reduction of open loops

    Energy Technology Data Exchange (ETDEWEB)

    Buccioni, Federico; Pozzorini, Stefano; Zoller, Max [Universitaet Zuerich, Physik-Institut, Zurich (Switzerland)

    2018-01-15

    Building on the open-loop algorithm we introduce a new method for the automated construction of one-loop amplitudes and their reduction to scalar integrals. The key idea is that the factorisation of one-loop integrands in a product of loop segments makes it possible to perform various operations on-the-fly while constructing the integrand. Reducing the integrand on-the-fly, after each segment multiplication, the construction of loop diagrams and their reduction are unified in a single numerical recursion. In this way we entirely avoid objects with high tensor rank, thereby reducing the complexity of the calculations in a drastic way. Thanks to the on-the-fly approach, which is applied also to helicity summation and for the merging of different diagrams, the speed of the original open-loop algorithm can be further augmented in a very significant way. Moreover, addressing spurious singularities of the employed reduction identities by means of simple expansions in rank-two Gram determinants, we achieve a remarkably high level of numerical stability. These features of the new algorithm, which will be made publicly available in a forthcoming release of the OpenLoops program, are particularly attractive for NLO multi-leg and NNLO real-virtual calculations. (orig.)

  17. On-the-fly reduction of open loops

    Science.gov (United States)

    Buccioni, Federico; Pozzorini, Stefano; Zoller, Max

    2018-01-01

    Building on the open-loop algorithm we introduce a new method for the automated construction of one-loop amplitudes and their reduction to scalar integrals. The key idea is that the factorisation of one-loop integrands in a product of loop segments makes it possible to perform various operations on-the-fly while constructing the integrand. Reducing the integrand on-the-fly, after each segment multiplication, the construction of loop diagrams and their reduction are unified in a single numerical recursion. In this way we entirely avoid objects with high tensor rank, thereby reducing the complexity of the calculations in a drastic way. Thanks to the on-the-fly approach, which is applied also to helicity summation and for the merging of different diagrams, the speed of the original open-loop algorithm can be further augmented in a very significant way. Moreover, addressing spurious singularities of the employed reduction identities by means of simple expansions in rank-two Gram determinants, we achieve a remarkably high level of numerical stability. These features of the new algorithm, which will be made publicly available in a forthcoming release of the OpenLoops program, are particularly attractive for NLO multi-leg and NNLO real-virtual calculations.

  18. Nesting biology of Trypoxylon (Trypargilum) lactitarse Saussure (Hymenoptera, Crabronidae) in trap-nests in Southern Brazil.

    Science.gov (United States)

    Buschini, M L T; Niesing, F; Wolff, L L

    2006-08-01

    This study was carried in the Parque Municipal das Araucárias in the municipality of Guarapuava, state of Paraná, Southern Brazil. Three hundred and sixty five nests of T. lactitarse were obtained using trap-nests of 0.7, 1.0, and 1.3 cm in diameter. All of them had similar architecture, regardless of the diameter of the trap-nest. Completed nests consisted of a linear series of brood cells whose average number per nest was of 3.3, 4.0 and 3.6 for the nests with 0.7 cm, 1.0 cm and 1.3 cm in diameter, respectively. They were constructed more often during the summer. T. lactitarse had two types of life cycles: direct development (without diapause), and delayed development (with diapause during winter). Natural enemies included Chrysididae, Sarcophagidae, Dolichopodidae and Ichneumonidae. Out of 1,353 identified spider prey, 1,313 belonged to the Araneidae family.

  19. Nesting biology of Trypoxylon (Trypargilum lactitarse Saussure (Hymenoptera, Crabronidae in trap-nests in Southern Brazil

    Directory of Open Access Journals (Sweden)

    M. L. T. Buschini

    Full Text Available This study was carried in the Parque Municipal das Araucárias in the municipality of Guarapuava, state of Paraná, Southern Brazil. Three hundred and sixty five nests of T. lactitarse were obtained using trap-nests of 0.7, 1.0, and 1.3 cm in diameter. All of them had similar architecture, regardless of the diameter of the trap-nest. Completed nests consisted of a linear series of brood cells whose average number per nest was of 3.3, 4.0 and 3.6 for the nests with 0.7 cm, 1.0 cm and 1.3 cm in diameter, respectively. They were constructed more often during the summer. T. lactitarse had two types of life cycles: direct development (without diapause, and delayed development (with diapause during winter. Natural enemies included Chrysididae, Sarcophagidae, Dolichopodidae and Ichneumonidae. Out of 1,353 identified spider prey, 1,313 belonged to the Araneidae family.

  20. A Verification Study on the Loop-Breaking Logic of FTREX

    International Nuclear Information System (INIS)

    Choi, Jong Soo

    2008-01-01

    The logical loop problem in fault tree analysis (FTA) has been solved by manually or automatically breaking their circular logics. The breaking of logical loops is one of uncertainty sources in fault tree analyses. A practical method which can verify fault tree analysis results was developed by Choi. The method has the capability to handle logical loop problems. It has been implemented in a FORTRAN program which is called VETA (Verification and Evaluation of fault Tree Analysis results) code. FTREX, a well-known fault tree quantifier developed by KAERI, has an automatic loop-breaking logic. In order to make certain of the correctness of the loop-breaking logic of FTREX, some typical trees with complex loops are developed and applied to this study. This paper presents some verification results of the loop-breaking logic tested by the VETA code

  1. Effects of two-loop contributions in the pseudofermion functional renormalization group method for quantum spin systems

    Science.gov (United States)

    Rück, Marlon; Reuther, Johannes

    2018-04-01

    We implement an extension of the pseudofermion functional renormalization group method for quantum spin systems that takes into account two-loop diagrammatic contributions. An efficient numerical treatment of the additional terms is achieved within a nested graph construction which recombines different one-loop interaction channels. In order to be fully self-consistent with respect to self-energy corrections, we also include certain three-loop terms of Katanin type. We first apply this formalism to the antiferromagnetic J1-J2 Heisenberg model on the square lattice and benchmark our results against the previous one-loop plus Katanin approach. Even though the renormalization group (RG) equations undergo significant modifications when including the two-loop terms, the magnetic phase diagram, comprising Néel ordered and collinear ordered phases separated by a magnetically disordered regime, remains remarkably unchanged. Only the boundary position between the disordered and the collinear phases is found to be moderately affected by two-loop terms. On the other hand, critical RG scales, which we associate with critical temperatures Tc, are reduced by a factor of ˜2 indicating that the two-loop diagrams play a significant role in enforcing the Mermin-Wagner theorem. Improved estimates for critical temperatures are also obtained for the Heisenberg ferromagnet on the three-dimensional simple cubic lattice where errors in Tc are reduced by ˜34 % . These findings have important implications for the quantum phase diagrams calculated within the previous one-loop plus Katanin approach which turn out to be already well converged.

  2. Nest design in a changing world: great tit Parus major nests from a Mediterranean city environment as a case study.

    Science.gov (United States)

    Lambrechts, Marcel M; Charmantier, Anne; Demeyrier, Virginie; Lucas, Annick; Perret, Samuel; Abouladzé, Matthieu; Bonnet, Michel; Canonne, Coline; Faucon, Virginie; Grosset, Stéphanie; le Prado, Gaëlle; Lidon, Frédéric; Noell, Thierry; Pagano, Pascal; Perret, Vincent; Pouplard, Stéphane; Spitaliéry, Rémy; Bernard, Cyril; Perret, Philippe; Blondel, Jacques; Grégoire, Arnaud

    2017-12-01

    Investigations of urbanization effects on birds have focused mainly on breeding traits expressed after the nest-building stage (e.g. first-egg date, clutch size, breeding success, and offspring characteristics). Urban studies largely ignored how and why the aspects of nest building might be associated with the degree of urbanization. As urban environments are expected to present novel environmental changes relative to rural environments, it is important to evaluate how nest-building behavior is impacted by vegetation modifications associated with urbanization. To examine nest design in a Mediterranean city environment, we allowed urban great tits ( Parus major ) to breed in nest boxes in areas that differed in local vegetation cover. We found that different measures of nest size or mass were not associated with vegetation cover. In particular, nests located adjacent to streets with lower vegetation cover were not smaller or lighter than nests in parks with higher vegetation cover. Nests adjacent to streets contained more pine needles than nests in parks. In addition, in nests adjacent to streets, nests from boxes attached to pine trees contained more pine needles than nests from boxes attached to other trees. We suggest that urban-related alterations in vegetation cover do not directly impose physical limits on nest size in species that are opportunistic in the selection of nesting material. However, nest composition as reflected in the use of pine needles was clearly affected by habitat type and the planted tree species present, which implies that rapid habitat change impacts nest composition. We do not exclude that urbanization might impact other aspects of nest building behaviour not covered in our study (e.g. costs of searching for nest material), and that the strengths of the associations between urbanization and nest structures might differ among study populations or species.

  3. Decoration Increases the Conspicuousness of Raptor Nests.

    Science.gov (United States)

    Canal, David; Mulero-Pázmány, Margarita; Negro, Juan José; Sergio, Fabrizio

    2016-01-01

    Avian nests are frequently concealed or camouflaged, but a number of species builds noticeable nests or use conspicuous materials for nest decoration. In most cases, nest decoration has a role in mate choice or provides thermoregulatory or antiparasitic benefits. In territorial species however, decorations may serve additional or complementary functions, such as extended phenotypic signaling of nest-site occupancy and social status to potential intruders. The latter may benefit both signaler and receiver by minimizing the risk of aggressive interactions, especially in organisms with dangerous weaponry. Support for this hypothesis was recently found in a population of black kites (Milvus migrans), a territorial raptor that decorates its nest with white artificial materials. However, the crucial assumption that nest decorations increased nest-site visibility to conspecifics was not assessed, a key aspect given that black kite nests may be well concealed within the canopy. Here, we used an unmanned aircraft system to take pictures of black kite nests, with and without an experimentally placed decoration, from different altitudes and distances simulating the perspective of a flying and approaching, prospecting intruder. The pictures were shown to human volunteers through a standardized routine to determine whether detection rates varied according the nest decoration status and distance. Decorated nests consistently showed a higher detection frequency and a lower detection-latency, compared to undecorated versions of the same nests. Our results confirm that nest decoration in this species may act as a signaling medium that enhances nest visibility for aerial receivers, even at large distances. This finding complements previous work on this communication system, which showed that nest decoration was a threat informing trespassing conspecifics on the social dominance, territory quality and fighting capabilities of the signaler.

  4. Nest defense behaviors of native cavity-nesting birds to European Starlings

    Science.gov (United States)

    Rodney G. Olsen; Kathryn L. Purcell; David. Grubbs

    2008-01-01

    We used behavioral experiments to evaluate competition for nest sites and the extent to which European Starlings (Sturnus vulgaris) are seen as a threat by native bird species at the San Joaquin Experimental Range, Madera County, CA. We quantified the level of aggressive behavior of four species of native cavity-nesting birds to starlings at active...

  5. Use of artificial nests to investigate predation on freshwater turtle nests

    Science.gov (United States)

    Michael N. Marchand; John A. Litvaitis; Thomas J. Maier; Richard M. DeGraaf

    2002-01-01

    Habitat fragmentation has raised concerns that populations of generalist predators have increased and are affecting a diverse group of prey. Previous research has included the use of artificial nests to investigate the role of predation on birds that nest on or near the ground. Because predation also is a major factor limiting populations of freshwater turtles, we...

  6. Interspecific nest use by aridland birds

    Science.gov (United States)

    Deborah M. Finch

    1982-01-01

    Nest holes drilled by woodpeckers (Picidae) are frequently used by secondary cavity-nesting species, but interspecific use of open and domed nests is less well known. Nests constructed by many southwestern desert birds last longer than one year (pers. obs.) and are consequently reused by the same pair (e.g., Abert's Towhees [Pipilo aberti], pers. obs.) or by other...

  7. Logical inference techniques for loop parallelization

    DEFF Research Database (Denmark)

    Oancea, Cosmin Eugen; Rauchwerger, Lawrence

    2012-01-01

    the parallelization transformation by verifying the independence of the loop's memory references. To this end it represents array references using the USR (uniform set representation) language and expresses the independence condition as an equation, S={}, where S is a set expression representing array indexes. Using...... of their estimated complexities. We evaluate our automated solution on 26 benchmarks from PERFECT-CLUB and SPEC suites and show that our approach is effective in parallelizing large, complex loops and obtains much better full program speedups than the Intel and IBM Fortran compilers....

  8. Nesting biology of the trap-nesting Neotropical wasp Trypoxylo n(Trypargilum) aurifrons Shuckard (Hymenoptera, Crabronidae)

    OpenAIRE

    Santoni,Mariana Marchi; Del Lama,Marco Antonio

    2007-01-01

    The present study was carried out in three localities of the state of São Paulo, Brazil: Araras (Dec/03-Dec/06), São Carlos (Nov/04-Nov/06) and Rifaina (Jul/04-Dec/06). Trap-nests were distributed among sites in the sampling areas and were collected every 35 days. Data from 295 nests indicate that T. aurifrons is a multivoltine species, with higher rates of nest building and cell production in the warm, rainy season. The trap-nests used by the females ranged from 117 to 467 mm in length and 3...

  9. Preliminary evaluation of a nest usage sensor to detect double nest occupations of laying hens.

    Science.gov (United States)

    Zaninelli, Mauro; Costa, Annamaria; Tangorra, Francesco Maria; Rossi, Luciana; Agazzi, Alessandro; Savoini, Giovanni

    2015-01-26

    Conventional cage systems will be replaced by housing systems that allow hens to move freely. These systems may improve hens' welfare, but they lead to some disadvantages: disease, bone fractures, cannibalism, piling and lower egg production. New selection criteria for existing commercial strains should be identified considering individual data about laying performance and the behavior of hens. Many recording systems have been developed to collect these data. However, the management of double nest occupations remains critical for the correct egg-to-hen assignment. To limit such events, most systems adopt specific trap devices and additional mechanical components. Others, instead, only prevent these occurrences by narrowing the nest, without any detection and management. The aim of this study was to develop and test a nest usage "sensor", based on imaging analysis, that is able to automatically detect a double nest occupation. Results showed that the developed sensor correctly identified the double nest occupation occurrences. Therefore, the imaging analysis resulted in being a useful solution that could simplify the nest construction for this type of recording system, allowing the collection of more precise and accurate data, since double nest occupations would be managed and the normal laying behavior of hens would not be discouraged by the presence of the trap devices.

  10. Preliminary Evaluation of a Nest Usage Sensor to Detect Double Nest Occupations of Laying Hens

    Directory of Open Access Journals (Sweden)

    Mauro Zaninelli

    2015-01-01

    Full Text Available Conventional cage systems will be replaced by housing systems that allow hens to move freely. These systems may improve hens’ welfare, but they lead to some disadvantages: disease, bone fractures, cannibalism, piling and lower egg production. New selection criteria for existing commercial strains should be identified considering individual data about laying performance and the behavior of hens. Many recording systems have been developed to collect these data. However, the management of double nest occupations remains critical for the correct egg-to-hen assignment. To limit such events, most systems adopt specific trap devices and additional mechanical components. Others, instead, only prevent these occurrences by narrowing the nest, without any detection and management. The aim of this study was to develop and test a nest usage “sensor”, based on imaging analysis, that is able to automatically detect a double nest occupation. Results showed that the developed sensor correctly identified the double nest occupation occurrences. Therefore, the imaging analysis resulted in being a useful solution that could simplify the nest construction for this type of recording system, allowing the collection of more precise and accurate data, since double nest occupations would be managed and the normal laying behavior of hens would not be discouraged by the presence of the trap devices.

  11. A LabVIEW model incorporating an open-loop arterial impedance and a closed-loop circulatory system.

    Science.gov (United States)

    Cole, R T; Lucas, C L; Cascio, W E; Johnson, T A

    2005-11-01

    While numerous computer models exist for the circulatory system, many are limited in scope, contain unwanted features or incorporate complex components specific to unique experimental situations. Our purpose was to develop a basic, yet multifaceted, computer model of the left heart and systemic circulation in LabVIEW having universal appeal without sacrificing crucial physiologic features. The program we developed employs Windkessel-type impedance models in several open-loop configurations and a closed-loop model coupling a lumped impedance and ventricular pressure source. The open-loop impedance models demonstrate afterload effects on arbitrary aortic pressure/flow inputs. The closed-loop model catalogs the major circulatory waveforms with changes in afterload, preload, and left heart properties. Our model provides an avenue for expanding the use of the ventricular equations through closed-loop coupling that includes a basic coronary circuit. Tested values used for the afterload components and the effects of afterload parameter changes on various waveforms are consistent with published data. We conclude that this model offers the ability to alter several circulatory factors and digitally catalog the most salient features of the pressure/flow waveforms employing a user-friendly platform. These features make the model a useful instructional tool for students as well as a simple experimental tool for cardiovascular research.

  12. Nest densities of cavity-nesting birds in relation to postfire salvage logging and time since wildfire

    Science.gov (United States)

    Victoria A. Saab; Robin E. Russell; Jonathan G. Dudley

    2007-01-01

    We monitored the nest densities and nest survival of seven cavity-nesting bird species, including four open-space foragers (American Kestrel [Falco sparverius], Lewis's Woodpecker [Melanerpes lewis], Western Bluebird [Sialia mexicana], and Mountain Bluebird [S. currucoides]) and three wood...

  13. Contrasting Effects of Cattle Grazing Intensity on Upland-Nesting Duck Production at Nest and Field Scales in the Aspen Parkland, Canada

    Directory of Open Access Journals (Sweden)

    Jeffrey M. Warren

    2008-12-01

    Full Text Available The Aspen Parkland of Canada is one of the most important breeding areas for temperate nesting ducks in North America. The region is dominated by agricultural land use, with approximately 9.3 million ha in pasture land for cattle grazing. However, the effects of using land for cattle grazing on upland-nesting duck production are poorly understood. The current study was undertaken during 2001 and 2002 to investigate how nest density and nesting success of upland-nesting ducks varied with respect to the intensity of cattle grazing in the Aspen Parkland. We predicted that the removal and trampling of vegetation through cattle grazing would reduce duck nest density. Both positive and negative responses of duck nesting success to grazing have been reported in previous studies, leading us to test competing hypotheses that nesting success would (1 decline linearly with grazing intensity or (2 peak at moderate levels of grazing. Nearly 3300 ha of upland cover were searched during the study. Despite extensive and severe drought, nest searches located 302 duck nests. As predicted, nest density was higher in fields with lower grazing intensity and higher pasture health scores. A lightly grazed field with a pasture score of 85 out of a possible 100 was predicted to have 16.1 nests/100 ha (95% CI = 11.7-22.1, more than five times the predicted nest density of a heavily grazed field with a pasture score of 58 (3.3 nests/100 ha, 95% CI = 2.2-4.5. Nesting success was positively related to nest-site vegetation density across most levels of grazing intensity studied, supporting our hypothesis that reductions in vegetation caused by grazing would negatively affect nesting success. However, nesting success increased with grazing intensity at the field scale. For example, nesting success for a well-concealed nest in a lightly grazed field was 11.6% (95% CI = 3.6-25.0%, whereas nesting success for a nest with the same level of nest-site vegetation in a heavily grazed

  14. [Nesting habitat characterization for Amazona oratrix (Psittaciformes: Psittacidae) in the Central Pacific, Mexico].

    Science.gov (United States)

    Monterrubio-Rico, Tiberio C; Álvarez-Jara, Margarito; Tellez-Garcia, Loreno; Tena-Morelos, Carlos

    2014-09-01

    -deciduous forest for nesting, with fewer nests in deciduous forest, while nesting in transformed agricultural fields was avoided. The main climatic variables associated with the potential distribution of nests were: mean temperature of wettest quarter, mean diurnal temperature range, and precipitation of wettest month. Suitable cli- matic conditions for the potential presence of nesting trees were present in 61% of the region; however, most of the area consisted of tropical deciduous forests (55.8%), while semi-deciduous tropical forests covered only 17% of the region. These results indicated the importance to conserve semi-deciduous forests as breeding habitats for the Yellow-headed Parrot, and revealed the urgent need to implement conservation and restoration actions. These should include a total ban of land use change in tropical semi-deciduous forest areas, and for selective logging of all keystone tree species; besides, we recommend the establishment of wildlife sanctuaries in important nesting areas, and a series of tropical forest restoration programs in the Central Pacific coast.

  15. Nesting ecology of Arctic loons

    Science.gov (United States)

    Petersen, Margaret R.

    1979-01-01

    Arctic Loons were studied on the Yukon-Kuskokwim Delta, Alaska, from the time of their arrival in May to their departure in September, in 1974 and 1975. Pairs arrived on breeding ponds as soon as sufficient meltwater was available to allow their take-off and landing. Loons apparently do not initiate nests immediately after their arrival, even when nest-sites are available. Delayed egg-laying may be dependent on a period of yolk formation. Delaying yolk formation until after arrival on nest ponds is an adaptation by loons to the variable time suitable habitat becomes available for nesting. Predation of eggs by Glaucous Gulls, Long-tailed and Parasitic jaegers and foxes varied in relation to the location of the nest-site, and the availability of alternate prey. Hatching success was the lowest recorded for Arctic Loons (5%) in 1974, when eggs of both loons and Cackling Geese were taken in large numbers by predators. Hatching success increased to 32% in 1975 when an abundance of tundra voles was observed. No loon eggs hatched after the hatching of the Cackling Goose eggs when this alternate prey was no longer available. Nests destroyed by foxes were predominantly along shorelines, and those by gulls and jaegers were predominantly on islands. Nest-site selection by Arctic Loons may reflect an adaptive response to varying selective pressures by their predators.

  16. Nest-site selection in the acorn woodpecker

    Science.gov (United States)

    Hooge, P.N.; Stanback, M.T.; Koenig, Walter D.

    1999-01-01

    Acorn Woodpeckers (Melanerpes formicivorus) at Hastings Reservation in central California prefer to nest in dead limbs in large, dead valley oaks (Quercus lobata) and California sycamores (Platanus racemosa) that are also frequently used as acorn storage trees. Based on 232 nest cavities used over an 18-year period, we tested whether preferred or modal nest-site characters were associated with increased reproductive success (the "nest-site quality" hypothesis). We also examined whether more successful nests were likely to experience more favorable microclimatic conditions or to be less accessible to terrestrial predators. We found only equivocal support for the nest-site quality hypothesis: only 1 of 5 preferred characters and 2 of 10 characters exhibiting a clear modality were correlated with higher reproductive success. All three characteristics of nests known or likely to be associated with a more favorable microclimate, and two of five characteristics likely to render nests less accessible to predators, were correlated with higher reproductive success. These results suggest that nest cavities in this population are built in part to take advantage of favorable microclimatic conditions and, to a lesser extent, to reduce access to predators. However, despite benefits of particular nest characteristics, birds frequently nested in apparently suboptimal cavities. We also found a significant relationship between mean group size and the history of occupancy of particular territories and the probability of nest cavities being built in microclimatically favorable live limbs, suggesting that larger groups residing on more stable territories were better able to construct nests with optimal characteristics. This indicates that there may be demographic, as well as ecological, constraints on nest-site selection in this primary cavity nester.

  17. Where to nest? Ecological determinants of chimpanzee nest abundance and distribution at the habitat and tree species scale.

    Science.gov (United States)

    Carvalho, Joana S; Meyer, Christoph F J; Vicente, Luis; Marques, Tiago A

    2015-02-01

    Conversion of forests to anthropogenic land-uses increasingly subjects chimpanzee populations to habitat changes and concomitant alterations in the plant resources available to them for nesting and feeding. Based on nest count surveys conducted during the dry season, we investigated nest tree species selection and the effect of vegetation attributes on nest abundance of the western chimpanzee, Pan troglodytes verus, at Lagoas de Cufada Natural Park (LCNP), Guinea-Bissau, a forest-savannah mosaic widely disturbed by humans. Further, we assessed patterns of nest height distribution to determine support for the anti-predator hypothesis. A zero-altered generalized linear mixed model showed that nest abundance was negatively related to floristic diversity (exponential form of the Shannon index) and positively with the availability of smaller-sized trees, reflecting characteristics of dense-canopy forest. A positive correlation between nest abundance and floristic richness (number of plant species) and composition indicated that species-rich open habitats are also important in nest site selection. Restricting this analysis to feeding trees, nest abundance was again positively associated with the availability of smaller-sized trees, further supporting the preference for nesting in food tree species from dense forest. Nest tree species selection was non-random, and oil palms were used at a much lower proportion (10%) than previously reported from other study sites in forest-savannah mosaics. While this study suggests that human disturbance may underlie the exclusive arboreal nesting at LCNP, better quantitative data are needed to determine to what extent the construction of elevated nests is in fact a response to predators able to climb trees. Given the importance of LCNP as refuge for Pan t. verus our findings can improve conservation decisions for the management of this important umbrella species as well as its remaining suitable habitats. © 2014 Wiley Periodicals, Inc.

  18. Loop kinematics

    International Nuclear Information System (INIS)

    Migdal, A.A.

    1982-01-01

    Basic operators acting in the loop space are introduced. The topology of this space and properties of the Stokes type loop functionals are discussed. The parametrically invariant loop calculus developed here is used in the loop dynamics

  19. Ant colonies prefer infected over uninfected nest sites

    DEFF Research Database (Denmark)

    Pontieri, Luigi; Vojvodic, Svjetlana; Graham, Riley

    2014-01-01

    with sporulating mycelium of the entomopathogenic fungus Metarhizium brunneum (infected nests), nests containing nestmates killed by freezing (uninfected nests), and empty nests. In contrast to the expectation pharaoh ant colonies preferentially (84%) moved into the infected nest when presented with the choice...... the high risk of epidemics in group-living animals. Choosing nest sites free of pathogens is hypothesized to be highly efficient in invasive ants as each of their introduced populations is often an open network of nests exchanging individuals (unicolonial) with frequent relocation into new nest sites...... and low genetic diversity, likely making these species particularly vulnerable to parasites and diseases. We investigated the nest site preference of the invasive pharaoh ant, Monomorium pharaonis, through binary choice tests between three nest types: nests containing dead nestmates overgrown...

  20. Serenbe Nest Cottages

    Energy Technology Data Exchange (ETDEWEB)

    Butler, T.; Curtis, O.; Kim, E.; Roberts, S.; Stephenson, R.

    2012-12-01

    As part of the NAHB Research Center Industry Partnership, Southface partnered with Martin Dodson Builders and the Serenbe community on the construction of a new test home in the suburbs of Atlanta, GA in the mixed humid climate zone. The most recent subdivision within the Serenbe community, the Nest, will contain 15 small footprint cottage style homes, and Southface has selected Lot Nine, as the test home for this study. This Nest subdivision serves as a project showcase for both the builder partner and the Serenbe community as a whole. The planning and design incorporated into the Nest cottages will be implemented in each home within the subdivision. These homes addresses Building America Savings targets and serve as a basis of design for other homes Martin Dodson plans to build within the Serenbe community.

  1. Serenbe Nest Cottages

    Energy Technology Data Exchange (ETDEWEB)

    Butler, T. [NAHB Research Center Industry Partnership, Upper Marlboro, MD (United States); Curtis, O. [NAHB Research Center Industry Partnership, Upper Marlboro, MD (United States); Kim, E. [NAHB Research Center Industry Partnership, Upper Marlboro, MD (United States); Roberts, S. [NAHB Research Center Industry Partnership, Upper Marlboro, MD (United States); Stephenson, R. [NAHB Research Center Industry Partnership, Upper Marlboro, MD (United States)

    2012-12-01

    As part of the NAHB Research Center Industry Partnership, Southface partnered with Martin Dodson Builders and the Serenbe community on the construction of a new test home in the suburbs of Atlanta, GA, in the mixed humid climate zone. The most recent subdivision within the Serenbe community, the Nest, will contain 15 small footprint cottage-style homes, and Southface has selected Lot Nine, as the test home for this study. This Nest subdivision serves as a project showcase for both the builder partner and the Serenbe community as a whole. The planning and design incorporated into the Nest cottages will be implemented in each home within the subdivision. These homes addresses Building America savings targets and serve as a basis of design for other homes Martin Dodson plans to build within the Serenbe community.

  2. Conservation significance of alternative nests of golden eagles

    Science.gov (United States)

    Brian A. Millsap; Teryl G. Grubb; Robert K. Murphy; Ted Swem; James W. Watson

    2015-01-01

    Golden eagles (Aquila chrysaetos) are long-lived raptors that maintain nesting territories that may be occupied for a century or longer. Within occupied nesting territories there is one nest in which eagles lay their eggs in a given year (i.e., the used nest), but there are usually other nests (i.e., alternative nests). Conservation plans often protect used nests, but...

  3. Nesting of the Blakiston's Fish-Owl in the Nest of the Steller’s Sea Eagle, Magadan Region, Russia

    Directory of Open Access Journals (Sweden)

    Irina G. Utekhina

    2016-04-01

    Full Text Available In 2015 one Steller’s Sea Eagle nest was occupied by a Blakiston’s Fish Owl, the first record of which came from the Nature Reserve Inspector, E.A. Stepanov, who, on May 17, noted the pair of fish owls near a Steller’s Sea Eagle nest on the western bank of the Chelomdja River, 3 km downstream from the Moldot ranger’s station. On that date one of the owls was sitting in the nest, and another was sitting in a tree nearby the nest. On May 26, E. Stepanov observed the owls in the same position. We observed the nest on 20 and 21 June 2015, and saw one large Blakiston’s Fish Owl chick in the nest; no adults were noted. Inspector A. Stepanov saw the chick in the nest on June 23, and an adult in a nearby.  Magadan State Reserve Inspector A. Akhanov reported that the nest was empty and no adults were seen on June 25.

  4. Nest site selection by Kentish plover suggests a trade-off between nest-crypsis and predator detection strategies.

    Directory of Open Access Journals (Sweden)

    Miguel Ángel Gómez-Serrano

    Full Text Available Predation is one of the main causes of adult mortality and breeding failure for ground-nesting birds. Micro-habitat structure around nests plays a critical role in minimizing predation risk. Plovers nest in sites with little vegetation cover to maximize the incubating adult visibility, but many studies suggest a trade-off between nest-crypsis and predator detection strategies. However, this trade-off has not been explored in detail because methods used so far do not allow estimating the visibility with regards to critical factors such as slope or plant permeability to vision. Here, we tested the hypothesis that Kentish plovers select exposed sites according to a predator detection strategy, and the hypothesis that more concealed nests survive longer according to a crypsis strategy. To this end, we obtained an accurate estimation of the incubating adult's field of vision through a custom built inverted periscope. Our results showed that plovers selected nest sites with higher visibility than control points randomly selected with regards to humans and dogs, although nests located in sites with higher vegetation cover survived longer. In addition, the flushing distance (i.e., the distance at which incubating adults leave the nest when they detect a potential predator decreased with vegetation cover. Consequently, the advantages of concealing the nest were limited by the ability to detect predators, thus indirectly supporting the existence of the trade-off between crypsis and predator detection. Finally, human disturbance also constrained nest choice, forcing plovers to move to inland sites that were less suitable because of higher vegetation cover, and modulated flushing behavior, since plovers that were habituated to humans left their nests closer to potential predators. This constraint on the width of suitable breeding habitat is particularly relevant for the conservation of Kentish Plover in sand beaches, especially under the current context of

  5. Strong selection on mandible and nest features in a carpenter bee that nests in two sympatric host plants

    OpenAIRE

    Flores-Prado, Luis; Pinto, Carlos F; Rojas, Alejandra; Fontúrbel, Francisco E

    2014-01-01

    Host plants are used by herbivorous insects as feeding or nesting resources. In wood-boring insects, host plants features may impose selective forces leading to phenotypic differentiation on traits related to nest construction. Carpenter bees build their nests in dead stems or dry twigs of shrubs and trees; thus, mandibles are essential for the nesting process, and the nest is required for egg laying and offspring survival. We explored the shape and intensity of natural selection on phenotypi...

  6. Habitat structure and diversity influence the nesting success of an endangered large cavity-nesting bird, the Southern Ground-hornbill

    Directory of Open Access Journals (Sweden)

    Leigh Combrink

    2017-11-01

    Full Text Available Habitat features can have a profound effect on the nesting success of birds. Savannas are often managed with predators and large herbivores as priority species, with little thought to the many bird species that management decisions could affect. Using a data set spanning seven breeding seasons, we examined how nesting success of Southern Ground-hornbills (SGHs Bucorvus leadbeateri in the Kruger National Park varied as a result of various environmental and habitat factors within a radius of 3 km surrounding the nest site. Identifying which factors affect nesting success will allow for targeted management efforts to ensure the long-term survival of SGHs both within and outside of protected areas. Habitat structure and diversity of the vegetation surrounding the nest were the most influential factors on SGH nesting success. SGHs require open grassy areas for foraging and areas with large trees for nesting. Savanna habitat drivers such as elephants and fire should be managed to ensure that sufficient large trees are able to establish in the landscape and to control for bush encroachment. This is especially important in areas earmarked for SGH reintroductions. Nest sites of SGHs should be monitored to mitigate any structural changes in the habitat surrounding the nests. Nests should be modified or artificial nest sites provided, where nests have been damaged or lost, to ensure the continued presence of these birds in African savannas. Conservation implications: Habitat structure and diversity surrounding Southern Groundhornbill nests has a significant impact on their nesting success. This highlights the importance of monitoring vegetation change in savanna habitats where they occur. Management of savanna areas should take factors that influence bush encroachment, such as fire and elephants, into account to ensure the long-term persistence of these birds.

  7. Development of Loop-Mediated Isothermal Amplification Assay for Detection of Entamoeba histolytica▿

    Science.gov (United States)

    Liang, Shih-Yu; Chan, Yun-Hsien; Hsia, Kan-Tai; Lee, Jing-Lun; Kuo, Ming-Chu; Hwa, Kuo-Yuan; Chan, Chi-Wen; Chiang, Ting-Yi; Chen, Jung-Sheng; Wu, Fang-Tzy; Ji, Dar-Der

    2009-01-01

    A novel one-step, closed-tube, loop-mediated isothermal amplification (LAMP) assay for detecting Entamoeba histolytica, one of the leading causes of morbidity in developing countries, was developed. The sensitivity of the LAMP assay is 1 parasite per reaction. A total of 130 clinical samples were analyzed, and the results compared with those of conventional nested PCR to validate the practicability of this assay. No DNA was amplified from other diarrheal pathogens, such as other Entamoeba species, bacteria, and viruses. These results indicate that LAMP is a rapid, simple, and valuable diagnostic tool for epidemiological studies of amebiasis. PMID:19321720

  8. Repeatability of nest morphology in African weaver birds.

    Science.gov (United States)

    Walsh, Patrick T; Hansell, Mike; Borello, Wendy D; Healy, Susan D

    2010-04-23

    It is generally assumed that birds build nests according to a genetic 'template', little influenced by learning or memory. One way to confirm the role of genetics in nest building is to assess the repeatability of nest morphology with repeated nest attempts. Solitary weaver birds, which build multiple nests in a single breeding season, are a useful group with which to do this. Here we show that repeatability of nest morphology was low, but significant, in male Southern Masked weaver birds and not significant in the Village weavers. The larger bodied Village weavers built larger nests than did Southern Masked weavers, but body size did not explain variation in Southern Masked weaver nest dimensions. Nests built by the same male in both species got shorter and lighter as more nests were constructed. While these data demonstrate the potential for a genetic component of variation in nest building in solitary weavers, it is also clear that there remains plenty of scope in both of these species for experience to shape nest construction.

  9. Nest Construction by a Ground-nesting Bird Represents a Potential Trade-off Between Egg Crypticity and Thermoregulation

    Science.gov (United States)

    Predation selects against conspicuous colors in bird eggs and nests, while thermoregulatory constraints select for nest building behavior that regulates incubation temperatures. We present results that reveal a trade-off between nest crypticity and thermoregulation of eggs base...

  10. Modeling nest-survival data: a comparison of recently developed methods that can be implemented in MARK and SAS

    Directory of Open Access Journals (Sweden)

    Rotella, J. J.

    2004-06-01

    Full Text Available Estimating nest success and evaluating factors potentially related to the survival rates of nests are key aspects of many studies of avian populations. A strong interest in nest success has led to a rich literature detailing a variety of estimation methods for this vital rate. In recent years, modeling approaches have undergone especially rapid development. Despite these advances, most researchers still employ Mayfield’s ad-hoc method (Mayfield, 1961 or, in some cases, the maximum-likelihood estimator of Johnson (1979 and Bart & Robson (1982. Such methods permit analyses of stratified data but do not allow for more complex and realistic models of nest survival rate that include covariates that vary by individual, nest age, time, etc. and that may be continuous or categorical. Methods that allow researchers to rigorously assess the importance of a variety of biological factors that might affect nest survival rates can now be readily implemented in Program MARK and in SAS’s Proc GENMOD and Proc NLMIXED. Accordingly, use of Mayfield’s estimator without first evaluating the need for more complex models of nest survival rate cannot be justified. With the goal of increasing the use of more flexible methods, we first describe the likelihood used for these models and then consider the question of what the effective sample size is for computation of AICc. Next, we consider the advantages and disadvantages of these different programs in terms of ease of data input and model construction; utility/flexibility of generated estimates and predictions; ease of model selection; and ability to estimate variance components. An example data set is then analyzed using both MARK and SAS to demonstrate implementation of the methods with various models that contain nest-, group- (or block-, and time-specific covariates. Finally, we discuss improvements that would, if they became available, promote a better general understanding of nest survival rates.

  11. Sensitivity of Coastal Environments and Wildlife to Spilled Oil: New Hampshire: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for nesting birds in New Hampshire. Vector points in this data set represent locations of nesting osprey...

  12. Automated one-loop calculations with GoSam

    International Nuclear Information System (INIS)

    Cullen, G.; Greiner, N.; Heinrich, G.; Reiter, T.; Luisoni, G.; Mastrolia, P.; Padua Univ.; Ossola, G.; Tramontano, F.

    2012-01-01

    In this talk, the program package GOSAM is presented which can be used for the automated calculation of one-loop amplitudes for multi-particle processes. The integrands are generated in terms of Feynman diagrams and can be reduced by d-dimensional integrand-level decomposition, or tensor reduction, or a combination of both. Through various examples we show that GOSAM can produce one-loop amplitudes for both QCD and electroweak theory; model files for theories Beyond the Standard Model can be linked as well. (orig.)

  13. Automated one-loop calculations with GoSam

    Energy Technology Data Exchange (ETDEWEB)

    Cullen, G. [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Greiner, N.; Heinrich, G.; Reiter, T. [Max-Planck-Institut fuer Physik, Muenchen (Germany); Luisoni, G. [Durham Univ. (United Kingdom). Inst. for Particle Physics Phenomenology; Mastrolia, P. [Max-Planck-Institut fuer Physik, Muenchen (Germany); Padua Univ. (Italy). Dipt. di Fisica; Ossola, G. [City Univ. of New York, NY (United States). New York City College of Technology; Tramontano, F. [CERN, Geneva (Switzerland). AS Div.

    2012-01-15

    In this talk, the program package GOSAM is presented which can be used for the automated calculation of one-loop amplitudes for multi-particle processes. The integrands are generated in terms of Feynman diagrams and can be reduced by d-dimensional integrand-level decomposition, or tensor reduction, or a combination of both. Through various examples we show that GOSAM can produce one-loop amplitudes for both QCD and electroweak theory; model files for theories Beyond the Standard Model can be linked as well. (orig.)

  14. Detection of low plasma estradiol concentrations in nesting green turtles (Chelonia mydas) by HPLC/Ms-Ms.

    Science.gov (United States)

    Mahmoud, I Y; Alkindi, A Y; Khan, T; Al-Bahry, S N

    2011-03-01

    In previous studies on nesting green turtles under natural conditions from different geographical regions, 17-β-estradiol (E(2) ) was either undetectable or detected at very low levels. RIA and other related techniques were not sensitive enough to measure low E(2) values in the green turtles. In this study, a sensitive method was used in detecting low hormone concentrations: high performance liquid chromatography with tandem quadruple mass spectrometry (HPLC-MS/MS). Using this technique, estradiol for the first time was detected in nesting green turtles during the peak season (June-October) at Ras Al-Hadd Reserve, Oman. The E(2) values recorded from this study were the highest ever recorded from nesting green turtles in any geographical region, but the levels did not vary significantly throughout different phases of nesting. The presence of E(2) during nesting presumably plays a role in the physiology and behavior of this species. Ras Al-Hadd hosts one of the largest nesting populations of green turtles in the world, and an understanding of their nesting patterns may be of value in conservation and management programs for this endangered species. Copyright © 2011 Wiley-Liss, Inc., A Wiley Company.

  15. Systematic implementation of implicit regularization for multi-loop Feynman Diagrams

    International Nuclear Information System (INIS)

    Cherchiglia, Adriano Lana; Sampaio, Marcos; Nemes, Maria Carolina

    2011-01-01

    Full text: Implicit Regularization (IR) is a candidate to become an invariant framework in momentum space to perform Feynman diagram calculations to arbitrary loop order. The essence of the method is to write the divergences in terms of loop integrals in one internal momentum which do not need to be explicitly evaluated. Moreover it acts in the physical dimension of the theory and gauge invariance is controlled by regularization dependent surface terms which when set to zero define a constrained version of IR (CIR) and deliver gauge invariant amplitudes automatically. Therefore it is in principle applicable to all physical relevant quantum field theories, supersymmetric gauge theories included. A non trivial question is whether we can generalize this program to arbitrary loop order in consonance with locality, unitarity and Lorentz invariance, especially when overlapping divergences occur. In this work we present a systematic implementation of our method that automatically displays the terms to be subtracted by Bogoliubov's recursion formula. Therefore, we achieve a twofold objective: we show that the IR program respects unitarity, locality and Lorentz invariance and we show that our method is consistent since we are able to display the divergent content of a multi-loop amplitude in a well defined set of basic divergent integrals in one internal momentum. We present several examples (from 1-loop to n-loops) using scalar φ 6 3 theory in order to help the reader understand and visualize the essence of the IR program. The choice of a scalar theory does not reduce the generality of the method presented since all other physical theories can be treated within the same strategy after space time and internal algebra are performed. Another result of this contribution is to show that if the surface terms are not set to zero they will contaminate the renormalization group coefficients. Thus, we are forced to adopt CIR which is equivalent to demand momentum routing invariance

  16. Nest trampling and ground nesting birds: Quantifying temporal and spatial overlap between cattle activity and breeding redshank.

    Science.gov (United States)

    Sharps, Elwyn; Smart, Jennifer; Mason, Lucy R; Jones, Kate; Skov, Martin W; Garbutt, Angus; Hiddink, Jan G

    2017-08-01

    Conservation grazing for breeding birds needs to balance the positive effects on vegetation structure and negative effects of nest trampling. In the UK, populations of Common redshank Tringa totanus breeding on saltmarshes declined by >50% between 1985 and 2011. These declines have been linked to changes in grazing management. The highest breeding densities of redshank on saltmarshes are found in lightly grazed areas. Conservation initiatives have encouraged low-intensity grazing at nest trampling. If livestock distribution is not spatially or temporally homogenous but concentrated where and when redshank breed, rates of nest trampling may be much higher than expected based on livestock density alone. By GPS tracking cattle on saltmarshes and monitoring trampling of dummy nests, this study quantified (i) the spatial and temporal distribution of cattle in relation to the distribution of redshank nesting habitats and (ii) trampling rates of dummy nests. The distribution of livestock was highly variable depending on both time in the season and the saltmarsh under study, with cattle using between 3% and 42% of the saltmarsh extent and spending most their time on higher elevation habitat within 500 m of the sea wall, but moving further onto the saltmarsh as the season progressed. Breeding redshank also nest on these higher elevation zones, and this breeding coincides with the early period of grazing. Probability of nest trampling was correlated to livestock density and was up to six times higher in the areas where redshank breed. This overlap in both space and time of the habitat use of cattle and redshank means that the trampling probability of a nest can be much higher than would be expected based on standard measures of cattle density. Synthesis and applications : Because saltmarsh grazing is required to maintain a favorable vegetation structure for redshank breeding, grazing management should aim to keep livestock away from redshank nesting habitat between mid

  17. The design and function of birds' nests

    Science.gov (United States)

    Mainwaring, Mark C; Hartley, Ian R; Lambrechts, Marcel M; Deeming, D Charles

    2014-01-01

    All birds construct nests in which to lay eggs and/or raise offspring. Traditionally, it was thought that natural selection and the requirement to minimize the risk of predation determined the design of completed nests. However, it is becoming increasingly apparent that sexual selection also influences nest design. This is an important development as while species such as bowerbirds build structures that are extended phenotypic signals whose sole purpose is to attract a mate, nests contain eggs and/or offspring, thereby suggesting a direct trade-off between the conflicting requirements of natural and sexual selection. Nest design also varies adaptively in order to both minimize the detrimental effects of parasites and to create a suitable microclimate for parents and developing offspring in relation to predictable variation in environmental conditions. Our understanding of the design and function of birds' nests has increased considerably in recent years, and the evidence suggests that nests have four nonmutually exclusive functions. Consequently, we conclude that the design of birds' nests is far more sophisticated than previously realized and that nests are multifunctional structures that have important fitness consequences for the builder/s. PMID:25505520

  18. The design and function of birds' nests.

    Science.gov (United States)

    Mainwaring, Mark C; Hartley, Ian R; Lambrechts, Marcel M; Deeming, D Charles

    2014-10-01

    All birds construct nests in which to lay eggs and/or raise offspring. Traditionally, it was thought that natural selection and the requirement to minimize the risk of predation determined the design of completed nests. However, it is becoming increasingly apparent that sexual selection also influences nest design. This is an important development as while species such as bowerbirds build structures that are extended phenotypic signals whose sole purpose is to attract a mate, nests contain eggs and/or offspring, thereby suggesting a direct trade-off between the conflicting requirements of natural and sexual selection. Nest design also varies adaptively in order to both minimize the detrimental effects of parasites and to create a suitable microclimate for parents and developing offspring in relation to predictable variation in environmental conditions. Our understanding of the design and function of birds' nests has increased considerably in recent years, and the evidence suggests that nests have four nonmutually exclusive functions. Consequently, we conclude that the design of birds' nests is far more sophisticated than previously realized and that nests are multifunctional structures that have important fitness consequences for the builder/s.

  19. Sensing loop performance monitoring in the safety systems of nuclear power stations

    International Nuclear Information System (INIS)

    Colley, R.C.; Widmeyer, M.; Weiss, J.H.; Wiegle, H.R.

    1991-01-01

    This paper reports on plant technical specifications and NRC regulatory guides which require testing of sensing loops to detect degradation and failure. Industry efforts have focused on specific manual testing to detect individual failure modes such as increased response time and calibration drift. Recent work performed by EPRI and by others using instrument loop data, failure modes, and effects analyses (FMEAs), and experience with utility on-line sensor health monitoring programs has established qualitative physical models of the sensing loop. This methodology has demonstrated that sensing loop cross comparison techniques can provide equivalent indication of sensing loop performance. It also provides more frequent sensing loop health indication than manual testing and reduces the requirement for manual testing

  20. Two-loop polygon Wilson loops in N = 4 SYM

    International Nuclear Information System (INIS)

    Anastasiou, C.; Brandhuber, A.; Heslop, P.; Spence, B.; Travaglini, G.; Khoze, V.V.

    2009-01-01

    We compute for the first time the two-loop corrections to arbitrary n-gon lightlike Wilson loops in N = 4 supersymmetric Yang-Mills theory, using efficient numerical methods. The calculation is motivated by the remarkable agreement between the finite part of planar six-point MHV amplitudes and hexagon Wilson loops which has been observed at two loops. At n = 6 we confirm that the ABDK/BDS ansatz must be corrected by adding a remainder function, which depends only on conformally invariant ratios of kinematic variables. We numerically compute remainder functions for n = 7,8 and verify dual conformal invariance. Furthermore, we study simple and multiple collinear limits of the Wilson loop remainder functions and demonstrate that they have precisely the form required by the collinear factorisation of the corresponding two-loop n-point amplitudes. The number of distinct diagram topologies contributing to the n-gon Wilson loops does not increase with n, and there is a fixed number of 'master integrals', which we have computed. Thus we have essentially computed general polygon Wilson loops, and if the correspondence with amplitudes continues to hold, all planar n-point two-loop MHV amplitudes in the N = 4 theory.

  1. Estimating raptor nesting success: old and new approaches

    Science.gov (United States)

    Brown, Jessi L.; Steenhof, Karen; Kochert, Michael N.; Bond, Laura

    2013-01-01

    Studies of nesting success can be valuable in assessing the status of raptor populations, but differing monitoring protocols can present unique challenges when comparing populations of different species across time or geographic areas. We used large datasets from long-term studies of 3 raptor species to compare estimates of apparent nest success (ANS, the ratio of successful to total number of nesting attempts), Mayfield nesting success, and the logistic-exposure model of nest survival. Golden eagles (Aquila chrysaetos), prairie falcons (Falco mexicanus), and American kestrels (F. sparverius) differ in their breeding biology and the methods often used to monitor their reproduction. Mayfield and logistic-exposure models generated similar estimates of nesting success with similar levels of precision. Apparent nest success overestimated nesting success and was particularly sensitive to inclusion of nesting attempts discovered late in the nesting season. Thus, the ANS estimator is inappropriate when exact point estimates are required, especially when most raptor pairs cannot be located before or soon after laying eggs. However, ANS may be sufficient to assess long-term trends of species in which nesting attempts are highly detectable.

  2. Response of beach-nesting American Oystercatchers to off-road vehicles: An experimental approach reveals physiological nuances and decreased nest attendance

    Science.gov (United States)

    Felton, Shilo K.; Pollock, Kenneth H.; Simons, Theodore R.

    2018-01-01

    Shorebird populations face increasing challenges as rising sea levels and growing human populations constrain their breeding habitats. On recreational beaches, the nesting season often coincides with a season of high visitor use, increasing the potential for conflict, which may negatively influence beach-nesting shorebird species. We designed a field experiment to study the responses of nesting American Oystercatchers (Haematopus palliatus) to off-road passenger vehicles (ORVs) at Cape Hatteras and Cape Lookout National Seashores in North Carolina, USA. We used continuous video and heart rate recordings to assess changes in the behavior and physiology of incubating oystercatchers. We conducted driving experiments affecting 7 nesting pairs in 2014 and 19 nesting pairs in 2015, between April and July of each year. Experimental treatments were repeated throughout the incubation period for each nest. Although responses were highly variable within and among pairs, paired randomized permutation tests indicated that, overall, oystercatcher pairs spent a greater proportion of time with their heads up and exhibited slower heart rates during driving treatments. Pairs also left their nests more frequently and attended their nests for a lower proportion of time during driving treatments, although these responses diminished over time. Higher nest attendance and lower departure rates late in incubation may have reflected a stronger attachment to nests closer to hatching or habituation to the driving treatment, although individuals continued to exhibit physiological responses to passing vehicles throughout incubation. Beach-nesting birds may benefit from reduced vehicle traffic at their nesting sites, allowing parents to spend more time attending the nest and less time on defensive behaviors.

  3. EFL Students' and Teachers' Attitudes toward Foreign Language Speaking Anxiety: A Look at NESTs and Non-NESTs

    Science.gov (United States)

    Han, Turgay; Tanriöver, Ahmet Serkan; Sahan, Özgür

    2016-01-01

    Native English Speaking Teachers (NESTs) have been employed in various English language teaching (ELT) positions and departments at private and state universities in Turkey, particularly over the last three decades. However, undergraduate EFL students' attitudes toward NESTs and Non-Native English Speaking Teachers (Non-NESTs) remain seriously…

  4. Copper accumulation by stickleback nests containing spiggin.

    Science.gov (United States)

    Pinho, G L L; Martins, C M G; Barber, I

    2016-07-01

    The three-spined stickleback is a ubiquitous fish of marine, brackish and freshwater ecosystems across the Northern hemisphere that presents intermediate sensitivity to copper. Male sticklebacks display a range of elaborate reproductive behaviours that include nest construction. To build the nests, each male binds nesting material together using an endogenous glycoprotein nesting glue, known as 'spiggin'. Spiggin is a cysteine-rich protein and, therefore, potentially binds heavy metals present in the environment. The aim of this study was to investigate the capacity of stickleback nests to accumulate copper from environmental sources. Newly built nests, constructed by male fish from polyester threads in laboratory aquaria, were immersed in copper solutions ranging in concentration from 21.1-626.6 μg Cu L(-1). Bundles of polyester threads from aquaria without male fish were also immersed in the same copper solutions. After immersion, nests presented higher amounts of copper than the thread bundles, indicating a higher capacity of nests to bind this metal. A significant, positive correlation between the concentration of copper in the exposure solution and in the exposed nests was identified, but there was no such relationship for thread bundles. Since both spiggin synthesis and male courtship behaviour are under the control of circulating androgens, we predicted that males with high courtship scores would produce and secrete high levels of the spiggin protein. In the present study, nests built by high courtship score males accumulated more copper than those built by low courtship score males. Considering the potential of spiggin to bind metals, the positive relationship between fish courtship and spiggin secretion seems to explain the higher amount of copper on the nests from the fish showing high behaviour scores. Further work is now needed to determine the consequences of the copper binding potential of spiggin in stickleback nests for the health and survival of

  5. Alternative loop rings

    CERN Document Server

    Goodaire, EG; Polcino Milies, C

    1996-01-01

    For the past ten years, alternative loop rings have intrigued mathematicians from a wide cross-section of modern algebra. As a consequence, the theory of alternative loop rings has grown tremendously. One of the main developments is the complete characterization of loops which have an alternative but not associative, loop ring. Furthermore, there is a very close relationship between the algebraic structures of loop rings and of group rings over 2-groups. Another major topic of research is the study of the unit loop of the integral loop ring. Here the interaction between loop rings and group ri

  6. A keyboard control method for loop measurement

    International Nuclear Information System (INIS)

    Gao, Z.W.

    1994-01-01

    This paper describes a keyboard control mode based on the DEC VAX computer. The VAX Keyboard code can be found under running of a program was developed. During the loop measurement or multitask operation, it ables to be distinguished from a keyboard code to stop current operation or transfer to another operation while previous information can be held. The combining of this mode, the author successfully used one key control loop measurement for test Dual Input Memory module which is used in a rearrange Energy Trigger system for LEP 8 Bunch operation

  7. Structure-Function Model for Kissing Loop Interactions That Initiate Dimerization of Ty1 RNA

    Directory of Open Access Journals (Sweden)

    Eric R. Gamache

    2017-04-01

    Full Text Available The genomic RNA of the retrotransposon Ty1 is packaged as a dimer into virus-like particles. The 5′ terminus of Ty1 RNA harbors cis-acting sequences required for translation initiation, packaging and initiation of reverse transcription (TIPIRT. To identify RNA motifs involved in dimerization and packaging, a structural model of the TIPIRT domain in vitro was developed from single-nucleotide resolution RNA structural data. In general agreement with previous models, the first 326 nucleotides of Ty1 RNA form a pseudoknot with a 7-bp stem (S1, a 1-nucleotide interhelical loop and an 8-bp stem (S2 that delineate two long, structured loops. Nucleotide substitutions that disrupt either pseudoknot stem greatly reduced helper-Ty1-mediated retrotransposition of a mini-Ty1, but only mutations in S2 destabilized mini-Ty1 RNA in cis and helper-Ty1 RNA in trans. Nested in different loops of the pseudoknot are two hairpins with complementary 7-nucleotide motifs at their apices. Nucleotide substitutions in either motif also reduced retrotransposition and destabilized mini- and helper-Ty1 RNA. Compensatory mutations that restore base-pairing in the S2 stem or between the hairpins rescued retrotransposition and RNA stability in cis and trans. These data inform a model whereby a Ty1 RNA kissing complex with two intermolecular kissing-loop interactions initiates dimerization and packaging.

  8. Construction patterns of birds' nests provide insight into nest-building behaviours

    OpenAIRE

    Biddle, Lucia; Goodman, Adrian; Deeming, Charles

    2017-01-01

    Previous studies have suggested that birds and mammals select materials needed for nest building based on their thermal or structural properties, although the amounts or properties of the materials used have been recorded for only a very small number of species. Some of the behaviours underlying the construction of nests can be indirectly determined by careful deconstruction of the structure and measurement of the biomechanical properties of the materials used. Here we examined this idea in a...

  9. Constructing bald eagle nests with natural materials

    Science.gov (United States)

    T. G. Grubb

    1995-01-01

    A technique for using natural materials to build artificial nests for bald eagles (Haliaeetus leucocephalus) and other raptors is detailed. Properly constructed nests are as permanently secured to the nest tree or cliff substrate as any eagle-built nest or human-made platform. Construction normally requires about three hours and at least two people. This technique is...

  10. Logical inference techniques for loop parallelization

    KAUST Repository

    Oancea, Cosmin E.

    2012-01-01

    This paper presents a fully automatic approach to loop parallelization that integrates the use of static and run-time analysis and thus overcomes many known difficulties such as nonlinear and indirect array indexing and complex control flow. Our hybrid analysis framework validates the parallelization transformation by verifying the independence of the loop\\'s memory references. To this end it represents array references using the USR (uniform set representation) language and expresses the independence condition as an equation, S = Ø, where S is a set expression representing array indexes. Using a language instead of an array-abstraction representation for S results in a smaller number of conservative approximations but exhibits a potentially-high runtime cost. To alleviate this cost we introduce a language translation F from the USR set-expression language to an equally rich language of predicates (F(S) ⇒ S = Ø). Loop parallelization is then validated using a novel logic inference algorithm that factorizes the obtained complex predicates (F(S)) into a sequence of sufficient-independence conditions that are evaluated first statically and, when needed, dynamically, in increasing order of their estimated complexities. We evaluate our automated solution on 26 benchmarks from PERFECTCLUB and SPEC suites and show that our approach is effective in parallelizing large, complex loops and obtains much better full program speedups than the Intel and IBM Fortran compilers. Copyright © 2012 ACM.

  11. 3-loop heavy flavor corrections in deep-inelastic scattering with two heavy quark lines

    International Nuclear Information System (INIS)

    Ablinger, J.; Schneider, C.; Hasselhuhn, A.; Round, M.; Manteuffel, A. von

    2014-07-01

    We consider gluonic contributions to the heavy flavor Wilson coefficients at 3-loop order in QCD with two heavy quark lines in the asymptotic region Q 2 >> m 2 1(2) . Here we report on the complete result in the case of two equal masses m 1 =m 2 for the massive operator matrix element A (3) gg,Q , which contributes to the corresponding heavy flavor transition matrix element in the variable flavor number scheme. Nested finite binomial sums and iterated integrals over square-root valued alphabets emerge in the result for this quantity in N and x-space, respectively. We also present results for the case of two unequal masses for the flavor non-singlet OMEs and on the scalar integrals ic case of A (3) gg,Q , which were calculated without a further approximation. The graphs can be expressed by finite nested binomial sums over generalized harmonic sums, the alphabet of which contains rational letters in the ratio η=m 2 1 /m 2 2 .

  12. Light pollution affects nesting behavior of loggerhead turtles and predation risk of nests and hatchlings.

    Science.gov (United States)

    Silva, Elton; Marco, Adolfo; da Graça, Jesemine; Pérez, Héctor; Abella, Elena; Patino-Martinez, Juan; Martins, Samir; Almeida, Corrine

    2017-08-01

    The introduction of artificial light into wildlife habitats is a rapidly expanding aspect of global change, which has many negative impacts on a wide range of taxa. In this experimental study, which took place on a beach located on the island of Boa Vista (Cabo Verde), three types of artificial light were tested on nesting loggerhead sea turtles as well as on ghost crabs, which intensively predate on nests and hatchlings, to determine the effects they would produce on the behavior of both species. Over the course of 36days, female loggerheads and ghost crabs were studied under yellow, orange and red lights, with observations also being made on dark nights that served as a control treatment. During this period, the frequencies of nesting attempts, the time taken by turtles to complete each phase of the nesting process, and ghost crab abundance and behaviors were carefully recorded. 1146 loggerhead nesting attempts were observed and recorded during the experiments, and results showed a decrease in nesting attempts of at least 20% when artificial lighting was present. A significant decline in successful attempts was also observed within the central sections of the beach, which corresponded to those that received more light. This artificial lighting significantly increased the time that turtles spent on the nesting process and forced them to do more extensive beach crawls. Despite this, the presence of light had no apparent effect on the final selection of the nesting site. Yellow and orange lights significantly disrupted the sea finding behavior and turtles were often unable to orient themselves seaward under these color lights. Disoriented turtles were observed crawling in circuitous paths in front of the light source for several minutes. In addition, artificial lights had the potential to increase the number of ghost crabs present within the illuminated stretches of the beach. However, only yellow lighting produced a significant change on aggressive and prey

  13. Bristol Bay, Alaska Subarea ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for nesting seabirds (alcids, pelagic birds), gulls, terns, diving birds, and raptors in the Bristol Bay...

  14. Automatic calculation of supersymmetric renormalization group equations and loop corrections

    Science.gov (United States)

    Staub, Florian

    2011-03-01

    SARAH is a Mathematica package for studying supersymmetric models. It calculates for a given model the masses, tadpole equations and all vertices at tree-level. This information can be used by SARAH to write model files for CalcHep/ CompHep or FeynArts/ FormCalc. In addition, the second version of SARAH can derive the renormalization group equations for the gauge couplings, parameters of the superpotential and soft-breaking parameters at one- and two-loop level. Furthermore, it calculates the one-loop self-energies and the one-loop corrections to the tadpoles. SARAH can handle all N=1 SUSY models whose gauge sector is a direct product of SU(N) and U(1) gauge groups. The particle content of the model can be an arbitrary number of chiral superfields transforming as any irreducible representation with respect to the gauge groups. To implement a new model, the user has just to define the gauge sector, the particle, the superpotential and the field rotations to mass eigenstates. Program summaryProgram title: SARAH Catalogue identifier: AEIB_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEIB_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 97 577 No. of bytes in distributed program, including test data, etc.: 2 009 769 Distribution format: tar.gz Programming language: Mathematica Computer: All systems that Mathematica is available for Operating system: All systems that Mathematica is available for Classification: 11.1, 11.6 Nature of problem: A supersymmetric model is usually characterized by the particle content, the gauge sector and the superpotential. It is a time consuming process to obtain all necessary information for phenomenological studies from these basic ingredients. Solution method: SARAH calculates the complete Lagrangian for a given model whose

  15. Strong selection on mandible and nest features in a carpenter bee that nests in two sympatric host plants.

    Science.gov (United States)

    Flores-Prado, Luis; Pinto, Carlos F; Rojas, Alejandra; Fontúrbel, Francisco E

    2014-05-01

    Host plants are used by herbivorous insects as feeding or nesting resources. In wood-boring insects, host plants features may impose selective forces leading to phenotypic differentiation on traits related to nest construction. Carpenter bees build their nests in dead stems or dry twigs of shrubs and trees; thus, mandibles are essential for the nesting process, and the nest is required for egg laying and offspring survival. We explored the shape and intensity of natural selection on phenotypic variation on three size measures of the bees (intertegular width, wing length, and mandible area) and two nest architecture measures (tunnel length and diameter) on bees using the native species Chusquea quila (Poaceae), and the alloctonous species Rubus ulmifolius (Rosaceae), in central Chile. Our results showed significant and positive linear selection gradients for tunnel length on both hosts, indicating that bees building long nests have more offspring. Bees with broader mandibles show greater fitness on C. quila but not on R. ulmifolius. Considering that C. quila represents a selective force on mandible area, we hypothesized a high adaptive value of this trait, resulting in higher fitness values when nesting on this host, despite its wood is denser and hence more difficult to be bored.

  16. Preference of rabbit does among different nest materials

    Directory of Open Access Journals (Sweden)

    T.P. Farkas

    2018-03-01

    Full Text Available Nest quality is important for the survival of new-born rabbits. Nesting material in rabbit farms generally consists of wood shavings, which is completely different from the dry grass used by the European wild rabbit (Oryctolagus cuniculus. The aim of the experiments was to examine which nest materials are preferred by rabbit does when building their nest. In experiment 1, the choice of multiparous rabbit does (n=37 among nest boxes bedded with different nesting materials was monitored. In each pen (1.0×1.83 m 1 doe and 4 nest boxes (0.37×0.23×0.31 m with different nest materials (meadow hay [H], wheat straw [S], fine fibre material [Lignocel®, L] or wood shavings [W] were placed 3 days before the expected parturition (gestation length is about 31 d in the Pannon White breed. Some 48.6% of the does kindled in nest boxes that contained pure materials (L: 40.5%, S: 5.4%, H: 2.7%, and 51.3% of the does kindled in nest boxes where the nest materials of different nest boxes were mixed by the does (S with L: 21.5%, S with L and H: 5.4%, W with L: 8.1%, L with H and S: 5.4%. Does preferred kindling in the nest box bedded with L, and most of them refused the nest box with W. In experiment 2/a (n=32 does and 2/b (n=25 does, each pen (1×0.91 m was equipped with 3 and 2 hay racks and filled with H, S or L, and H or S, respectively. The experiments lasted from the 27th day of pregnancy until the day of parturition and 24-h video recordings (10 does/experiment were evaluated throughout the experiment. The events of carrying the nest materials from the hay racks were registered. In experiment 2/a, the frequency of nest material carrying was highest on the day of parturition. The preferred nest material was L (compared to H and S on each experimental day except day 30 of pregnancy. At the day of kindling, 87.5, 6.3 and 6.3% of the nests contained pure L, mixed L-H and L-S, respectively. In experiment 2/b, the frequency of nest material carrying (mostly S

  17. Loops in hierarchical channel networks

    Science.gov (United States)

    Katifori, Eleni; Magnasco, Marcelo

    2012-02-01

    Nature provides us with many examples of planar distribution and structural networks having dense sets of closed loops. An archetype of this form of network organization is the vasculature of dicotyledonous leaves, which showcases a hierarchically-nested architecture. Although a number of methods have been proposed to measure aspects of the structure of such networks, a robust metric to quantify their hierarchical organization is still lacking. We present an algorithmic framework that allows mapping loopy networks to binary trees, preserving in the connectivity of the trees the architecture of the original graph. We apply this framework to investigate computer generated and natural graphs extracted from digitized images of dicotyledonous leaves and animal vasculature. We calculate various metrics on the corresponding trees and discuss the relationship of these quantities to the architectural organization of the original graphs. This algorithmic framework decouples the geometric information from the metric topology (connectivity and edge weight) and it ultimately allows us to perform a quantitative statistical comparison between predictions of theoretical models and naturally occurring loopy graphs.

  18. Is it safe to nest near conspicuous neighbours? Spatial patterns in predation risk associated with the density of American Golden-Plover nests.

    Science.gov (United States)

    Giroux, Marie-Andrée; Trottier-Paquet, Myriam; Bêty, Joël; Lamarre, Vincent; Lecomte, Nicolas

    2016-01-01

    Predation is one of the main factors explaining nesting mortality in most bird species. Birds can avoid nest predation or reduce predation pressure by breeding at higher latitude, showing anti-predator behaviour, selecting nest sites protected from predators, and nesting in association with protective species. American Golden-Plovers (Pluvialis dominica) defend their territory by using various warning and distraction behaviours displayed at varying levels of intensity (hereafter "conspicuous behaviour"), as well as more aggressive behaviours such as aerial attacks, but only in some populations. Such antipredator behaviour has the potential to repel predators and thus benefit the neighbouring nests by decreasing their predation risk. Yet, conspicuous behaviour could also attract predators by signalling the presence of a nest. To test for the existence of a protective effect associated with the conspicuous antipredator behaviour of American Golden-Plovers, we studied the influence of proximity to plover nests on predation risk of artificial nests on Igloolik Island (Nunavut, Canada) in July 2014. We predicted that the predation risk of artificial nests would decrease with proximity to and density of plover nests. We monitored 18 plover nests and set 35 artificial nests at 30, 50, 100, 200, and 500 m from seven of those plover nests. We found that the predation risk of artificial nests increases with the density of active plover nests. We also found a significant negative effect of the distance to the nearest active protector nest on predation risk of artificial nests. Understanding how the composition and structure of shorebird communities generate spatial patterns in predation risks represents a key step to better understand the importance of these species of conservation concern in tundra food webs.

  19. Low heritability of nest construction in a wild bird.

    Science.gov (United States)

    Järvinen, Pauliina; Kluen, Edward; Brommer, Jon E

    2017-10-01

    In birds and other taxa, nest construction varies considerably between and within populations. Such variation is hypothesized to have an adaptive (i.e. genetic) basis, but estimates of heritability in nest construction are largely lacking. Here, we demonstrate with data collected over 10 years from 1010 nests built by blue tits in nest-boxes that nest size (height of nest material) and nest composition (proportion of feathers in the nest) are repeatable but only weakly (12-13%) heritable female traits. These findings imply that nest construction may evolve but only if subjected to strong and consistent selection pressures. © 2017 The Author(s).

  20. Random walk loop soups and conformal loop ensembles

    NARCIS (Netherlands)

    van de Brug, T.; Camia, F.; Lis, M.

    2016-01-01

    The random walk loop soup is a Poissonian ensemble of lattice loops; it has been extensively studied because of its connections to the discrete Gaussian free field, but was originally introduced by Lawler and Trujillo Ferreras as a discrete version of the Brownian loop soup of Lawler and Werner, a

  1. Is it safe to nest near conspicuous neighbours? Spatial patterns in predation risk associated with the density of American Golden-Plover nests

    Directory of Open Access Journals (Sweden)

    Marie-Andrée Giroux

    2016-08-01

    Full Text Available Predation is one of the main factors explaining nesting mortality in most bird species. Birds can avoid nest predation or reduce predation pressure by breeding at higher latitude, showing anti-predator behaviour, selecting nest sites protected from predators, and nesting in association with protective species. American Golden-Plovers (Pluvialis dominica defend their territory by using various warning and distraction behaviours displayed at varying levels of intensity (hereafter “conspicuous behaviour”, as well as more aggressive behaviours such as aerial attacks, but only in some populations. Such antipredator behaviour has the potential to repel predators and thus benefit the neighbouring nests by decreasing their predation risk. Yet, conspicuous behaviour could also attract predators by signalling the presence of a nest. To test for the existence of a protective effect associated with the conspicuous antipredator behaviour of American Golden-Plovers, we studied the influence of proximity to plover nests on predation risk of artificial nests on Igloolik Island (Nunavut, Canada in July 2014. We predicted that the predation risk of artificial nests would decrease with proximity to and density of plover nests. We monitored 18 plover nests and set 35 artificial nests at 30, 50, 100, 200, and 500 m from seven of those plover nests. We found that the predation risk of artificial nests increases with the density of active plover nests. We also found a significant negative effect of the distance to the nearest active protector nest on predation risk of artificial nests. Understanding how the composition and structure of shorebird communities generate spatial patterns in predation risks represents a key step to better understand the importance of these species of conservation concern in tundra food webs.

  2. Hierarchically nested river landform sequences

    Science.gov (United States)

    Pasternack, G. B.; Weber, M. D.; Brown, R. A.; Baig, D.

    2017-12-01

    River corridors exhibit landforms nested within landforms repeatedly down spatial scales. In this study we developed, tested, and implemented a new way to create river classifications by mapping domains of fluvial processes with respect to the hierarchical organization of topographic complexity that drives fluvial dynamism. We tested this approach on flow convergence routing, a morphodynamic mechanism with different states depending on the structure of nondimensional topographic variability. Five nondimensional landform types with unique functionality (nozzle, wide bar, normal channel, constricted pool, and oversized) represent this process at any flow. When this typology is nested at base flow, bankfull, and floodprone scales it creates a system with up to 125 functional types. This shows how a single mechanism produces complex dynamism via nesting. Given the classification, we answered nine specific scientific questions to investigate the abundance, sequencing, and hierarchical nesting of these new landform types using a 35-km gravel/cobble river segment of the Yuba River in California. The nested structure of flow convergence routing landforms found in this study revealed that bankfull landforms are nested within specific floodprone valley landform types, and these types control bankfull morphodynamics during moderate to large floods. As a result, this study calls into question the prevailing theory that the bankfull channel of a gravel/cobble river is controlled by in-channel, bankfull, and/or small flood flows. Such flows are too small to initiate widespread sediment transport in a gravel/cobble river with topographic complexity.

  3. Renormalization of loop functions for all loops

    International Nuclear Information System (INIS)

    Brandt, R.A.; Neri, F.; Sato, M.

    1981-01-01

    It is shown that the vacuum expectation values W(C 1 ,xxx, C/sub n/) of products of the traces of the path-ordered phase factors P exp[igcontour-integral/sub C/iA/sub μ/(x)dx/sup μ/] are multiplicatively renormalizable in all orders of perturbation theory. Here A/sub μ/(x) are the vector gauge field matrices in the non-Abelian gauge theory with gauge group U(N) or SU(N), and C/sub i/ are loops (closed paths). When the loops are smooth (i.e., differentiable) and simple (i.e., non-self-intersecting), it has been shown that the generally divergent loop functions W become finite functions W when expressed in terms of the renormalized coupling constant and multiplied by the factors e/sup -K/L(C/sub i/), where K is linearly divergent and L(C/sub i/) is the length of C/sub i/. It is proved here that the loop functions remain multiplicatively renormalizable even if the curves have any finite number of cusps (points of nondifferentiability) or cross points (points of self-intersection). If C/sub γ/ is a loop which is smooth and simple except for a single cusp of angle γ, then W/sub R/(C/sub γ/) = Z(γ)W(C/sub γ/) is finite for a suitable renormalization factor Z(γ) which depends on γ but on no other characteristic of C/sub γ/. This statement is made precise by introducing a regularization, or via a loop-integrand subtraction scheme specified by a normalization condition W/sub R/(C-bar/sub γ/) = 1 for an arbitrary but fixed loop C-bar/sub γ/. Next, if C/sub β/ is a loop which is smooth and simple except for a cross point of angles β, then W(C/sub β/) must be renormalized together with the loop functions of associated sets S/sup i//sub β/ = ]C/sup i/ 1 ,xxx, C/sup i//sub p/i] (i = 2,xxx,I) of loops C/sup i//sub q/ which coincide with certain parts of C/sub β/equivalentC 1 1 . Then W/sub R/(S/sup i//sub β/) = Z/sup i/j(β)W(S/sup j//sub β/) is finite for a suitable matrix Z/sup i/j

  4. High temperature storage loop :

    Energy Technology Data Exchange (ETDEWEB)

    Gill, David Dennis; Kolb, William J.

    2013-07-01

    A three year plan for thermal energy storage (TES) research was created at Sandia National Laboratories in the spring of 2012. This plan included a strategic goal of providing test capability for Sandia and for the nation in which to evaluate high temperature storage (>650ÀC) technology. The plan was to scope, design, and build a flow loop that would be compatible with a multitude of high temperature heat transfer/storage fluids. The High Temperature Storage Loop (HTSL) would be reconfigurable so that it was useful for not only storage testing, but also for high temperature receiver testing and high efficiency power cycle testing as well. In that way, HTSL was part of a much larger strategy for Sandia to provide a research and testing platform that would be integral for the evaluation of individual technologies funded under the SunShot program. DOEs SunShot program seeks to reduce the price of solar technologies to 6/kWhr to be cost competitive with carbon-based fuels. The HTSL project sought to provide evaluation capability for these SunShot supported technologies. This report includes the scoping, design, and budgetary costing aspects of this effort

  5. Common cuckoos Cuculus canorus change their nest-searching strategy according to the number of available host nests

    Czech Academy of Sciences Publication Activity Database

    Jelínek, Václav; Procházka, Petr; Požgayová, Milica; Honza, Marcel

    2014-01-01

    Roč. 156, č. 1 (2014), s. 189-197 ISSN 0019-1019 R&D Projects: GA AV ČR IAA600930605; GA AV ČR IAA600930903 Institutional support: RVO:68081766 Keywords : brood parasitism * cuckoo perch * edge effect host aggression * host choice * nest height * nest visibility * nest volume Subject RIV: EG - Zoology Impact factor: 1.921, year: 2014

  6. [Improving the provision of nesting and positioning for premature infants by nurses in neonatal intensive care units].

    Science.gov (United States)

    Chen, Chiao-Min; Lin, Kai-Hui; Su, Hsiu-Ya; Lin, Mei-Hsiang; Hsu, Chu-Ling

    2014-04-01

    Nesting and positioning is a common nursing skill used in the developmental care of premature infants. This skill maintains premature infants in a comfortable position, facilitates the monitoring of stable vital signs, and enables spontaneous motor activity for normal neuromuscular and skeletal joint function. This project was designed to improve nursing staff cognition and skills regarding nesting and positioning for premature infants in the NICU. Strategies used in this project were: develop an infant position assessment tool; record a demonstration video about nesting and positioning skills to provide learning efficacy among the nursing staff; and modify an education program for new nurses. After implementation, nurse cognition regarding premature infant nesting and positioning increased from 58.3% to 92.3%. The rate of correct technique use similarly rose from 63.3% to 91.4%. This is a valid intervention for improving the correctness of nesting and positioning in nursing care. This project standardized education in terms of nesting and positioning practice goals and enhanced quality care for premature infants.

  7. An economical wireless cavity-nest viewer

    Science.gov (United States)

    Daniel P. Huebner; Sarah R. Hurteau

    2007-01-01

    Inspection of cavity nests and nest boxes is often required during studies of cavity-nesting birds, and fiberscopes and pole-mounted video cameras are sometimes used for such inspection. However, the cost of these systems may be prohibitive for some potential users. We describe a user-built, wireless cavity viewer that can be used to access cavities as high as 15 m and...

  8. Nesting Biology and Occurrence of Social Nests in a Bivoltine and Basically Solitary Halictine Bee, Lasioglossum (Lasioglossum) scitulum Smith (Hymenoptera : Halictidae)

    OpenAIRE

    Ryoichi, MIYANAGA; Yasuo, MAETA; Kazuo, HOSHIKAWA; Division of Environmental Biology, Faculty of Life and Environmental Science, Shimane University; Division of Environmental Biology, Faculty of Life and Environmental Science, Shimane University; Division of Environmental Biology, Faculty of Life and Environmental Science, Shimane University

    2000-01-01

    The life cycle and sociality of the halictine bee, Lasioglossum (Lasioglossum) scitulum were studied in a greenhouse at Matsue (lat. 35°22′N), south-western Japan in 1988 and 1989. This species was a bivoltine bee with solitary to primitively social behavior. During the summer brooding period of 1988, 51 solitary nests and 8 multi-female nests (3 matrifilial and 5 sororal nests) were discovered. In 1989, 11 multi-female nests (3 matrifilial and 8 sororal nests), together with 59 solitary nest...

  9. Solar chemical heat pipe in a closed loop

    International Nuclear Information System (INIS)

    Levy, M.

    1990-06-01

    The work on the solar CO 2 reforming of methane was completed. A computer program was developed for simulation of the whole process. The calculations agree reasonably well with the experimental results. The work was written up and submitted for publication in Solar Energy. A methanator was built and tested first with a CO/H 2 mixture from cylinders, and then with the products of the solar reformer. The loop was then closed by recirculating the products from the methanator into the solar reformer. Nine closed loop cycles were performed, so far, with the same original gas mixture. This is the first time that a closed loop solar chemical heat pipe was operated anywhere in the world. (author). 13 refs., 12 figs., 3 tabs

  10. Implementation of a Serial Delay Insertion Type Loop Communication for a Real Time Multitransputer System.

    Science.gov (United States)

    1985-06-01

    just pass the message WAIT NOW AFTER Rlock + timeo t -- if time is out write.screen( TIME IS OUT") MAIN PROGRAM* CHAN linki , link2, link3, link4...PAR D.I.Loop.Interface (link4, linkl,) D.I.Loop.Interface ( linki , link2, 2) D.I.Loop.Interface (link2, link3, 3) JD.I Loop.Interface (link3, link4, 4

  11. Loop-mediated Isothermal Amplification Assay to Rapidly Detect Wheat Streak Mosaic Virus in Quarantined Plants

    Directory of Open Access Journals (Sweden)

    Siwon Lee

    2015-12-01

    Full Text Available We developed a loop-mediated isothermal amplification (LAMP method to rapidly diagnose Wheat streak mosaic virus (WSMV during quarantine inspections of imported wheat, corn, oats, and millet. The LAMP method was developed as a plant quarantine inspection method for the first time, and its simplicity, quickness, specificity and sensitivity were verified compared to current reverse transcription-polymerase chain reaction (RT-PCR and nested PCR quarantine methods. We were able to quickly screen for WSMV at quarantine sites with many test samples; thus, this method is expected to contribute to plant quarantine inspections.

  12. Accident analysis of HANARO fuel test loop

    Energy Technology Data Exchange (ETDEWEB)

    Kim, J. Y.; Chi, D. Y

    1998-03-01

    Steady state fuel test loop will be equipped in HANARO to obtain the development and betterment of advanced fuel and materials through the irradiation tests. The HANARO fuel test loop was designed to match the CANDU and PWR fuel operating conditions. The accident analysis was performed by RELAP5/MOD3 code based on FTL system designs and determined the detail engineering specification of in-pile test section and out-pile systems. The accident analysis results of FTL system could be used for the fuel and materials designer to plan the irradiation testing programs. (author). 23 refs., 20 tabs., 178 figs.

  13. 3-Loop massive O(T{sub 2}{sup F}) contributions to the DIS operator matrix element A{sub gg}

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, J.; Schneider, C. [Johannes Kepler Univ., Linz (Austria). Inst. for Symbolic Computation (RISC); Bluemlein, J.; Freitas, A. de [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Hasselhuhn, A.; Round, M. [Deutsches Elektronen-Synchrotron (DESY), Zeuthen (Germany); Johannes Kepler Univ., Linz (Austria). Inst. for Symbolic Computation (RISC); Manteuffel, A. von [Mainz Univ. (Germany). PRISMA Cluster of Excellence

    2014-09-15

    Contributions to heavy flavour transition matrix elements in the variable flavour number scheme are considered at 3-loop order. In particular a calculation of the diagrams with two equal masses that contribute to the massive operator matrix element A{sup (3)}{sub gg,Q} is performed. In the Mellin space result one finds finite nested binomial sums. In x-space these sums correspond to iterated integrals over an alphabet containing also square-root valued letters.

  14. Subterranean ant nests: Trace fossils past and future?

    OpenAIRE

    Tschinkel, Walter R.

    2003-01-01

    Many species of ants excavate complex, species-typical nests in soil. The basic structural units of many nests are descending tunnels connecting flattened, generally horizontal chambers of oval to lobed outline. The species-typical structure of many nests results from variation in the size, shape, number and arrangement of these basic elements. Nest architecture can be rendered by filling subterranean nests with a thin slurry of orthodontal plaster, then excavating and reconstructing the hard...

  15. Converting nested algebra expressions into flat algebra expressions

    NARCIS (Netherlands)

    Paredaens, J.; Van Gucht, D.

    1992-01-01

    Nested relations generalize ordinary flat relations by allowing tuple values to be either atomic or set valued. The nested algebra is a generalization of the flat relational algebra to manipulate nested relations. In this paper we study the expressive power of the nested algebra relative to its

  16. Does removal of mammalian predators significantly affect success of simulated nests in linear habitats? Case study on American mink Mustela vison \\& Predation on simulated duck nests in relation to nest density and habitat type

    OpenAIRE

    PADYŠÁKOVÁ, Eliška

    2007-01-01

    This thesis is made up of two studies dealing with predation of waterfowl nests. in the first study, we determined wheather removal of introduced predator Mustela vison affected nest survival of simulated duck nests in linear habitat. In the second study, we tested two hypothesis: 1)predation depends on density of waterfowl nests, 2)mammals are main predators in forest habitat and birds mainly depredate nests deployed in open land.

  17. Biology of a trap-nesting wasp of one species the ground-nesting Liris (Hymenoptera: Crabronidae from the Atlantic Forest of southern Brazil

    Directory of Open Access Journals (Sweden)

    Camila Cristina Ferreira da Costa

    Full Text Available ABSTRACT Studies on the nesting biology of Liris are restricted to a few notes and observations on ground-nesting species. There are no studies of this kind about Brazilian species. We investigated and described the nesting biology of Liris sp. obtained by trap-nests that were installed at an area of Atlantic Forest vegetation (25°10'S, 48°18'W in southern Brazil. The nests of Liris sp. are built with a variety of plant debris. They usually have one cell, but may have up to two. Nests do not show vestibular or intercalary cells. Immatures have a hard cocoon made with the silk they produce, mixed with the fine sand and sawdust left by the adult female at the bottom of the cell. No nest parasites were observed. The wasps did not go through diapause at the prepupal stage, and emerged within 36 to 46 days after nests were collected from the field. There was no emergence of male wasps. Even though Liris sp. nest in preexisting cavities, they resemble ground-nesting species of the same genus in their habits, nest architecture, and development characteristics. The absence of males in our samples might be related to nest diameter. The eggs from which males hatch can be laid in smaller burrows than those available at the present study. We believe that the hardiness of the cocoon is the species' main strategy against parasites, although it is complemented by the camouflage provided by the nest closure. We suggest that a broader comparison of the nesting biology of Liris Fabricius, 1804 should be carried out, leading to a better understanding of the evolution of nests in the genus.

  18. Harpy eagle (Harpia harpyja) nesting in manipulated forests

    Science.gov (United States)

    Alvarez, E.; Ellis, D.H.

    1994-01-01

    Continental records point to shooting, removal of young and destruction of nests as the primary conservation problems for harpy eagles (Harpia harpyja); bird-observer visits are a new source of concern. Nesting events are roughly 3 yr apart. Nests are used during and after intensive manipulation of the surrounding habitat, and minimum distance between active sites was 3-5 km. In nine nesting sites along a 100-km stretch of the Imalaca Mountains in Venezuela, we fitted five fledglings with satellite-tracked tags from NASA. One of these birds was hacked with the help of the loggers who destroyed its nest. All these nests were active while logging ensued. Out of three renesting attempts, one failed when the nest collapsed. We salvaged two additional fledglings found in captivity. We are monitoring five nests in the buffer area of the Darien National Park in Panama, all within 3 km of human settlements where trees are regularly felled for firewood, lumber, and to clear more cropland. Eagles have been killed at two sites, a third site remains inactive since 1991, and the other two nests currently have fledglings.

  19. Simulating large-scale spiking neuronal networks with NEST

    OpenAIRE

    Schücker, Jannis; Eppler, Jochen Martin

    2014-01-01

    The Neural Simulation Tool NEST [1, www.nest-simulator.org] is the simulator for spiking neural networkmodels of the HBP that focuses on the dynamics, size and structure of neural systems rather than on theexact morphology of individual neurons. Its simulation kernel is written in C++ and it runs on computinghardware ranging from simple laptops to clusters and supercomputers with thousands of processor cores.The development of NEST is coordinated by the NEST Initiative [www.nest-initiative.or...

  20. Jordan Isomorphisms on Nest Subalgebras

    Directory of Open Access Journals (Sweden)

    Aili Yang

    2015-01-01

    Full Text Available This paper is devoted to the study of Jordan isomorphisms on nest subalgebras of factor von Neumann algebras. It is shown that every Jordan isomorphism ϕ between the two nest subalgebras algMβ and algMγ is either an isomorphism or an anti-isomorphism.

  1. Gregarious nesting - An anti-predator response in laying hens

    DEFF Research Database (Denmark)

    Riber, Anja Brinch

    2012-01-01

    Gregarious nesting can be defined as a behaviour that occurs when a laying hen (Gallus gallus domesticus) given the choice between an occupied and an unoccupied nest site chooses the occupied nest site. It occurs frequently in flocks of laying hens kept under commercial conditions, contrasting...... the behaviour displayed by feral hens that isolate themselves from the flock during nesting activities. What motivates laying hens to perform gregarious nesting is unknown. One possibility is that gregarious nesting is an anti-predator response to the risk of nest predation emerging from behavioural flexibility...

  2. Trap-nests for stingless bees (Hymenoptera, Meliponini)

    OpenAIRE

    Oliveira , Ricardo; Menezes , Cristiano; Soares , Ademilson; Fonseca , Vera

    2012-01-01

    International audience; Most stingless bee species build their nests inside tree hollows. In this paper, we present trap-nest containers which simulate nesting cavities so as to attract swarms of stingless bees. Although regularly used by stingless bee beekeepers in Brazil, this technique to obtain new colonies has not yet been systematically studied. We used two different types of trap-nests (plastic and cardboard) of four different sizes (0.5, 1.0, 2.0, and 3.0 L) containing propolis extrac...

  3. ASN takes position in the in-service follow-up programs of primary and secondary loops of EdF's nuclear power plants

    International Nuclear Information System (INIS)

    2002-01-01

    This decision from the French authority of nuclear safety (ASN) aims at fixing the conditions to be respected by Electricite de France (EdF) during its in-service follow-up programs for the monitoring and preventive maintenance of the primary and secondary cooling loops of EdF's PWR reactors. The components and the particular points to be controlled are listed in appendixes. (J.S.)

  4. Effect of nest design, passages, and hybrid on use of nest and production performance of layers in furnished cages.

    Science.gov (United States)

    Wall, H; Tauson, R; Elwinger, K

    2002-03-01

    Production performance, including egg quality, and proportion of eggs laid in nests were studied in furnished experimental cages incorporating nests, litter baths, and perches. The study comprised a total of 972 hens of two genotypes: Lohmann Selected Leghorn (LSL) and Hy-Line White. The birds were studied from 20 to 80 wk of age, and conventional four-hen cages were included as a reference. In furnished cages for six hens, the effects of 30 or 50% vs. 100% nest bottom lining (Astro turf) were studied with LSL hens. Nest bottom lining had no significant effect on egg production or proportions of cracked or dirty eggs, but the use of nests was significantly higher in cages incorporating nests with 100% lining, compared with 50 or 30%. The two hybrids were compared when housed in large, group-furnished cages for 14 or 16 hens of two designs; with a rear partition with two pop holes or fully open, i.e., no rear partition. LSL birds produced significantly better and had a significantly lower proportion of cracked eggs. There was no difference between H- and O-cages, either in production or in egg quality. LSL birds laid a significantly lower proportion of eggs in the nests, especially in O-cages, implying a significant hybrid x cage interaction. When housed in conventional cages, the hybrids did not differ in proportion of cracked eggs but differed in production traits. It was concluded that with the present nest design, the proportion of nest bottom lining cannot be reduced without affecting birds' use of nests, but the proportion did not affect exterior egg quality. The effect of genotype should be considered in the further development of furnished cages.

  5. Nesting success and within-season breeding dispersal in the ...

    African Journals Online (AJOL)

    Nest predation is a primary cause of nesting mortality for many bird species, particularly passerines. Nest location can affect predation, and it has also been demonstrated that predation risk can alter nest site selection. Birds can limit predation risk by selecting specific habitat characteristics; by changing nest site ...

  6. Colour preferences in nest-building zebra finches.

    Science.gov (United States)

    Muth, Felicity; Steele, Matthew; Healy, Susan D

    2013-10-01

    Some bird species are selective in the materials they choose for nest building, preferring, for example, materials of one colour to others. However, in many cases the cause of these preferences is not clear. One of those species is the zebra finch, which exhibits strong preferences for particular colours of nest material. In an attempt to determine why these birds strongly prefer one colour of material over another, we compared the preferences of paired male zebra finches for nest material colour with their preferences for food of the same colours. We found that birds did indeed prefer particular colours of nest material (in most cases blue) but that they did not generally prefer food of one colour over the other colours. It appears, then, that a preference for one colour or another of nest material is specific to the nest-building context. This article is part of a Special Issue entitled: insert SI title. Copyright © 2013 Elsevier B.V. All rights reserved.

  7. Landscape distribution of food and nesting sites affect larval diet and nest size, but not abundance of Osmia bicornis.

    Science.gov (United States)

    Coudrain, Valérie; Rittiner, Sarah; Herzog, Felix; Tinner, Willy; Entling, Martin H

    2016-10-01

    Habitat fragmentation is a major threat for beneficial organisms and the ecosystem services they provide. Multiple-habitat users such as wild bees depend on both nesting and foraging habitat. Thus, they may be affected by the fragmentation of at least two habitat types. We investigated the effects of landscape-scale amount of and patch isolation from both nesting habitat (woody plants) and foraging habitat (specific pollen sources) on the abundance and diet of Osmia bicornis L. Trap-nests of O. bicornis were studied in 30 agricultural landscapes of the Swiss Plateau. Nesting and foraging habitats were mapped in a radius of 500 m around the sites. Pollen composition of larval diet changed as isolation to the main pollen source, Ranunculus, increased, suggesting that O. bicornis adapted its foraging strategy in function of the nest proximity to main pollen sources. Abundance of O. bicornis was neither related to isolation or amount of nesting habitat nor to isolation or abundance of food plants. Surprisingly, nests of O. bicornis contained fewer larvae in sites at forest edge compared to isolated sites, possibly due to higher parasitism risk. This study indicates that O. bicornis can nest in a variety of situations by compensating scarcity of its main larval food by exploiting alternative food sources. © 2015 Institute of Zoology, Chinese Academy of Sciences.

  8. Turkey habitat use and nesting characteristics in ponderosa pine

    Science.gov (United States)

    Mark A. Rumble; Stanley H. Anderson

    1987-01-01

    Turkeys (Meleagris gallapovo) selected nest sites that provided good horizontal concealment. Rock or rock outcrops were selected most frequently for nest concealment on first-nest attempts. Renest attempts showed a selection preference for shrubs as nest cover; most of these were located in meadows. Nesting success doubled for renests versus first...

  9. Response of predators to Western Sandpiper nest exclosures

    Science.gov (United States)

    Niehaus, Amanda C.; Ruthrauff, Daniel R.; McCaffery, Brian J.

    2004-01-01

    In 2001, predator exclosures were used to protect nests of the Western Sandpiper (Calidris mauri) in western Alaska. During the exclosure experiment, nest contents in exclosures had significantly higher daily survival rates than control nests, however, late in the study predators began to cue in on exclosures and predate the nest contents. An Arctic Fox (Alopex lagopus) dug under one exclosure and took the newly hatched chicks, and Long-tailed Jaegers (Stercorarius longicaudus) learned to associate exclosures with active nests and repeatedly visited them. The jaegers attempted to gain access to exclosed nests and pursued adult sandpipers as they emerged from the exclosures. The exclosures were removed to reduce potential mortality to adult and young sandpipers, but subsequently, post-exclosure nests had lower daily survival rates than controls during the same time period. Predation of post-exclosure eggs and chicks highlighted the lasting influence of the exclosure treatment on offspring survival because predators probably remembered nest locations. Researchers are urged to use caution when considering use of predator exclosures in areas where jaegers occur.

  10. Incorporation of cigarette butts into nests reduces nest ectoparasite load in urban birds: new ingredients for an old recipe?

    Science.gov (United States)

    Suárez-Rodríguez, Monserrat; López-Rull, Isabel; Garcia, Constantino Macías

    2013-02-23

    Birds are known to respond to nest-dwelling parasites by altering behaviours. Some bird species, for example, bring fresh plants to the nest, which contain volatile compounds that repel parasites. There is evidence that some birds living in cities incorporate cigarette butts into their nests, but the effect (if any) of this behaviour remains unclear. Butts from smoked cigarettes retain substantial amounts of nicotine and other compounds that may also act as arthropod repellents. We provide the first evidence that smoked cigarette butts may function as a parasite repellent in urban bird nests. The amount of cellulose acetate from butts in nests of two widely distributed urban birds was negatively associated with the number of nest-dwelling parasites. Moreover, when parasites were attracted to heat traps containing smoked or non-smoked cigarette butts, fewer parasites reached the former, presumably due to the presence of nicotine. Because urbanization changes the abundance and type of resources upon which birds depend, including nesting materials and plants involved in self-medication, our results are consistent with the view that urbanization imposes new challenges on birds that are dealt with using adaptations evolved elsewhere.

  11. Two-loop hard-thermal-loop thermodynamics with quarks

    International Nuclear Information System (INIS)

    Andersen, Jens O.; Petitgirard, Emmanuel; Strickland, Michael

    2004-01-01

    We calculate the quark contribution to the free energy of a hot quark-gluon plasma to two-loop order using hard-thermal-loop (HTL) perturbation theory. All ultraviolet divergences can be absorbed into renormalizations of the vacuum energy and the HTL quark and gluon mass parameters. The quark and gluon HTL mass parameters are determined self-consistently by a variational prescription. Combining the quark contribution with the two-loop HTL perturbation theory free energy for pure glue we obtain the total two-loop QCD free energy. Comparisons are made with lattice estimates of the free energy for N f =2 and with exact numerical results obtained in the large-N f limit

  12. Man-in-the-loop validation plan for the Millstone Unit 3 SPDS

    International Nuclear Information System (INIS)

    Blanch, P.M.; Wilkinson, C.D.

    1985-01-01

    This paper describes the man-in-the-loop validation plan for the Millstone Point Unit 3 (MP3) Safety Parameter Display System (SPDS). MP3 is a pressurized water reactor scheduled to load fuel November, 1985. The SPDS is being implemented as part of plant construction. This paper provides an overview of the validation process. Detailed validation procedures, scenarios, and evaluation forms will be incorporated into the validation plan to produce the detailed validation program. The program document will provide all of the new detailed instructions necessary to perform the man-in-the-loop validation

  13. LoopIng: a template-based tool for predicting the structure of protein loops.

    KAUST Repository

    Messih, Mario Abdel; Lepore, Rosalba; Tramontano, Anna

    2015-01-01

    ) and significant enhancements for long loops (11-20 residues). The quality of the predictions is robust to errors that unavoidably affect the stem regions when these are modeled. The method returns a confidence score for the predicted template loops and has

  14. Semantic Analysis of Virtual Classes and Nested Classes

    DEFF Research Database (Denmark)

    Madsen, Ole Lehrmann

    1999-01-01

    Virtual classes and nested classes are distinguishing features of BETA. Nested classes originated from Simula, but until recently they have not been part of main stream object- oriented languages. C++ has a restricted form of nested classes and they were included in Java 1.1. Virtual classes...... classes and parameterized classes have been made. Although virtual classes and nested classes have been used in BETA for more than a decade, their implementation has not been published. The purpose of this paper is to contribute to the understanding of virtual classes and nested classes by presenting...

  15. Demand for Neste's City products grows strongly

    International Nuclear Information System (INIS)

    Anon.

    1994-01-01

    Finland's oil, chemicals, and gas company, Neste Corporation, is well on the road to better financial performance after a very difficult year in 1992. Among the factors contributing to this optimism are Neste's pioneering low environmental impact traffic fuels. Neste Corporation's net sales in 1993 rose 9.9 % on 1992 figures to USD 11,011 million. Investments totalled USD 681 million. Profitability also improved during 1993, and the operating margin rose by 57 %, despite the recession affecting the Finnish economy and the instability of the international market. The operational loss for the year before extraordinary items, reserves, and taxes was USD 265 million, one-third less than in 1992. Neste's strategy has been to achieve a strong position in the Baltic Rim region by becoming the quality and cost leader in oil refining, and by expanding Neste's position in its key markets. A total of 3.3 million tonnes of petroleum products were exported from Finland in 1993. Neste's most important export markets were Sweden, Germany, Poland, the Baltic countries, and the St. Petersburg region. Some 20 % of exports went to customers outside Europe. In addition to Finland, Neste has concertedly developed its service station network in Poland and the Baltic countries

  16. UBV-photometry of nests of interacting galaxies

    International Nuclear Information System (INIS)

    Arkhipova, V.P.

    1982-01-01

    The results of photoelectric UBV-observations of 19 nests of interacting galaxies, made at the Crimean Station of the Sternberg Institute, are given. Most of the nests observed were found to be and to have high luminosity. The UBV and spectral data show a large amount of gas inside many nests [ru

  17. Eggshell Porosity Provides Insight on Evolution of Nesting in Dinosaurs.

    Directory of Open Access Journals (Sweden)

    Kohei Tanaka

    Full Text Available Knowledge about the types of nests built by dinosaurs can provide insight into the evolution of nesting and reproductive behaviors among archosaurs. However, the low preservation potential of their nesting materials and nesting structures means that most information can only be gleaned indirectly through comparison with extant archosaurs. Two general nest types are recognized among living archosaurs: 1 covered nests, in which eggs are incubated while fully covered by nesting material (as in crocodylians and megapodes, and 2 open nests, in which eggs are exposed in the nest and brooded (as in most birds. Previously, dinosaur nest types had been inferred by estimating the water vapor conductance (i.e., diffusive capacity of their eggs, based on the premise that high conductance corresponds to covered nests and low conductance to open nests. However, a lack of statistical rigor and inconsistencies in this method render its application problematic and its validity questionable. As an alternative we propose a statistically rigorous approach to infer nest type based on large datasets of eggshell porosity and egg mass compiled for over 120 extant archosaur species and 29 archosaur extinct taxa/ootaxa. The presence of a strong correlation between eggshell porosity and nest type among extant archosaurs indicates that eggshell porosity can be used as a proxy for nest type, and thus discriminant analyses can help predict nest type in extinct taxa. Our results suggest that: 1 covered nests are likely the primitive condition for dinosaurs (and probably archosaurs, and 2 open nests first evolved among non-avian theropods more derived than Lourinhanosaurus and were likely widespread in non-avian maniraptorans, well before the appearance of birds. Although taphonomic evidence suggests that basal open nesters (i.e., oviraptorosaurs and troodontids were potentially the first dinosaurs to brood their clutches, they still partially buried their eggs in sediment

  18. Eggshell Porosity Provides Insight on Evolution of Nesting in Dinosaurs.

    Science.gov (United States)

    Tanaka, Kohei; Zelenitsky, Darla K; Therrien, François

    2015-01-01

    Knowledge about the types of nests built by dinosaurs can provide insight into the evolution of nesting and reproductive behaviors among archosaurs. However, the low preservation potential of their nesting materials and nesting structures means that most information can only be gleaned indirectly through comparison with extant archosaurs. Two general nest types are recognized among living archosaurs: 1) covered nests, in which eggs are incubated while fully covered by nesting material (as in crocodylians and megapodes), and 2) open nests, in which eggs are exposed in the nest and brooded (as in most birds). Previously, dinosaur nest types had been inferred by estimating the water vapor conductance (i.e., diffusive capacity) of their eggs, based on the premise that high conductance corresponds to covered nests and low conductance to open nests. However, a lack of statistical rigor and inconsistencies in this method render its application problematic and its validity questionable. As an alternative we propose a statistically rigorous approach to infer nest type based on large datasets of eggshell porosity and egg mass compiled for over 120 extant archosaur species and 29 archosaur extinct taxa/ootaxa. The presence of a strong correlation between eggshell porosity and nest type among extant archosaurs indicates that eggshell porosity can be used as a proxy for nest type, and thus discriminant analyses can help predict nest type in extinct taxa. Our results suggest that: 1) covered nests are likely the primitive condition for dinosaurs (and probably archosaurs), and 2) open nests first evolved among non-avian theropods more derived than Lourinhanosaurus and were likely widespread in non-avian maniraptorans, well before the appearance of birds. Although taphonomic evidence suggests that basal open nesters (i.e., oviraptorosaurs and troodontids) were potentially the first dinosaurs to brood their clutches, they still partially buried their eggs in sediment. Open nests

  19. Calculating three loop ladder and V-topologies for massive operator matrix elements by computer algebra

    International Nuclear Information System (INIS)

    Ablinger, J.; Schneider, C.; Manteuffel, A. von

    2015-09-01

    Three loop ladder and V-topology diagrams contributing to the massive operator matrix element A Qg are calculated. The corresponding objects can all be expressed in terms of nested sums and recurrences depending on the Mellin variable N and the dimensional parameter ε. Given these representations, the desired Laurent series expansions in ε can be obtained with the help of our computer algebra toolbox. Here we rely on generalized hypergeometric functions and Mellin-Barnes representations, on difference ring algorithms for symbolic summation, on an optimized version of the multivariate Almkvist-Zeilberger algorithm for symbolic integration, and on new methods to calculate Laurent series solutions of coupled systems of differential equations. The solutions can be computed for general coefficient matrices directly for any basis also performing the expansion in the dimensional parameter in case it is expressible in terms of indefinite nested product-sum expressions. This structural result is based on new results of our difference ring theory. In the cases discussed we deal with iterative sum- and integral-solutions over general alphabets. The final results are expressed in terms of special sums, forming quasi-shuffle algebras, such as nested harmonic sums, generalized harmonic sums, and nested binomially weighted (cyclotomic) sums. Analytic continuations to complex values of N are possible through the recursion relations obeyed by these quantities and their analytic asymptotic expansions. The latter lead to a host of new constants beyond the multiple zeta values, the infinite generalized harmonic and cyclotomic sums in the case of V-topologies.

  20. Calculating three loop ladder and V-topologies for massive operator matrix elements by computer algebra

    Science.gov (United States)

    Ablinger, J.; Behring, A.; Blümlein, J.; De Freitas, A.; von Manteuffel, A.; Schneider, C.

    2016-05-01

    Three loop ladder and V-topology diagrams contributing to the massive operator matrix element AQg are calculated. The corresponding objects can all be expressed in terms of nested sums and recurrences depending on the Mellin variable N and the dimensional parameter ε. Given these representations, the desired Laurent series expansions in ε can be obtained with the help of our computer algebra toolbox. Here we rely on generalized hypergeometric functions and Mellin-Barnes representations, on difference ring algorithms for symbolic summation, on an optimized version of the multivariate Almkvist-Zeilberger algorithm for symbolic integration, and on new methods to calculate Laurent series solutions of coupled systems of differential equations. The solutions can be computed for general coefficient matrices directly for any basis also performing the expansion in the dimensional parameter in case it is expressible in terms of indefinite nested product-sum expressions. This structural result is based on new results of our difference ring theory. In the cases discussed we deal with iterative sum- and integral-solutions over general alphabets. The final results are expressed in terms of special sums, forming quasi-shuffle algebras, such as nested harmonic sums, generalized harmonic sums, and nested binomially weighted (cyclotomic) sums. Analytic continuations to complex values of N are possible through the recursion relations obeyed by these quantities and their analytic asymptotic expansions. The latter lead to a host of new constants beyond the multiple zeta values, the infinite generalized harmonic and cyclotomic sums in the case of V-topologies.

  1. Nest Success and Cause-Specific Nest Failure of Grassland Passerines Breeding in Prairie Grazed by Livestock

    Science.gov (United States)

    This manuscript describes two years of field research on ground-nesting songbird species at Zumwalt Prairie Reserve, northeastern Oregon, USA. Cattle-grazing has long been suspected in declines of ground-nesting songbirds in grazed grassland, primarily due to increased trampling...

  2. Fiber Tracking Cylinder Nesting

    International Nuclear Information System (INIS)

    Stredde, H.

    1999-01-01

    The fiber tracker consists of 8 concentric carbon fiber cylinders of varying diameters, from 399mm to 1032.2mm and two different lengths. 1.66 and 2.52 meters. Each completed cylinder is covered over the entire o.d. with scintillating fiber ribbons with a connector on each ribbon. These ribbons are axial (parallel to the beam line) at one end and stereo (at 3 deg. to the beam line) at the other. The ribbon connectors have dowel pins which are used to match with the connectors on the wave guide ribbons. These dowel pins are also used during the nesting operation, locating and positioning measurements. The nesting operation is the insertion of one cylinder into another, aligning them with one another and fastening them together into a homogeneous assembly. For ease of assembly. the nesting operation is accomplished working from largest diameter to smallest. Although the completed assembly of all 8 cylinders glued and bolted together is very stiff. individual cylinders are relatively flexible. Therefore. during this operation, No.8 must be supported in a manner which maintains its integrity and yet allows the insertion of No.7. This is accomplished by essentially building a set of dummy end plates which replicate a No.9 cylinder. These end plates are mounted on a wheeled cart that becomes the nesting cart. Provisions for a protective cover fastened to these rings has been made and will be incorporated in finished product. These covers can be easily removed for access to No.8 and/or the connection of No.8 to No.9. Another wheeled cart, transfer cart, is used to push a completed cylinder into the cylinder(s) already mounted in the nesting cart.

  3. Predaceous ants, beach replenishment, and nest placement by sea turtles.

    Science.gov (United States)

    Wetterer, James K; Wood, Lawrence D; Johnson, Chris; Krahe, Holly; Fitchett, Stephanie

    2007-10-01

    Ants known for attacking and killing hatchling birds and reptiles include the red imported fire ant (Solenopsis invicta Buren), tropical fire ant [Solenopsis geminata (Fabr.)], and little fire ant [Wasmannia auropunctata (Roger)]. We tested whether sea turtle nest placement influenced exposure to predaceous ants. In 2000 and 2001, we surveyed ants along a Florida beach where green turtles (Chelonia mydas L.), leatherbacks (Dermochelys coriacea Vandelli), and loggerheads (Caretta caretta L.) nest. Part of the beach was artificially replenished between our two surveys. As a result, mean beach width experienced by nesting turtles differed greatly between the two nesting seasons. We surveyed 1,548 sea turtle nests (2000: 909 nests; 2001: 639 nests) and found 22 ant species. S. invicta was by far the most common species (on 431 nests); S. geminata and W. auropunctata were uncommon (on 3 and 16 nests, respectively). In 2000, 62.5% of nests had ants present (35.9% with S. invicta), but in 2001, only 30.5% of the nests had ants present (16.4% with S. invicta). Turtle nests closer to dune vegetation had significantly greater exposure to ants. Differences in ant presence on turtle nests between years and among turtle species were closely related to differences in nest placement relative to dune vegetation. Beach replenishment significantly lowered exposure of nests to ants because on the wider beaches turtles nested farther from the dune vegetation. Selective pressures on nesting sea turtles are altered both by the presence of predaceous ants and the practice of beach replenishment.

  4. Nest suitability, fine-scale population structure and male-mediated dispersal of a solitary ground nesting bee in an urban landscape.

    Science.gov (United States)

    López-Uribe, Margarita M; Morreale, Stephen J; Santiago, Christine K; Danforth, Bryan N

    2015-01-01

    Bees are the primary pollinators of flowering plants in almost all ecosystems. Worldwide declines in bee populations have raised awareness about the importance of their ecological role in maintaining ecosystem functioning. The naturally strong philopatric behavior that some bee species show can be detrimental to population viability through increased probability of inbreeding. Furthermore, bee populations found in human-altered landscapes, such as urban areas, can experience lower levels of gene flow and effective population sizes, increasing potential for inbreeding depression in wild bee populations. In this study, we investigated the fine-scale population structure of the solitary bee Colletes inaequalis in an urbanized landscape. First, we developed a predictive spatial model to detect suitable nesting habitat for this ground nesting bee and to inform our field search for nests. We genotyped 18 microsatellites in 548 female individuals collected from nest aggregations throughout the study area. Genetic relatedness estimates revealed that genetic similarity among individuals was slightly greater within nest aggregations than among randomly chosen individuals. However, genetic structure among nest aggregations was low (Nei's GST = 0.011). Reconstruction of parental genotypes revealed greater genetic relatedness among females than among males within nest aggregations, suggesting male-mediated dispersal as a potentially important mechanism of population connectivity and inbreeding avoidance. Size of nesting patch was positively correlated with effective population size, but not with other estimators of genetic diversity. We detected a positive trend between geographic distance and genetic differentiation between nest aggregations. Our landscape genetic models suggest that increased urbanization is likely associated with higher levels of inbreeding. Overall, these findings emphasize the importance of density and distribution of suitable nesting patches for enhancing

  5. Nest suitability, fine-scale population structure and male-mediated dispersal of a solitary ground nesting bee in an urban landscape.

    Directory of Open Access Journals (Sweden)

    Margarita M López-Uribe

    Full Text Available Bees are the primary pollinators of flowering plants in almost all ecosystems. Worldwide declines in bee populations have raised awareness about the importance of their ecological role in maintaining ecosystem functioning. The naturally strong philopatric behavior that some bee species show can be detrimental to population viability through increased probability of inbreeding. Furthermore, bee populations found in human-altered landscapes, such as urban areas, can experience lower levels of gene flow and effective population sizes, increasing potential for inbreeding depression in wild bee populations. In this study, we investigated the fine-scale population structure of the solitary bee Colletes inaequalis in an urbanized landscape. First, we developed a predictive spatial model to detect suitable nesting habitat for this ground nesting bee and to inform our field search for nests. We genotyped 18 microsatellites in 548 female individuals collected from nest aggregations throughout the study area. Genetic relatedness estimates revealed that genetic similarity among individuals was slightly greater within nest aggregations than among randomly chosen individuals. However, genetic structure among nest aggregations was low (Nei's GST = 0.011. Reconstruction of parental genotypes revealed greater genetic relatedness among females than among males within nest aggregations, suggesting male-mediated dispersal as a potentially important mechanism of population connectivity and inbreeding avoidance. Size of nesting patch was positively correlated with effective population size, but not with other estimators of genetic diversity. We detected a positive trend between geographic distance and genetic differentiation between nest aggregations. Our landscape genetic models suggest that increased urbanization is likely associated with higher levels of inbreeding. Overall, these findings emphasize the importance of density and distribution of suitable nesting

  6. Numerical Analysis of Combined Well and Open-Closed Loops Geothermal (CWG) Systems

    Science.gov (United States)

    Park, Yu-Chul

    2016-04-01

    Open-loop geothermal heat pump (GHP) system and closed-loop heat pump systems have been used in Korea to reduce emission of greenhouse gases such as carbon dioxide (CO2). The GHP systems have the pros and cons, for example, the open-loop GHP system is good energy-efficient and the closed-loop GHP system requires minimum maintenance costs. The open-loop GHP system can be used practically only with large amount of groundwater supply. The closed-loop GHP system can be used with high costs of initial installation. The performance and efficiency of the GHP system depend on the characteristics of the GHP system itself in addition to the geologic conditions. To overcome the cons of open-loop or closed-loop GHP system, the combined well and open-closed loops geothermal (CWG) system was designed. The open-loop GHP system is surrounded with closed-loop GHP systems in the CWG system. The geothermal energy in closed-loop GHP systems is supplied by the groundwater pumped by the open-loop GHP system. In this study, 2 different types of the CWG systems (small aperture hybrid CWG system and large aperture CWG system) are estimated using numerical simulation models in the aspect of energy efficiency. This work was supported by the New & Renewable Energy Core Technology Program of the Korea Institute of Energy Technology Evaluation and Planning (KETEP), granted financial resource from the Ministry of Trade, Industry & Energy, Republic of Korea. (No.20153030111120).

  7. Logical inference techniques for loop parallelization

    KAUST Repository

    Oancea, Cosmin E.; Rauchwerger, Lawrence

    2012-01-01

    This paper presents a fully automatic approach to loop parallelization that integrates the use of static and run-time analysis and thus overcomes many known difficulties such as nonlinear and indirect array indexing and complex control flow. Our hybrid analysis framework validates the parallelization transformation by verifying the independence of the loop's memory references. To this end it represents array references using the USR (uniform set representation) language and expresses the independence condition as an equation, S = Ø, where S is a set expression representing array indexes. Using a language instead of an array-abstraction representation for S results in a smaller number of conservative approximations but exhibits a potentially-high runtime cost. To alleviate this cost we introduce a language translation F from the USR set-expression language to an equally rich language of predicates (F(S) ⇒ S = Ø). Loop parallelization is then validated using a novel logic inference algorithm that factorizes the obtained complex predicates (F(S)) into a sequence of sufficient-independence conditions that are evaluated first statically and, when needed, dynamically, in increasing order of their estimated complexities. We evaluate our automated solution on 26 benchmarks from PERFECTCLUB and SPEC suites and show that our approach is effective in parallelizing large, complex loops and obtains much better full program speedups than the Intel and IBM Fortran compilers. Copyright © 2012 ACM.

  8. Optimal Pipe Size Design for Looped Irrigation Water Supply System Using Harmony Search: Saemangeum Project Area

    Science.gov (United States)

    Lee, Ho Min; Sadollah, Ali

    2015-01-01

    Water supply systems are mainly classified into branched and looped network systems. The main difference between these two systems is that, in a branched network system, the flow within each pipe is a known value, whereas in a looped network system, the flow in each pipe is considered an unknown value. Therefore, an analysis of a looped network system is a more complex task. This study aims to develop a technique for estimating the optimal pipe diameter for a looped agricultural irrigation water supply system using a harmony search algorithm, which is an optimization technique. This study mainly serves two purposes. The first is to develop an algorithm and a program for estimating a cost-effective pipe diameter for agricultural irrigation water supply systems using optimization techniques. The second is to validate the developed program by applying the proposed optimized cost-effective pipe diameter to an actual study region (Saemangeum project area, zone 6). The results suggest that the optimal design program, which applies an optimization theory and enhances user convenience, can be effectively applied for the real systems of a looped agricultural irrigation water supply. PMID:25874252

  9. Optimal Pipe Size Design for Looped Irrigation Water Supply System Using Harmony Search: Saemangeum Project Area

    Directory of Open Access Journals (Sweden)

    Do Guen Yoo

    2015-01-01

    Full Text Available Water supply systems are mainly classified into branched and looped network systems. The main difference between these two systems is that, in a branched network system, the flow within each pipe is a known value, whereas in a looped network system, the flow in each pipe is considered an unknown value. Therefore, an analysis of a looped network system is a more complex task. This study aims to develop a technique for estimating the optimal pipe diameter for a looped agricultural irrigation water supply system using a harmony search algorithm, which is an optimization technique. This study mainly serves two purposes. The first is to develop an algorithm and a program for estimating a cost-effective pipe diameter for agricultural irrigation water supply systems using optimization techniques. The second is to validate the developed program by applying the proposed optimized cost-effective pipe diameter to an actual study region (Saemangeum project area, zone 6. The results suggest that the optimal design program, which applies an optimization theory and enhances user convenience, can be effectively applied for the real systems of a looped agricultural irrigation water supply.

  10. FLICA III. A digital computer program for thermal-hydraulic analysis of reactors and experimental loops

    International Nuclear Information System (INIS)

    Plas, Roger.

    1975-05-01

    This computer program describes the flow and heat transfer in steady and transient state in two-phase flows. It is the present stage of the evolution about FLICA, FLICA II and FLICA II B codes which have been used and developed at CEA for the thermal-hydraulic analysis of reactors and experimental loops with heating rod bundles. In the mathematical model all the significant terms of the fundamental hydrodynamic equations are taken into account with the approximations of turbulent viscosity and conductivity. The two-phase flow is calculated by the homogeneous model with slip. In the flow direction an implicit resolution scheme is available, which make possible to study partial or total flow blockage, with upstream and downstream effects. A special model represents the helical wire effects in out-of pile experimental rod bundles [fr

  11. Importance of structural stability to success of mourning dove nests

    Science.gov (United States)

    Coon, R.A.; Nichols, J.D.; Percival, H.F.

    1981-01-01

    Studies of nest-site selection and nesting habitats often involve a "characterization" of nests and of habitats in which nests are found. Our objective in the present work is to identify nest-site characteristics that are associated with variation in components of Mourning Dove (Zenaida macroura) fitness (e.g. the probability of a nest succeeding), as opposed to simply "characterizing" dove nest sites. If certain nest- site characteristics affect the probability that a nest will succeed, then we suspect that these characteristics will be associated with either concealment (the probability of detection by certain predators) or structural stability (the probability of eggs or entire nests falling to the ground as a result of wind, rain storms, parental activity, etc.). Although other workers agree that structural stability is an important determinant of Mourning Dove nesting success (e.g. McClure 1944: 384; Woolfenden and Rohwer 1969: 59), we are aware of no actual tests of this hypothesis.

  12. The effects of large beach debris on nesting sea turtles

    Science.gov (United States)

    Fujisaki, Ikuko; Lamont, Margaret M.

    2016-01-01

    A field experiment was conducted to understand the effects of large beach debris on sea turtle nesting behavior as well as the effectiveness of large debris removal for habitat restoration. Large natural and anthropogenic debris were removed from one of three sections of a sea turtle nesting beach and distributions of nests and false crawls (non-nesting crawls) in pre- (2011–2012) and post- (2013–2014) removal years in the three sections were compared. The number of nests increased 200% and the number of false crawls increased 55% in the experimental section, whereas a corresponding increase in number of nests and false crawls was not observed in the other two sections where debris removal was not conducted. The proportion of nest and false crawl abundance in all three beach sections was significantly different between pre- and post-removal years. The nesting success, the percent of successful nests in total nesting attempts (number of nests + false crawls), also increased from 24% to 38%; however the magnitude of the increase was comparably small because both the number of nests and false crawls increased, and thus the proportion of the nesting success in the experimental beach in pre- and post-removal years was not significantly different. The substantial increase in sea turtle nesting activities after the removal of large debris indicates that large debris may have an adverse impact on sea turtle nesting behavior. Removal of large debris could be an effective restoration strategy to improve sea turtle nesting.

  13. Comprehensive Comparison between Empty Nest and Non-Empty Nest Elderly: A Cross-Sectional Study among Rural Populations in Northeast China

    Directory of Open Access Journals (Sweden)

    Ye Chang

    2016-08-01

    Full Text Available This study aimed to comprehensively compare the general characteristics, lifestyles, serum parameters, ultrasonic cardiogram (UCG parameters, depression, quality of life, and various comorbidities between empty nest and non-empty nest elderly among rural populations in northeast China. This analysis was based on our previous study which was conducted from January 2012 to August 2013, using a multistage, stratified, random cluster sampling scheme. The final analyzed sample consisted of 3208 participants aged no less than 60 years, which was further classified into three groups: non-empty nest group, empty nest group (living as a couple, and empty nest group (living alone. More than half of the participants were empty nest elderly (60.5%. There were no significant statistical differences for serum parameters, UCG parameters, lifestyles, dietary pattern, and scores of Patient Health Questionnaire-9 (PHQ-9 and World Health Organization Quality of Life questionnaire, abbreviated version (WHOQOL-BREF among the three groups. Empty nest elderly showed no more risk for comorbidities such as general obesity, abdominal obesity, hyperuricemia, hyperhomocysteinemia, diabetes, dyslipidemia, left atrial enlargement (LAE, and stroke. Our study indicated that empty nest elderly showed no more risk for depression, low quality of life and comorbidities such as general obesity, abdominal obesity, hyperuricemia, hyperhomocysteinemia, diabetes, dyslipidemia, LAE, and stroke among rural populations in northeast China.

  14. Habitat and nesting biology of Mountain Plovers in Wyoming

    Science.gov (United States)

    Plumb, R.E.; Anderson, S.H.; Knopf, F.L.

    2005-01-01

    Although previous research has considered habitat associations and breeding biology of Mountain Plovers in Wyoming at discrete sites, no study has considered these attributes at a statewide scale. We located 55 Mountain Plover nests in 6 counties across Wyoming during 2002 and 2003. Nests occurred in 2 general habitat types: grassland and desert-shrub. Mean estimated hatch date was 26 June (n = 31) in 2002 and 21 June (n = 24) in 2003. Mean hatch date was not related to latitude or elevation. Hatch success of nests was inferred in 2003 by the presence of eggshell fragments in the nest scrape. Eggs in 14 of 22 (64%) known-fate nests hatched. All grassland sites and 90% of desert sites were host to ungulate grazers, although prairie dogs were absent at 64% of nest sites. Nest plots had less grass coverage and reduced grass height compared with random plots. More than 50% of nests occurred on elevated plateaus. The Mountain Plover's tendency to nest on arid, elevated plateaus further substantiates claims that the bird is also a disturbed-prairie species.

  15. Constructing QCD one-loop amplitudes

    International Nuclear Information System (INIS)

    Forde, D

    2008-01-01

    In the context of constructing one-loop amplitudes using a unitarity bootstrap approach we discuss a general systematic procedure for obtaining the coefficients of the scalar bubble and triangle integral functions of one-loop amplitudes. Coefficients are extracted after examining the behavior of the cut integrand as the unconstrained parameters of a specifically chosen parameterization of the cut loop momentum approach infinity. Measurements of new physics at the forthcoming experimental program at CERN's Large Hadron Collider (LHC) will require a precise understanding of processes at next-to-leading order (NLO). This places increased demands for the computation of new one-loop amplitudes. This in turn has spurred recent developments towards improved calculational techniques. Direct calculations using Feynman diagrams are in general inefficient. Developments of more efficient techniques have usually centered around unitarity techniques [1], where tree amplitudes are effectively 'glued' together to form loops. The most straightforward application of this method, in which the cut loop momentum is in D = 4, allows for the computation of 'cut-constructible' terms only, i.e. (poly)logarithmic containing terms and any related constants. QCD amplitudes contain, in addition to such terms, rational pieces which cannot be derived using such cuts. These 'missing' rational parts can be extracted using cut loop momenta in D = 4-2 (var e psilon). The greater difficulty of such calculations has restricted the application of this approach, although recent developments [3, 4] have provided new promise for this technique. Recently the application of on-shell recursion relations [5] to obtaining the 'missing' rational parts of one-loop processes [6] has provided an alternative very promising solution to this problem. In combination with unitarity methods an 'on-shell bootstrap' approach provides an efficient technique for computing complete one-loop QCD amplitudes [7]. Additionally

  16. Superposition Enhanced Nested Sampling

    Directory of Open Access Journals (Sweden)

    Stefano Martiniani

    2014-08-01

    Full Text Available The theoretical analysis of many problems in physics, astronomy, and applied mathematics requires an efficient numerical exploration of multimodal parameter spaces that exhibit broken ergodicity. Monte Carlo methods are widely used to deal with these classes of problems, but such simulations suffer from a ubiquitous sampling problem: The probability of sampling a particular state is proportional to its entropic weight. Devising an algorithm capable of sampling efficiently the full phase space is a long-standing problem. Here, we report a new hybrid method for the exploration of multimodal parameter spaces exhibiting broken ergodicity. Superposition enhanced nested sampling combines the strengths of global optimization with the unbiased or athermal sampling of nested sampling, greatly enhancing its efficiency with no additional parameters. We report extensive tests of this new approach for atomic clusters that are known to have energy landscapes for which conventional sampling schemes suffer from broken ergodicity. We also introduce a novel parallelization algorithm for nested sampling.

  17. Using survival analysis of artificial and Real Brewer's sparrow (Spizella breweri breweri) nests to model site level and nest site factors associated with nest success in the South Okanagan region of Canada

    Science.gov (United States)

    Pam Krannitz Kym Welstead

    2005-01-01

    Predation is the predominant cause of nest failure for the Brewer's Sparrow (Spizella breweri breweri), a provincially red-listed shrub-steppe species that has experienced significant declines throughout most of its range. We monitored Brewer’s Sparrow nests and conducted an artificial nest experiment, in the South Okanagan Valley,...

  18. Efficiency of Nested-PCR in Detecting Asymptomatic Cases toward Malaria Elimination Program in an Endemic Area of Iran.

    Directory of Open Access Journals (Sweden)

    Habibollah Turki

    2015-03-01

    Full Text Available The aim of this study was to detect low parasite and asymptomatic malaria infections by means of three malaria diagnostic tests, in a low transmission region of Minab district, Hormozgan Province, southern Iran.Blood samples of 200 healthy volunteers from Bagh-e-Malek area were evaluated using microscopic, rapid diagnostic tests (RDT and nested-PCR to inspect malaria parasite.The results showed no Plasmodium parasite in subjects by means of microscopy and RDT. However, 3 P. vivax positive samples (1.5% were discovered by Nested-PCR while microscopy and RDT missed the cases.Microscopy as the gold standard method and RDT correctly identified 98.5% of cases, and molecular analysis is sensitive and reliable, especially in the detection of "asymptomatic" infections for active case surveillance. Regarding the existence of asymptomatic malaria in endemic area of Hormozgan, Iran, nested-PCR could be considered as a sensitive tool to interrupt malaria transmission in the country, beside the microscopic and RDT methods.

  19. Efficiency of Nested-PCR in Detecting Asymptomatic Cases toward Malaria Elimination Program in an Endemic Area of Iran.

    Science.gov (United States)

    Turki, Habibollah; Raeisi, Ahmad; Malekzadeh, Kianoosh; Ghanbarnejad, Amin; Zoghi, Samaneh; Yeryan, Masoud; Abedi Nejad, Masoumeh; Mohseni, Fatemeh; Shekari, Mohammad

    2015-01-01

    The aim of this study was to detect low parasite and asymptomatic malaria infections by means of three malaria diagnostic tests, in a low transmission region of Minab district, Hormozgan Province, southern Iran. Blood samples of 200 healthy volunteers from Bagh-e-Malek area were evaluated using microscopic, rapid diagnostic tests (RDT) and nested-PCR to inspect malaria parasite. The results showed no Plasmodium parasite in subjects by means of microscopy and RDT. However, 3 P. vivax positive samples (1.5%) were discovered by Nested-PCR while microscopy and RDT missed the cases. Microscopy as the gold standard method and RDT correctly identified 98.5% of cases, and molecular analysis is sensitive and reliable, especially in the detection of "asymptomatic" infections for active case surveillance. Regarding the existence of asymptomatic malaria in endemic area of Hormozgan, Iran, nested-PCR could be considered as a sensitive tool to interrupt malaria transmission in the country, beside the microscopic and RDT methods.

  20. Neocortical electrical stimulation for epilepsy : Closed-loop versus open-loop

    NARCIS (Netherlands)

    Vassileva, Albena; van Blooijs, Dorien; Leijten, Frans; Huiskamp, Geertjan

    2018-01-01

    The aim of this review is to evaluate whether open-loop or closed-loop neocortical electrical stimulation should be the preferred approach to manage seizures in intractable epilepsy. Twenty cases of open-loop neocortical stimulation with an implanted device have been reported, in 5 case studies.

  1. Hurricane disturbance benefits nesting American Oystercatchers (Haematopus palliatus)

    Science.gov (United States)

    Simons, Theodore R.; Schulte, Shiloh A.

    2016-01-01

    Coastal ecosystems are under increasing pressure from human activity, introduced species, sea level rise, and storm activity. Hurricanes are a powerful destructive force, but can also renew coastal habitats. In 2003, Hurricane Isabel altered the barrier islands of North Carolina, flattening dunes and creating sand flats. American Oystercatchers (Haematopus palliatus) are large shorebirds that inhabit the coastal zone throughout the year. Alternative survival models were evaluated for 699 American Oystercatcher nests on North Core Banks and South Core Banks, North Carolina, USA, from 1999–2007. Nest survival on North Core Banks increased from 0.170 (SE = 0.002) to 0.772 (SE = 0.090) after the hurricane, with a carry-over effect lasting 2 years. A simple year effects model described nest survival on South Core Banks. Habitat had no effect on survival except when the overall rate of nest survival was at intermediate levels (0.300–0.600), when nests on open flats survived at a higher rate (0.600; SE = 0.112) than nests in dune habitat (0.243; SE = 0.094). Predator activity declined on North Core Banks after the hurricane and corresponded with an increase in nest survival. Periodic years with elevated nest survival may offset low annual productivity and contribute to the stability of American Oystercatcher populations.

  2. Nest sharing under semi-natural conditions in laying hens

    DEFF Research Database (Denmark)

    Riber, Anja Brinch

    2012-01-01

    problems to laying hens, and egg production may also be negatively affected. Understanding what causes this difference in nest location selection may provide solutions to the problems associated with simultaneous nest sharing. The aims were to investigate whether a commercial strain of laying hens normally...... daily of each nest with regard to number of eggs, position, and materials used. On five mornings nesting behaviour was observed. Nest sharing occurred on all but the first 5 days of egg-laying. The majority of hens (n = 14) chose to visit an occupied nest at least once, but no hens exclusively used...

  3. Flight initiation distances of nesting Piping Plovers (Charadrius melodus in response to human disturbance

    Directory of Open Access Journals (Sweden)

    Joel G. Jorgensen

    2016-06-01

    Full Text Available Birds frequently interact with people when they occur in coupled human-ecological or anthropogenic environments, which makes the protection of legally protected species a challenge. Flight initiation distances (FIDs are often used to inform development of appropriate buffer distances required for human exclusion zones used to protect birds nesting in anthropogenic landscapes. Piping Plovers (Charadrius melodus are protected by the Endangered Species Act in the United States and often nest in areas used by humans. Studies evaluating Piping Plover FIDs are limited and implementation of exclusion zones has been inconsistent across the species' range. We measured Piping Plover response and FIDs to naturally occurring stimuli on public beaches at Lake McConaughy, Nebraska, USA. Piping Plover FIDs differed most by stimulus class (vehicle, human, dog, human with dog, Julian day, and hour of day. Piping Plover FIDs were greatest for dog and human with dog compared to humans and vehicles. For all types of stimuli, Piping Plover FIDs decreased over time during the nesting season and increased slightly during each day. In the majority of instances in which Piping Plovers left their nests, return times to the nest were relatively short (less than three minutes. These results suggest Piping Plovers become habituated to the presence of human-related stimuli over the course of a nesting season, but other explanations such as parental investment and risk allocation cannot be excluded. Additional research and improved guidance regarding the implementation of exclusion zones is needed so managers can implement effective protection programs in anthropogenic landscapes.

  4. Emperor penguins nesting on Inaccessible Island

    Science.gov (United States)

    Jonkel, G.M.; Llano, G.A.

    1975-01-01

    Emperor penguins were observed nesting on Inaccessible I. during the 1973 winter. This is the southernmost nesting of emperor penguins thus far recorded; it also could be the first record of emperors attempting to start a new rookery. This site, however, may have been used by emperors in the past. The closest reported nesting of these penguins to Inaccessible I. is on the Ross Ice Shelf east of Cape Crozier. With the exception of the Inaccessible I. record, there is little evidence that emperor penguins breed in McMurdo Sound proper.

  5. In-Space technology experiments program. A high efficiency thermal interface (using condensation heat transfer) between a 2-phase fluid loop and heatpipe radiator: Experiment definition phase

    Science.gov (United States)

    Pohner, John A.; Dempsey, Brian P.; Herold, Leroy M.

    1990-01-01

    Space Station elements and advanced military spacecraft will require rejection of tens of kilowatts of waste heat. Large space radiators and two-phase heat transport loops will be required. To minimize radiator size and weight, it is critical to minimize the temperature drop between the heat source and sink. Under an Air Force contract, a unique, high-performance heat exchanger is developed for coupling the radiator to the transport loop. Since fluid flow through the heat exchanger is driven by capillary forces which are easily dominated by gravity forces in ground testing, it is necessary to perform microgravity thermal testing to verify the design. This contract consists of an experiment definition phase leading to a preliminary design and cost estimate for a shuttle-based flight experiment of this heat exchanger design. This program will utilize modified hardware from a ground test program for the heat exchanger.

  6. Invasive tightly coupled processor arrays

    CERN Document Server

    LARI, VAHID

    2016-01-01

    This book introduces new massively parallel computer (MPSoC) architectures called invasive tightly coupled processor arrays. It proposes strategies, architecture designs, and programming interfaces for invasive TCPAs that allow invading and subsequently executing loop programs with strict requirements or guarantees of non-functional execution qualities such as performance, power consumption, and reliability. For the first time, such a configurable processor array architecture consisting of locally interconnected VLIW processing elements can be claimed by programs, either in full or in part, using the principle of invasive computing. Invasive TCPAs provide unprecedented energy efficiency for the parallel execution of nested loop programs by avoiding any global memory access such as GPUs and may even support loops with complex dependencies such as loop-carried dependencies that are not amenable to parallel execution on GPUs. For this purpose, the book proposes different invasion strategies for claiming a desire...

  7. The 3-loop non-singlet heavy flavor contributions and anomalous dimensions for the structure function F2(x,Q2 and transversity

    Directory of Open Access Journals (Sweden)

    J. Ablinger

    2014-09-01

    Full Text Available We calculate the massive flavor non-singlet Wilson coefficient for the heavy flavor contributions to the structure function F2(x,Q2 in the asymptotic region Q2≫m2 and the associated operator matrix element Aqq,Q(3,NS(N to 3-loop order in Quantum Chromodynamics at general values of the Mellin variable N. This matrix element is associated with the vector current and axial vector current for the even and the odd moments N, respectively. We also calculate the corresponding operator matrix elements for transversity, compute the contributions to the 3-loop anomalous dimensions to O(NF and compare to results in the literature. The 3-loop matching of the flavor non-singlet distribution in the variable flavor number scheme is derived. All results can be expressed in terms of nested harmonic sums in N space and harmonic polylogarithms in x-space. Numerical results are presented for the non-singlet charm quark contribution to F2(x,Q2.

  8. The 3-loop non-singlet heavy flavor contributions and anomalous dimensions for the structure function F2(x,Q2) and transversity

    International Nuclear Information System (INIS)

    Ablinger, J.; Hasselhuhn, A.; Schneider, C.; Manteuffel, A. von

    2014-06-01

    We calculate the massive flavor non-singlet Wilson coefficient for the heavy flavor contributions to the structure function F 2 (x,Q 2 ) in the asymptotic region Q 2 >>m 2 and the associated operator matrix element A (3),NS qq,Q (N) to 3-loop order in Quantum Chromodynamics at general values of the Mellin variable N. This matrix element is associated to the vector current and axial vector current for the even and the odd moments N, respectively. We also calculate the corresponding operator matrix elements for transversity, compute the contributions to the 3-loop anomalous dimensions to O(N F ) and compare to results in the literature. The 3-loop matching of the flavor non-singlet distribution in the variable flavor number scheme is derived. All results can be expressed in terms of nested harmonic sums in N space and harmonic polylogarithms in x-space. Numerical results are presented for the non-singlet charm quark contribution to F 2 (x,Q 2 ).

  9. The 3-loop non-singlet heavy flavor contributions and anomalous dimensions for the structure function F2(x,Q2) and transversity

    International Nuclear Information System (INIS)

    Ablinger, J.; Behring, A.; Blümlein, J.; De Freitas, A.; Hasselhuhn, A.; Manteuffel, A. von; Round, M.; Schneider, C.; Wißbrock, F.

    2014-01-01

    We calculate the massive flavor non-singlet Wilson coefficient for the heavy flavor contributions to the structure function F 2 (x,Q 2 ) in the asymptotic region Q 2 ≫m 2 and the associated operator matrix element A qq,Q (3),NS (N) to 3-loop order in Quantum Chromodynamics at general values of the Mellin variable N. This matrix element is associated with the vector current and axial vector current for the even and the odd moments N, respectively. We also calculate the corresponding operator matrix elements for transversity, compute the contributions to the 3-loop anomalous dimensions to O(N F ) and compare to results in the literature. The 3-loop matching of the flavor non-singlet distribution in the variable flavor number scheme is derived. All results can be expressed in terms of nested harmonic sums in N space and harmonic polylogarithms in x-space. Numerical results are presented for the non-singlet charm quark contribution to F 2 (x,Q 2 )

  10. Risk from cattle trampling to nests of an endangered passerine evaluated using artificial nest experiments and simulations

    Directory of Open Access Journals (Sweden)

    Brian W. Rolek

    2016-06-01

    Full Text Available Grasslands are often grazed by cattle and many grassland birds nest on the ground, potentially exposing nests to trampling. We tested for trampling risk introduced by cattle to nests of endangered Florida Grasshopper Sparrows (Ammodramus savannarum floridanus using experimentally paired grids of artificial nests (i.e., clay targets similar in size to nests of Florida Grasshopper Sparrows and counted the number of clay targets that were broken in paired grazed and ungrazed enclosures. Clay targets in grazed grids were trampled 3.9% more often than their respective ungrazed grids, and measurements of cattle presence or density were correlated with the number of broken clay targets, suggesting that excluding cattle during breeding is an important management recommendation for the Florida Grasshopper Sparrow. Trampling rates within grazed enclosures were spatially homogeneous with respect to cattle infrastructure such as supplemental feeding troughs and fences, and forests and stocking density were poor predictors of trampling rates when excluding ungrazed grids. We used population viability analysis to compare quasi-extinction rates, intrinsic growth rates, and median abundance in grazed and ungrazed Florida Grasshopper Sparrow aggregations to further understand the biological significance of management aimed at reducing trampling rates during the breeding season. Simulations indicated that trampling from grazing increased quasi-extinction rates by 41% while reducing intrinsic growth rates by 0.048, and reducing median abundance by an average of 214 singing males after 50 years. Management should avoid grazing enclosures occupied by Florida Grasshopper Sparrows during the nesting season to minimize trampling rates. Our methods that combine trampling experiments with population viability analysis provide a framework for testing effects from trampling on other grassland ground-nesting birds, and can directly inform conservation and management of the

  11. The reasons for the different nest shapes of Megapis bees

    Directory of Open Access Journals (Sweden)

    Woyke Jerzy

    2016-06-01

    Full Text Available Over a 37-year period, we observed 1011 active bee nests and abandoned combs of Apis dorsata and Apis laboriosa in Nepal, India, the Philippines, and Bhutan. This article focuses on the reasons for the different shapes of the nests. We discovered that differing ambient conditions were the reasons for the following three shapes of symmetrical nests: vertical semi-ellipse, semicircle, and the horizontal semi-ellipse. We noted that asymmetrical nests were constructed when there was lack of space to extend the comb equally in both external directions. An asymmetrical nest also appeared when remnants of a previous comb remained on one edge of the nest. Convex nests were constructed to avoid excess sun exposure. Concave nests appeared as a result of low temperatures during the night and part of the day (Nepal. An L-shape nest was constructed when there was lack of space available to extend the nest in a straight direction. The shape of the nests also determines the way the combs fall.

  12. Comparative evaluation of uniplex, nested, semi-nested, multiplex and nested multiplex PCR methods in the identification of microbial etiology of clinically suspected infectious endophthalmitis.

    Science.gov (United States)

    Bharathi, Madasamy Jayahar; Murugan, Nandagopal; Rameshkumar, Gunasekaran; Ramakrishnan, Rengappa; Venugopal Reddy, Yerahaia Chinna; Shivkumar, Chandrasekar; Ramesh, Srinivasan

    2013-05-01

    This study is aimed to determine the utility of various polymerase chain reaction (PCR) methods in vitreous fluids (VFs) for detecting the infectious genomes in the diagnosis of infectious endophthalmitis in terms of sensitivity and specificity. This prospective and consecutive analysis included a total of 66 VFs that were submitted for the microbiological evaluation, which were obtained from 66 clinically diagnosed endophthalmitis patients presented between November 2010 and October 2011 at the tertiary eye care referral centre in South India. Part of the collected VFs were subjected to cultures and smears, and the remaining parts were utilized for five PCR methods: uniplex, nested, semi-nested, multiplex and nested multiplex after extracting DNA, using universal eubacterial and Propionibacterium acnes species-specific primer sets targeting 16S rRNA gene in all bacteria and P. acnes, and panfungal primers, targeting 28S rRNA gene in all fungi. Of the 66 VFs, five (7.5%) showed positive results in smears, 16 (24%) in cultures and 43 (65%) showed positive results in PCRs. Among the 43 positively amplified VFs, 10 (15%) were positive for P. acnes genome, one for panfungal genome and 42 (62%) for eubacterial genome (including 10 P. acnes positives). Among 42 eubacterial-positive VFs, 36 were positive by both uniplex (first round) and multiplex (first round) PCRs, while nested (second round) and nested multiplex (second round) PCRs produced positive results in 42 and 41 VFs, respectively. Of the 43 PCR-positive specimens, 16 (37%) had positive growth (15 bacterial and one fungal) in culture. Of 50 culture-negative specimens, 27 (54%) were showed positive amplification, of which 10 were amplified for both P. acnes and eubacterial genomes and the remaining 17 were for eubacterial genome alone. Nested PCRs are superior than uniplex and multiplex PCR. PCRs proved to be a powerful tool in the diagnosis of endophthalmitis, especially for detecting uncultured microbes.

  13. Variation in clutch size in relation to nest size in birds.

    Science.gov (United States)

    Møller, Anders P; Adriaensen, Frank; Artemyev, Alexandr; Bańbura, Jerzy; Barba, Emilio; Biard, Clotilde; Blondel, Jacques; Bouslama, Zihad; Bouvier, Jean-Charles; Camprodon, Jordi; Cecere, Francesco; Charmantier, Anne; Charter, Motti; Cichoń, Mariusz; Cusimano, Camillo; Czeszczewik, Dorota; Demeyrier, Virginie; Doligez, Blandine; Doutrelant, Claire; Dubiec, Anna; Eens, Marcel; Eeva, Tapio; Faivre, Bruno; Ferns, Peter N; Forsman, Jukka T; García-Del-Rey, Eduardo; Goldshtein, Aya; Goodenough, Anne E; Gosler, Andrew G; Góźdź, Iga; Grégoire, Arnaud; Gustafsson, Lars; Hartley, Ian R; Heeb, Philipp; Hinsley, Shelley A; Isenmann, Paul; Jacob, Staffan; Järvinen, Antero; Juškaitis, Rimvydas; Korpimäki, Erkki; Krams, Indrikis; Laaksonen, Toni; Leclercq, Bernard; Lehikoinen, Esa; Loukola, Olli; Lundberg, Arne; Mainwaring, Mark C; Mänd, Raivo; Massa, Bruno; Mazgajski, Tomasz D; Merino, Santiago; Mitrus, Cezary; Mönkkönen, Mikko; Morales-Fernaz, Judith; Morin, Xavier; Nager, Ruedi G; Nilsson, Jan-Åke; Nilsson, Sven G; Norte, Ana C; Orell, Markku; Perret, Philippe; Pimentel, Carla S; Pinxten, Rianne; Priedniece, Ilze; Quidoz, Marie-Claude; Remeš, Vladimir; Richner, Heinz; Robles, Hugo; Rytkönen, Seppo; Senar, Juan Carlos; Seppänen, Janne T; da Silva, Luís P; Slagsvold, Tore; Solonen, Tapio; Sorace, Alberto; Stenning, Martyn J; Török, János; Tryjanowski, Piotr; van Noordwijk, Arie J; von Numers, Mikael; Walankiewicz, Wiesław; Lambrechts, Marcel M

    2014-09-01

    Nests are structures built to support and protect eggs and/or offspring from predators, parasites, and adverse weather conditions. Nests are mainly constructed prior to egg laying, meaning that parent birds must make decisions about nest site choice and nest building behavior before the start of egg-laying. Parent birds should be selected to choose nest sites and to build optimally sized nests, yet our current understanding of clutch size-nest size relationships is limited to small-scale studies performed over short time periods. Here, we quantified the relationship between clutch size and nest size, using an exhaustive database of 116 slope estimates based on 17,472 nests of 21 species of hole and non-hole-nesting birds. There was a significant, positive relationship between clutch size and the base area of the nest box or the nest, and this relationship did not differ significantly between open nesting and hole-nesting species. The slope of the relationship showed significant intraspecific and interspecific heterogeneity among four species of secondary hole-nesting species, but also among all 116 slope estimates. The estimated relationship between clutch size and nest box base area in study sites with more than a single size of nest box was not significantly different from the relationship using studies with only a single size of nest box. The slope of the relationship between clutch size and nest base area in different species of birds was significantly negatively related to minimum base area, and less so to maximum base area in a given study. These findings are consistent with the hypothesis that bird species have a general reaction norm reflecting the relationship between nest size and clutch size. Further, they suggest that scientists may influence the clutch size decisions of hole-nesting birds through the provisioning of nest boxes of varying sizes.

  14. Nest site selection by Hypsiboas faber(Anura, Hylidae in Southern Brazil

    Directory of Open Access Journals (Sweden)

    André L. Luza

    2015-12-01

    Full Text Available ABSTRACT Male gladiator frogs of Hypsiboas Wagler, 1830 build nests on available substrate surrounding ponds and streams where female spawn eggs during the breeding period. Although gladiator frogs seem to show plasticity in the way they construct their nests, there is no study reporting if these species present preferences about microhabitat conditions for nest-building (mainly under subtropical climate. Predation pressure and environmental conditions have been considered major processes shaping the great diversity of reproductive strategies performed by amphibians, but microhabitat conditions should explain where to build a nest as well as how nest looks. This study aimed to test nest site selection for nest-building by Hypsiboas faber(Wied-Neuwied, 1821, determining which factors are related to nest site selection and nest features. The survey was conducted at margins of two permanent ponds in Southern Brazil. Habitat factors were evaluated in 18 plots with nest and 18 plots in the surrounding without nest (control, describing vegetation structure and heterogeneity, and substrate characteristics. Water temperature was measured inside the nest and in its adjacency. Nest features assessed were area, depth and temperature. Habitat characteristics differed between plots with and without nest. Microhabitat selected for nest-building was characterized by great vegetation cover and height, as well as shallower water and lower cover of organic matter in suspension than in plots without nest. Differences between temperature inside nest and in its adjacency were not observed. No relationship between nest features and habitat descriptors was evidenced. Results revealed that Hypsiboas faber does not build nests anywhere. Males seem to prefer more protected habitats, probably avoiding predation, invasion of conspecific males and inclement weather. Lack of differences between temperature inside- and outside-nest suggest that nest do not improve this

  15. A multiple-pass ring oscillator based dual-loop phase-locked loop

    International Nuclear Information System (INIS)

    Chen Danfeng; Ren Junyan; Deng Jingjing; Li Wei; Li Ning

    2009-01-01

    A dual-loop phase-locked loop (PLL) for wideband operation is proposed. The dual-loop architecture combines a coarse-tuning loop with a fine-tuning one, enabling a wide tuning range and low voltage-controlled oscillator (VCO) gain without poisoning phase noise and reference spur suppression performance. An analysis of the phase noise and reference spur of the dual-loop PLL is emphasized. A novel multiple-pass ring VCO is designed for the dual-loop application. It utilizes both voltage-control and current-control simultaneously in the delay cell. The PLL is fabricated in Jazz 0.18-μm RF CMOS technology. The measured tuning range is from 4.2 to 5.9 GHz. It achieves a low phase noise of -99 dBc/Hz - 1 MHz offset from a 5.5 GHz carrier.

  16. A multiple-pass ring oscillator based dual-loop phase-locked loop

    Energy Technology Data Exchange (ETDEWEB)

    Chen Danfeng; Ren Junyan; Deng Jingjing; Li Wei; Li Ning, E-mail: dfchen@fudan.edu.c [State Key Laboratory of ASIC and System, Fudan University, Shanghai 201203 (China)

    2009-10-15

    A dual-loop phase-locked loop (PLL) for wideband operation is proposed. The dual-loop architecture combines a coarse-tuning loop with a fine-tuning one, enabling a wide tuning range and low voltage-controlled oscillator (VCO) gain without poisoning phase noise and reference spur suppression performance. An analysis of the phase noise and reference spur of the dual-loop PLL is emphasized. A novel multiple-pass ring VCO is designed for the dual-loop application. It utilizes both voltage-control and current-control simultaneously in the delay cell. The PLL is fabricated in Jazz 0.18-{mu}m RF CMOS technology. The measured tuning range is from 4.2 to 5.9 GHz. It achieves a low phase noise of -99 dBc/Hz - 1 MHz offset from a 5.5 GHz carrier.

  17. Detection of phytoplasma by loop-mediated isothermal amplification of DNA (LAMP).

    Science.gov (United States)

    Obura, E; Masiga, D; Wachira, F; Gurja, B; Khan, Z R

    2011-02-01

    Napier stunt phytoplasma (16SrXI and 16SrIII) in eastern Africa is a serious threat to the expansion of Napier grass (Pennisetum purpureum) farming in the region, where it is widely cultivated as fodder in zero grazing livestock systems. The grass has high potential for bio-fuel production, and has been adopted by farmers as a countermeasure to cereal stem borer Lepidoptera, since it attracts and traps the insect. Diagnosis of stunt phytoplasma have been largely by nested polymerase chain reaction (nPCR) targeting the 16S rRNA gene. However, the method is laborious, costly and technically demanding. This investigation has developed a simpler but effective phytoplasma diagnostic tool, called; loop-mediated isothermal amplification of DNA (LAMP). The assay was tested on 8 symptomatic and 8 asymptomatic plants, while its detection limit was compared to nested PCR using samples serially diluted from 3 ng/μl to 0.38 pg/μl. Molecular typing of LAMP products was determined by BsrI restriction digestion and Southern blot analysis. The assay sensitivity, positive and negative predictive values were estimated, while the specificity was tested on 11 phytoplasma groups. LAMP was specific to 5 phytoplasma groups: 16SrVI, X, XI and XVI. BsrI restriction digestion produced two predicted fragments, and there was specific binding of probe DNA to the LAMP amplicons in Southern blot analysis. The assay sensitivity was 100%, while the positive and negative predictive values were 63 and 100% respectively. LAMP was 20-fold more sensitive than nested PCR. This study validates LAMP for routine diagnosis of Napier stunt and other closely related phytoplasmas. Copyright © 2010 Elsevier B.V. All rights reserved.

  18. Sequence-structure relationships in RNA loops: establishing the basis for loop homology modeling.

    Science.gov (United States)

    Schudoma, Christian; May, Patrick; Nikiforova, Viktoria; Walther, Dirk

    2010-01-01

    The specific function of RNA molecules frequently resides in their seemingly unstructured loop regions. We performed a systematic analysis of RNA loops extracted from experimentally determined three-dimensional structures of RNA molecules. A comprehensive loop-structure data set was created and organized into distinct clusters based on structural and sequence similarity. We detected clear evidence of the hallmark of homology present in the sequence-structure relationships in loops. Loops differing by structures. Thus, our results support the application of homology modeling for RNA loop model building. We established a threshold that may guide the sequence divergence-based selection of template structures for RNA loop homology modeling. Of all possible sequences that are, under the assumption of isosteric relationships, theoretically compatible with actual sequences observed in RNA structures, only a small fraction is contained in the Rfam database of RNA sequences and classes implying that the actual RNA loop space may consist of a limited number of unique loop structures and conserved sequences. The loop-structure data sets are made available via an online database, RLooM. RLooM also offers functionalities for the modeling of RNA loop structures in support of RNA engineering and design efforts.

  19. Automatic numerical integration methods for Feynman integrals through 3-loop

    International Nuclear Information System (INIS)

    De Doncker, E; Olagbemi, O; Yuasa, F; Ishikawa, T; Kato, K

    2015-01-01

    We give numerical integration results for Feynman loop diagrams through 3-loop such as those covered by Laporta [1]. The methods are based on automatic adaptive integration, using iterated integration and extrapolation with programs from the QUADPACK package, or multivariate techniques from the ParInt package. The Dqags algorithm from QuadPack accommodates boundary singularities of fairly general types. PARINT is a package for multivariate integration layered over MPI (Message Passing Interface), which runs on clusters and incorporates advanced parallel/distributed techniques such as load balancing among processes that may be distributed over a network of nodes. Results are included for 3-loop self-energy diagrams without IR (infra-red) or UV (ultra-violet) singularities. A procedure based on iterated integration and extrapolation yields a novel method of numerical regularization for integrals with UV terms, and is applied to a set of 2-loop self-energy diagrams with UV singularities. (paper)

  20. Factors affecting nesting success in the Great-crested Grebe ...

    African Journals Online (AJOL)

    The overall nesting success was 70.4% (N = 209), with nest failure caused mainly by predation (65%) and flooding (23%). Breeding outcome was significantly and positively related to nest size, with bigger nests conferring better survival to eggs and young probably through affording better protection during spells of adverse ...

  1. Nesting ecology and nest success of the Blue Grosbeak along two rivers in New Mexico

    Science.gov (United States)

    Jean-Luc E. Cartron; Deborah M. Finch; David L. Hawksworth; Scott H. Stoleson

    2013-01-01

    From 1997 through 2008, we studied the nesting habits and nest success of the Blue Grosbeak (Passerina cerulean) along the middle Gila River (1997-2001) and the middle Rio Grande (2000-2008) in New Mexico. A riparian forest of cottonwoods grows along both rivers. but the forest along the Rio Grande is a much more intensively managed ecosystem, with an understory...

  2. Facultative nest patch shifts in response to nest predation risk in the Brewer's sparrow: a "win-stay, lose-switch" strategy?

    Science.gov (United States)

    Anna D. Chalfoun; Thomas E. Martin

    2010-01-01

    Facultative shifts in nesting habitat selection in response to perceived predation risk may allow animals to increase the survival probability of sessile offspring. Previous studies on this behavioral strategy have primarily focused on single attributes, such as the distance moved or changes in nesting substrate. However, nest site choice often encompasses multiple...

  3. Population trends and survival of nesting green sea turtles Chelonia mydas on Aves Island, Venezuela

    Science.gov (United States)

    Garcia-Cruz, Marco A.; Lampo, Margarita; Peñaloza, Claudia L.; Kendall, William L.; Solé, Genaro; Rodriguez-Clark, Kathryn M.

    2015-01-01

    Long-term demographic data are valuable for assessing the effect of anthropogenic impacts on endangered species and evaluating recovery programs. Using a 2-state open robust design model, we analyzed mark-recapture data from green turtles Chelonia mydas sighted between 1979 and 2009 on Aves Island, Venezuela, a rookery heavily impacted by human activities before it was declared a wildlife refuge in 1972. Based on the encounter histories of 7689 nesting females, we estimated the abundance, annual survival, and remigration intervals for this population. Female survival varied from 0.14-0.91, with a mean of 0.79, which is low compared to survival of other populations from the Caribbean (mean = 0.84) and Australia (mean = 0.95), even though we partially corrected for tag loss, which is known to negatively bias survival estimates. This supports prior suggestions that Caribbean populations in general, and the Aves Island population in particular, may be more strongly impacted than populations elsewhere. It is likely that nesters from this rookery are extracted while foraging in remote feeding grounds where hunting still occurs. Despite its relatively low survival, the nesting population at Aves Island increased during the past 30 years from approx. 500 to >1000 nesting females in 2009. Thus, this population, like others in the Caribbean and the Atlantic, seems to be slowly recovering following protective management. Although these findings support the importance of long-term conservation programs aimed at protecting nesting grounds, they also highlight the need to extend management actions to foraging grounds where human activities may still impact green turtle populations.

  4. Chronic hypoxic incubation blunts a cardiovascular reflex loop in embryonic American alligator (Alligator mississippiensis).

    Science.gov (United States)

    Eme, John; Hicks, James W; Crossley, Dane A

    2011-10-01

    Hypoxia is a naturally occurring environmental challenge for embryonic non-avian reptiles, and this study is the first to investigate the impact of chronic hypoxia on a possible chemoreflex loop in a developing non-avian reptile. We measured heart rate and blood pressure in normoxic and hypoxic-incubated (10% O(2)) American alligator embryos (Alligator mississippiensis) at 70 and 90/95% of development. We hypothesized that hypoxic incubation would blunt embryonic alligators' response to a reflex loop stimulated by phenylbiguanide (PBG), a 5-HT(3) receptor agonist that stimulates vagal pulmonary C-fiber afferents. PBG injection caused a hypotensive bradycardia in 70 and 95% of development embryos (paired t tests, P alligator, with an extended length of time between each developmental stage relative to avian species, may provide an excellent model to test the cardiorespiratory effects of prolonged exposure to changes in atmospheric gases. This extended period allows for lengthy studies at each stage without the transition to a new stage, and the natural occurrence of hypoxia and hypercapnia in crocodilian nests makes this stress ecologically and evolutionarily relevant.

  5. Nest mortality of sagebrush songbirds due to a severe hailstorm

    Science.gov (United States)

    Hightower, Jessica N.; Carlisle, Jason D.; Chalfoun, Anna D.

    2018-01-01

    Demographic assessments of nesting birds typically focus on failures due to nest predation or brood parasitism. Extreme weather events such as hailstorms, however, can also destroy eggs and injure or kill juvenile and adult birds at the nest. We documented the effects of a severe hailstorm on 3 species of sagebrush-associated songbirds: Sage Thrasher (Oreoscoptes montanus), Brewer's Sparrow (Spizella breweri), and Vesper Sparrow (Pooecetes gramineus), nesting at eight 24 ha study plots in central Wyoming, USA. Across all plots, 17% of 128 nests failed due to the hailstorm; however, all failed nests were located at a subset of study plots (n = 3) where the hailstorm was most intense, and 45% of all nests failures on those plots were due to hail. Mortality rates varied by species, nest architecture, and nest placement. Nests with more robust architecture and those sited more deeply under the shrub canopy were more likely to survive the hailstorm, suggesting that natural history traits may modulate mortality risk due to hailstorms. While sporadic in nature, hailstorms may represent a significant source of nest failure to songbirds in certain locations, especially with increasing storm frequency and severity forecasted in some regions with ongoing climate change.

  6. Determinants of abundance and effects of blood-sucking flying insects in the nest of a hole-nesting bird.

    Science.gov (United States)

    Tomás, Gustavo; Merino, Santiago; Martínez-de la Puente, Josué; Moreno, Juan; Morales, Judith; Lobato, Elisa

    2008-05-01

    Compared to non-flying nest-dwelling ectoparasites, the biology of most species of flying ectoparasites and its potential impact on avian hosts is poorly known and rarely, if ever, reported. In this study we explore for the first time the factors that may affect biting midge (Diptera: Ceratopogonidae) and black fly (Diptera: Simuliidae) abundances in the nest cavity of a bird, the hole-nesting blue tit Cyanistes caeruleus, and report their effects on adults and nestlings during reproduction. The abundance of biting midges was positively associated with nest mass, parental provisioning effort and abundance of blowflies and black flies, while negatively associated with nestling condition. Furthermore, a medication treatment to reduce blood parasitaemias in adult birds revealed that biting midges were more abundant in nests of females whose blood parasitaemias were experimentally reduced. This finding would be in accordance with these insect vectors attacking preferentially uninfected or less infected hosts to increase their own survival. The abundance of black flies in the population was lower than that of biting midges and increased in nests with later hatching dates. No significant effect of black fly abundance on adult or nestling condition was detected. Blood-sucking flying insects may impose specific, particular selection pressures on their hosts and more research is needed to better understand these host-parasite associations.

  7. Nesting behavior of Palila, as assessed from video recordings

    Science.gov (United States)

    Laut, M.E.; Banko, P.C.; Gray, E.M.

    2003-01-01

    We quantified nesting behavior of Palila (Loxiodes bailleui), an endangered Hawaiian honeycreeper, by recording at nests during three breeding seasons using a black-and-white video camera connected to a Videocassette recorder. A total of seven nests was observed. We measured the following factors for daylight hours: percentage of time the female was on the nest (attendance), length of attendance bouts by the female, length of nest recesses, and adult provisioning rates. Comparisons were made between three stages of the 40-day nesting cycle: incubation (day 1-day 16), early nestling stage (day 17-day 30 [i.e., nestlings ??? 14 days old]), and late nestling stage (day 31-day 40 [i.e., nestlings > 14 days old]). Of seven nests observed, four fledged at least one nestling and three failed. One of these failed nests was filmed being depredated by a feral cat (Felis catus). Female nest attendance was near 82% during the incubation stage and decreased to 21% as nestlings aged. We did not detect a difference in attendance bout length between stages of the nesting cycle. Mean length of nest recesses increased from 4.5 min during the incubation stage to over 45 min during the late nestling stage. Mean number of nest recesses per hour ranged from 1.6 to 2.0. Food was delivered to nestlings by adults an average of 1.8 times per hour for the early nestling stage and 1.5 times per hour during the late nestling stage and did not change over time. Characterization of parental behavior by video had similarities to but also key differences from findings taken from blind observations. Results from this study will facilitate greater understanding of Palila reproductive strategies.

  8. A review of the nest protection hypothesis: does inclusion of fresh green plant material in birds' nests reduce parasite infestation?

    Science.gov (United States)

    Scott-Baumann, James F; Morgan, Eric R

    2015-07-01

    The use of aromatic plants and their essential oils for ectoparasite treatment is a field of growing interest. Several species of birds regularly introduce aromatic herbs into their nests putatively to reduce parasites. The behaviour is most often seen in cavity nesting birds and after nest building has finished. The plants are included in a non-structural manner and are often strongly aromatic. Various different hypotheses have been proposed regarding the function of this behaviour; from the plants altering some non-living factor in the nest (crypsis, water loss and insulation hypotheses) to them being involved in mate selection (mate hypothesis) or even having a beneficial effect, direct or indirect, on chicks (drug or nest protection hypothesis, NPH). Many studies have been carried out over the years observing and experimentally testing these hypotheses. This review focuses on studies involving the most popular of these hypotheses, the NPH: that plants decrease nest parasites or pathogens, thereby conveying positive effects to the chicks, allowing the behaviour to evolve. Studies providing observational evidence towards this hypothesis and those experimentally testing it are discussed.

  9. French nuclear plant safeguard pump qualification testing: EPEC test loop

    International Nuclear Information System (INIS)

    Guesnon, H.

    1985-01-01

    This paper reviews the specifications to which nuclear power plant safeguard pumps must be qualified, and surveys the qualification methods and program used in France to verify operability of the pump assembly and major pump components. The EPEC test loop is described along with loop capabilities and acheivements up to now. This paper shows, through an example, the Medium Pressure Safety Injection Pump designed for service in 1300 MW nuclear power plants, and the interesting possibilities offered by qualification testing

  10. Effectiveness of nest site restoration for the endangered northern map turtle : report 2 : use of artificial nesting sites and wildlife exclusion fences to enhance nesting success : research summary.

    Science.gov (United States)

    2016-10-01

    The Northern Map Turtle, is a state Endangered Species, found only in the : lower Susquehanna River in Maryland. The only area where nests of this : species are not heavily impacted by predators is in the town of Port Deposit. : However, turtles nest...

  11. Effects of intraguild predators on nest-site selection by prey.

    Science.gov (United States)

    Huang, Wen-San; Pike, David A

    2012-01-01

    Nest-site selection involves tradeoffs between the risk of predation (on females and/or nests) and nest-site quality (microenvironment), and consequently suitable nesting sites are often in limited supply. Interactions with "classical" predators (e.g., those not competing for shared resources) can strongly influence nest-site selection, but whether intraguild predation also influences this behavior is unknown. We tested whether risk of predation from an intraguild predator [the diurnal scincid lizard Eutropis (Mabuya) longicaudata] influences nest-site selection by its prey (the nocturnal gecko Gekko hokouensis) on Orchid Island, Taiwan. These two species putatively compete for shared resources, including invertebrate prey and nesting microhabitat, but the larger E. longicaudata also predates G. hokouensis (but not its hard-shelled eggs). Both species nested within a concrete wall containing a series of drainage holes that have either one ("closed-in") or two openings ("open"). In allopatry, E. longicaudata preferred to nest within holes that were plugged by debris (thereby protecting eggs from water intrusion), whereas G. hokouensis selected holes that were open at both ends (facilitating escape from predators). When we experimentally excluded E. longicaudata from its preferred nesting area, G. hokouensis not only nested in higher abundances, but also modified its nest-site selection, such that communal nesting was more prevalent and both open and closed-in holes were used equally. Egg viability was unaffected by the choice of hole type, but was reduced slightly (by 7%) in the predator exclusion area (presumably due to higher local incubation temperatures). Our field experiment demonstrates that intraguild predators can directly influence the nest density of prey by altering maternal nest-site selection behavior, even when the predator and prey are active at different times of day and the eggs are not at risk of predation.

  12. Observations of sea turtles nesting on Misali islan, Pemba | Pharoah ...

    African Journals Online (AJOL)

    A nest-recording programme has collected data over five years from turtles nesting on Misali Island, off the West coast of Pemba, Tanzania. Five species of sea turtle are known to occur in Zanzibar waters, two of these species nested regularly on the island, with green turtle nests outnumbering hawksbill turtle nests by a ...

  13. LOOP- SIMULATION OF THE AUTOMATIC FREQUENCY CONTROL SUBSYSTEM OF A DIFFERENTIAL MINIMUM SHIFT KEYING RECEIVER

    Science.gov (United States)

    Davarian, F.

    1994-01-01

    The LOOP computer program was written to simulate the Automatic Frequency Control (AFC) subsystem of a Differential Minimum Shift Keying (DMSK) receiver with a bit rate of 2400 baud. The AFC simulated by LOOP is a first order loop configuration with a first order R-C filter. NASA has been investigating the concept of mobile communications based on low-cost, low-power terminals linked via geostationary satellites. Studies have indicated that low bit rate transmission is suitable for this application, particularly from the frequency and power conservation point of view. A bit rate of 2400 BPS is attractive due to its applicability to the linear predictive coding of speech. Input to LOOP includes the following: 1) the initial frequency error; 2) the double-sided loop noise bandwidth; 3) the filter time constants; 4) the amount of intersymbol interference; and 5) the bit energy to noise spectral density. LOOP output includes: 1) the bit number and the frequency error of that bit; 2) the computed mean of the frequency error; and 3) the standard deviation of the frequency error. LOOP is written in MS SuperSoft FORTRAN 77 for interactive execution and has been implemented on an IBM PC operating under PC DOS with a memory requirement of approximately 40K of 8 bit bytes. This program was developed in 1986.

  14. LOOP CALCULUS AND BELIEF PROPAGATION FOR Q-ARY ALPHABET: LOOP TOWER

    Energy Technology Data Exchange (ETDEWEB)

    CHERTKOV, MICHAEL [Los Alamos National Laboratory; CHERNYAK, VLADIMIR [Los Alamos National Laboratory

    2007-01-10

    Loop calculus introduced in [1], [2] constitutes a new theoretical tool that explicitly expresses symbol Maximum-A-Posteriori (MAP) solution of a general statistical inference problem via a solution of the Belief Propagation (BP) equations. This finding brought a new significance to the BP concept, which in the past was thought of as just a loop-free approximation. In this paper they continue a discussion of the Loop Calculus, partitioning the results into three Sections. In Section 1 they introduce a new formulation of the Loop Calculus in terms of a set of transformations (gauges) that keeping the partition function of the problem invariant. The full expression contains two terms referred to as the 'ground state' and 'excited states' contributions. The BP equations are interpreted as a special (BP) gauge fixing condition that emerges as a special orthogonality constraint between the ground state and excited states, which also selects loop contributions as the only surviving ones among the excited states. In Section 2 they demonstrate how the invariant interpretation of the Loop Calculus, introduced in Section 1, allows a natural extension to the case of a general q-ary alphabet, this is achieved via a loop tower sequential construction. The ground level in the tower is exactly equivalent to assigning one color (out of q available) to the 'ground state' and considering all 'excited' states colored in the remaining (q-1) colors, according to the loop calculus rule. Sequentially, the second level in the tower corresponds to selecting a loop from the previous step, colored in (q-1) colors, and repeating the same ground vs excited states splitting procedure into one and (q-2) colors respectively. The construction proceeds till the full (q-1)-levels deep loop tower (and the corresponding contributions to the partition function) are established. In Section 3 they discuss an ultimate relation between the loop calculus and the Bethe

  15. Field-Based Teacher Research: How Teachers and Scientists Working Together Answers Questions about Turtle Nesting Ecology while Enhancing Teachers' Inquiry Skills

    Science.gov (United States)

    Winters, J. M.; Jungblut, D.; Catena, A. N.; Rubenstein, D. I.

    2013-12-01

    Providing rigorous academic supplement to a professional development program for teachers, QUEST is a fusion of Drexel University's environmental science research department with Princeton University's Program in Teacher Preparation. Completed in the summers of 2012 (in partnership with Earthwatch) and 2013 in Barnegat Bay, New Jersey, QUEST's terrapin field research program enhances K-12 teachers' ecological knowledge, develops inquiry-based thinking in the classroom, and builds citizen science engagement. With a focus on quality question development and data analysis to answer questions, teachers are coached in developing, implementing, and presenting independent research projects on diamondback terrapin nesting ecology. As a result, teachers participating in QUEST's week long program bring a realistic example of science in action into their classrooms, helping to develop their own students' critical thinking skills. For teachers, this program provides training towards educating students on how to do real and imaginative science - subsequently sending students to university better prepared to engage in their own independent research. An essential component of the collaboration through QUEST, in addition to the teacher's experience during and after the summer institute, is the research data collected which supplements that of the Principal Investigator. In 2012, by documenting terrapin nest site predators, teachers gained valuable scientific experience, while Drexel acquired important ecological data which would have not been able to be collected otherwise. In 2013, teachers helped answer important questions about terrapin nesting success post Superstorm Sandy. In fact, the 2013 QUEST teachers are the first to visualize the frighteningly increased erosion of a primary terrapin nesting site due to Sandy; showing how most terrapin nests now lie in the bay, instead of safe on shore. Teachers comment that interacting with scientists in the field, and contributing to

  16. Is it safe to nest near conspicuous neighbours? Spatial patterns in predation risk associated with the density of American Golden-Plover nests

    OpenAIRE

    Marie-Andrée Giroux; Myriam Trottier-Paquet; Joël Bêty; Vincent Lamarre; Nicolas Lecomte

    2016-01-01

    Predation is one of the main factors explaining nesting mortality in most bird species. Birds can avoid nest predation or reduce predation pressure by breeding at higher latitude, showing anti-predator behaviour, selecting nest sites protected from predators, and nesting in association with protective species. American Golden-Plovers (Pluvialis dominica) defend their territory by using various warning and distraction behaviours displayed at varying levels of intensity (hereafter ?conspicuous ...

  17. Efficient processing of containment queries on nested sets

    NARCIS (Netherlands)

    Ibrahim, A.; Fletcher, G.H.L.

    2013-01-01

    We study the problem of computing containment queries on sets which can have both atomic and set-valued objects as elements, i.e., nested sets. Containment is a fundamental query pattern with many basic applications. Our study of nested set containment is motivated by the ubiquity of nested data in

  18. Conservation implications when the nest predators are known

    Science.gov (United States)

    Ribic, Christine; Thompson, Frank

    2012-01-01

    Conservation and management of passerines has largely focused on habitat manipulation or restoration because the natural communities on which these birds depend have been destroyed and fragmented. However, productivity is another important aspect of avian conservation, and nest predation can be a large source of nesting mortality for passerines. Recent studies using video surveillance to identify nest predators allow researchers to start evaluating what methods could be used to mitigate nest predation to help passerines of conservation concern. From recent studies, we identified latitudinal and habitat-related patterns in the importance of predator groups that depredate passerine nests. We then reviewed how knowledge of specific nest predators can benefit conservation of bird species of concern. Mammals were the dominant predator group in northern grasslands. Snakes were the dominant predator group in southern habitats. Fire ants were only a nest predator in southern latitudes. Differences in the importance of predator species or groups were likely the result of both their geographic patterns of distribution and habitat preferences. Some direct and indirect predator control measures developed for waterfowl management potentially could be used to benefit passerine productivity. We reviewed three examples-cowbirds, snakes in shrublands, and ground squirrels in grasslands-to illustrate how different predator control strategies may be needed in different situations. Mitigation of passerine nest predation will need to be based on knowledge of predator communities to be effective. This requires large samples of predation events with identified predators; video technology is essential for this task.

  19. Storm water monitoring along loop 202 and Salt River.

    Science.gov (United States)

    2010-10-01

    A comprehensive research program for the characterization of storm water runoff from an Arizona : highway was conducted from January through December 2007. The study area covered a portion of : the Loop 202 freeway west of Mesa Drive to a retention b...

  20. Demonstration of EnergyNest thermal energy storage (TES) technology

    Science.gov (United States)

    Hoivik, Nils; Greiner, Christopher; Tirado, Eva Bellido; Barragan, Juan; Bergan, Pâl; Skeie, Geir; Blanco, Pablo; Calvet, Nicolas

    2017-06-01

    This paper presents the experimental results from the EnergyNest 2 × 500 kWhth thermal energy storage (TES) pilot system installed at Masdar Institute of Science & Technology Solar Platform. Measured data are shown and compared to simulations using a specially developed computer program to verify the stability and performance of the TES. The TES is based on a solid-state concrete storage medium (HEATCRETE®) with integrated steel tube heat exchangers cast into the concrete. The unique concrete recipe used in the TES has been developed in collaboration with Heidelberg Cement; this material has significantly higher thermal conductivity compared to regular concrete implying very effective heat transfer, at the same time being chemically stable up to 450 °C. The demonstrated and measured performance of the TES matches the predictions based on simulations, and proves the operational feasibility of the EnergyNest concrete-based TES. A further case study is analyzed where a large-scale TES system presented in this article is compared to two-tank indirect molten salt technology.

  1. Landscape-moderated bird nest predation in hedges and forest edges

    Science.gov (United States)

    Ludwig, Martin; Schlinkert, Hella; Holzschuh, Andrea; Fischer, Christina; Scherber, Christoph; Trnka, Alfréd; Tscharntke, Teja; Batáry, Péter

    2012-11-01

    Landscape-scale agricultural intensification has caused severe declines in biodiversity. Hedges and forest remnants may mitigate biodiversity loss by enhancing landscape heterogeneity and providing habitat to a wide range of species, including birds. However, nest predation, the major cause of reproductive failure of birds, has been shown to be higher in forest edges than in forest interiors. Little is known about how spatial arrangement (configuration) of hedges affects the avian nest predation. We performed an experiment with artificial ground and elevated nests (resembling yellowhammer and whitethroat nests) baited with quail and plasticine eggs. Nests were placed in three habitat types with different degrees of isolation from forests: forest edges, hedges connected to forests and hedges isolated from forests. Nest predation was highest in forest edges, lowest in hedges connected to forests and intermediate in isolated hedges. In the early breeding season, we found similar nest predation on ground and elevated nests, but in the late breeding season nest predation was higher on ground nests than on elevated nests. Small mammals were the main predators of ground nests and appeared to be responsible for the increase in predation from early to late breeding season, whereas the elevated nests were mainly depredated by small birds and small mammals. High predation pressure at forest edges was probably caused by both forest and open-landscape predators. The influence of forest predators may be lower at hedges, leading to lower predation pressure than in forest edges. Higher predation pressure in isolated than connected hedges might be an effect of concentration of predators in these isolated habitats. We conclude that landscape configuration of hedges is important in nest predation, with connected hedges allowing higher survival than isolated hedges and forest edges.

  2. Timing, Nest Site Selection and Multiple Breeding in House Martins: Age-Related Variation and the Preference for Self-Built Mud Nests

    NARCIS (Netherlands)

    Piersma, T.

    2013-01-01

    Almost all accounts of the reproductive biology of House Martins Delichon urbicum are based on studies of birds breeding in artificial nests that are monitored every few days. Here, I provide a study on House Martins using self-built mud nests at a single colony in Gaast, The Netherlands (225 nest

  3. Timing, nest site selection and multiple breeding in House Martins : age-related variation and the preference for self-built mud nests

    NARCIS (Netherlands)

    Piersma, Theunis

    2013-01-01

    Almost all accounts of the reproductive biology of House Martins Delichon urbicum are based on studies of birds breeding in artificial nests that are monitored every few days. Here, I provide a study on House Martins using self-built mud nests at a single colony in Gaast, The Netherlands (225 nest

  4. Introduction to Loop Heat Pipes

    Science.gov (United States)

    Ku, Jentung

    2015-01-01

    This is the presentation file for the short course Introduction to Loop Heat Pipes, to be conducted at the 2015 Thermal Fluids and Analysis Workshop, August 3-7, 2015, Silver Spring, Maryland. This course will discuss operating principles and performance characteristics of a loop heat pipe. Topics include: 1) pressure profiles in the loop; 2) loop operating temperature; 3) operating temperature control; 4) loop startup; 4) loop shutdown; 5) loop transient behaviors; 6) sizing of loop components and determination of fluid inventory; 7) analytical modeling; 8) examples of flight applications; and 9) recent LHP developments.

  5. Reactor loops at Chalk River

    International Nuclear Information System (INIS)

    Sochaski, R.O.

    1962-07-01

    This report describes broadly the nine in-reactor loops, and their components, located in and around the NRX and NRU reactors at Chalk River. First an introduction and general description is given of the loops and their function, supplemented with a table outlining some loop specifications and nine simplified flow sheets, one for each individual loop. The report then proceeds to classify each loop into two categories, the 'main loop circuit' and the 'auxiliary circuit', and descriptions are given of each circuit's components in turn. These components, in part, are comprised of the main loop pumps, the test section, loop heaters, loop coolers, delayed-neutron monitors, surge tank, Dowtherm coolers, loop piping. Here again photographs, drawings and tables are included to provide a clearer understanding of the descriptive literature and to include, in tables, some specifications of the more important components in each loop. (author)

  6. On a Continuum Limit for Loop Quantum Cosmology

    International Nuclear Information System (INIS)

    Corichi, Alejandro; Vukasinac, Tatjana; Zapata, Jose Antonio

    2008-01-01

    The use of non-regular representations of the Heisenberg-Weyl commutation relations has proved to be useful for studying conceptual and technical issues in quantum gravity. Of particular relevance is the study of Loop Quantum Cosmology (LQC), symmetry reduced theory that is related to Loop Quantum Gravity, and that is based on a non-regular, polymeric representation. Recently, a soluble model was used by Ashtekar, Corichi and Singh to study the relation between Loop Quantum Cosmology and the standard Wheeler-DeWitt theory and, in particular, the passage to the limit in which the auxiliary parameter (interpreted as ''quantum geometry discreetness'') is sent to zero in hope to get rid of this 'regulator' that dictates the LQC dynamics at each 'scale'. In this note we outline the first steps toward reformulating this question within the program developed by the authors for studying the continuum limit of polymeric theories, which was successfully applied to simple systems such as a Simple Harmonic Oscillator

  7. Does cooperation mean kinship between spatially discrete ant nests?

    Science.gov (United States)

    Procter, Duncan S; Cottrell, Joan E; Watts, Kevin; A'Hara, Stuart W; Hofreiter, Michael; Robinson, Elva J H

    2016-12-01

    Eusociality is one of the most complex forms of social organization, characterized by cooperative and reproductive units termed colonies. Altruistic behavior of workers within colonies is explained by inclusive fitness, with indirect fitness benefits accrued by helping kin. Members of a social insect colony are expected to be more closely related to one another than they are to other conspecifics. In many social insects, the colony can extend to multiple socially connected but spatially separate nests (polydomy). Social connections, such as trails between nests, promote cooperation and resource exchange, and we predict that workers from socially connected nests will have higher internest relatedness than those from socially unconnected, and noncooperating, nests. We measure social connections, resource exchange, and internest genetic relatedness in the polydomous wood ant Formica lugubris to test whether (1) socially connected but spatially separate nests cooperate, and (2) high internest relatedness is the underlying driver of this cooperation. Our results show that socially connected nests exhibit movement of workers and resources, which suggests they do cooperate, whereas unconnected nests do not. However, we find no difference in internest genetic relatedness between socially connected and unconnected nest pairs, both show high kinship. Our results suggest that neighboring pairs of connected nests show a social and cooperative distinction, but no genetic distinction. We hypothesize that the loss of a social connection may initiate ecological divergence within colonies. Genetic divergence between neighboring nests may build up only later, as a consequence rather than a cause of colony separation.

  8. The Role of Non-Foraging Nests in Polydomous Wood Ant Colonies.

    Science.gov (United States)

    Ellis, Samuel; Robinson, Elva J H

    2015-01-01

    A colony of red wood ants can inhabit more than one spatially separated nest, in a strategy called polydomy. Some nests within these polydomous colonies have no foraging trails to aphid colonies in the canopy. In this study we identify and investigate the possible roles of non-foraging nests in polydomous colonies of the wood ant Formica lugubris. To investigate the role of non-foraging nests we: (i) monitored colonies for three years; (ii) observed the resources being transported between non-foraging nests and the rest of the colony; (iii) measured the amount of extra-nest activity around non-foraging and foraging nests. We used these datasets to investigate the extent to which non-foraging nests within polydomous colonies are acting as: part of the colony expansion process; hunting and scavenging specialists; brood-development specialists; seasonal foragers; or a selfish strategy exploiting the foraging effort of the rest of the colony. We found that, rather than having a specialised role, non-foraging nests are part of the process of colony expansion. Polydomous colonies expand by founding new nests in the area surrounding the existing nests. Nests founded near food begin foraging and become part of the colony; other nests are not founded near food sources and do not initially forage. Some of these non-foraging nests eventually begin foraging; others do not and are abandoned. This is a method of colony growth not available to colonies inhabiting a single nest, and may be an important advantage of the polydomous nesting strategy, allowing the colony to expand into profitable areas.

  9. Some problems of the origin of galaxy nests

    International Nuclear Information System (INIS)

    Metlov, V.G.

    1979-01-01

    The origin of galaxy nests have been studied. The nests of galaxies consist of a few (more than two) galaxies in contact with each other and strongly distorted by mutual interaction. Their colour, geometrical and morphological characteristics are compared with ones of ordinary galaxies and groups of galaxies. Conclusions are drawn that 5% to 15% of the total number of nests may be the evolutionary products of tight groups of galaxies (with diameter 11 Msub(Sun)). About half of such objects consist of elliptical galaxies. Galaxies in sufficiently tight groups may merge in consequence of dynamical friction. The remaining (85-95%) nests origin may be possibly explained by different kinds of instabilities in certain flat galaxies, with transformation of one galaxy to the nest, or by interaction of two galaxies containing large amounts of gas and consequent intensive star formation in very large regions, or by other causes. To establish relative contribution of each possible phenomenon in nests origin, it is required to carry out further detailed investigations of these objects

  10. No evidence for UV-based nest-site selection in sticklebacks

    Directory of Open Access Journals (Sweden)

    Bakker Theo CM

    2006-11-01

    Full Text Available Abstract Background Nests are built in various animal taxa including fish. In systems with exclusive male parental care, the choice of a nest site may be an important component of male fitness. The nest site may influence male attractiveness as a mate, and male, embryo, and juvenile survival probabilities. Reproductively active three-spined stickleback males establish and defend a territory in which they build a nest. Territories can differ remarkably in qualities that influence male and female reproductive success like predation risk or abiotic factors such as dissolved oxygen concentration or lighting conditions. The latter may be important because in sticklebacks the extended visual capability into the ultraviolet (UV wave range plays a role in female mate choice. Males are thus expected to be choosy about the habitat in which they will build their nest. Results We tested nest-site choice in male three-spined sticklebacks with respect to different UV lighting conditions. Reproductively active males were given the simultaneous choice to build their nest either in an UV-rich (UV+ or an UV-lacking (UV- environment. Males exhibited no significant nest-site preferences with respect to UV+ or UV-. However, larger males and also heavier ones completed their nests earlier. Conclusion We found that UV radiation as well as differences in luminance had no influence on nest-site choice in three-spined sticklebacks. Males that built in the UV-rich environment were not different in any trait (body traits and UV reflection traits from males that built in the UV-poor environment. There was a significant effect of standard length and body mass on the time elapsed until nest completion in the UV experiment. The larger and heavier a male, the faster he completed his nest. In the brightness control experiment there was a significant effect only of body mass on the duration of nest completion. Whether nest building preferences with respect to UV lighting

  11. Variation in clutch size in relation to nest size in birds

    OpenAIRE

    Moller Anders P.; Adriaensen Frank; Artemyev Alexandr; Banbura Jerzy; Barba Emilio; Biard Clotilde; Blondel Jacques; Bouslama Zihad; Bouvier Jean-Charles; Camprodon Jordi; Cecere Francesco; Charmantier Anne; Charter Motti; Cichon Mariusz; Cusimano Camillo

    2014-01-01

    © 2014 The Authors. Nests are structures built to support and protect eggs and/or offspring from predators, parasites, and adverse weather conditions. Nests are mainly constructed prior to egg laying, meaning that parent birds must make decisions about nest site choice and nest building behavior before the start of egg-laying. Parent birds should be selected to choose nest sites and to build optimally sized nests, yet our current understanding of clutch size-nest size relationships is limited...

  12. Exact calculation of loop formation probability identifies folding motifs in RNA secondary structures

    Science.gov (United States)

    Sloma, Michael F.; Mathews, David H.

    2016-01-01

    RNA secondary structure prediction is widely used to analyze RNA sequences. In an RNA partition function calculation, free energy nearest neighbor parameters are used in a dynamic programming algorithm to estimate statistical properties of the secondary structure ensemble. Previously, partition functions have largely been used to estimate the probability that a given pair of nucleotides form a base pair, the conditional stacking probability, the accessibility to binding of a continuous stretch of nucleotides, or a representative sample of RNA structures. Here it is demonstrated that an RNA partition function can also be used to calculate the exact probability of formation of hairpin loops, internal loops, bulge loops, or multibranch loops at a given position. This calculation can also be used to estimate the probability of formation of specific helices. Benchmarking on a set of RNA sequences with known secondary structures indicated that loops that were calculated to be more probable were more likely to be present in the known structure than less probable loops. Furthermore, highly probable loops are more likely to be in the known structure than the set of loops predicted in the lowest free energy structures. PMID:27852924

  13. Qualification program for JHR fuel elements: Irradiation of the first JHR test assembly in the BR2-Evita loop

    International Nuclear Information System (INIS)

    Anselmet, M.-C.; Lemoine, P.; Koonen, E.; Benoit, P.; Gouat, P.; Claes, W.; Geens, F.; Miras, G.; Brisson, S.

    2010-01-01

    An experimental program has been designed by CEA to qualify the behaviour of the JHR fuel under conditions representative of the reactor operating ones. This program uses the SCK.CEN facilities, irradiating JHR lead test elements in the BR2 reactor, inside its central channel which has been particularly arranged for this objective (Evita loop). As a first step in the program, a two cycle irradiation (4 weeks by cycle) started mid-July 2009 and ended mid-November (EVITA-1). After a cooling phase, this first JHR lead test element will be submitted to post-irradiation examination. The second JHR test element began its irradiation in the first quarter of 2010; its unloading is planned before the end of 2010, after 5 cycles in the BR2 reactor. The results of these two experiments are expected as input information for the Safety Authority Report. This paper presents the qualification program with the objectives assigned to each phase (irradiation, examination). A first interpretation of the irradiation data for the first element is presented, so as the information available on the progress of the following phases of the programme. (author)

  14. Local habitat and landscape influence predation of bird nests on afforested Mediterranean cropland

    Science.gov (United States)

    Sánchez-Oliver, J. S.; Rey Benayas, J. M.; Carrascal, L. M.

    2014-07-01

    Afforestation programs such as the one promoted by the EU Common Agrarian Policy have contributed to spread tree plantations on former cropland. Nevertheless these afforestations may cause severe damage to open habitat species, especially birds of high conservation value. We investigated predation of artificial bird nests at young tree plantations and at the open farmland habitat adjacent to the tree plantations in central Spain. Predation rates were very high at both tree plantations (95.6%) and open farmland habitat (94.2%) after two and three week exposure. Plantation edge/area ratio and development of the tree canopy decreased predation rates and plantation area and magpie (Pica pica) abundance increased predation rates within tree plantations, which were also affected by land use types around plantations. The area of nearby tree plantations (positive effect), distance to the tree plantation edge (negative effect), and habitat type (mainly attributable to the location of nests in vineyards) explained predation rates at open farmland habitat. We conclude that predation rates on artificial nests were particularly high and rapid at or nearby large plantations, with high numbers of magpies and low tree development, and located in homogenous landscapes dominated by herbaceous crops and pastures with no remnants of semi-natural woody vegetation. Landscape planning should not favour tree plantations as the ones studied here in Mediterranean agricultural areas that are highly valuable for ground-nesting bird species.

  15. Closed Loop Experiment Manager (CLEM—An Open and Inexpensive Solution for Multichannel Electrophysiological Recordings and Closed Loop Experiments

    Directory of Open Access Journals (Sweden)

    Hananel Hazan

    2017-10-01

    Full Text Available There is growing need for multichannel electrophysiological systems that record from and interact with neuronal systems in near real-time. Such systems are needed, for example, for closed loop, multichannel electrophysiological/optogenetic experimentation in vivo and in a variety of other neuronal preparations, or for developing and testing neuro-prosthetic devices, to name a few. Furthermore, there is a need for such systems to be inexpensive, reliable, user friendly, easy to set-up, open and expandable, and possess long life cycles in face of rapidly changing computing environments. Finally, they should provide powerful, yet reasonably easy to implement facilities for developing closed-loop protocols for interacting with neuronal systems. Here, we survey commercial and open source systems that address these needs to varying degrees. We then present our own solution, which we refer to as Closed Loop Experiments Manager (CLEM. CLEM is an open source, soft real-time, Microsoft Windows desktop application that is based on a single generic personal computer (PC and an inexpensive, general-purpose data acquisition board. CLEM provides a fully functional, user-friendly graphical interface, possesses facilities for recording, presenting and logging electrophysiological data from up to 64 analog channels, and facilities for controlling external devices, such as stimulators, through digital and analog interfaces. Importantly, it includes facilities for running closed-loop protocols written in any programming language that can generate dynamic link libraries (DLLs. We describe the application, its architecture and facilities. We then demonstrate, using networks of cortical neurons growing on multielectrode arrays (MEA that despite its reliance on generic hardware, its performance is appropriate for flexible, closed-loop experimentation at the neuronal network level.

  16. Sequential specification of time-aware stream processing applications

    NARCIS (Netherlands)

    Geuns, S.J.; Hausmans, J.P.H.M.; Bekooij, Marco Jan Gerrit

    Automatic parallelization of Nested Loop Programs (NLPs) is an attractive method to create embedded real-time stream processing applications for multi-core systems. However, the description and parallelization of applications with a time dependent functional behavior has not been considered in NLPs.

  17. Sequential Specification of Time-aware Stream Processing Applications (Extended Abstract)

    NARCIS (Netherlands)

    Geuns, S.J.; Hausmans, J.P.H.M.; Bekooij, Marco Jan Gerrit

    2012-01-01

    Automatic parallelization of Nested Loop Programs (NLPs) is an attractive method to create embedded real-time stream processing applications for multi-core systems. However, the description and parallelization of applications with a time dependent functional behavior has not been considered in NLPs.

  18. Distribution of sizes of erased loops for loop-erased random walks

    OpenAIRE

    Dhar, Deepak; Dhar, Abhishek

    1997-01-01

    We study the distribution of sizes of erased loops for loop-erased random walks on regular and fractal lattices. We show that for arbitrary graphs the probability $P(l)$ of generating a loop of perimeter $l$ is expressible in terms of the probability $P_{st}(l)$ of forming a loop of perimeter $l$ when a bond is added to a random spanning tree on the same graph by the simple relation $P(l)=P_{st}(l)/l$. On $d$-dimensional hypercubical lattices, $P(l)$ varies as $l^{-\\sigma}$ for large $l$, whe...

  19. The Rufous Hornero (Furnarius rufus) nest as an incubation chamber.

    Science.gov (United States)

    Shibuya, Felipe L S; Braga, Talita V; Roper, James J

    2015-01-01

    Foraging and incubation are mutually exclusive activities for parent birds. A trade-off is generated when a combination of food availability and temperature regulation force birds to choose one and neglect the other, at least temporarily. The Rufous Hornero builds large, oven-like, mud nests, the evolutionary cause of which remains unknown. We tested that temperature variation inside the nest is that which is expected if one function of the nest were for temperate regulation. If so, this would suggest that the nest works as an incubation chamber (but which now may serve more than one function). We divided nests into two natural treatments: nests that received more continuous direct sunshine (sun), and those that received less direct sunshine, due to shade from trees or buildings (shade). Thermometer data loggers were placed in the nest cavity and outside, in the shade of the nest, and temperature was measured every 10min. We predicted that temperatures would consistently be higher and less variable in nests than outside nests. Also, at higher ambient temperatures the nest would function better as an incubation chamber as a consequence of having evolved in a hotter climate. Thus, in Curitiba, where temperatures are lower than where the species (and nest) evolved, nests in greater sunshine should have thermal characteristics that support the incubation chamber hypothesis. Predictions were supported: with Repeated Measures ANOVA and t-tests, we found that temperatures were more constant and higher in nests, especially when in the sun, and as the season progressed (hotter ambient temperatures). We conclude that the large mud nest of the Rufous Hornero works as an incubation chamber that likely evolved to help resolve the incubation-foraging trade-off in the very seasonal and hot regions where the bird evolved. Thus, as an incubation chamber, the nest allows the bird to forage rather than incubate thereby resolving the foraging-incubation trade-off and potentially

  20. Development and Assessment of Loop-Mediated Isothermal Amplification (LAMP) Assay for the Diagnosis of Human Visceral Leishmaniasis in Iran.

    Science.gov (United States)

    Ghasemian, Mehrdad; Gharavi, Mohammad Javad; Akhlaghi, Lame; Mohebali, Mehdi; Meamar, Ahmad Reza; Aryan, Ehsan; Oormazdi, Hormozd

    2014-03-01

    Parasitological methods for the diagnosis of Visceral leishmaniasis (VL) require invasive procedures, so serological and molecular approaches have been developed but are not generally applicable in the field. We evaluated a loop mediated isothermal amplification (LAMP) assay using blood from VL patients and compared it to nested PCR. Forty-seven subjects with clinical features (fever, hepatosplenomegaly and anemia) were confirmed positive for VL by the direct agglutination test (DAT) at titers >3200. Forty DAT negative individuals from non-endemic areas with no clinical signs or symptoms of VL served as controls. A LAMP assay was performed using a set of six primers targeting Leishmania infantum kinetoplast DNA (kDNA) minicircle gene under isothermal (64 °C) conditions. For nested PCR we used primers targeting the kDNA minicircle gene. The LAMP assay provided a detection limit of 1 parasite in 1 ml of peripheral blood and detected L. infantum DNA in 44 of 47 DAT-confirmed VL cases, with diagnostic sensitivity of 93.6% (95% CI). No L. infantum DNA was amplified in controls, indicating a specificity of 100%. The nested PCR yielded sensitivity of 96% (95% CI) and a specificity of 100% (95% CI). The LAMP assay gave results similar to those of nested PCR but in a shorter time. The LAMP method is simple; requires no sophisticated equipment; has a short reaction time; and results, indicated by turbidity of the reaction mixture, are observable with the naked eye.

  1. Development and Assessment of Loop-Mediated Isothermal Amplification (LAMP Assay for the Diagnosis of Human Visceral Leishmaniasis in Iran.

    Directory of Open Access Journals (Sweden)

    Mehrdad Ghasemian

    2014-03-01

    Full Text Available Parasitological methods for the diagnosis of Visceral leishmaniasis (VL require invasive procedures, so serological and molecular approaches have been developed but are not generally applicable in the field. We evaluated a loop mediated isothermal amplification (LAMP assay using blood from VL patients and compared it to nested PCR.Forty-seven subjects with clinical features (fever, hepatosplenomegaly and anemia were confirmed positive for VL by the direct agglutination test (DAT at titers >3200. Forty DAT negative individuals from non-endemic areas with no clinical signs or symptoms of VL served as controls. A LAMP assay was performed using a set of six primers targeting Leishmania infantum kinetoplast DNA (kDNA minicircle gene under isothermal (64 °C conditions. For nested PCR we used primers targeting the kDNA minicircle gene.The LAMP assay provided a detection limit of 1 parasite in 1 ml of peripheral blood and detected L. infantum DNA in 44 of 47 DAT-confirmed VL cases, with diagnostic sensitivity of 93.6% (95% CI. No L. infantum DNA was amplified in controls, indicating a specificity of 100%. The nested PCR yielded sensitivity of 96% (95% CI and a specificity of 100% (95% CI.The LAMP assay gave results similar to those of nested PCR but in a shorter time. The LAMP method is simple; requires no sophisticated equipment; has a short reaction time; and results, indicated by turbidity of the reaction mixture, are observable with the naked eye.

  2. Nest temperature fluctuations in a cavity nester, the southern ground-hornbill.

    Science.gov (United States)

    Combrink, L; Combrink, H J; Botha, A J; Downs, C T

    2017-05-01

    Southern ground-hornbills Bucorvus leadbeateri inhabit savanna and bushveld regions of South Africa. They nest in the austral summer, which coincides with the wet season and hottest daytime temperatures in the region. They are secondary cavity nesters and typically nest in large cavities in trees, cliffs and earth banks, but readily use artificial nest boxes. Southern ground-hornbills are listed as Endangered in South Africa, with reintroductions into suitable areas highlighted as a viable conservation intervention for the species. Nest microclimate, and the possible implications this may have for the breeding biology of southern ground-hornbills, have never been investigated. We used temperature dataloggers to record nest cavity temperature and ambient temperature for one artificial and 11 natural southern ground-hornbill tree cavity nests combined, spanning two breeding seasons. Mean hourly nest temperature, as well as mean minimum and mean maximum nest temperature, differed significantly between southern ground-hornbill nests in both breeding seasons. Mean nest temperature also differed significantly from mean ambient temperature for both seasons. Natural nest cavities provided a buffer against the ambient temperature fluctuations. The artificial nest provided little insulation against temperature extremes, being warmer and cooler than the maximum and minimum local ambient temperatures, respectively. Nest cavity temperature was not found to have an influence on the breeding success of the southern ground-hornbill groups investigated in this study. These results have potentially important implications for southern ground-hornbill conservation and artificial nest design, as they suggest that the birds can tolerate greater nest cavity temperature extremes than previously thought. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Imperative-program transformation by instrumented-interpreter specialization

    DEFF Research Database (Denmark)

    Debois, Søren

    2008-01-01

    We describe how to implement strength reduction, loop-invariant code motion and loop quasi-invariant code motion by specializing instrumented interpreters. To curb code duplication intrinsic to such specialization, we introduce a new program transformation, rewinding, which uses Moore-automata mi......We describe how to implement strength reduction, loop-invariant code motion and loop quasi-invariant code motion by specializing instrumented interpreters. To curb code duplication intrinsic to such specialization, we introduce a new program transformation, rewinding, which uses Moore...

  4. PHOTOSPHERIC PROPERTIES OF WARM EUV LOOPS AND HOT X-RAY LOOPS

    Energy Technology Data Exchange (ETDEWEB)

    Kano, R. [National Astronomical Observatory of Japan, 2-21-1 Osawa, Mitaka, Tokyo 181-8588 (Japan); Ueda, K. [Department of Astronomy, Graduate School of Science, University of Tokyo, 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-0033 (Japan); Tsuneta, S., E-mail: ryouhei.kano@nao.ac.jp [Institute of Space and Astronautical Science, Japan Aerospace Exploration Agency, 3-1-1 Yoshinodai, Chuo, Sagamihara, Kanagawa 252-5210 (Japan)

    2014-02-20

    We investigate the photospheric properties (vector magnetic fields and horizontal velocity) of a well-developed active region, NOAA AR 10978, using the Hinode Solar Optical Telescope specifically to determine what gives rise to the temperature difference between ''warm loops'' (1-2 MK), which are coronal loops observed in EUV wavelengths, and ''hot loops'' (>3 MK), coronal loops observed in X-rays. We found that outside sunspots, the magnetic filling factor in the solar network varies with location and is anti-correlated with the horizontal random velocity. If we accept that the observed magnetic features consist of unresolved magnetic flux tubes, this anti-correlation can be explained by the ensemble average of flux-tube motion driven by small-scale random flows. The observed data are consistent with a flux tube width of ∼77 km and horizontal flow at ∼2.6 km s{sup –1} with a spatial scale of ∼120 km. We also found that outside sunspots, there is no significant difference between warm and hot loops either in the magnetic properties (except for the inclination) or in the horizontal random velocity at their footpoints, which are identified with the Hinode X-Ray Telescope and the Transition Region and Coronal Explorer. The energy flux injected into the coronal loops by the observed photospheric motion of the magnetic fields is estimated to be 2 × 10{sup 6} erg s{sup –1} cm{sup –2}, which is the same for both warm and hot loops. This suggests that coronal properties (e.g., loop length) play a more important role in giving rise to temperature differences of active-region coronal loops than photospheric parameters.

  5. The evolution of cerebellum structure correlates with nest complexity.

    Science.gov (United States)

    Hall, Zachary J; Street, Sally E; Healy, Susan D

    2013-01-01

    Across the brains of different bird species, the cerebellum varies greatly in the amount of surface folding (foliation). The degree of cerebellar foliation is thought to correlate positively with the processing capacity of the cerebellum, supporting complex motor abilities, particularly manipulative skills. Here, we tested this hypothesis by investigating the relationship between cerebellar foliation and species-typical nest structure in birds. Increasing complexity of nest structure is a measure of a bird's ability to manipulate nesting material into the required shape. Consistent with our hypothesis, avian cerebellar foliation increases as the complexity of the nest built increases, setting the scene for the exploration of nest building at the neural level.

  6. Resolution of an uncertain closed-loop logistics model: an application to fuzzy linear programs with risk analysis.

    Science.gov (United States)

    Wang, Hsiao-Fan; Hsu, Hsin-Wei

    2010-11-01

    With the urgency of global warming, green supply chain management, logistics in particular, has drawn the attention of researchers. Although there are closed-loop green logistics models in the literature, most of them do not consider the uncertain environment in general terms. In this study, a generalized model is proposed where the uncertainty is expressed by fuzzy numbers. An interval programming model is proposed by the defined means and mean square imprecision index obtained from the integrated information of all the level cuts of fuzzy numbers. The resolution for interval programming is based on the decision maker (DM)'s preference. The resulting solution provides useful information on the expected solutions under a confidence level containing a degree of risk. The results suggest that the more optimistic the DM is, the better is the resulting solution. However, a higher risk of violation of the resource constraints is also present. By defining this probable risk, a solution procedure was developed with numerical illustrations. This provides a DM trade-off mechanism between logistic cost and the risk. Copyright 2010 Elsevier Ltd. All rights reserved.

  7. Massive loop corrections for collider physics

    Energy Technology Data Exchange (ETDEWEB)

    Yundin, Valery

    2012-02-01

    In this thesis we discuss the problem of evaluation of tensor integrals appearing in a typical one-loop Feynman diagram calculation. We present a computer library for the numerical evaluation of tensor integrals with up to 5 legs and arbitrary kinematics. The code implements algorithms based on the formalism which avoids the appearance of inverse Gram determinants in the reduction of pentagon diagrams. The Gram determinants of box integrals are isolated in the set of new basis integrals by using dimensional recurrence relations. These integrals are then evaluated by dimensional recurrence or expansion in small Gram determinant, which is improved by Pade extrapolation. A cache system allows reuse of identical building blocks and increases the efficiency. After describing the cross checks and accuracy tests, we show a sample application to the evaluation of five gluon helicity amplitudes, which is compared with the output of the program NGluon. In the last part the program is applied to the calculation of the one-loop virtual corrections to the muon pair production with hard photon emission. The computation method is explained, followed by a discussion of renormalization and pole structure. Finally, we present numerical results for differential cross sections with kinematics of the KLOE and BaBar detectors.

  8. Massive loop corrections for collider physics

    International Nuclear Information System (INIS)

    Yundin, Valery

    2012-01-01

    In this thesis we discuss the problem of evaluation of tensor integrals appearing in a typical one-loop Feynman diagram calculation. We present a computer library for the numerical evaluation of tensor integrals with up to 5 legs and arbitrary kinematics. The code implements algorithms based on the formalism which avoids the appearance of inverse Gram determinants in the reduction of pentagon diagrams. The Gram determinants of box integrals are isolated in the set of new basis integrals by using dimensional recurrence relations. These integrals are then evaluated by dimensional recurrence or expansion in small Gram determinant, which is improved by Pade extrapolation. A cache system allows reuse of identical building blocks and increases the efficiency. After describing the cross checks and accuracy tests, we show a sample application to the evaluation of five gluon helicity amplitudes, which is compared with the output of the program NGluon. In the last part the program is applied to the calculation of the one-loop virtual corrections to the muon pair production with hard photon emission. The computation method is explained, followed by a discussion of renormalization and pole structure. Finally, we present numerical results for differential cross sections with kinematics of the KLOE and BaBar detectors.

  9. Application of loop-mediated isothermal amplification for malaria diagnosis during a follow-up study in São Tomé.

    Science.gov (United States)

    Lee, Pei-Wen; Ji, Dar-Der; Liu, Chia-Tai; Rampao, Herodes S; do Rosario, Virgilio E; Lin, I-Feng; Shaio, Men-Fang

    2012-12-06

    A reliable and simple test for the detection of malaria parasite is crucial in providing effective treatment and therapeutic follow-up, especially in malaria elimination programmes. A comparison of four methods, including nested polymerase chain reaction (PCR) and loop-mediated isothermal amplification (LAMP) were used for the malaria diagnosis and treatment follow-up in São Tomé and Príncipe, during a successful pre-elimination campaign. During the period September to November 2009, blood samples from 128 children (five to 14 years old) with temperature ≥38°C (tympanic) in the District of Agua Grande were examined using four different methods, i.e., histidine-rich protein 2 (HRP-2) based rapid diagnostic tests (HRP-2-RDTs), optical microscopy, nested PCR, and LAMP. First-line treatment with artesunate-amodiaquine was given for uncomplicated malaria and intravenous quinine was given for complicated malaria. Children with persistent positivity for malaria by microscopy, or either by nested PCR, or by LAMP on day 7 were given second-line treatment with artemether-lumefantrine. Treatment follow-up was made weekly, for up to four weeks. On day 0, positive results for HRP-2-RDTs, microscopy, nested PCR, and LAMP, were 68(53%), 47(37%), 64(50%), and 65(51%), respectively. When nested PCR was used as a reference standard, only LAMP was comparable; both HRP-2-RDTs and microscopy had moderate sensitivity; HRP-2-RDTs had poor positive predictive value (PPV) and a moderate negative predictive value (NPV) for the treatment follow-up. Seventy-one children with uncomplicated malaria and eight children with complicated falciparum malaria were diagnosed based on at least one positive result from the four tests as well as clinical criteria. Twelve of the 79 children receiving first-line treatment had positive results by nested PCR on day 7 (nested PCR-corrected day 7 cure rate was 85%). After the second-line treatment, nested PCR/LAMP-corrected day 28 cure rate was 83% for

  10. Nested cellular automata

    International Nuclear Information System (INIS)

    Quasthoff, U.

    1985-07-01

    Cellular automata by definition consist of a finite or infinite number of cells, say of unit length, with each cell having the same transition function. These cells are usually considered as the smallest elements and so the space filled with these cells becomes discrete. Nevertheless, large pictures created by such cellular automata look very fractal. So we try to replace each cell by a couple of smaller cells, which have the same transition functions as the large ones. There are automata where this replacement does not destroy the macroscopic structure. In these cases this nesting process can be iterated. The paper contains large classes of automata with the above properties. In the case of one dimensional automata with two states and next neighbour interaction and a nesting function of the same type a complete classification is given. (author)

  11. Fleas (Siphonaptera) in the Nests of Dormice (Gliridae: Rodentia) in Lithuania.

    Science.gov (United States)

    Lipatova, I; Stanko, M; Paulauskas, A; Spakovaite, S; Gedminas, V

    2015-05-01

    Negative effects of flea (Siphonaptera) parasitism on the host may be expressed in different ways. The aim of this study was to assess distribution of the flea fauna in nests of dormice in Lithuania. Nests of Glis glis (L.), Dryomys nitedula (Pallas), and Muscardinus avellanarius (L.) were collected from nest boxes in 2012 and 2013. Fleas were collected from nests in the laboratory and put into plastic tubes with 70% ethanol. Flea species were identified using morphological keys. From 400 nest boxes, 112 nests of dormice were collected from eight sites from mixed forests of central Lithuania. Twenty-three nests of G. glis were collected from nest boxes, with 16 of them containing 286 fleas belonging to four species: Ceratophyllus sciurorum (Schrank) (259), C. gallinae (Schrank) (23), Hystrichopsylla talpae (Curtis) (3), and Megabothris turbidus (Rothschild) (1). Fourteen nests of M. avellanarius were collected from nest boxes, 4 of which contained 224 fleas belonging to two species: C. sciurorum (221) and C. gallinae (3). Twenty-four nests of D. nitedula were collected from nest boxes, including 17 containing 207 fleas belonging to two species: C. sciurorum (205) and C. gallinae (2). Fifty-one nests of undetermined dormice species also were collected from nest boxes, 12 of them contained 395 fleas belonging to three species: C. sciurorum (374), Ctenophthalmus agyrtes (Heller) (19), and Ctenophthalmus assimilis (Taschenberg) (2). C. sciurorum was a predominant species in the nests of dormice. The occurrence of C. gallinae was documented in Lithuania for the first time. © The Authors 2015. Published by Oxford University Press on behalf of Entomological Society of America. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  12. From neurons to nests : nest-building behaviour as a model in behavioural and comparative neuroscience

    OpenAIRE

    Hall, Zachary Jonas; Meddle, Simone L; Healy, Susan Denise

    2015-01-01

    This work was supported by funding from the Biotechnology and Biological Sciences Research Council (BB/ I019502/1 to SDH and SLM) and the Natural Sciences and Engineering Research Council of Canada (grant number PGSD3-409582-2011 to ZJH) and Roslin Institute Strategic Grant funding from the Biotechnology and Biological Sciences Research Council (SLM). Despite centuries of observing the nest building of most extant bird species, we know surprisingly little about how birds build nests and, s...

  13. Nest predation research: Recent findings and future perspectives

    Science.gov (United States)

    Chalfoun, Anna D.; Ibanez-Alamo, J. D.; Magrath, R. D.; Schmidt, Kenneth A.; Thomson, R. L.; Oteyza, Juan C.; Haff, T. M.; Martin, T.E.

    2016-01-01

    Nest predation is a key source of selection for birds that has attracted increasing attention from ornithologists. The inclusion of new concepts applicable to nest predation that stem from social information, eavesdropping or physiology has expanded our knowledge considerably. Recent methodological advancements now allow focus on all three players within nest predation interactions: adults, offspring and predators. Indeed, the study of nest predation now forms a vital part of avian research in several fields, including animal behaviour, population ecology, evolution and conservation biology. However, within nest predation research there are important aspects that require further development, such as the comparison between ecological and evolutionary antipredator responses, and the role of anthropogenic change. We hope this review of recent findings and the presentation of new research avenues will encourage researchers to study this important and interesting selective pressure, and ultimately will help us to better understand the biology of birds.

  14. Breeding biology and nest site characteristics of the Rosy-faced ...

    African Journals Online (AJOL)

    Nine colonies, comprising 20 nests, were monitored every four days to establish incubation and fledging periods. Rearing and fledging of chicks was found to be successful in eight nests. Measurements of 18 young from four nests were used to monitor growth rate. Nesting success was calculated at 0.1, following the ...

  15. UF6 test loop for evaluation and implementation of international enrichment plant safeguards

    International Nuclear Information System (INIS)

    Cooley, J.N.; Fields, L.W.; Swindle, D.W. Jr.

    1987-06-01

    A functional test loop capable of simulating UF 6 flows, pressures, and pipe deposits characteristic of gas centrifuge enrichment plant piping has been designed and fabricated by the Enrichment Safeguards Program of Martin Marietta Energy Systems, Inc., for use by International Atomic Energy Agency (IAEA) at its Safeguards Analytical Laboratory in Seibersdorf, Austria. Purpose of the test loop is twofold: (1) to enable the IAEA to evaluate and to calibrate enrichment safeguards measurement instrumentation to be used in limited frequency-unannounced access (LFUA) inspection strategy measurements at gas centrifuge enrichment plants and (2) to train IAEA inspectors in the use of such instrumentation. The test loop incorporates actual sections of cascade header pipes from the centrifuge enrichment plants subject to IAEA inspections. The test loop is described, applications for its use by the IAEA are detailed, and results from an initial demonstration session using the test loop are summarized

  16. Coping with shifting nest predation refuges by European reed Warblers Acrocephalus scirpaceus.

    Directory of Open Access Journals (Sweden)

    Lucyna Halupka

    Full Text Available Predation, the most important source of nest mortality in altricial birds, has been a subject of numerous studies during past decades. However, the temporal dynamics between changing predation pressures and parental responses remain poorly understood. We analysed characteristics of 524 nests of European reed warblers monitored during six consecutive breeding seasons in the same area, and found some support for the shifting nest predation refuge hypothesis. Nest site characteristics were correlated with nest fate, but a nest with the same nest-site attributes could be relatively safe in one season and vulnerable to predation in another. Thus nest predation refuges were ephemeral and there was no between-season consistency in nest predation patterns. Reed warblers that lost their first nests in a given season did not disperse farther for the subsequent reproductive attempt, compared to successful individuals, but they introduced more changes to their second nest sites. In subsequent nests, predation risk remained constant for birds that changed nest-site characteristics, but increased for those that did not. At the between-season temporal scale, individual birds did not perform better with age in terms of reducing nest predation risk. We conclude that the experience acquired in previous years may not be useful, given that nest predation refuges are not stable.

  17. Immunocapture reverse transcription-polymerase chain reaction combined with nested PCR greatly increases the detection of Prunus necrotic ring spot virus in the peach.

    Science.gov (United States)

    Helguera, P R; Taborda, R; Docampo, D M; Ducasse, D A

    2001-06-01

    A detection system based on nested PCR after IC-RT-PCR (IC-RT-PCR-Nested PCR) was developed to improve indexing of Prunus necrotic ringspot virus in peach trees. Inhibitory effects and inconsistencies of the standard IC-RT-PCR were overcome by this approach. IC-RT-PCR-Nested PCR improved detection by three orders of magnitude compared with DAS-ELISA for the detection of PNRSV in leaves. Several different tissues were evaluated and equally consistent results were observed. The main advantages of the method are its consistency, high sensitivity and easy application in quarantine programs.

  18. Observer visitation frequency and success of mourning dove nests: A field experiment

    Science.gov (United States)

    Nichols, J.D.; Percival, H.F.; Coon, R.A.; Conroy, M.J.; Hensler, G.L.; Hines, J.E.

    1984-01-01

    Field studies of nesting success generally require visits by the investigator to the nests under study. Such visits may themselves influence nesting success, however, and this possibility has been discussed and investigated by a number of workers with a variety of bird species. Livezey (1980) reviewed the relevant literature for duck nests and noted that most studies failed to demonstrate differences in nesting success between visited nests and those not visited. Livezey (1980) found in his own work that nest abandonment may have occurred as a result of disturbance by observers but that nest predation was not related to time spent by observers at nests or number of observers approaching nests. Various components of nesting and breeding success in seabirds are thought to be adversely affected by human disturbance and nest visitation (Gillett et al. 1975, Robert and Ralph 1975, Ollason and Dunnet 1980). Upland, ground-nesting species have also been studied (e.g. Stoddard 1931, Evans and Wolfe 1967, Henry 1969, Roseberry and Klimstra 1970, Klimstra and Roseberry 1975), and, although conclusions have varied, a number of these workers found no effect of observers on nest-predation rates.

  19. Sandhill crane abundance and nesting ecology at Grays Lake, Idaho

    Science.gov (United States)

    Austin, J.E.; Henry, A.R.; Ball, I.J.

    2007-01-01

    We examined population size and factors influencing nest survival of greater sandhill cranes (Grus canadensis tabida) at Grays Lake National Wildlife Refuge, Idaho, USA, during 1997-2000. Average local population of cranes from late April to early May, 1998-2000, was 735 cranes, 34% higher than that reported for May 1970-1971. We estimated 228 (SE = 30) nests in the basin core (excluding renests), 14% higher than a 1971 estimate. Apparent nest success in our study (x?? = 60%, n = 519 nests) was lower than reported for Grays Lake 30-50 years earlier. Daily survival rates (DSRs) of all nests averaged 0.9707 (41.2%). The best model explaining nest survival included year and water depth and their interaction. Nest survival was highest (DSR = 0.9827) in 1998 compared with other years (0.9698-0.9707). Nest survival changed little relative to water depth in 1998, when flooding was extensive and alternative prey (microtines) irrupted, but declined markedly with lower water levels in 2000, the driest year studied. Hypotheses relating nest survival to vegetation height, land use (idle, summer grazing, fall grazing), and date were not supported. In a before-after-control-impact design using 12 experimental fields, nest survival differed among years but not among management treatments (idle, fall graze, fall burn, and summer-graze-idle rotation), nor was there an interaction between year and treatments. However, DSRs in fall-burn fields declined from 0.9781 in 1997-1998 to 0.9503 in 1999-2000 (posttreatment). Changes in the predator community have likely contributed to declines in nest success since the 1950s and 1970s. Our results did not support earlier concerns about effects of habitat management practices on crane productivity. Nest survival could best be enhanced by managing spring water levels. Managers should continue censuses during late April to evaluate long-term relationships to habitat conditions and management.

  20. Management of western coniferous forest habitat for nesting accipiter hawks

    Science.gov (United States)

    Richard T. Reynolds

    1983-01-01

    Availability of nesting sites can limit accipiter populations. Because accipiters nest in dense forest stands, any alteration that opens these stands is likely to lessen their desirability as nest sites. Tree growth and the associated changes in the vegetative structure of aging nest sites limit the number of years sites will be suitable. Therefore, prospective...

  1. Variation in nest predation among arid-zone birds | Lloyd | Ostrich ...

    African Journals Online (AJOL)

    I examined the nesting habits and success of 11 co-existing species in an arid, sub-tropical habitat in South Africa. Nesting success ranged from 3.5% to 75.4% among species, with predation by mammals and snakes accounting for 94% of nest losses. Differences in predator avoidance behaviour (deserting the nest vs ...

  2. Nesting ecology of Pied Avocet Recurvirostra avosetta in Sfax salina ...

    African Journals Online (AJOL)

    In this paper we use the results of a one-year monitoring of nests in Sfax salina to provide information on its nesting parameters, in particular nesting phenology, colony size and hatching success. Our results show that Pied Avocets formed dense colonies at the beginning of the nesting season, but colony size decreased as ...

  3. High, low, or familiar? Nest site preferences of experienced laying hens.

    Science.gov (United States)

    Krause, E T; Schrader, L

    2018-05-22

    1. The aim of this study was to investigate which nest heights are preferred by laying hens in the absence of familiar nest locations and whether preferred nest heights are more attractive than a familiar location. In two experiments, a total of 108 hens of four different layer breeds, which were at least 50 weeks of age, were studied. 2. In the first experiment, hens were given individual free choice between nests for 1-week at four different heights (0 cm, 39 cm, 78 cm, and 117 cm above ground). Hens of the four breeds differed in their nest height preferences (P = 0.0013). However, hens of three breeds preferred ground level nests (P < 0.007) and the fourth line showed an equal preference for the ground level and level three, the latter level corresponding to the height of the nests in their home compartments. 4. In the second experiment, hens from the four breeds were given a choice between ground level nests and nests at a familiar location, i.e. at the same location as in their home compartment. Hens of all strains preferred the familiar nest location (P = 0.002) and preferences did not differ between strains (P = 0.77). 5. Laying hens seem to prefer nests at ground level in the absence of a familiar nest. However, if possible, experienced 50 week old hens continue to use a familiar nest location instead of a ground nest location. The results are discussed with respect to a potential primary preference that may be modifiable by experience and with respect to possible relevance in commercial housing.

  4. OPEN-LOOP CONTROL OF A BIPOLAR STEPPER MOTORS USING THE SPECIALIZED INTEGRATED CIRCUITS

    Directory of Open Access Journals (Sweden)

    Gheorghe BALUTA

    2004-12-01

    Full Text Available This paper describes the open-loop control of a stepper motors. Bipolar stepper motors can be driven with an L297, an L298N bridge driver and very few external components. With an L298N this configuration drives motors with winding currents up to 2.5A. If very high powers are required an equivalent circuit made with discrete transistors replaces the bridge driver. Together these two chips form a complete microprocessor-to-stepper motor interface. The command signals for the controller L297 are generated through an IBM-PC486 interface. It was developed an open-loop command program written in BorlandC programming language.

  5. Ecology of a nesting red-shouldered hawk population

    Science.gov (United States)

    Stewart, R.E.

    1949-01-01

    An ecological study of a nesting Red-shouldered Hawk population was made over a 185 square mile area on the Coastal Plain of Maryland in 1947. The courting and nesting season extended from late February until late June.....During the nesting season a combination of fairly extensive flood-plain forest with adjacent clearings appears to meet the major ecological requirements of the Red-shouldered Hawk in this region. A total of 51 pairs was found in the study area, occupying about 42 square miles or 23% of the total area studied. The population density on the land that was suitable for this species was about 1 pair per .8 of a square mile, while the density for the entire study area would be only about 1 pair per 3.6 square miles.....Nests were spaced fairly evenly over most of the flood-plain forests, especially in areas where the width.of the flood plain was relatively constant. There was an inverse correlation between the width of the flood plain and the distances between nests in adjacent territories. The nests were all situated in fairly large trees and were from 28 feet to 77 feet above the ground, averaging 50. They were found in 14 different species of trees, all deciduous.....The Barred Owl and Red-shouldered Hawk were commonly associated together in the same lowland habitats. Other raptores were all largely restricted to upland habitats....The average number of young in 47 occupied nests following the hatching period was 2.7 with extremes of 1 and 4. Only 3 out of 52 nests (6%) were found deserted at this time....The food habits of nestling Red-shouldered Hawks are very diversified. They feed on many types of warm-blooded and cold-blooded vertebrates as well as invertebrates.

  6. Nest success of the Indian House Crow Corvus splendens : An ...

    African Journals Online (AJOL)

    Nest success of the Indian House Crow Corvus splendens was studied in the urban area of Dar es Salaam, Tanzania, in late March to early May 2011. The study investigated nest success of the Indian House Crow in different tree species with varying canopy covers and heights. Fifty-five active nests and 38 inactive nests ...

  7. Landscape and regional context differentially affect nest parasitism and nest predation for Wood Thrush in central Virginia, USA (Presentation)

    Science.gov (United States)

    Many empirical studies have shown that forest-breeding songbirds suffer greater rates of nest predation and nest parasitism in smaller forest patches and in fragmented landscapes. To compare the performance of different metrics of spatial habitat configuration resulting from defo...

  8. [Duration of the pre-nesting period and its relation with social organization in sandpipers (Charadrii, Aves) nesting in north-east Yakutia].

    Science.gov (United States)

    Gavrilov, V V

    2013-01-01

    Investigations were carried out at two stations of Ornithological Unit, IBPN FEB RAS, located in Nizhnekolymsk District, Yakutia, starting from May 18-20 in 1984, 1985, 1987, 1988 and 1990. Duration of the pre-nesting period in 11 sandpiper species with different social organization was studied and compared with each other by allometric equations. As a characteristic of bird size the body mass was selected. Sandpipers come flying to the tundra at almost critical temperatures, to begin breeding as early as possible. Tining of breeding depends on birds feeding manner and the proximity to sites of overwintering. Duration of the pre-nesting period is invariable for every bird species and sex. There are sexual distinctions in time spent for the pre-nesting period in jointly-nesting sandpipers. The exponents in allometric equations that relate duration of the pre-nesting period with body mass are constant within a particular sex and differ between males and females. In different sexes, time spent for the pre-nesting period depends on mating, parental, and territorial systems. In sandpipers' males and females, this time is determined by the type of social organization. Relatively large sandpiper species seek to shortening of the pre-nesting period calendar time, which constrains their social organization. Monogamy and pair parental care lead to a necessity for spatial population structure to be controlled more strictly and maintained for a longer time. This, in turn, causes the increasing of males' time expenditures for such a behavior.

  9. Pre- and post-experimental manipulation assessments confirm the increase in number of birds due to the addition of nest boxes

    Directory of Open Access Journals (Sweden)

    Cecilia Cuatianquiz Lima

    2016-03-01

    Full Text Available Secondary cavity nesting (SCN birds breed in holes that they do not excavate themselves. This is possible where there are large trees whose size and age permit the digging of holes by primary excavators and only rarely happens in forest plantations, where we expected a deficit of both breeding holes and SCN species. We assessed whether the availability of tree cavities influenced the number of SCNs in two temperate forest types, and evaluated the change in number of SCNs after adding nest boxes. First, we counted all cavities within each of our 25-m radius sampling points in mature and young forest plots during 2009. We then added nest boxes at standardised locations during 2010 and 2011 and conducted fortnightly bird counts (January–October 2009–2011. In 2011 we added two extra plots of each forest type, where we also conducted bird counts. Prior to adding nest boxes, counts revealed more SCNs in mature than in young forest. Following the addition of nest boxes, the number of SCNs increased significantly in the points with nest boxes in both types of forest. Counts in 2011 confirmed the increase in number of birds due to the addition of nest boxes. Given the likely benefits associated with a richer bird community we propose that, as is routinely done in some countries, forest management programs preserve old tree stumps and add nest boxes to forest plantations in order to increase bird numbers and bird community diversity.

  10. Pre- and post-experimental manipulation assessments confirm the increase in number of birds due to the addition of nest boxes.

    Science.gov (United States)

    Cuatianquiz Lima, Cecilia; Macías Garcia, Constantino

    2016-01-01

    Secondary cavity nesting (SCN) birds breed in holes that they do not excavate themselves. This is possible where there are large trees whose size and age permit the digging of holes by primary excavators and only rarely happens in forest plantations, where we expected a deficit of both breeding holes and SCN species. We assessed whether the availability of tree cavities influenced the number of SCNs in two temperate forest types, and evaluated the change in number of SCNs after adding nest boxes. First, we counted all cavities within each of our 25-m radius sampling points in mature and young forest plots during 2009. We then added nest boxes at standardised locations during 2010 and 2011 and conducted fortnightly bird counts (January-October 2009-2011). In 2011 we added two extra plots of each forest type, where we also conducted bird counts. Prior to adding nest boxes, counts revealed more SCNs in mature than in young forest. Following the addition of nest boxes, the number of SCNs increased significantly in the points with nest boxes in both types of forest. Counts in 2011 confirmed the increase in number of birds due to the addition of nest boxes. Given the likely benefits associated with a richer bird community we propose that, as is routinely done in some countries, forest management programs preserve old tree stumps and add nest boxes to forest plantations in order to increase bird numbers and bird community diversity.

  11. Pre- and post-experimental manipulation assessments confirm the increase in number of birds due to the addition of nest boxes

    Science.gov (United States)

    Cuatianquiz Lima, Cecilia

    2016-01-01

    Secondary cavity nesting (SCN) birds breed in holes that they do not excavate themselves. This is possible where there are large trees whose size and age permit the digging of holes by primary excavators and only rarely happens in forest plantations, where we expected a deficit of both breeding holes and SCN species. We assessed whether the availability of tree cavities influenced the number of SCNs in two temperate forest types, and evaluated the change in number of SCNs after adding nest boxes. First, we counted all cavities within each of our 25-m radius sampling points in mature and young forest plots during 2009. We then added nest boxes at standardised locations during 2010 and 2011 and conducted fortnightly bird counts (January–October 2009–2011). In 2011 we added two extra plots of each forest type, where we also conducted bird counts. Prior to adding nest boxes, counts revealed more SCNs in mature than in young forest. Following the addition of nest boxes, the number of SCNs increased significantly in the points with nest boxes in both types of forest. Counts in 2011 confirmed the increase in number of birds due to the addition of nest boxes. Given the likely benefits associated with a richer bird community we propose that, as is routinely done in some countries, forest management programs preserve old tree stumps and add nest boxes to forest plantations in order to increase bird numbers and bird community diversity. PMID:26998410

  12. Multiple Flow Loop SCADA System Implemented on the Production Prototype Loop

    Energy Technology Data Exchange (ETDEWEB)

    Baily, Scott A. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Dalmas, Dale Allen [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Wheat, Robert Mitchell [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Woloshun, Keith Albert [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Dale, Gregory E. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2015-11-16

    The following report covers FY 15 activities to develop supervisory control and data acquisition (SCADA) system for the Northstar Moly99 production prototype gas flow loop. The goal of this effort is to expand the existing system to include a second flow loop with a larger production-sized blower. Besides testing the larger blower, this system will demonstrate the scalability of our solution to multiple flow loops.

  13. Retirement investment theory explains patterns in songbird nest-site choice

    Science.gov (United States)

    Streby, Henry M.; Refsnider, Jeanine M.; Peterson, Sean M.; Andersen, David E.

    2014-01-01

    When opposing evolutionary selection pressures act on a behavioural trait, the result is often stabilizing selection for an intermediate optimal phenotype, with deviations from the predicted optimum attributed to tracking a moving target, development of behavioural syndromes or shifts in riskiness over an individual's lifetime. We investigated nest-site choice by female golden-winged warblers, and the selection pressures acting on that choice by two fitness components, nest success and fledgling survival. We observed strong and consistent opposing selection pressures on nest-site choice for maximizing these two fitness components, and an abrupt, within-season switch in the fitness component birds prioritize via nest-site choice, dependent on the time remaining for additional nesting attempts. We found that females consistently deviated from the predicted optimal behaviour when choosing nest sites because they can make multiple attempts at one fitness component, nest success, but only one attempt at the subsequent component, fledgling survival. Our results demonstrate a unique natural strategy for balancing opposing selection pressures to maximize total fitness. This time-dependent switch from high to low risk tolerance in nest-site choice maximizes songbird fitness in the same way a well-timed switch in human investor risk tolerance can maximize one's nest egg at retirement. Our results also provide strong evidence for the adaptive nature of songbird nest-site choice, which we suggest has been elusive primarily due to a lack of consideration for fledgling survival.

  14. A new bee species that excavates sandstone nests.

    Science.gov (United States)

    Orr, Michael C; Griswold, Terry; Pitts, James P; Parker, Frank D

    2016-09-12

    Humanity has long been fascinated by animals with apparently unfavorable lifestyles [1]. Nesting habits are especially important because they can limit where organisms live, thereby driving population, community, and even ecosystem dynamics [2]. The question arises, then, why bees nest in active termite mounds [3] or on the rim of degassing volcanoes, seemingly preferring such hardship [4]. Here, we present a new bee species that excavates sandstone nests, Anthophora (Anthophoroides) pueblo Orr (described in Supplemental Information, published with this article online), despite the challenges already inherent to desert life. Ultimately, the benefits of nesting in sandstone appear to outweigh the associated costs in this system. Copyright © 2016 Elsevier Ltd. All rights reserved.

  15. Provisioning nest material for Rooks; a potential tool for conservation management

    Directory of Open Access Journals (Sweden)

    Horváth Éva

    2015-06-01

    Full Text Available Active conservation measures often entail supplementing scarce resources, such as food or nesting site to high conservation value species. We hypothesized that adequate nest material in reasonable distance is a scarce resource for Rooks breeding in open grassland habitats of Hungary. Here we show that Rooks willingly utilize large quantities of provided excess nesting material, and that this procedure may alter nest composition, and increase the number of successful pairs. Our results show that while nest height remains constant, twig diameter is significantly larger, the number of twigs used per nest is presumably smaller, and that the ratio of nests with fledglings is higher in a rookery where supplementary twigs were present. Providing twigs and branches in the vicinity of rookeries may serve as an active conservation measure to increase the number of nests in a rookery, and thus the potential number of nesting possibilities for Red-footed Falcons.

  16. Cinereous Vulture Nesting Ecology in Ikh Nartyn Chuluu Nature Reserve, Mongolia

    Directory of Open Access Journals (Sweden)

    Richard P. Reading

    2005-06-01

    Full Text Available Cinereous vultures ( Aegypius monachus are the largest raptors in Eurasia. Little is known about the species, especially in Mongolia. We studied the nesting ecology of cinereous vultures in Ikh Nartyn Chuluu Nature Reserve, Dornogobi Aimag. To assess reproductive success, we located active nests and periodically checked to determine if they remained active. We measured nest sizes and, periodically, nestling sizes and weights. We located 42 active cinereous vulture nests (27 on rocks and 15 on trees in 2003 and 19 nests (14 on rocks and 5 on trees in 2004. Mean volume of active nests was 3.92 ± 0.39 m 3 ( n = 36. Most nests failed prior to egg hatching, but after hatching nesting success rates increased dramatically. Following hatching, cinereous vulture chicks grew linearly until leveling off just prior to fledging. We generated growth curves for chicks that allowed us to determine the average size of chicks on specific dates. Improving the prospects for successful cinereous vulture conservation likely requires a better understanding of nesting ecology. As such, we plan to improve the quality of our data by monitoring nests more intensively to determine incubation and fledging lengths, as well as causes of nest failures.

  17. Nest-site partitioning in a strandveld shrubland bird community ...

    African Journals Online (AJOL)

    Nest-site selection may vary adaptively among co-existing species as a result of competitive interactions among the species or in response to density-dependent nest predation. We examined nest-site characteristics and degree of partitioning among 14 co-existing bird species breeding in dwarf strandveld shrubland at ...

  18. Lifespan analyses of forest raptor nests: patterns of creation, persistence and reuse.

    Directory of Open Access Journals (Sweden)

    María V Jiménez-Franco

    Full Text Available Structural elements for breeding such as nests are key resources for the conservation of bird populations. This is especially true when structural elements require a specific and restricted habitat, or if the construction of nests is costly in time and energy. The availability of nesting-platforms is influenced by nest creation and persistence. In a Mediterranean forest in southeastern Spain, nesting-platforms are the only structural element for three forest-dwelling raptor species: booted eagle Aquila pennata, common buzzard Buteo buteo and northern goshawk Accipiter gentilis. From 1998 to 2013, we tracked the fate of 157 nesting-platforms built and reused by these species with the aim of determining the rates of creation and destruction of nesting-platforms, estimating nest persistence by applying two survival analyses, describing the pattern of nest reuse and testing the effects of nest use on breeding success. Nest creation and destruction rates were low (0.14 and 0.05, respectively. Using Kaplan Meier survival estimates and Cox proportional-hazards regression models we found that median nest longevity was 12 years and that this was not significantly affected by nest characteristics, nest-tree dimensions, nest-builder species, or frequency of use of the platform. We also estimated a transition matrix, considering the different stages of nest occupation (vacant or occupied by one of the focal species, to obtain the fundamental matrix and the average life expectancies of nests, which varied from 17.9 to 19.7 years. Eighty six percent of nests were used in at least one breeding attempt, 67.5% were reused and 17.8% were successively occupied by at least two of the study species. The frequency of nest use had no significant effects on the breeding success of any species. We conclude that nesting-platforms constitute an important resource for forest raptors and that their longevity is sufficiently high to allow their reuse in multiple breeding

  19. Lifespan Analyses of Forest Raptor Nests: Patterns of Creation, Persistence and Reuse

    Science.gov (United States)

    Jiménez-Franco, María V.; Martínez, José E.; Calvo, José F.

    2014-01-01

    Structural elements for breeding such as nests are key resources for the conservation of bird populations. This is especially true when structural elements require a specific and restricted habitat, or if the construction of nests is costly in time and energy. The availability of nesting-platforms is influenced by nest creation and persistence. In a Mediterranean forest in southeastern Spain, nesting-platforms are the only structural element for three forest-dwelling raptor species: booted eagle Aquila pennata, common buzzard Buteo buteo and northern goshawk Accipiter gentilis. From 1998 to 2013, we tracked the fate of 157 nesting-platforms built and reused by these species with the aim of determining the rates of creation and destruction of nesting-platforms, estimating nest persistence by applying two survival analyses, describing the pattern of nest reuse and testing the effects of nest use on breeding success. Nest creation and destruction rates were low (0.14 and 0.05, respectively). Using Kaplan Meier survival estimates and Cox proportional-hazards regression models we found that median nest longevity was 12 years and that this was not significantly affected by nest characteristics, nest-tree dimensions, nest-builder species, or frequency of use of the platform. We also estimated a transition matrix, considering the different stages of nest occupation (vacant or occupied by one of the focal species), to obtain the fundamental matrix and the average life expectancies of nests, which varied from 17.9 to 19.7 years. Eighty six percent of nests were used in at least one breeding attempt, 67.5% were reused and 17.8% were successively occupied by at least two of the study species. The frequency of nest use had no significant effects on the breeding success of any species. We conclude that nesting-platforms constitute an important resource for forest raptors and that their longevity is sufficiently high to allow their reuse in multiple breeding attempts. PMID

  20. Interspecific nest parasitism by chukar on greater sage-grouse

    Science.gov (United States)

    Fearon, Michelle L.; Coates, Peter S.

    2014-01-01

    Nest parasitism occurs when a female bird lays eggs in the nest of another and the host incubates the eggs and may provide some form of parental care for the offspring (Lyon and Eadie 1991). Precocial birds (e.g., Galliformes and Anseriformes) are typically facultative nest parasites of both their own and other species (Lyon and Eadie 1991). This behavior increases a female’s reproductive success when she parasitizes other nests while simultaneously raising her own offspring. Both interspecific and conspecific nest parasitism have been well documented in several families of the order Galliformes, particularly the Phasianidae (Lyon and Eadie 1991, Geffen and Yom-Tov 2001, Krakauer and Kimball 2009). The Chukar (Alectoris chukar) has been widely introduced as a game bird to western North America from Eurasia and is now well established within the Great Basin from northeastern California east to Utah and north to Idaho and Oregon (Christensen 1996). Over much of this range the Chukar occurs with other phasianids, including the native Greater Sage-Grouse (Centrocercus urophasianus), within sagebrush (Artemisia spp.) steppe (Christensen 1996, Schroeder et al. 1999, Connelly et al. 2000). Chukar typically exploit a broader range of habitats than do sage-grouse, but both species use the same species of sagebrush and other shrubs for nesting cover (Christensen 1996, Schroeder et al. 1999). Chukar are known to parasitize nests of other individuals of their own species (Geffen and Yom-Tov 2001), but we are unaware of reported evidence that Chukar may parasitize nests of sage-grouse. Here we describe a case of a Chukar parasitizing a sage-grouse nest in the sagebrush steppe of western Nevada.

  1. Habitat characteristics of nesting areas and of predated nests in a Mediterranean population of the European pond turtle, Emys orbicularis galloitalica

    Directory of Open Access Journals (Sweden)

    Marco A.L. Zuffi

    2006-01-01

    Full Text Available one of the largest population of Emys orbicularis galloitalica of central Italy inhabits the canal system wet areas within a natural protected park. Features of nesting habitats, nest structure, and predation patterns of 209 nests of a large population of the European pond turtle are here presented and analysed. Nest sites were characterised by sunny bushy areas in strip habitat, digged along north-south oriented canals, on average with about 26% of the area covered by vegetation, less than one meter distant from 30 cm height bushes, at about 11 m from water and at about 13 m distance from wooded areas, 28 m away from a road. Principal Component and discriminant analyses were used on 20 selected variables in order to reduce the number of physical variables, and indicate that canal border, strip habitat, and canal orientation are grouping variables, that correctly classified 41.6%, 66.5%, and 100 % respectively of nest presence.

  2. Nesting biology of four Tetrapedia species in trap-nests (Hymenoptera:Apidae:Tetrapediini

    Directory of Open Access Journals (Sweden)

    Evandro Camillo

    2005-06-01

    Full Text Available The nests used in this study were obtained from trap-nests (tubes of cardboard and cut bamboo stems placed on Santa Carlota Farm (Itaoca Section-IS, Santana Section-SS and Cerrado-Ce, Cajuru, SP, Brazil. The number of nests and corresponding species obtained were as follows: 516 nests of T. curvitarsis, 104 of T. rugulosa, 399 of T. diversipes and 98 of T. garofaloi. The most abundant species from SS and Ce was T.curvitarsis, and from IS it was T. diversipes. In general, most nests were collected during the hot and wet season (September to April. The nests were constructed with sand and an oily substance, and a single female established them. The cells were constructed in a linear series, sometimes followed by a vestibular cell. The number of brood cells ranged from 1 to 10 in T. curvitarsis (n=200, and in T. garofaloi (n=51, from 1 to 8 (n=30 in T. rugulosa, and from 1 to 6 (n=37 in T. diversipes. The pollen mass (pollen + oily substance contained a hollow, sometimes divided by a transverse ridge, on the exposed face of the pollen mass. The egg was vertically positioned in the lower part of the hollow. At times, the closing of a cell was initiated before provisioning was completed, with a construction of a collar at the cell limit. In some nests the final cellular partition also acted as a closure plug. Females began activities at 6:18 a.m.and ended between 3:31 and 6:26 p.m. Some females (T. curvitarsis , T. rugulosa and T. garofaloi did not spend the nights at their nests, returning to them only the following morning with additional material. In general, the development period (for males and females was greater in nests collected near the end of the hot and wet season than it was for nests collected in other months. Sex ratios for each species were as follows: T. curvitarsis, 1:1; T. rugulosa , 1.6:1 female; T. diversipes, 1.9:1; T. garofaloi, 2.8:1. Males and females of T. diversipes exhibited statistically similar sizes and in the other

  3. Scaling Non-Regular Shared-Memory Codes by Reusing Custom Loop Schedules

    Directory of Open Access Journals (Sweden)

    Dimitrios S. Nikolopoulos

    2003-01-01

    Full Text Available In this paper we explore the idea of customizing and reusing loop schedules to improve the scalability of non-regular numerical codes in shared-memory architectures with non-uniform memory access latency. The main objective is to implicitly setup affinity links between threads and data, by devising loop schedules that achieve balanced work distribution within irregular data spaces and reusing them as much as possible along the execution of the program for better memory access locality. This transformation provides a great deal of flexibility in optimizing locality, without compromising the simplicity of the shared-memory programming paradigm. In particular, the programmer does not need to explicitly distribute data between processors. The paper presents practical examples from real applications and experiments showing the efficiency of the approach.

  4. Aspergillus fumigatus and other thermophilic fungi in nests of wetland birds.

    Science.gov (United States)

    Korniłłowicz-Kowalska, Teresa; Kitowski, Ignacy

    2013-02-01

    A study was performed on the numbers and species diversity of thermophilic fungi (growing at 45 °C in vitro) in 38 nests of 9 species of wetland birds, taking into account the physicochemical properties of the nests and the bird species. It was found that in nests with the maximum weight (nests of Mute Swan), the number and diversity of thermophilic fungi were significantly greater than in other nests, with lower weight. The diversity of the thermophilic biota was positively correlated with the individual mass of bird and with the level of phosphorus in the nests. The dominant species within the mycobiota under study was Aspergillus fumigatus which inhabited 95% of the nests under study, with average frequency of ca. 650 cfu g(-1) of dry mass of the nest material. In a majority of the nests studied (nests of 7 bird species), the share of A. fumigatus exceeded 50% of the total fungi growing at 45 °C. Significantly higher frequencies of the fungal species were characteristic of the nests of small and medium-sized piscivorous species, compared with the other bird species. The number of A. fumigatus increased with increase in the moisture level of the nests, whereas the frequency of occurrence of that opportunistic pathogen, opposite to the general frequency of thermophilic mycobiota, was negatively correlated with the level of phosphorus in the nest material, and with the body mass and length of the birds. The authors indicate the causes of varied growth of thermophilic fungi in nests of wetland birds and, in particular, present a discussion of the causes of accumulation of A. fumigatus, the related threats to the birds, and its role as a source of transmission in the epidemiological chain of aspergillosis.

  5. Differential effects of coyotes and red foxes on duck nest success

    Science.gov (United States)

    Sovada, Marsha A.; Sargeant, A.; Grier, J.W.

    1995-01-01

    Low recruitment rates prevail among ducks in the Prairie Pothole Region of North America, primarily because of high nest depredation rates. The red fox (Vulpes vulpes) is a major predator of duck eggs, but fox abundance is depressed by coyotes (Canis latrans). We tested the hypothesis that nest success of upland-nesting ducks is higher in areas with coyotes than in areas with red foxes. We conducted the study during 1990-92 in uplands of 36 areas managed for nesting ducks in North Dakota and South Dakota. Overall nest success averaged 32% (95% CI = 25-40) on 17 study areas where coyotes were the principal canid and 17% (CI = 11-25) on 13 study areas where red foxes were the principal canid (P = 0.01). Both canids were common on 6 other areas, where nest success averaged 25% (CI = 13-47). Habitat composition, predator communities with the exception of canids, and species composition of duck nests in coyote and red fox areas were similar overall. Upon examining only nests with greater than or equal to 6 eggs on the last visit prior to hatch or depredation, we determined nests with evidence characteristic of fox predation accounted for 4% of depredated nests in coyote areas and 27% in fox areas (P = 0.001). An expanding coyote population is contributing to higher overall nest success. Management of coyotes may be an effective method for increasing duck nest success.

  6. Factors determining presence of passerines breeding within White Stork Ciconia ciconia nests

    Science.gov (United States)

    Zbyryt, Adam; Jakubas, Dariusz; Tobolka, Marcin

    2017-10-01

    Nests of White Stork Ciconia ciconia are commonly used by various passerines as nesting sites. In this study, we investigated factors determining presence and number of pairs of species breeding within White Stork nests in an extensive farmland in NE Poland. In 133 (57%) out of 233 White Stork nests, we found at least one breeding pair of passerine bird. These were from three species: House Sparrows Passer domesticus (68% of 133 nests with co-breeding), Tree Sparrows Passer montanus (65%), and Starlings Sturnus vulgaris (30%). The probability of breeding passerines within White Stork nests increased with increasing nest thickness, and was significantly higher in currently occupied nests. Sparrows were more likely to breed in White Stork nests located on electricity poles, situated closer to settlements and surrounded mainly by arable fields where meadows were not prevalent. In this paper, we show that White Stork nests are favorable nesting sites for passerines, as they are well insulated and provide an anti-predatory shield.

  7. Factors determining presence of passerines breeding within White Stork Ciconia ciconia nests.

    Science.gov (United States)

    Zbyryt, Adam; Jakubas, Dariusz; Tobolka, Marcin

    2017-08-18

    Nests of White Stork Ciconia ciconia are commonly used by various passerines as nesting sites. In this study, we investigated factors determining presence and number of pairs of species breeding within White Stork nests in an extensive farmland in NE Poland. In 133 (57%) out of 233 White Stork nests, we found at least one breeding pair of passerine bird. These were from three species: House Sparrows Passer domesticus (68% of 133 nests with co-breeding), Tree Sparrows Passer montanus (65%), and Starlings Sturnus vulgaris (30%). The probability of breeding passerines within White Stork nests increased with increasing nest thickness, and was significantly higher in currently occupied nests. Sparrows were more likely to breed in White Stork nests located on electricity poles, situated closer to settlements and surrounded mainly by arable fields where meadows were not prevalent. In this paper, we show that White Stork nests are favorable nesting sites for passerines, as they are well insulated and provide an anti-predatory shield.

  8. On loop extensions and cohomology of loops

    OpenAIRE

    Benítez, Rolando Jiménez; Meléndez, Quitzeh Morales

    2015-01-01

    In this paper are defined cohomology-like groups that classify loop extensions satisfying a given identity in three variables for association identities, and in two variables for the case of commutativity. It is considered a large amount of identities. This groups generalize those defined in works of Nishigori [2] and of Jhonson and Leedham-Green [4]. It is computed the number of metacyclic extensions for trivial action of the quotient on the kernel in one particular case for left Bol loops a...

  9. Nesting habitat and productivity of Swainson's Hawks in southeastern Arizona

    Science.gov (United States)

    Nishida, Catherine; Boal, Clint W.; DeStefano, Stephen; Hobbs, Royden J.

    2013-01-01

    We studied Swainson's Hawks (Buteo swainsoni) in southeastern Arizona to assess the status of the local breeding population. Nest success (≥1 young fledged) was 44.4% in 1999 with an average of 1.43 ± 0.09 (SE) young produced per successful pair. Productivity was similar in 2000, with 58.2% nesting success and 1.83 ± 0.09 fledglings per successful pair. Mesquite (Prosopis velutina) and cottonwood (Populus fremontii) accounted for >50% of 167 nest trees. Nest trees were taller than surrounding trees and random trees, and overall there was more vegetative cover at nest sites than random sites. This apparent requirement for cover around nest sites could be important for management of the species in Arizona. However, any need for cover at nest sites must be balanced with the need for open areas for foraging. Density of nesting Swainson's Hawks was higher in agriculture than in grasslands and desert scrub. Breeding pairs had similar success in agricultural and nonagricultural areas, but the effect of rapid and widespread land-use change on breeding distribution and productivity continues to be a concern throughout the range of the species.

  10. Rhode Island, Connecticut, New York, and New Jersey ESI: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for nesting birds in coastal Rhode Island, Connecticut, New York, and New Jersey. Vector points in this...

  11. Thermal fluctuation within nests and predicted sex ratio of Morelet's Crocodile.

    Science.gov (United States)

    Escobedo-Galván, Armando H; López-Luna, Marco A; Cupul-Magaña, Fabio G

    2016-05-01

    Understanding the interplay between thermal variations and sex ratio in reptiles with temperature-dependent sex determination is the first step for developing long-term conservation strategies. In case of crocodilians, the information is fragmentary and insufficient for establishing a general framework to consider how thermal fluctuation influence sex determination under natural conditions. The main goal of this study was to analyze thermal variation in nests of Crocodylus moreletii and to discuss the potential implications for predicting offspring sex ratio. The study was carried out at the Centro de Estudios Tecnológicos del Mar N° 2 and at the Sistemas Productivos Cocodrilo, Campeche, Mexico. Data was collected in the nesting season of Morelet's Crocodiles during three consecutive seasons (2007-2009). Thermal fluctuations for multiple areas of the nest chamber were registered by data loggers. We calculate the constant temperature equivalent based on thermal profiles among nests to assess whether there are differences between the nest temperature and its equivalent to constant temperature. We observed that mean nest temperature was only different among nests, while daily thermal fluctuations vary depending on the depth position within the nest chamber, years and nests. The constant temperature equivalent was different among and within nests, but not among survey years. We observed differences between constant temperature equivalent and mean nest temperature both at the top and in the middle of the nest cavities, but were not significantly different at the bottom of nest cavities. Our results enable examine and discuss the relevance of daily thermal fluctuations to predict sex ratio of the Morelet's Crocodile. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Linking snake behavior to nest predation in a Midwestern bird community.

    Science.gov (United States)

    Weatherhead, Patrick J; Carfagno, Gerardo L F; Sperry, Jinelle H; Brawn, Jeffrey D; Robinson, Scott K

    2010-01-01

    Nest predators can adversely affect the viability of songbird populations, and their impact is exacerbated in fragmented habitats. Despite substantial research on this predator-prey interaction, however, almost all of the focus has been on the birds rather than their nest predators, thereby limiting our understanding of the factors that bring predators and nests into contact. We used radiotelemetry to document the activity of two snake species (rat snakes, Elaphe obsoleta; racers, Coluber constrictor) known to prey on nests in Midwestern bird communities and simultaneously monitored 300 songbird nests and tested the hypothesis that predation risk should increase for nests when snakes were more active and in edge habitat preferred by both snake species. Predation risk increased when rat snakes were more active, for all nests combined and for two of the six bird species for which we had sufficient nests to allow separate analyses. This result is consistent with rat snakes being more important nest predators than racers. We found no evidence, however, that nests closer to forest edges were at greater risk. These results are generally consistent with the one previous study that investigated rat snakes and nest predation simultaneously. The seemingly paradoxical failure to find higher predation risk in the snakes' preferred habitat (i.e., edge) might be explained by the snakes using edges at least in part for non-foraging activities. We propose that higher nest predation in fragmented habitats (at least that attributable to snakes) results indirectly from edges promoting larger snake populations, rather than from edges directly increasing the risk of nest predation by snakes. If so, the notion of edges per se functioning as ecological "traps" merits further study.

  13. Predation risk of artificial ground nests in managed floodplain meadows

    Science.gov (United States)

    Arbeiter, Susanne; Franke, Elisabeth

    2018-01-01

    Nest predation highly determines the reproductive success in birds. In agricultural grasslands, vegetation characteristics and management practices influences the predation risk of ground breeders. Little is known so far on the predation pressure on non-passerine nests in tall swards. Investigations on the interaction of land use with nesting site conditions and the habitat selection of nest predators are crucial to develop effective conservation measures for grassland birds. In this study, we used artificial nests baited with quail and plasticine eggs to identify potential predators of ground nests in floodplain meadows and related predation risk to vegetation structure and grassland management. Mean daily predation rate was 0.01 (±0.012) after an exposure duration of 21 days. 70% of all observed nest predations were caused by mammals (Red Fox and mustelids) and 17.5% by avian predators (corvids). Nest sites close to the meadow edge and those providing low forb cover were faced with a higher daily predation risk. Predation risk also increased later in the season. Land use in the preceding year had a significant effect on predation risk, showing higher predation rates on unmanaged sites than on mown sites. Unused meadows probably attract mammalian predators, because they provide a high abundance of small rodents and a more favourable vegetation structure for foraging, increasing also the risk of incidental nest predations. Although mowing operation is a major threat to ground-nesting birds, our results suggest that an annual removal of vegetation may reduce predation risk in the subsequent year.

  14. Local individual preferences for nest materials in a passerine bird.

    Directory of Open Access Journals (Sweden)

    Adèle Mennerat

    Full Text Available Variation in the behavioural repertoire of animals is acquired by learning in a range of animal species. In nest-building birds, the assemblage of nest materials in an appropriate structure is often typical of a bird genus or species. Yet plasticity in the selection of nest materials may be beneficial because the nature and abundance of nest materials vary across habitats. Such plasticity can be learned, either individually or socially. In Corsican populations of blue tits Cyanistes caeruleus, females regularly add in their nests fragments of several species of aromatic plants during the whole breeding period. The selected plants represent a small fraction of the species present in the environment and have positive effects on nestlings.We investigated spatiotemporal variations of this behaviour to test whether the aromatic plant species composition in nests depends on 1 plant availability in territories, 2 female experience or 3 female identity. Our results indicate that territory plays a very marginal role in the aromatic plant species composition of nests. Female experience is not related to a change in nest plant composition. Actually, this composition clearly depends on female identity, i.e. results from individual preferences which, furthermore, are repeatable both within and across years. A puzzling fact is the strong difference in plant species composition of nests across distinct study plots.This study demonstrates that plant species composition of nests results from individual preferences that are homogeneous within study plots. We propose several hypotheses to interpret this pattern of spatial variation before discussing them in the light of preliminary results. As a conclusion, we cannot exclude the possibility of social transmission of individual preferences for aromatic plants. This is an exciting perspective for further work in birds, where nest construction behaviour has classically been considered as a stereotypic behaviour.

  15. Local individual preferences for nest materials in a passerine bird.

    Science.gov (United States)

    Mennerat, Adèle; Perret, Philippe; Lambrechts, Marcel M

    2009-01-01

    Variation in the behavioural repertoire of animals is acquired by learning in a range of animal species. In nest-building birds, the assemblage of nest materials in an appropriate structure is often typical of a bird genus or species. Yet plasticity in the selection of nest materials may be beneficial because the nature and abundance of nest materials vary across habitats. Such plasticity can be learned, either individually or socially. In Corsican populations of blue tits Cyanistes caeruleus, females regularly add in their nests fragments of several species of aromatic plants during the whole breeding period. The selected plants represent a small fraction of the species present in the environment and have positive effects on nestlings. We investigated spatiotemporal variations of this behaviour to test whether the aromatic plant species composition in nests depends on 1) plant availability in territories, 2) female experience or 3) female identity. Our results indicate that territory plays a very marginal role in the aromatic plant species composition of nests. Female experience is not related to a change in nest plant composition. Actually, this composition clearly depends on female identity, i.e. results from individual preferences which, furthermore, are repeatable both within and across years. A puzzling fact is the strong difference in plant species composition of nests across distinct study plots. This study demonstrates that plant species composition of nests results from individual preferences that are homogeneous within study plots. We propose several hypotheses to interpret this pattern of spatial variation before discussing them in the light of preliminary results. As a conclusion, we cannot exclude the possibility of social transmission of individual preferences for aromatic plants. This is an exciting perspective for further work in birds, where nest construction behaviour has classically been considered as a stereotypic behaviour.

  16. Arctic foxes, lemmings, and canada goose nest survival at cape Churchill, Manitoba

    Science.gov (United States)

    Reiter, M.E.; Andersen, D.E.

    2011-01-01

    We examined factors influencing Canada Goose (Branta canadensis interior) annual nest success, including the relative abundance of collared lemmings (Dicrostonyx richardsoni), arctic fox (Alopex lagopus) den occupancy, nest density, and spring phenology using data collected during annual Canada Goose breeding area surveys at Cape Churchill, Manitoba. Nest density and arctic fox den occupancy strongly influenced Canada Goose nest success. High nest density resulted in higher nest success and high den occupancy reduced nest success. Nest success was not influenced by lemming abundance in the current or previous year as predicted by the "bird-lemming" hypothesis. Reducing arctic fox abundance through targeted management increased nest survival of Canada Geese; a result that further emphasizes the importance of arctic fox as nest predators in this system. The spatial distribution of nest predators, at least for dispersed-nesting geese, may be most important for nest survival, regardless of the abundance of small mammals in the local ecosystem. Further understanding of the factors influencing the magnitude and variance in arctic fox abundance in this region, and the spatial scale at which these factors are realized, is necessary to fully explain predator-prey-alternative prey dynamics in this system. ?? 2011 by the Wilson Ornithological Society.

  17. Soil attributes drive nest-site selection by the campo miner Geositta poeciloptera

    Science.gov (United States)

    Teixeira, João Paulo Gusmão; Solar, Ricardo; Vasconcelos, Bruno Nery F.; Fernandes, Raphael B. A.; Lopes, Leonardo Esteves

    2018-01-01

    Substrate type is a key-factor in nest-site selection and nest architecture of burrowing birds. However, little is known about which factors drive nest-site selection for these species, especially in the tropics. We studied the influence of soil attributes on nest-site selection by the campo miner Geositta poeciloptera, an open grassland bird that builds its nests within soil cavities. For all nests found, we measured the depth of the nest cavity and the resistance of the soil to penetration, and identified the soil horizon in which the nest was located. In soil banks with nests, we collected soil samples for granulometric analysis around each nest cavity, while in soil banks without nests we collected these samples at random points. From 43 nests found, 86% were located in the deeper soil horizons (C-horizon), and only 14% in the shallower horizons (B-horizon). Granulometric analysis showed that the C-horizons possessed a high similar granulometric composition, with high silt and low clay contents. These characteristics are associated with a low degree of structural development of the soil, which makes it easier to excavate. Contrarily, soil resistance to penetration does not seem to be an important criterion for nest site selection, although nests in more resistant the soils tend to have shallower nest cavities. Among the soil banks analyzed, 40% of those without cavities possessed a larger proportion of B-horizon relative to the C-horizon, and their texture was more clayey. On the other hand, almost all soil banks containing nest cavities had a larger C-horizon and a silty texture, indicating that soil attributes drive nest-site selection by G. poeciloptera. Thus, we conclude that the patchy distribution of G. poeciloptera can attributed to the infrequent natural exposure of the C-horizon in the tropical region, where well developed, deep and permeable soils are more common. PMID:29381768

  18. Soil attributes drive nest-site selection by the campo miner Geositta poeciloptera.

    Science.gov (United States)

    Meireles, Ricardo Camargos de; Teixeira, João Paulo Gusmão; Solar, Ricardo; Vasconcelos, Bruno Nery F; Fernandes, Raphael B A; Lopes, Leonardo Esteves

    2018-01-01

    Substrate type is a key-factor in nest-site selection and nest architecture of burrowing birds. However, little is known about which factors drive nest-site selection for these species, especially in the tropics. We studied the influence of soil attributes on nest-site selection by the campo miner Geositta poeciloptera, an open grassland bird that builds its nests within soil cavities. For all nests found, we measured the depth of the nest cavity and the resistance of the soil to penetration, and identified the soil horizon in which the nest was located. In soil banks with nests, we collected soil samples for granulometric analysis around each nest cavity, while in soil banks without nests we collected these samples at random points. From 43 nests found, 86% were located in the deeper soil horizons (C-horizon), and only 14% in the shallower horizons (B-horizon). Granulometric analysis showed that the C-horizons possessed a high similar granulometric composition, with high silt and low clay contents. These characteristics are associated with a low degree of structural development of the soil, which makes it easier to excavate. Contrarily, soil resistance to penetration does not seem to be an important criterion for nest site selection, although nests in more resistant the soils tend to have shallower nest cavities. Among the soil banks analyzed, 40% of those without cavities possessed a larger proportion of B-horizon relative to the C-horizon, and their texture was more clayey. On the other hand, almost all soil banks containing nest cavities had a larger C-horizon and a silty texture, indicating that soil attributes drive nest-site selection by G. poeciloptera. Thus, we conclude that the patchy distribution of G. poeciloptera can attributed to the infrequent natural exposure of the C-horizon in the tropical region, where well developed, deep and permeable soils are more common.

  19. Nesting Ecology of Hawksbill Sea Turtles (Eretmochelys imbricata) on Utila, Honduras

    Science.gov (United States)

    Damazo, Lindsey Renee Eggers

    The hawksbill sea turtle (Eretmochelys imbricata) has a circumtropical distribution and plays an important role in maintaining the health of coral reefs. Unfortunately, hawksbill populations have been decimated, and estimated numbers in the Caribbean are less than 10% of populations a century ago. The hawksbill is considered Critically Endangered, and researchers are coordinating worldwide efforts to protect this species. One country where we lack knowledge regarding hawksbills is Honduras. This study aimed to increase our understanding of hawksbill nesting ecology in Caribbean Honduras. Characteristics of hawksbill nesting activity and a nesting beach on the island of Utila were elucidated using satellite telemetry, beach profiling, vegetation surveys, beach monitoring, and nest temperature profiles. We affixed satellite transmitters to two nesting hawksbills, and found the turtles migrated to different countries. One turtle traveled 403 km to a bay in Mexico, and the other traveled 181 km to a Marine Protected Area off Belize. This study presents the first description of hawksbill migration routes from Honduras, facilitating protection efforts for turtles that traverse international waters. To investigate nesting beach and turtle characteristics, we conducted beach monitoring during the 2012 nesting season. Nesting turtle carapace sizes were similar to worldwide values, but hatchlings were heavier. To measure nest temperatures, we placed thermocouple data loggers in four nests and four pseudo-nests. Data suggested metabolic heating may be maintaining nest temperatures above the pivotal temperature. However, large temperature fluctuations corresponding to rainfall from Hurricane Ernesto (as determined using a time series cross-correlation analysis) make it difficult to predict sex ratios, and underscore the impact stochastic events can have on nest temperatures. We created topographic and substrate profiles of the beach, and found it was 475 m long, yet hawksbills

  20. Nesting behaviour influences species-specific gas exchange across avian eggshells.

    Science.gov (United States)

    Portugal, Steven J; Maurer, Golo; Thomas, Gavin H; Hauber, Mark E; Grim, Tomáš; Cassey, Phillip

    2014-09-15

    Carefully controlled gas exchange across the eggshell is essential for the development of the avian embryo. Water vapour conductance (G(H2O)) across the shell, typically measured as mass loss during incubation, has been demonstrated to optimally ensure the healthy development of the embryo while avoiding desiccation. Accordingly, eggs exposed to sub-optimal gas exchange have reduced hatching success. We tested the association between eggshell G(H2O) and putative life-history correlates of adult birds, ecological nest parameters and physical characteristics of the egg itself to investigate how variation in G(H2O) has evolved to maintain optimal water loss across a diverse set of nest environments. We measured gas exchange through eggshell fragments in 151 British breeding bird species and fitted phylogenetically controlled, general linear models to test the relationship between G(H2O) and potential predictor parameters of each species. Of our 17 life-history traits, only two were retained in the final model: wet-incubating parent and nest type. Eggs of species where the parent habitually returned to the nest with wet plumage had significantly higher G(H2O) than those of parents that returned to the nest with dry plumage. Eggs of species nesting in ground burrows, cliffs and arboreal cups had significantly higher G(H2O) than those of species nesting on the ground in open nests or cups, in tree cavities and in shallow arboreal nests. Phylogenetic signal (measured as Pagel's λ) was intermediate in magnitude, suggesting that differences observed in the G(H2O) are dependent upon a combination of shared ancestry and species-specific life history and ecological traits. Although these data are correlational by nature, they are consistent with the hypothesis that parents constrained to return to the nest with wet plumage will increase the humidity of the nest environment, and the eggs of these species have evolved a higher G(H2O) to overcome this constraint and still

  1. Automatic calculation of massive two-loop self-energies with XLOOPS

    International Nuclear Information System (INIS)

    Franzkowski, J.

    1997-01-01

    Within the program package XLOOPS it is possible to calculate self-energies up to the two-loop level for arbitrary massive particles. The program package -written in MAPLE (Char et al., Maple V Language Reference Manual (Springer, 1991); Char et al., Maple V Library Reference Manual (Springer, 1991)) - is designed to deal with the full tensor structure of the occurring integrals. This means that applications are not restricted to those cases where the reduction to scalars via equivalence theorem is allowed. The algorithms handle two-loop integrals analytically if this is possible. For those topologies where no analytic result for the general mass case is available, the diagrams are reduced to integral representations which encounter at most at two-fold integration. These integral representations are numerically stable and can be performed easily using VEGAS (Lepage, J. Comp. Phys. 27 (1978) 192; Lepage, Cornell Univ. Preprint CLNS-80/447 (1980)). (orig.)

  2. Black holes in loop quantum gravity.

    Science.gov (United States)

    Perez, Alejandro

    2017-12-01

    This is a review of results on black hole physics in the context of loop quantum gravity. The key feature underlying these results is the discreteness of geometric quantities at the Planck scale predicted by this approach to quantum gravity. Quantum discreteness follows directly from the canonical quantization prescription when applied to the action of general relativity that is suitable for the coupling of gravity with gauge fields, and especially with fermions. Planckian discreteness and causal considerations provide the basic structure for the understanding of the thermal properties of black holes close to equilibrium. Discreteness also provides a fresh new look at more (at the moment) speculative issues, such as those concerning the fate of information in black hole evaporation. The hypothesis of discreteness leads, also, to interesting phenomenology with possible observational consequences. The theory of loop quantum gravity is a developing program; this review reports its achievements and open questions in a pedagogical manner, with an emphasis on quantum aspects of black hole physics.

  3. Nesting bird "host funnel" increases mosquito-bird contact rate.

    Science.gov (United States)

    Caillouët, Kevin A; Riggan, Anna E; Bulluck, Lesley P; Carlson, John C; Sabo, Roy T

    2013-03-01

    Increases in vector-host contact rates can enhance arbovirus transmission intensity. We investigated weekly fluctuations in contact rates between mosquitoes and nesting birds using the recently described Nest Mosquito Trap (NMT). The number of mosquitoes per nestling increased from nesting season. Our evidence suggests the coincidence of the end of the avian nesting season and increasing mosquito abundances may have caused a "host funnel," concentrating host-seeking mosquitoes to the few remaining nestlings. The relative abundance of mosquitoes collected by the NMT suggests that significantly more Aedes albopictus (Skuse) and Culex pipiens (L.) /restuans (Theobald) sought nesting bird bloodmeals than were predicted by their relative abundances in CO2-baited Centers for Disease Control and Prevention light and gravid traps. Culex salinarius (Coquillett) and Culex erraticus Dyar and Knab were collected in NMTs in proportion to their relative abundances in the generic traps. Temporal host funnels and nesting bird host specificity may enhance arbovirus amplification and explain observed West Nile virus and St. Louis encephalitis virus amplification periods.

  4. Birds' nesting parameters in four forest types in the Pantanal wetland

    Directory of Open Access Journals (Sweden)

    JB Pinho

    Full Text Available We tested the heterogeneity/productivity hypothesis with respect to the abundance and richness of birds and the vegetation density hypothesis with respect to birds' nest predation rates, and determined the relative importance of forested vegetation formations for the conservation of birds in the Pantanal. We estimated the apparent nesting success, and the abundance and richness of nesting birds' in four forest types, by monitoring nests during two reproductive seasons in four forested physiognomies (two high productivity/heterogeneity evergreen forests = Cambará and Landi; two low productivity/heterogeneity dry forests = Cordilheira and Carvoeiro in the Pantanal wetland in Poconé, State of Mato Grosso, Brazil. We found 381 nests of 46 species (35 Passeriformes and 11 non-Passeriformes in the four forest types. Of these, we monitored 220 active nests belonging to 44 species, 101 during the reproductive season of 2001 and 119 in 2002. We supported the productivity/heterogeneity hypothesis since the two evergreen forests had higher nest abundance and one of them (Cambará had higher nesting species richness than the dry forests. The number of nests found in each habitat differed with most nests monitored in the Cambará forest (82%, followed by Landi (9%, Cordilheira (6% and Carvoeiro (3% forests. The total number of nests monitored was significantly higher in evergreen forests than in dry forests. Also, more species nested in evergreen (37 species than in dry (16 species forests. A Correspondence Analysis revealed that only Carvoeiros had a different nesting bird community. The overall apparent nesting success of 220 nests was 26.8%. We did not support the vegetation density hypothesis since nest predation rates were similar between evergreen (73.5% and dry (70% forests, and were higher in the Landi (85% than in the other three forests (69.2 to 72.2%. Our data indicate that Cambará forests seem to be a key nesting habitat for many bird species

  5. Birds' nesting parameters in four forest types in the Pantanal wetland.

    Science.gov (United States)

    Pinho, J B; Marini, M A

    2014-11-01

    We tested the heterogeneity/productivity hypothesis with respect to the abundance and richness of birds and the vegetation density hypothesis with respect to birds' nest predation rates, and determined the relative importance of forested vegetation formations for the conservation of birds in the Pantanal. We estimated the apparent nesting success, and the abundance and richness of nesting birds' in four forest types, by monitoring nests during two reproductive seasons in four forested physiognomies (two high productivity/heterogeneity evergreen forests = Cambará and Landi; two low productivity/heterogeneity dry forests = Cordilheira and Carvoeiro) in the Pantanal wetland in Poconé, State of Mato Grosso, Brazil. We found 381 nests of 46 species (35 Passeriformes and 11 non-Passeriformes) in the four forest types. Of these, we monitored 220 active nests belonging to 44 species, 101 during the reproductive season of 2001 and 119 in 2002. We supported the productivity/heterogeneity hypothesis since the two evergreen forests had higher nest abundance and one of them (Cambará) had higher nesting species richness than the dry forests. The number of nests found in each habitat differed with most nests monitored in the Cambará forest (82%), followed by Landi (9%), Cordilheira (6%) and Carvoeiro (3%) forests. The total number of nests monitored was significantly higher in evergreen forests than in dry forests. Also, more species nested in evergreen (37 species) than in dry (16 species) forests. A Correspondence Analysis revealed that only Carvoeiros had a different nesting bird community. The overall apparent nesting success of 220 nests was 26.8%. We did not support the vegetation density hypothesis since nest predation rates were similar between evergreen (73.5%) and dry (70%) forests, and were higher in the Landi (85%) than in the other three forests (69.2 to 72.2%). Our data indicate that Cambará forests seem to be a key nesting habitat for many bird species of the

  6. Methods for excluding cliff swallows from nesting on highway structures.

    Science.gov (United States)

    2009-08-01

    Cliff swallows (Petrochelidon pyrrhonota) are colonially breeding migratory birds that frequently nest on highway : structures. Protected by the Migratory Bird Treaty Act of 1918, nesting control methods cannot harm swallows or active : nests. This c...

  7. Effects of prescribed burns on wintering cavity-nesting birds

    Science.gov (United States)

    Heather L. Bateman; Margaret A. O' Connell

    2006-01-01

    Primary cavity-nesting birds play a critical role in forest ecosystems by excavating cavities later used by other birds and mammals as nesting or roosting sites. Several species of cavity-nesting birds are non-migratory residents and consequently subject to winter conditions. We conducted winter bird counts from 1998 to 2000 to examine the abundance and habitat...

  8. Variation in nesting behavior of eight species of spider mites, Stigmaeopsis having sociality

    Science.gov (United States)

    Saito, Yutaka; Zhang, Yan-Xuan; Mori, Kotaro; Ito, Katsura; Sato, Yukie; Chittenden, Anthony R.; Lin, Jian-Zhen; Chae, Younghae; Sakagami, Takane; Sahara, Ken

    2016-10-01

    Nesting behavior is considered to be an important element of social living in animals. The spider mites belonging to the genus Stigmaeopsis spend their lives within nests produced from silk threads. Several of these species show cooperative sociality, while the others are subsocial. In order to identify the origins of this social behavior, comparisons of nest sizes, nesting behaviors (making nests continuously or separately), and their associated traits (fecal deposition patterns) were made for eight cogeneric Stigmaeopsis species showing various levels of social development. All of these species inhabit bamboo plants (Poaceae). We initially addressed the proximate factor of nest size variation. The variation in nest size of the eight species corresponded well with the variation in dorsal seta sc1 length, suggesting that nest size variation among species may have a genetic basis. The time spent within a nest (nest duration) increased with nest size on the respective host plants. Nest arrangement patterns varied among species showing different sized nests: Large nest builders continuously extended their nests, while middle and small nest-building species built new separate nests, which resulted in different social interaction times among species, and is thought to be closely related to social development. Fecal deposition behaviors also varied among Stigmaeopsis species, suggesting diversity in anti-predatory adaptations. Finally, we discuss how the variation in sociality observed within this genus is likely the result of nest size variation that initially evolved as anti-predator strategies.

  9. Scientific Programming with High Performance Fortran: A Case Study Using the xHPF Compiler

    Directory of Open Access Journals (Sweden)

    Eric De Sturler

    1997-01-01

    Full Text Available Recently, the first commercial High Performance Fortran (HPF subset compilers have appeared. This article reports on our experiences with the xHPF compiler of Applied Parallel Research, version 1.2, for the Intel Paragon. At this stage, we do not expect very High Performance from our HPF programs, even though performance will eventually be of paramount importance for the acceptance of HPF. Instead, our primary objective is to study how to convert large Fortran 77 (F77 programs to HPF such that the compiler generates reasonably efficient parallel code. We report on a case study that identifies several problems when parallelizing code with HPF; most of these problems affect current HPF compiler technology in general, although some are specific for the xHPF compiler. We discuss our solutions from the perspective of the scientific programmer, and presenttiming results on the Intel Paragon. The case study comprises three programs of different complexity with respect to parallelization. We use the dense matrix-matrix product to show that the distribution of arrays and the order of nested loops significantly influence the performance of the parallel program. We use Gaussian elimination with partial pivoting to study the parallelization strategy of the compiler. There are various ways to structure this algorithm for a particular data distribution. This example shows how much effort may be demanded from the programmer to support the compiler in generating an efficient parallel implementation. Finally, we use a small application to show that the more complicated structure of a larger program may introduce problems for the parallelization, even though all subroutines of the application are easy to parallelize by themselves. The application consists of a finite volume discretization on a structured grid and a nested iterative solver. Our case study shows that it is possible to obtain reasonably efficient parallel programs with xHPF, although the compiler

  10. Variation in clutch size in relation to nest size in birds

    NARCIS (Netherlands)

    Møller, Anders P.; Adriaensen, Frank; Artemyev, Alexandr; Bańbura, Jerzy; Barba, Emilio; Biard, Clotilde; Blondel, Jacques; Bouslama, Zihad; Bouvier, Jean-Charles; Camprodon, Jordi; Cecere, Francesco; Charmantier, Anne; Charter, Motti; Cichoń, Mariusz; Cusimano, Camillo; Czeszczewik, Dorota; Demeyrier, Virginie; Doligez, Blandine; Doutrelant, Claire; Dubiec, Anna; Eens, Marcel; Eeva, Tapio; Faivre, Bruno; Ferns, Peter N.; Forsman, Jukka T.; García-Del-Rey, Eduardo; Goldshtein, Aya; Goodenough, Anne E.; Gosler, Andrew G.; Góźdź, Iga; Grégoire, Arnaud; Gustafsson, Lars; Hartley, Ian R.; Heeb, Philipp; Hinsley, Shelley A.; Isenmann, Paul; Jacob, Staffan; Järvinen, Antero; Juškaitis, Rimvydas; Korpimäki, Erkki; Krams, Indrikis; Laaksonen, Toni; Leclercq, Bernard; Lehikoinen, Esa; Loukola, Olli; Lundberg, Arne; Mainwaring, Mark C.; Mänd, Raivo; Massa, Bruno; Mazgajski, Tomasz D.; Merino, Santiago; Mitrus, Cezary; Mönkkönen, Mikko; Morales-Fernaz, Judith; Morin, Xavier; Nager, Ruedi G.; Nilsson, Jan-Åke; Nilsson, Sven G.; Norte, Ana C.; Orell, Markku; Perret, Philippe; Pimentel, Carla S.; Pinxten, Rianne; Priedniece, Ilze; Quidoz, Marie-Claude; Remeš, Vladimir; Richner, Heinz; Robles, Hugo; Rytkönen, Seppo; Senar, Juan Carlos; Seppänen, Janne T.; da Silva, Luís P.; Slagsvold, Tore; Solonen, Tapio; Sorace, Alberto; Stenning, Martyn J.; Török, János; Tryjanowski, Piotr; van Noordwijk, Arie J.; von Numers, Mikael; Walankiewicz, Wiesław; Lambrechts, Marcel M.

    2014-01-01

    Nests are structures built to support and protect eggs and/or offspring from predators, parasites, and adverse weather conditions. Nests are mainly constructed prior to egg laying, meaning that parent birds must make decisions about nest site choice and nest building behavior before the start of

  11. Keeping Energy Savings in the LOOP

    Energy Technology Data Exchange (ETDEWEB)

    Parrish, Kristen [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States); Mercado, Andrea [Lawrence Berkeley National Lab. (LBNL), Berkeley, CA (United States)

    2012-11-01

    Mesa Lane Partners (MLP) partnered with the U.S. Department of Energy (DOE) to develop and implement solutions to a build a new, low-energy mixed-use building that consumes at least 50% less energy than requirements set by Energy Standard 90.1-2007 of the American Society of Heating, Refrigerating, and Air-conditioning Engineers (ASHRAE), the American National Standards Institute (ANSI), and the Illuminating Engineering Society of America (IESNA), as part of DOE’s Commercial Building Partnerships (CBP)3 Program. Lawrence Berkeley National Laboratory (LBNL) provided technical expertise in support of this DOE program. The privately developed 46,000-square-foot LOOP project, which is intended to provide affordable off-campus student housing in an underserved community next to University of California at Santa Barbara, will contain more than 7,000 square feet of retail space, a roof deck, an event space, a gym, and 48 apartments. The project developer, MLP, is aiming to exceed CBP requirement, targeting energy consumption that is at least 65% less than that required by the standard. If the LOOP meets this goal, it is expected to achieve Leadership in Energy and Environmental Design (LEED) Gold certification. To meet this goal, the project design incorporates a variety of energy efficiency measures (EEMs) that address the needs of the multiple use types that the project will house.

  12. Random walk loop soup

    OpenAIRE

    Lawler, Gregory F.; Ferreras, José A. Trujillo

    2004-01-01

    The Brownian loop soup introduced in Lawler and Werner (2004) is a Poissonian realization from a sigma-finite measure on unrooted loops. This measure satisfies both conformal invariance and a restriction property. In this paper, we define a random walk loop soup and show that it converges to the Brownian loop soup. In fact, we give a strong approximation result making use of the strong approximation result of Koml\\'os, Major, and Tusn\\'ady. To make the paper self-contained, we include a proof...

  13. Phenology largely explains taller grass at successful nests in greater sage-grouse.

    Science.gov (United States)

    Smith, Joseph T; Tack, Jason D; Doherty, Kevin E; Allred, Brady W; Maestas, Jeremy D; Berkeley, Lorelle I; Dettenmaier, Seth J; Messmer, Terry A; Naugle, David E

    2018-01-01

    Much interest lies in the identification of manageable habitat variables that affect key vital rates for species of concern. For ground-nesting birds, vegetation surrounding the nest may play an important role in mediating nest success by providing concealment from predators. Height of grasses surrounding the nest is thought to be a driver of nest survival in greater sage-grouse ( Centrocercus urophasianus ; sage-grouse), a species that has experienced widespread population declines throughout their range. However, a growing body of the literature has found that widely used field methods can produce misleading inference on the relationship between grass height and nest success. Specifically, it has been demonstrated that measuring concealment following nest fate (failure or hatch) introduces a temporal bias whereby successful nests are measured later in the season, on average, than failed nests. This sampling bias can produce inference suggesting a positive effect of grass height on nest survival, though the relationship arises due to the confounding effect of plant phenology, not an effect on predation risk. To test the generality of this finding for sage-grouse, we reanalyzed existing datasets comprising >800 sage-grouse nests from three independent studies across the range where there was a positive relationship found between grass height and nest survival, including two using methods now known to be biased. Correcting for phenology produced equivocal relationships between grass height and sage-grouse nest survival. Viewed in total, evidence for a ubiquitous biological effect of grass height on sage-grouse nest success across time and space is lacking. In light of these findings, a reevaluation of land management guidelines emphasizing specific grass height targets to promote nest success may be merited.

  14. Red-shouldered hawk nesting habitat preference in south Texas

    Science.gov (United States)

    Strobel, Bradley N.; Boal, Clint W.

    2010-01-01

    We examined nesting habitat preference by red-shouldered hawks Buteo lineatus using conditional logistic regression on characteristics measured at 27 occupied nest sites and 68 unused sites in 2005–2009 in south Texas. We measured vegetation characteristics of individual trees (nest trees and unused trees) and corresponding 0.04-ha plots. We evaluated the importance of tree and plot characteristics to nesting habitat selection by comparing a priori tree-specific and plot-specific models using Akaike's information criterion. Models with only plot variables carried 14% more weight than models with only center tree variables. The model-averaged odds ratios indicated red-shouldered hawks selected to nest in taller trees and in areas with higher average diameter at breast height than randomly available within the forest stand. Relative to randomly selected areas, each 1-m increase in nest tree height and 1-cm increase in the plot average diameter at breast height increased the probability of selection by 85% and 10%, respectively. Our results indicate that red-shouldered hawks select nesting habitat based on vegetation characteristics of individual trees as well as the 0.04-ha area surrounding the tree. Our results indicate forest management practices resulting in tall forest stands with large average diameter at breast height would benefit red-shouldered hawks in south Texas.

  15. A mathematical model for the simulation of thermal transients in the water loop of IPEN

    International Nuclear Information System (INIS)

    Pontedeiro, A.C.

    1980-01-01

    A mathematical model for simulation of thermal transients in the water loop at the Instituto de Pesquisas Energeticas e Nucleares, Sao Paulo, Brasil, is developed. The model is based on energy equations applied to the components of the experimental water loop. The non-linear system of first order diferencial equations and of non-linear algebraic equations obtained through the utilization of the IBM 'System/360-Continous System Modeling Program' (CSMP) is resolved. An optimization of the running time of the computer is made and a typical simulation of the water loop is executed. (Author) [pt

  16. Neutron transport in irradiation loops (IRENE loop)

    International Nuclear Information System (INIS)

    Sarsam, Maher.

    1980-09-01

    This thesis is composed of two parts with different aspects. Part one is a technical description of the loop and its main ancillary facilities as well as of the safety and operational regulations. The measurement methods on the model of the ISIS reactor and on the loop in the OSIRIS reactor are described. Part two deals with the possibility of calculating the powers dissipated by each rod of the fuel cluster, using appropriate computer codes, not only in the reflector but also in the core and to suggest a method of calculation [fr

  17. Effects of nest density, location, and timing on breeding success of Caspian Terns

    Science.gov (United States)

    Antolos, Michelle; Roby, D.D.; Lyons, Donald E.; Anderson, Scott K.; Collis, K.

    2006-01-01

    One of the proposed benefits of colonial nesting in birds is the protection afforded against avian predators. This advantage may be counter-balanced by the negative effects of intraspecific aggression on breeding success. Effects of nest density, nest location within the colony, and timing of nest initiation on productivity of Caspian Terns (Sterna caspia) were investigated on Crescent Island in the mid-Columbia River, Washington, USA. In the absence of intense nest predation at the Crescent Island tern colony, it was hypothesized that nest density would be negatively associated with productivity. A rangefinder was used to determine spatial distribution of Caspian Tern nests, and these data used to calculate nest characteristics (nest density, nearest neighbor distance, and distance to colony edge) for a randomly-selected subset of nests monitored for nest chronology and productivity. Productivity did not differ between nests in high- and low-density areas of the colony, and was positively associated with earlier nest initiation. Early nests were more productive, were located in areas of higher nest density, and were further from the colony edge than late nests. The strong effect of timing may have been attributable to seasonal declines in prey resources for terns at this site. Our results suggest that Caspian Terns nesting at the highest densities observed in this study did not incur immediate reproductive costs, despite increased potential for encounters between chicks and aggressive conspecific adults.

  18. Closed-loop, multichannel experimentation using the open-source NeuroRighter electrophysiology platform

    Directory of Open Access Journals (Sweden)

    Jonathan Paul Newman

    2013-01-01

    Full Text Available Single neuron feedback control techniques, such as voltage clamp and dynamic clamp, have enabled numerous advances in our understanding of ion channels, electrochemical signaling, and neural dynamics. Although commercially available multichannel recording and stimulation systems are commonly used for studying neural processing at the network level, they provide little native support for real-time feedback. We developed the open-source NeuroRighter multichannel electrophysiology hardware and software platform for closed-loop multichannel control with a focus on accessibility and low cost. NeuroRighter allows 64 channels of stimulation and recording for around US $10,000, along with the ability to integrate with other software and hardware. Here, we present substantial enhancements to the NeuroRighter platform, including a redesigned desktop application, a new stimulation subsystem allowing arbitrary stimulation patterns, low-latency data servers for accessing data streams, and a new application programming interface (API for creating closed-loop protocols that can be inserted into NeuroRighter as plugin programs. This greatly simplifies the design of sophisticated real-time experiments without sacrificing the power and speed of a compiled programming language. Here we present a detailed description of NeuroRighter as a stand alone application, its plugin API, and an extensive set of case studies that highlight the system's abilities for conducting closed-loop, multichannel interfacing experiments.

  19. Bird nesting and droppings control on highway structures.

    Science.gov (United States)

    2010-10-01

    This report provides a comprehensive literature survey of permanent and temporary deterrents to nesting and roosting, a : discussion of risks to human health and safety from exposure to bird nests and droppings and recommended protective measures, : ...

  20. Contrasting nest survival patterns for ducks and songbirds in northern mixed-grass prairie

    Science.gov (United States)

    Grant, Todd; Shaffer, Terry L.; Madden, Elizabeth M.; Nenneman, Melvin P.

    2017-01-01

    Management actions intended to protect or improve habitat for ducks may benefit grassland-nesting passerines, but scant information is available to explore this assumption. During 1998–2003, we examined nest survival of ducks and songbirds to determine whether effects of prescribed fire and other habitat features (e.g., shrub cover and distance to habitat edges) were similar for ducks and passerines breeding in North Dakota. We used the logistic-exposure method to estimate survival of duck and songbird nests (n = 3,171). We used an information-theoretic approach to identify factors that most influenced nest survival. Patterns of nest survival were markedly different between taxonomic groups. For ducks, nest survival was greater during the first postfire nesting season (daily survival rate [DSR] = 0.957, 85% CI = 0.951–0.963), relative to later postfire nesting seasons (DSR = 0.946, 85% CI = 0.942–0.950). Furthermore duck nest survival and nest densities were inversely related. Duck nest survival also was greater as shrub cover decreased and as distance from cropland and wetland edges increased. Passerines had lower nest survival during the first postfire nesting season (DSR = 0.934, 85% CI = 0.924–0.944), when densities also were low compared to subsequent postfire nesting seasons (DSR = 0.947, 85% CI = 0.944–0.950). Parasitism by brown-headed cowbirds (Molothrus ater) reduced passerine nest survival and this effect was more pronounced during the first postfire nesting season compared to subsequent nesting seasons. Passerine nest survival was greater as shrub cover decreased and perhaps for more concealed nests. Duck and songbird nest survival rates were not correlated during this study and for associated studies that examined additional variables using the same dataset, suggesting that different mechanisms influenced their survival. Based on our results, ducks should not be considered direct surrogates for passerines

  1. Loop space representation of quantum general relativity and the group of loops

    International Nuclear Information System (INIS)

    Gambini, R.

    1991-01-01

    The action of the constraints of quantum general relativity on a general state in the loop representation is coded in terms of loop derivatives. These differential operators are related to the infinitesimal generators of the group of loops and generalize the area derivative first considered by Mandelstam. A new sector of solutions of the physical states space of nonperturbative quantum general relativity is found. (orig.)

  2. Cavity-nesting bird abundance in thinned versus unthinned Massachusetts oak stands

    Science.gov (United States)

    Christopher J.E. Welsh; William M. Healy; Richard M. DeGraaf

    1992-01-01

    Cavity-nesting birds provide significant benefits to forest communities, but timber management techniques may negatively affect cavity-nesting species by reducing the availability of suitable nest and foraging sites. We surveyed cavity-nesting birds from transects in eight Massachusetts oak stands to examine the effect of thinning with retention of snag and wildlife...

  3. Fermions and loops on graphs: I. Loop calculus for determinants

    International Nuclear Information System (INIS)

    Chernyak, Vladimir Y; Chertkov, Michael

    2008-01-01

    This paper is the first in a series devoted to evaluation of the partition function in statistical models on graphs with loops in terms of the Berezin/fermion integrals. The paper focuses on a representation of the determinant of a square matrix in terms of a finite series, where each term corresponds to a loop on the graph. The representation is based on a fermion version of the loop calculus, previously introduced by the authors for graphical models with finite alphabets. Our construction contains two levels. First, we represent the determinant in terms of an integral over anti-commuting Grassmann variables, with some reparametrization/gauge freedom hidden in the formulation. Second, we show that a special choice of the gauge, called the BP (Bethe–Peierls or belief propagation) gauge, yields the desired loop representation. The set of gauge fixing BP conditions is equivalent to the Gaussian BP equations, discussed in the past as efficient (linear scaling) heuristics for estimating the covariance of a sparse positive matrix

  4. The 3-loop non-singlet heavy flavor contributions and anomalous dimensions for the structure function F{sub 2}(x,Q{sup 2}) and transversity

    Energy Technology Data Exchange (ETDEWEB)

    Ablinger, J. [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Behring, A.; Blümlein, J.; De Freitas, A. [Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany); Hasselhuhn, A. [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Manteuffel, A. von [PRISMA Cluster of Excellence and Institute of Physics, J. Gutenberg University, D-55099 Mainz (Germany); Round, M. [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany); Schneider, C. [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Wißbrock, F. [Research Institute for Symbolic Computation (RISC), Johannes Kepler University, Altenbergerstraße 69, A-4040 Linz (Austria); Deutsches Elektronen-Synchrotron, DESY, Platanenallee 6, D-15738 Zeuthen (Germany)

    2014-09-15

    We calculate the massive flavor non-singlet Wilson coefficient for the heavy flavor contributions to the structure function F{sub 2}(x,Q{sup 2}) in the asymptotic region Q{sup 2}≫m{sup 2} and the associated operator matrix element A{sub qq,Q}{sup (3),NS}(N) to 3-loop order in Quantum Chromodynamics at general values of the Mellin variable N. This matrix element is associated with the vector current and axial vector current for the even and the odd moments N, respectively. We also calculate the corresponding operator matrix elements for transversity, compute the contributions to the 3-loop anomalous dimensions to O(N{sub F}) and compare to results in the literature. The 3-loop matching of the flavor non-singlet distribution in the variable flavor number scheme is derived. All results can be expressed in terms of nested harmonic sums in N space and harmonic polylogarithms in x-space. Numerical results are presented for the non-singlet charm quark contribution to F{sub 2}(x,Q{sup 2})

  5. A unique nest-protection strategy in a new species of spider wasp.

    Directory of Open Access Journals (Sweden)

    Michael Staab

    Full Text Available Hymenoptera show a great variation in reproductive potential and nesting behavior, from thousands of eggs in sawflies to just a dozen in nest-provisioning wasps. Reduction in reproductive potential in evolutionary derived Hymenoptera is often facilitated by advanced behavioral mechanisms and nesting strategies. Here we describe a surprising nesting behavior that was previously unknown in the entire animal kingdom: the use of a vestibular cell filled with dead ants in a new spider wasp (Hymenoptera: Pompilidae species collected with trap nests in South-East China. We scientifically describe the 'Bone-house Wasp' as Deuteragenia ossarium sp. nov., named after graveyard bone-houses or ossuaries. We show that D. ossarium nests are less vulnerable to natural enemies than nests of other sympatric trap-nesting wasps, suggesting an effective nest protection strategy, most likely by utilizing chemical cues emanating from the dead ants.

  6. The nest predator assemblage for songbirds in Mono Lake basin riparian habitats

    Science.gov (United States)

    Quresh S. Latif; Sacha K. Heath; Grant Ballard

    2012-01-01

    Because nest predation strongly limits avian fitness, ornithologists identify nest predators to inform ecological research and conservation. During 2002–2008, we used both video-monitoring of natural nests and direct observations of predation to identify nest predators of open-cup nesting riparian songbirds along tributaries of Mono Lake, California. Video cameras at...

  7. Time-lapse video sysem used to study nesting gyrfalcons

    Science.gov (United States)

    Booms, Travis; Fuller, Mark R.

    2003-01-01

    We used solar-powered time-lapse video photography to document nesting Gyrfalcon (Falco rusticolus) food habits in central West Greenland from May to July in 2000 and 2001. We collected 2677.25 h of videotape from three nests, representing 94, 87, and 49% of the nestling period at each nest. The video recorded 921 deliveries of 832 prey items. We placed 95% of the items into prey categories. The image quality was good but did not reveal enough detail to identify most passerines to species. We found no evidence that Gyrfalcons were negatively affected by the video system after the initial camera set-up. The video system experienced some mechanical problems but proved reliable. The system likely can be used to effectively document the food habits and nesting behavior of other birds, especially those delivering large prey to a nest or other frequently used site.

  8. Multi-parton loop amplitudes and next-to-leading order jet cross-sections

    International Nuclear Information System (INIS)

    Bern, Z.; Dixon, L.; Kosower, D.A.; Signer, A.

    1998-02-01

    The authors review recent developments in the calculation of QCD loop amplitudes with several external legs, and their application to next-to-leading order jet production cross-sections. When a number of calculational tools are combined together--helicity, color and supersymmetry decompositions, plus unitarity and factorization properties--it becomes possible to compute multi-parton one-loop QCD amplitudes without ever evaluating analytically standard one-loop Feynman diagrams. One-loop helicity amplitudes are now available for processes with five external partons (ggggg, q anti qggg and q anti qq anti q' g), and for an intermediate vector boson V ≡ γ * , Z, W plus four external partons (V q anti q and V q anti qq'anti q'). Using these amplitudes, numerical programs have been constructed for the next-to-leading order corrections to the processes p anti p → 3 jets (ignoring quark contributions so far) and e + e - → 4 jets

  9. Dechanneling by dislocation loops

    International Nuclear Information System (INIS)

    Chalant, Gerard.

    1976-09-01

    Ion implantation always induces the creation of dislocation loops. When the damage profile is determined by a backscattering technique, the dechanneling by these loops is implicitely at the origin of these measurements. The dechanneling of alpha particles by dislocation loops produced by the coalescence of quenched-in vacancies in aluminium is studied. The dechanneling and the concentration of loops were determined simultaneously. The dechanneling width around dislocation was found equal to lambda=6A, both for perfect and imperfect loops having a mean diameter d=250A. In the latter case, a dechanneling probability chi=0.34 was determined for the stacking fault, in good agreement with previous determination in gold. A general formula is proposed which takes into account the variation of lambda with the curvature (or the diameter d) of the loops. Finally, by a series of isothermal anneals, the self-diffusion energy ΔH of aluminium was measured. The value obtained ΔH=1.32+-0.10eV is in good agreement with the values obtained by other methods [fr

  10. Concentrated nesting of mallards and gadwalls on Miller Lake Island, North Dakota

    Science.gov (United States)

    Duebbert, H.F.; Lokemoen, J.T.; Sharp, D.E.

    1983-01-01

    Island-nesting mallards (Anas platyrhynchos) and gadwalls (A. strepera) were studied on a 4.5-ha island in 385-ha Miller Lake in northwestern North Dakota during 1976-80. During the 5-year study, 2,561 duck nests of 9 species were found on Island A located 180 m offshore; 59% were mallard and 34% were gadwall. In patches of shrub cover, which contained the greatest concentrations of nests, densities ranged from 241 to 389 mallard nests/ha and from 139 to 237 gadwall nests/ha. Over 97% of the nests were placed in 4 patches of shrubs totaling about 1 ha of western snowberry (Symphoricarpos occidentalis)--Woods rose (Rosa woodsii) cover, which composed about 30% of the island's vegetation. Average hatching success was 85% for clutches of all species. Abandonment averaged 14% (348 of 2,426 nests) and was the major cause of egg failure. Only 15 nests (eggs in successful nests averaged 83% for mallards and 87% for gadwalls. Despite the close spacing of nests, most individual hens maintained normal nesting regimes. Eighty-one percent of the mallard clutches contained 7-13 eggs and 81% of the gadwall clutches contained 8-14 eggs. Island A in Miller Lake provides an outstanding example of the potential for high reproduction levels of mallards and gadwalls nesting in small areas of predator-free habitats.

  11. Human papillomavirus detection and typing using a nested-PCR-RFLP assay.

    Science.gov (United States)

    Coser, Janaina; Boeira, Thaís da Rocha; Fonseca, André Salvador Kazantzi; Ikuta, Nilo; Lunge, Vagner Ricardo

    2011-01-01

    It is clinically important to detect and type human papillomavirus (HPV) in a sensitive and specific manner. Development of a nested-polymerase chain reaction-restriction fragment length polymorphism (nested-PCR-RFLP) assay to detect and type HPV based on the analysis of L1 gene. Analysis of published DNA sequence of mucosal HPV types to select sequences of new primers. Design of an original nested-PCR assay using the new primers pair selected and classical MY09/11 primers. HPV detection and typing in cervical samples using the nested-PCR-RFLP assay. The nested-PCR-RFLP assay detected and typed HPV in cervical samples. Of the total of 128 clinical samples submitted to simple PCR and nested-PCR for detection of HPV, 37 (28.9%) were positive for the virus by both methods and 25 samples were positive only by nested-PCR (67.5% increase in detection rate compared with single PCR). All HPV positive samples were effectively typed by RFLP assay. The method of nested-PCR proved to be an effective diagnostic tool for HPV detection and typing.

  12. LOOP marine and estuarine monitoring program, 1978-95 : volume 4 : zooplankton and ichthyoplankton.

    Science.gov (United States)

    1998-01-01

    The Louisiana Offshore Oil Port (LOOP) facilities in coastal Louisiana provide the United States with the country's only Superport for off-loading deep draft tankers. The three single-point mooring (SPM) structures connected by pipelines to a platfor...

  13. Do ducks and songbirds initiate more nests when the probability of survival is greater?

    Science.gov (United States)

    Grant, Todd A.; Shaffer, Terry L.

    2015-01-01

    Nesting chronology in grassland birds can vary by species, locality, and year. The date a nest is initiated can influence the subsequent probability of its survival in some grassland bird species. Because predation is the most significant cause of nest loss in grassland birds, we examined the relation between timing of nesting and nest survival. Periods of high nest survival that correspond with the peak of nesting activity might reflect long-term adaptations to specific predation pressures commonly recurring during certain periods of the nesting cycle. We evaluated this theory by comparing timing of nesting with date-specific nest survival rates for several duck and passerine species breeding in north-central North Dakota during 1998–2003. Nest survival decreased seasonally with date for five of the seven species we studied. We found little evidence to support consistent relations between timing of nesting, the number of nest initiations, and nest survival for any species we studied, suggesting that factors other than nest predation may better explain nesting chronology for these species. The apparent mismatch between date-specific patterns of nest survival and nest initiation underscores uncertainty about the process of avian nest site selection driven mainly by predation. Although timing of nesting differed among species, the general nesting period was fairly predictable across all years of study, suggesting the potential for research activities or management actions to be timed to take advantage of known periods when nests are active (or inactive). However, our results do not support the notion that biologists can take advantage of periods when many nests are active and survival is also high.

  14. Greater sage-grouse nest predators in the Virginia Mountains of northwestern Nevada

    Science.gov (United States)

    Lockyer, Zachary B.; Coates, Peter S.; Casazza, Michael L.; Espinosa, Shawn; Delehanty, David J.

    2013-01-01

    Greater sage-grouse Centrocercus urophasianus, hereafter sage-grouse, populations have declined across their range due to the loss, degradation, and fragmentation of habitat. Habitat alterations can lead not only to vegetative changes but also to shifts in animal behavior and predator composition that may influence population vital rates, such as nest success. For example, common ravens Corvus corax are sage-grouse nest predators, and common raven abundance is positively associated with human-caused habitat alterations. Because nest success is a central component to sage-grouse population persistence, research that identifies factors influencing nest success will better inform conservation efforts. We used videography to unequivocally identify sage-grouse nest predators within the Virginia Mountains of northwestern Nevada, USA, from 2009 to 2011 and used maximum likelihood to calculate daily probability of nest survival. In the Virginia Mountains, fires, energy exploration, and other anthropogenic activities have altered historic sage-grouse habitat. We monitored 71 sage-grouse nests during the study, placing video cameras at 39 nests. Cumulative nest survival for all nests was 22.4% (95% CI, 13.0–33.4%), a survival rate that was significantly lower than other published results for sage-grouse in the Great Basin. Depredation was the primary cause for nest failure in our study (82.5%), and common ravens were the most frequent sage-grouse nest predator, accounting for 46.7% of nest depredations. We also successfully documented a suite of mammalian and reptilian species depredating sage-grouse nests, including some predators never previously confirmed in the literature to be sage-grouse nest predators (i.e., bobcats Lynx rufus and long-tailed weasels Mephitis frenata). Within the high elevation, disturbed habitat of the Virginia Mountains, low sage-grouse nest success may be limiting sage-grouse population growth. These results suggest that management actions that

  15. CHIRON: a package for ChPT numerical results at two loops

    Energy Technology Data Exchange (ETDEWEB)

    Bijnens, Johan [Lund University, Department of Astronomy and Theoretical Physics, Lund (Sweden)

    2015-01-01

    This document describes the package CHIRON which includes two libraries, chiron itself and jbnumlib.chiron is a set of routines useful for two-loop numerical results in chiral perturbation theory (ChPT). It includes programs for the needed one- and two-loop integrals as well as routines to deal with the ChPT parameters. The present version includes everything needed for the masses, decay constants and quark-antiquark vacuum-expectation-values. An added routine calculates consistent values for the masses and decay constants when the pion and kaon masses are varied. In addition a number of finite volume results are included: one-loop tadpole integrals, two-loop sunset integrals and the results for masses and decay constants. The numerical routine library jbnumlib contains the numerical routines used in chiron. Many are to a large extent simple C++ versions of routines in the CERNLIB numerical library. Notable exceptions are the dilogarithm and the Jacobi theta function implementations. This paper describes what is included in CHIRON v0.50. (orig.)

  16. A hardware-in-the-loop simulation program for ground-based radar

    Science.gov (United States)

    Lam, Eric P.; Black, Dennis W.; Ebisu, Jason S.; Magallon, Julianna

    2011-06-01

    A radar system created using an embedded computer system needs testing. The way to test an embedded computer system is different from the debugging approaches used on desktop computers. One way to test a radar system is to feed it artificial inputs and analyze the outputs of the radar. More often, not all of the building blocks of the radar system are available to test. This will require the engineer to test parts of the radar system using a "black box" approach. A common way to test software code on a desktop simulation is to use breakpoints so that is pauses after each cycle through its calculations. The outputs are compared against the values that are expected. This requires the engineer to use valid test scenarios. We will present a hardware-in-the-loop simulator that allows the embedded system to think it is operating with real-world inputs and outputs. From the embedded system's point of view, it is operating in real-time. The hardware in the loop simulation is based on our Desktop PC Simulation (PCS) testbed. In the past, PCS was used for ground-based radars. This embedded simulation, called Embedded PCS, allows a rapid simulated evaluation of ground-based radar performance in a laboratory environment.

  17. Nested high voltage generator/particle accelerator

    International Nuclear Information System (INIS)

    Adler, R.J.

    1992-01-01

    This patent describes a modular high voltage particle accelerator having an emission axis and an emission end, the accelerator. It comprises: a plurality of high voltage generators in nested adjacency to form a nested stack, each the generator comprising a cup-like housing having a base and a tubular sleeve extending from the base, a primary transformer winding encircling the nested stack; a secondary transformer winding between each adjacent pair of housings, magnetically linked to the primary transformer winding through the gaps; a power supply respective to each of the secondary windings converting alternating voltage from its respective secondary winding to d.c. voltage, the housings at the emission end forming a hollow throat for particle acceleration, a vacuum seal at the emission end of the throat which enables the throat to be evacuated; a particle source in the thrond power means to energize the primary transformer winding

  18. The Brownian loop soup

    OpenAIRE

    Lawler, Gregory F.; Werner, Wendelin

    2003-01-01

    We define a natural conformally invariant measure on unrooted Brownian loops in the plane and study some of its properties. We relate this measure to a measure on loops rooted at a boundary point of a domain and show how this relation gives a way to ``chronologically add Brownian loops'' to simple curves in the plane.

  19. Recurrence relations for three-loop prototypes of bubble diagrams with a mass

    International Nuclear Information System (INIS)

    Avdeev, L.V.

    1995-01-01

    Recurrence relations derived via the Chetyrkin-Tkachev method of integration by parts are applied to reduce scalar three-loop bubble (vacuum) diagrams with a mass to a limited number of master integrals. The reduction is implemented as a package of computer programs for analytic evaluation in FORM. The algorithms are applicable to diagrams with any integer powers on the lines in an arbitrary dimension. A physical application is the evaluation of the three-loop QCD correction to the electroweak ρ-parameter. 8 refs., 1 fig

  20. Larvae and Nests of Aculeate Hymenoptera (Hymenoptera: Aculeata) Nesting in Reed Galls Induced by Lipara spp. (Diptera: Chloropidae) with a Review of Species Recorded. Part II.

    Science.gov (United States)

    Astapenková, Alena; Heneberg, Petr; Bogusch, Petr

    2017-01-01

    The ability of aculeate Hymenoptera to utilize wetlands is poorly understood, and descriptions of their nests and developmental stages are largely absent. Here we present results based on our survey of hymenopterans using galls induced by Lipara spp. flies on common reed Phragmites australis in the years 2015-2016. We studied 20,704 galls, of which 9,446 were longitudinally cut and the brood from them reared in the laboratory, while the remaining 11,258 galls reared in rearing bags also in laboratory conditions. We recorded eight species that were previously not known to nest in reed galls: cuckoo wasps Chrysis rutilans and Trichrysis pumilionis, solitary wasps Stenodynerus chevrieranus and Stenodynerus clypeopictus, and bees Pseudoanthidium tenellum, Stelis punctulatissima, Hylaeus communis and Hylaeus confusus. Forty five species of Hymenoptera: Aculeata are known to be associated with reed galls, of which 36 make their nests there, and the other are six parasitoids of the family Chrysididae and three cuckoo bees of the genus Stelis. Of these species, Pemphredon fabricii and in southern Europe also Heriades rubicola are very common in reed galls, followed by Hylaeus pectoralis and two species of the genus Trypoxylon. We also found new host-parasite associations: Chrysis angustula in nests of Pemphredon fabricii, Chrysis rutilans in nests of Stenodynerus clypeopictus, Trichrysis pumilionis in nests of Trypoxylon deceptorium, and Stelis breviuscula in nests of Heriades rubicola. We provide new descriptions of the nests of seven species nesting in reed galls and morphology of mature larvae of eight species nesting in reed galls and two parasitoids and one nest cleptoparasite. The larvae are usually very similar to those of related species but possess characteristics that make them easy to distinguish from related species. Our results show that common reeds are not only expansive and harmful, but very important for many insect species associated with habitats

  1. Black-chinned hummingbird nest-site selection and nest survival in response to fuel reduction in a southwestern riparian forest

    Science.gov (United States)

    D. Max Smith; Deborah M. Finch; David L. Hawksworth

    2009-01-01

    Despite widespread efforts to avert wildfire by reducing the density of flammable vegetation, little is known about the effects of this practice on the reproductive biology of forest birds. We examined nest-site selection and nest survival of the Black-chinned Hummingbird (Archilochus alexandri) in New Mexico riparian forests treated or not for fuel...

  2. Microhabitat characteristics of Lapland Longspur, Calcarius lapponicus, nests at Cape Churchill, Manitoba

    Science.gov (United States)

    Boal, C.W.; Andersen, D.E.

    2005-01-01

    We examined microsite characteristics at 21 Lapland Longspur (Calcarius lapponicus) nests and land cover types in which they occurred in Wapusk National Park, Cape Churchill, Manitoba. Nests were located in four of six physiographic-vegetation land-cover types. Regardless of land-cover type, all but one nest was built on a pressure ridge or mound. Nests were built midway between the bottom and top of ridges or mounds with steeper slopes than was randomly available. Longspur nests had a distinctive southwest orientation (P < 0.001). Longspurs selected nest sites that consisted of comparatively greater amounts of shrub species and lesser amounts of moss than were randomly available. Nests were generally well concealed by vegetation (mean = 67.0%) and concealment was negatively associated with amount of graminoid species at the nest (P = 0.0005). Our nesting habitat data may facilitate a better understanding of breeding Lapland Longspur habitat requirements, and potential impacts of habitat degradation by increasing Snow Goose (Chen caerulescens) populations in the study area.

  3. Interspecific and intraspecific spatial separation by birds breeding in nest boxes

    Directory of Open Access Journals (Sweden)

    Denis C. Deeming

    2017-12-01

    Full Text Available Nest boxes can be seen as a conservation tool for improving low-grade nesting habitat but it is unclear how sympatric species using boxes establish a spatial distribution relative to conspecifics and heterospecifics. This study determined the distances between nest boxes occupied by Blue Tits (Cyanistes caeruleus and Great Tits (Parus major in two British woodlands to ascertain whether spatial distribution was affected by species and, if it was, whether there were reproductive consequences of this breeding distribution. Occupancy of nest boxes at two woodland sites were recorded on an annual basis between 2010 and 2014, inclusive. Distances between nest boxes, and reproductive activity, were recorded. Even if nest boxes showed a clumped distribution in the woodlands, the occupancy of the boxes was random. Not all boxes were used and the minimum distance between occupied boxes was at least twice the distance between boxes in general. Blue Tits tended to have greater distances between boxes containing conspecifics but distances between boxes containing heterospecifics were generally of comparable lengths. Reproductive output was only affected in relation to clutch size for Blue Tits nesting at one site. Nest boxes that aim to improve habitats that lack suitable nesting sites should be placed to reflect actual dispersal distances of the focal bird species.

  4. Does nest luminosity play a role in recognition of parasitic eggs in domed nests? A case study of the red bishop

    Czech Academy of Sciences Publication Activity Database

    Honza, Marcel; Šulc, Michal; Cherry, M. I.

    2014-01-01

    Roč. 101, č. 12 (2014), s. 1009-1015 ISSN 0028-1042 Institutional support: RVO:68081766 Keywords : Brood parasitism * Domed nest * Egg discrimination * Light conditions * Nest luminosity Subject RIV: EG - Zoology Impact factor: 2.098, year: 2014

  5. Nesting Bird “Host Funnel” Increases Mosquito-Bird Contact Rate

    OpenAIRE

    CAILLOUËT, KEVIN A.; RIGGAN, ANNA E.; BULLUCK, LESLEY P.; CARLSON, JOHN C.; SABO, ROY T.

    2013-01-01

    Increases in vector-host contact rates can enhance arbovirus transmission intensity. We investigated weekly fluctuations in contact rates between mosquitoes and nesting birds using the recently described Nest Mosquito Trap (NMT). The number of mosquitoes per nestling increased from < 1 mosquito per trap night to 36.2 in the final 2 wk of the nesting season. Our evidence suggests the coincidence of the end of the avian nesting season and increasing mosquito abundances may have caused a “host f...

  6. Reactor recirculation pump test loop

    International Nuclear Information System (INIS)

    Taka, Shusei; Kato, Hiroyuki

    1979-01-01

    A test loop for a reactor primary loop recirculation pumps (PLR pumps) has been constructed at Ebara's Haneda Plant in preparation for production of PLR pumps under license from Byron Jackson Pump Division of Borg-Warner Corporation. This loop can simulate operating conditions for test PLR pumps with 130 per cent of the capacity of pumps for a 1100 MWe BWR plant. A main loop, primary cooling system, water demineralizer, secondary cooling system, instrumentation and control equipment and an electric power supply system make up the test loop. This article describes the test loop itself and test results of two PLR pumps for Fukushima No. 2 N.P.S. Unit 1 and one main circulation pump for HAZ Demonstration Test Facility. (author)

  7. Sensitivity of Coastal Environments and Wildlife to Spilled Oil: Mississippi: NESTS (Nest Points)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains sensitive biological resource data for gulls and terns in Mississippi. Vector points in this data set represent bird nesting sites. Species...

  8. Wilson loops in minimal surfaces

    International Nuclear Information System (INIS)

    Drukker, Nadav; Gross, David J.; Ooguri, Hirosi

    1999-01-01

    The AdS/CFT correspondence suggests that the Wilson loop of the large N gauge theory with N = 4 supersymmetry in 4 dimensions is described by a minimal surface in AdS 5 x S 5 . The authors examine various aspects of this proposal, comparing gauge theory expectations with computations of minimal surfaces. There is a distinguished class of loops, which the authors call BPS loops, whose expectation values are free from ultra-violet divergence. They formulate the loop equation for such loops. To the extent that they have checked, the minimal surface in AdS 5 x S 5 gives a solution of the equation. The authors also discuss the zig-zag symmetry of the loop operator. In the N = 4 gauge theory, they expect the zig-zag symmetry to hold when the loop does not couple the scalar fields in the supermultiplet. They will show how this is realized for the minimal surface

  9. Wilson loops and minimal surfaces

    International Nuclear Information System (INIS)

    Drukker, Nadav; Gross, David J.; Ooguri, Hirosi

    1999-01-01

    The AdS-CFT correspondence suggests that the Wilson loop of the large N gauge theory with N=4 supersymmetry in four dimensions is described by a minimal surface in AdS 5 xS 5 . We examine various aspects of this proposal, comparing gauge theory expectations with computations of minimal surfaces. There is a distinguished class of loops, which we call BPS loops, whose expectation values are free from ultraviolet divergence. We formulate the loop equation for such loops. To the extent that we have checked, the minimal surface in AdS 5 xS 5 gives a solution of the equation. We also discuss the zigzag symmetry of the loop operator. In the N=4 gauge theory, we expect the zigzag symmetry to hold when the loop does not couple the scalar fields in the supermultiplet. We will show how this is realized for the minimal surface. (c) 1999 The American Physical Society

  10. Nesting habitat use by river chubs in a hydrologically variable Appalachian tailwater

    Energy Technology Data Exchange (ETDEWEB)

    Peoples, Brandon K. [Virginia Polytechnic Inst. and State Univ. (Virginia Tech), Blacksburg, VA (United States); McManamay, Ryan A. [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States); Orth, Donald J. [Virginia Polytechnic Inst. and State Univ. (Virginia Tech), Blacksburg, VA (United States); Frimpong, Emmanuel A. [Virginia Polytechnic Inst. and State Univ. (Virginia Tech), Blacksburg, VA (United States)

    2013-07-02

    Hydrologic alteration continues to affect aquatic biodiversity asknowledge of the spawning requirements of fishes, especially keystone or foundation species, becomes more critical for conservation and management. Our objectives are to quantify the spawning micro- and mesohabitat use of river chub Nocomis micropogon, a gravel mound nesting minnow, in a hydrologically regulated river in North Carolina, USA. At the microhabitat scale, substrate sizes on nests were compared with pebble counts in 1-m2 adjacent quadrats. Average depths and current velocities at nests were compared with measurements from paired transects. At the mesohabitat scale, generalised linear mixed models (GLMMs) were used to identify the importance of average bed slope, average depth and percentages of rock outcrops (a measure of flow heterogeneity and velocity shelters) for predicting nest presence and abundance. To relate nesting activities to hydrologic alteration from dam operation, nest dimensions were measured before and after a scheduled discharge event approximately six times that of base flow. In addition, linear regression was used to predict changes in the use of flow refugia and overhead cover with increased fluvial distance from the dam. Microhabitats in which nests were placed had, on average, slower current velocities and shallower depths. Gravel diameters of nests were significantly smaller than substrate particles adjacent to nests. GLMMs revealed that mesohabitats with nests were shallower, had more moderate slopes and greater proportions of rock outcrops than mesohabitats without nests. Finally, the scheduled discharge event significantly flattened nests. Near the dam, nests were built in close proximity ( 2 m) to velocity shelters; this relationship diminished with distance from the dam. River chubs are spawning habitat specialists. Because multiple species rely on river chub nests for reproduction and food, the needs of this species should be considered when managing instream

  11. Locating chimpanzee nests and identifying fruiting trees with an unmanned aerial vehicle.

    Science.gov (United States)

    van Andel, Alexander C; Wich, Serge A; Boesch, Christophe; Koh, Lian Pin; Robbins, Martha M; Kelly, Joseph; Kuehl, Hjalmar S

    2015-10-01

    Monitoring of animal populations is essential for conservation management. Various techniques are available to assess spatiotemporal patterns of species distribution and abundance. Nest surveys are often used for monitoring great apes. Quickly developing technologies, including unmanned aerial vehicles (UAVs) can be used to complement these ground-based surveys, especially for covering large areas rapidly. Aerial surveys have been used successfully to detect the nests of orang-utans. It is unknown if such an approach is practical for African apes, which usually build their nests at lower heights, where they might be obscured by forest canopy. In this 2-month study, UAV-derived aerial imagery was used for two distinct purposes: testing the detectability of chimpanzee nests and identifying fruiting trees used by chimpanzees in Loango National Park (Gabon). Chimpanzee nest data were collected through two approaches: we located nests on the ground and then tried to detect them in UAV photos and vice versa. Ground surveys were conducted using line transects, reconnaissance trails, and opportunistic sampling during which we detected 116 individual nests in 28 nest groups. In complementary UAV images we detected 48% of the individual nests (68% of nest groups) in open coastal forests and 8% of individual nests (33% of nest groups) in closed canopy inland forests. The key factor for nest detectability in UAV imagery was canopy openness. Data on fruiting trees were collected from five line transects. In 122 UAV images 14 species of trees (N = 433) were identified, alongside 37 tree species (N = 205) in complementary ground surveys. Relative abundance of common tree species correlated between ground and UAV surveys. We conclude that UAVs have great potential as a rapid assessment tool for detecting chimpanzee presence in forest with open canopy and assessing fruit tree availability. UAVs may have limited applicability for nest detection in closed canopy forest.

  12. Nest survival of American Coots relative to grazing, burning, and water depths

    Science.gov (United States)

    Austin, Jane E.; Buhl, Deborah A.

    2011-01-01

    Water and emergent vegetation are key features influencing nest site selection and success for many marsh-nesting waterbirds. Wetland management practices such as grazing, burning, and water-level manipulations directly affect these features and can influence nest survival. We used model selection and before-after-control-impact approaches to evaluate the effects of water depth and four common land-management practices or treatments, i.e., summer grazing, fall grazing, fall burning, and idle (no active treatment) on nest survival of American coots (Fulica americana) nesting at Grays Lake, a large montane wetland in southeast Idaho. The best model included the variables year × treatment, and quadratic functions of date, water depth, and nest age; height of vegetation at the nest did not improve the best model. However, results from the before-after-control-impact analysis indicate that management practices affected nest success via vegetation and involved interactions of hydrology, residual vegetation, and habitat composition. Nest success in idled fields changed little between pre- and post-treatment periods, whereas nest success declined in fields that were grazed or burned, with the most dramatic declines the year following treatments. The importance of water depth may be amplified in this wetland system because of rapid water-level withdrawal during the nesting season. Water and land-use values for area ranchers, management for nesting waterbirds, and long-term wetland function are important considerations in management of water levels and vegetation.

  13. Nest Survival of American Coots Relative to Grazing, Burning, and Water Depths

    Directory of Open Access Journals (Sweden)

    Jane E. Austin

    2011-12-01

    Full Text Available Water and emergent vegetation are key features influencing nest site selection and success for many marsh-nesting waterbirds. Wetland management practices such as grazing, burning, and water-level manipulations directly affect these features and can influence nest survival. We used model selection and before-after-control-impact approaches to evaluate the effects of water depth and four common land-management practices or treatments, i.e., summer grazing, fall grazing, fall burning, and idle (no active treatment on nest survival of American coots (Fulica americana nesting at Grays Lake, a large montane wetland in southeast Idaho. The best model included the variables year × treatment, and quadratic functions of date, water depth, and nest age; height of vegetation at the nest did not improve the best model. However, results from the before-after-control-impact analysis indicate that management practices affected nest success via vegetation and involved interactions of hydrology, residual vegetation, and habitat composition. Nest success in idled fields changed little between pre- and post-treatment periods, whereas nest success declined in fields that were grazed or burned, with the most dramatic declines the year following treatments. The importance of water depth may be amplified in this wetland system because of rapid water-level withdrawal during the nesting season. Water and land-use values for area ranchers, management for nesting waterbirds, and long-term wetland function are important considerations in management of water levels and vegetation.

  14. Use of no-till winter wheat by nesting ducks in North Dakota

    Science.gov (United States)

    Duebbert, H.F.; Kantrud, H.A.

    1987-01-01

    Nesting of dabbling ducks (Anatinae) was studied in fields of no-till winter wheat (Triticum aestivum) in the prairie pothole region of North Dakota during 1984 and 1985. Total area of 59 fields searched in 1984 was 1,135 ha and total area of 70 fields searched in 1985 was 1,175 ha. Field sizes ranged from 3 ha to 110 ha. Nests of five duck species were found: blue-winged teal (Anas discors), 55 nests; northern pintail (A. acuta), 44; mallard (A. platyrhynchos), 29; gadwall (A. strepera), 15; and northern shoveler (A. clypeata), 8. The average number of nests found was 8/100 ha in 1984 and 6/100 ha in 1985. Nest success for all species averaged 26% in 1984 and 29% in 1985. Predation by mammals was the principal cause of nest destruction. No egg or hen mortality could be attributed to pesticide use. Only 6 of 151 nests (4%) were abandoned during the two years. We also found 29 nests of seven other ground-nesting bird species. The trend toward increased planting of no-till winter wheat in the prairie pothole region should benefit production of ducks and other ground-nesting birds.

  15. Short Note Ground cavity nest temperatures and their relevance to ...

    African Journals Online (AJOL)

    Blue Swallows Hirundo atrocaerulea are Critically Endangered within South Africa. They nest in natural underground holes in mist-belt grasslands. Temperature dataloggers were used to record ground cavity nest (Tn) and ambient temperature (Ta) for one artificial and 11 natural Blue Swallow nests. Mean ground cavity Tn ...

  16. Ground-nesting by the chimpanzees of the Nimba Mountains, Guinea: environmentally or socially determined?

    Science.gov (United States)

    Koops, Kathelijne; Humle, Tatyana; Sterck, Elisabeth H M; Matsuzawa, Tetsuro

    2007-04-01

    The chimpanzees (Pan troglodytes verus) of the Nimba Mountains, Guinea, West Africa, commonly make both elaborate ("night") and simple ("day") nests on the ground. In this study we investigated which factors might influence ground-nesting in this population, and tested two ecological hypotheses: 1) climatic conditions, such as high wind speeds at high altitudes, may deter chimpanzees from nesting in trees; and 2) a lack of appropriate arboreal nesting opportunities may drive the chimpanzees to nest on the ground. In addition to testing these two hypotheses, we explored whether ground-nesting is a sex-linked behavior. Data were collected monthly between August 2003 and May 2004 along transects and ad libitum. To identify the sex of ground-nesting individuals, we used DNA extracted from hair samples. The results showed that the occurrence and distribution of ground nests were not affected by climatic conditions or a lack of appropriate nest trees. Support was found for the notion that ground-nesting is a sex-linked behavior, as males were responsible for building all of the elaborate ground nests and most of the simple ground nests sampled. Elaborate ground nests occurred mostly in nest groups associated with tree nests, whereas simple ground nests usually occurred without tree nests in their vicinity. These results suggest that ground-nesting may be socially, rather than ecologically, determined.

  17. Artificial Cavities and Nest Site Selection by Puerto Rican Parrots: a Multiscale Assessment

    Directory of Open Access Journals (Sweden)

    Thomas H. White, Jr.

    2006-12-01

    Full Text Available We examined nest site selection by Puerto Rican Parrots, a secondary cavity nester, at several spatial scales using the nest entrance as the central focal point relative to 20 habitat and spatial variables. The Puerto Rican Parrot is unique in that, since 2001, all known nesting in the wild has occurred in artificial cavities, which also provided us with an opportunity to evaluate nest site selection without confounding effects of the actual nest cavity characteristics. Because of the data limitations imposed by the small population size of this critically endangered endemic species, we employed a distribution-free statistical simulation approach to assess site selection relative to characteristics of used and unused nesting sites. Nest sites selected by Puerto Rican Parrots were characterized by greater horizontal and vertical visibility from the nest entrance, greater density of mature sierra palms, and a more westerly and leeward orientation of nest entrances than unused sites. Our results suggest that nest site selection in this species is an adaptive response to predation pressure, to which the parrots respond by selecting nest sites offering advantages in predator detection and avoidance at all stages of the nesting cycle. We conclude that identifying and replicating the “nest gestalt” of successful nesting sites may facilitate conservation efforts for this and other endangered avian species.

  18. Habitat fragmentation reduces nest survival in an Afrotropical bird community in a biodiversity hotspot.

    Science.gov (United States)

    Newmark, William D; Stanley, Thomas R

    2011-07-12

    Ecologists have long hypothesized that fragmentation of tropical landscapes reduces avian nest success. However, this hypothesis has not been rigorously assessed because of the difficulty of finding large numbers of well-hidden nests in tropical forests. Here we report that in the East Usambara Mountains in Tanzania, which are part of the Eastern Arc Mountains, a global biodiversity hotspot, that daily nest survival rate and nest success for seven of eight common understory bird species that we examined over a single breeding season were significantly lower in fragmented than in continuous forest, with the odds of nest failure for these seven species ranging from 1.9 to 196.8 times higher in fragmented than continuous forest. Cup-shaped nests were particularly vulnerable in fragments. We then examined over six breeding seasons and 14 study sites in a multivariable survival analysis the influence of landscape structure and nest location on daily nest survival for 13 common species representing 1,272 nests and four nest types (plate, cup, dome, and pouch). Across species and nest types, area, distance of nest to edge, and nest height had a dominant influence on daily nest survival, with area being positively related to nest survival and distance of nest to edge and nest height being both positively and negatively associated with daily nest survival. Our results indicate that multiple environmental factors contribute to reduce nest survival within a tropical understory bird community in a fragmented landscape and that maintaining large continuous forest is important for enhancing nest survival for Afrotropical understory birds.

  19. Modeling Complex Nesting Structures in International Business Research

    DEFF Research Database (Denmark)

    Nielsen, Bo Bernhard; Nielsen, Sabina

    2013-01-01

    hierarchical random coefficient models (RCM) are often used for the analysis of multilevel phenomena, IB issues often result in more complex nested structures. This paper illustrates how cross-nested multilevel modeling allowing for predictor variables and cross-level interactions at multiple (crossed) levels...

  20. Vacant Nests and Other Factors Influencing Nest Site Selection of Birds of Prey Based on Case Studies in Forest Habitats in the Forest-Steppe and Steppe Zones of Eastern Ukraine

    Directory of Open Access Journals (Sweden)

    Stanislav G. Viter

    2015-12-01

    Full Text Available Our study was conducted in 2003–2012 in Eastern Ukraine, in the basin of the Seversky Donets river. The total surveyed area was ca. 900 km2 of nesting habitats suitable for raptors. A total of 69 vacant nests were found, i.e. 33.2 % of the total number of nests (208. Nests occupied by recipient species, i.e. the so-called ‘effective nest pool’, were 23–24, i.e. 33.3–34.7 % of the pool of available nests. Up to 25 % of all pairs of raptors depend on the availability of vacant nests of heterospecifics. Ravens (Corvus corax are the most significant donors of nests: 42.5 % of the pool of available nests is built by this species, and more than 60 % of them are occupied by recipient species. Common Buzzard (Buteo buteo comes second with 26.09 and 58.3 %, respectively. The most common recipients of nests are Hobbies (Falco subbuteo, Common Kestrel (Falco tinnunculus and Booted Eagles (Hieraaetus pennatus. The most significant factors that govern occupation of vacant nests by recipient species are: availability of nests in the marginal zone of forest plots, i.e. within 500 m from the forest edge, large distance from human settlements (>1500 m, presence of nests located on trees in the canopy storey, and mature and submature age of forest stands. For seven species considered in our research (n=227, the most important factors were position of nests, in the forest canopy layer, no logging activity within300 m of the nest, no regular human disturbance, and presence of “windows” in the canopy made by fallen trees.

  1. Nested Sampling with Constrained Hamiltonian Monte Carlo

    OpenAIRE

    Betancourt, M. J.

    2010-01-01

    Nested sampling is a powerful approach to Bayesian inference ultimately limited by the computationally demanding task of sampling from a heavily constrained probability distribution. An effective algorithm in its own right, Hamiltonian Monte Carlo is readily adapted to efficiently sample from any smooth, constrained distribution. Utilizing this constrained Hamiltonian Monte Carlo, I introduce a general implementation of the nested sampling algorithm.

  2. Static Deadlock Detection in MPI Synchronization Communication

    OpenAIRE

    Ming-Xue, Liao; Xiao-Xin, He; Zhi-Hua, Fan

    2007-01-01

    It is very common to use dynamic methods to detect deadlocks in MPI programs for the reason that static methods have some restrictions. To guarantee high reliability of some important MPI-based application software, a model of MPI synchronization communication is abstracted and a type of static method is devised to examine deadlocks in such modes. The model has three forms with different complexity: sequential model, single-loop model and nested-loop model. Sequential model is a base for all ...

  3. Changing nest placement of Hawaiian Common Amakihi during the breeding cycle

    Science.gov (United States)

    van Riper, Charles; Kern, M. D.; Sogge, M. K.

    1993-01-01

    We studied the nesting behavior of the Common Amakihi (Hemignathus virens) from 1970-1981 on the island of Hawaii to determine if the species alters nest placement over a protracted 9-month breeding season. Birds preferentially chose the southwest quadrant of trees in which to build nests during all phases of the breeding season. It appeared that ambient temperature (Ta) was a contributing factor to differential nest placement between early and late phases of the annual breeding cycle. When Ta is low during the early (December-March) breeding period, Common Amakihi selected exposed nesting locations that benefitted them with maximum solar insolation. However, in the later phase of the breeding period (April-July) when Ta was much higher, renesting birds selected nest sites deeper in the canopy in significantly taller trees. This is one of the few documented examples in which a species changes location of nest during a breeding season, thus allowing exploitation of temporally differing microclimatic conditions.

  4. Anthropogenic debris in the nests of kelp gulls in South Africa.

    Science.gov (United States)

    Witteveen, Minke; Brown, Mark; Ryan, Peter G

    2017-01-30

    Anthropogenic debris results in detrimental interactions with many marine species. Several seabirds include debris items in their nests, which can lead to entanglement of chicks and adults, resulting in injury or death. Anthropogenic debris was found in 4-67% of kelp gull Larus dominicanus nests in seven colonies in the Western Cape, South Africa. Nests contained two types of litter: items included in the nest structure during construction (mainly ropes and straps), and regurgitated items (mainly bags and food wrappers) that probably accumulate primarily during the chick-rearing period. Debris used in nest construction was more likely to injure gulls, and was found mainly at coastal sites where there was little natural vegetation for construction. Distance to the nearest urban waste landfill significantly affected the occurrence of debris items in nests, especially dietary-derived items. The amount of debris in kelp gull nests highlights the need for improved debris management in South Africa. Copyright © 2016 Elsevier Ltd. All rights reserved.

  5. Foam nests provide context-dependent thermal insulation to embryos of three leptodactylid frogs.

    Science.gov (United States)

    Méndez-Narváez, J; Flechas, S V; Amézquita, A

    2015-01-01

    The choice of adequate breeding habitat and its associated thermoregulatory conditions are thought to be important in the evolution of amphibian reproductive strategies. Among leptodactylid frogs, there is a terrestrial cline in the oviposition sites chosen to build foam nests for eggs. Although several functions have been attributed to foam nests, their role in temperature regulation for embryos is unclear. Here we tested the hypothesis that foam nests buffer embryos from variation in air temperature. We examined the degree of terrestrial nest sites in three species, finding a terrestrial cline of sites in terms of distance from water. We tested whether this nest-insulation effect varied among these species that differ in the degree of terrestrial nest sites and whether translocating nests impacted embryonic mortality. Our results demonstrate a negative effect of translocating aquatic nests to land, inferred from the highest hatching success in natural nests sites. All nests attenuated environmental thermal variation, but more terrestrial nests buffered embryos from a greater range of temperatures than did aquatic ones. Altogether, our data indicate that foam nests insulate embryos from daily temperature fluctuations among leptodactylid frogs with different degrees of terrestrial nests, which may well have contributed to the evolution of this reproductive strategy.

  6. BPS Wilson loops and Bremsstrahlung function in ABJ(M): a two loop analysis

    Energy Technology Data Exchange (ETDEWEB)

    Bianchi, Marco S. [Institut für Physik, Humboldt-Universität zu Berlin,Newtonstraße 15, 12489 Berlin (Germany); Griguolo, Luca [Dipartimento di Fisica e Scienze della Terra, Università di Parmaand INFN Gruppo Collegato di Parma,Viale G.P. Usberti 7/A, 43100 Parma (Italy); Leoni, Matias [Physics Department, FCEyN-UBA & IFIBA-CONICETCiudad Universitaria, Pabellón I, 1428, Buenos Aires (Argentina); Penati, Silvia [Dipartimento di Fisica, Università di Milano-Bicoccaand INFN, Sezione di Milano-Bicocca,Piazza della Scienza 3, I-20126 Milano (Italy); Seminara, Domenico [Dipartimento di Fisica, Università di Firenzeand INFN Sezione di Firenze,via G. Sansone 1, 50019 Sesto Fiorentino (Italy)

    2014-06-19

    We study a family of circular BPS Wilson loops in N=6 super Chern-Simons-matter theories, generalizing the usual 1/2-BPS circle. The scalar and fermionic couplings depend on two deformation parameters and these operators can be considered as the ABJ(M) counterpart of the DGRT latitudes defined in N=4 SYM. We perform a complete two-loop analysis of their vacuum expectation value, discuss the appearance of framing-like phases and propose a general relation with cohomologically equivalent bosonic operators. We make an all-loop proposal for computing the Bremsstrahlung function associated to the 1/2-BPS cusp in terms of these generalized Wilson loops. When applied to our two-loop result it reproduces the known expression. Finally, we comment on the generalization of this proposal to the bosonic 1/6-BPS case.

  7. Nest ectoparasites increase physiological stress in breeding birds: an experiment.

    Science.gov (United States)

    Martínez-de la Puente, Josué; Merino, Santiago; Tomás, Gustavo; Moreno, Juan; Morales, Judith; Lobato, Elisa; Martínez, Javier

    2011-02-01

    Parasites are undoubtedly a biotic factor that produces stress. Heat shock proteins (HSPs) are important molecules buffering cellular damage under adverse conditions. During the breeding season, blue tit Cyanistes caeruleus (L.) adults are affected by blood parasites, nest-dwelling parasites and biting flies, potentially affecting their HSP-mediated responses. Here, we treated females with primaquine to reduce blood parasites and fumigated nests with permethrin to reduce nest-dwelling parasites to test whether these treatments affect HSP60 level during the breeding season. Medicated females, but not controls, had a significant reduction of the intensity of infection by Haemoproteus spp. blood parasites. However, final intensity of infection did not differ significantly between groups, and we did not find an effect of medication on change in HSP60 level. Fumigation reduced the abundance of nest-dwelling parasites (mites, fleas and blowfly larvae) and engorged biting midges in nests. Females breeding in non-fumigated nests increased HSP60 levels during the season more than those breeding in fumigated nests. Furthermore, the change in HSP60 level was positively correlated with the abundance of biting midges. These results show how infections by nest ectoparasites during the breeding period can increase the level of HSPs and suggest that biting midges impose physiological costs on breeding female blue tits. Although plausible, the alternative that biting midges prefer to feed on more stressed birds is poorly supported by previous studies.

  8. Cancer Chemotherapy Specific to Acidic Nests.

    Science.gov (United States)

    Kobayashi, Hiroshi

    2017-04-20

    The realization of cancer therapeutics specific to cancer cells with less of an effect on normal tissues is our goal. Many trials have been carried out for this purpose, but this goal is still far from being realized. It was found more than 80 years ago that solid cancer nests are acidified, but in vitro studies under acidic conditions have not been extensively studied. Recently, in vitro experiments under acidic conditions were started and anti-cancer drugs specific to acidic areas have been identified. Many genes have been reported to be expressed at a high level under acidic conditions, and such genes may be potent targets for anti-cancer drugs specific to acidic nests. In this review article, recent in vitro, in vivo, and clinical achievements in anti-cancer drugs with marked efficacy under acidic conditions are summarized, and the clinical use of anti-cancer drugs specific to acidic nests is discussed.

  9. Do spotless starlings place feathers at their nests by ultraviolet color?

    Science.gov (United States)

    Avilés, Jesús M.; Parejo, Deseada; Pérez-Contreras, Tomás; Navarro, Carlos; Soler, Juan J.

    2010-02-01

    A considerable number of bird species carry feathers to their nests. Feathers’ presence in the nests has traditionally been explained by their insulating properties. Recently, however, it has been suggested that feathers carried to the nests by females of the spotted starling ( Sturnus unicolor L.) could have an ornamental function based on their ultraviolet (300-400 nm) and human-visible longer wavelength (400-700 nm) coloration. In our population, 95.7% of feathers found inside next-boxes occupied by nesting starlings were rock dove fly feathers. Of these feathers, 82.7% were naturally positioned with their reverse side oriented toward the entrance hole and 42.4% of all found feathers were situated within the nest-cup. Here we experimentally assess the signaling function of ultraviolet coloration of feathers in nests of spotless starlings by providing nests with a number of pigeon flight feathers that were respectively treated on their obverse, reverse, both, or neither side with a UV blocker. Starlings placed 42.5% of the experimental feathers in the nest-cup irrespective of the UV block treatment. Orientation of feathers toward the entrance hole was not related with their ultraviolet radiation. However, feathers placed within the nest-cup were more likely found with their reverse side oriented toward the entrance hole confirming our correlative findings. These results suggest a minor role of ultraviolet coloration on feather location by spotless starlings.

  10. Nesting of Morelet's crocodile, Crocodylus moreletii (Dumeril and Bibron), in Los Tuxtlas, Mexico.

    Science.gov (United States)

    Villegas, A; Mendoza, G D; Arcos-García, J L; Reynoso, V H

    2017-11-01

    We evaluated the nesting by Crocodylus moreletii in Lago de Catemaco, Veracruz, southeastern, Mexico. During the nesting and hatching seasons, we searched for nests along the northern margins of the lake and small associated streams. We investigated egg mortality by weekly monitoring each of the nests found, recording sign of predation (tracks and holes dug into the nest) and the effect of water level fluctuations. We not found differences to nest between inland or flooded zones. However, we found that egg size varied among nests. In nests built inland, predation was the major cause of egg mortality whereas flooding resulted in more deaths of eggs in the flooding zone. Flooding killed 25% of eggs monitored in this study. We suggest that to increase nest success in the Morelet's crocodile it is necessary to promote conservation of nesting areas around the lake, recently occupied by urban or tourist developments.

  11. Multifemale nests and social behavior in Euglossa melanotricha (Hymenoptera, Apidae, Euglossini

    Directory of Open Access Journals (Sweden)

    Aline Andrade-Silva

    2012-05-01

    Full Text Available The nesting biology and social behavior of the euglossine bee species Euglossa melanotricha was analyzed based on the monitoring of eight nests found in man-made cavities and transferred to observation boxes. Euglossa melanotricha females usually construct their nests in cavities in the ground, in buildings, or in mounds. In this study, we present new data on the nesting biology of E. melanotricha. The process of reactivation of nests was commonly observed with one to three females participating in the reactivation. The duration of the process of reactivation ranged from 10 to 78 days (n = 31 and were longer during the rainy season. Time spent (in days for provisioning, oviposition and closing a single cell was higher in reactivations that occurred during the dry period.151 emergences were observed (39 males and 112 females. 90 (80.3% of the emerged females returned to the natal nest, but only 35 (38.9% remained and actively participated in the construction and provisioning of cells. The other 55 abandoned the nests after several days without performing any work in the nest. Matrifilial nest structure was regulated by dominance-subordinate aggressive behavior among females, where the dominant female laid almost all eggs. Task allocation was recognized by behavioral characteristics, namely, agonism and oophagy in cells oviposited by other females. Euglossa melanotricha is multivoltine and its nesting is asynchronous with respect to season. Our observations suggest a primitively eusocial organization. These observations of E. melanotricha provide valuable information for comparison with other species of Euglossa in an evolutionary context.

  12. Soft X-ray radiation parameters of nested tungsten wire array

    International Nuclear Information System (INIS)

    Ning Jiamin; Jiang Shilun; Xu Rongkun; Xu Zeping; Li Zhenghong; Yang Jianlun

    2011-01-01

    Implosions with nested tungsten wire array were performed at the Angara-5-1 facility in Russian Research Centre. The experimental results of nested tungsten wire array are compared with those of single array. Radiation parameters of nested array are discussed based on four different dynamic models. When the implosions of outer and inner wire arrays are synchronized,the relatively uniform distribution of inner layer plasma will improve the uniformity of outer layer plasma. As compared with single array, nested array has an increase of 32% in X-ray radiation power. (authors)

  13. Reproductive potential and nesting effects of Osmia rufa (syn. bicornis female (Hymenoptera: Megachilidae

    Directory of Open Access Journals (Sweden)

    Giejdasz Karol

    2016-06-01

    Full Text Available The red mason bee Osmia rufa is a solitary bee belonging to the family Megachilidae, and is prone to nest in aggregations. Each female builds a nest separately in pre-existing cavities such as holes in wood and walls or empty plant stems. This is done by successively setting the cells in a linear series. In this study, we elucidate the nesting behavior and the reproductive potential of a single O. rufa female. The reproductive potential of nesting females was evaluated after the offspring finished development. We observed that an individual female may colonize up to five nest tubes and build 5-34 cells in them (16 on an average. During the nesting time the number of cells decreased with the sequence of nest tubes colonized by one female, which built a maximum of 11 cells in the first occupied nest and 5 cells in the last (fifth nest. Our observations indicated that 40% of nesting females colonized one nest tube as compared to 7% colonizing five nest tubes. Furthermore, in subsequent nest tubes the number of cells with freshly emerged females gradually decreased which was the reverse with males. Thus, the sex ratio (proportion of male and female offspring may change during the nesting period. The female offspring predominated in the first two nesting tubes, while in the subsequent three tubes male offspring dominated. We also cataloged different causes of reduction in abundance of offspring in O. rufa females such as parasitization or problem associated with moulting.

  14. Highly controlled nest homeostasis of honey bees helps deactivate phenolics in nectar

    Science.gov (United States)

    Liu, Fanglin; He, Jianzhong; Fu, Wenjun

    2005-06-01

    Honey bees have a highly developed nest homeostasis, for example, maintaining low CO2 levels and stable nest temperatures at 35°C.We investigate the role of nest homeostasis in deactivating phenolic compounds present in the nectar of Aloe littoralis. We show that the phenolic content in nectar was reduced (from 0.65% to 0.49%) after nectar was incubated in a nest of Apis cerana, and that it was reduced still more (from 0.65% to 0.37%) if nectar was mixed with hypopharyngeal gland proteins (HGP) of worker bees before being placed inside a nest. HGP had little effect on samples outside a nest, indicating that nest conditions are necessary for HGP to deactivate phenolics in nectar. Consequently, the highly controlled nest homeostasis of honey bees facilitates direct deactivation of phenolics in nectar, and plays a role in the action of HGP as well.

  15. Physical cognition: birds learn the structural efficacy of nest material.

    Science.gov (United States)

    Bailey, Ida E; Morgan, Kate V; Bertin, Marion; Meddle, Simone L; Healy, Susan D

    2014-06-07

    It is generally assumed that birds' choice of structurally suitable materials for nest building is genetically predetermined. Here, we tested that assumption by investigating whether experience affected male zebra finches' (Taeniopygia guttata) choice of nest material. After a short period of building with relatively flexible string, birds preferred to build with stiffer string while those that had experienced a stiffer string were indifferent to string type. After building a complete nest with either string type, however, all birds increased their preference for stiff string. The stiffer string appeared to be the more effective building material as birds required fewer pieces of stiffer than flexible string to build a roofed nest. For birds that raised chicks successfully, there was no association between the material they used to build their nest and the type they subsequently preferred. Birds' material preference reflected neither the preference of their father nor of their siblings but juvenile experience of either string type increased their preference for stiffer string. Our results represent two important advances: (i) birds choose nest material based on the structural properties of the material; (ii) nest material preference is not entirely genetically predetermined as both the type and amount of experience influences birds' choices.

  16. The Harvard Project Physics Film Program

    Science.gov (United States)

    Bork, Alfred M.

    1970-01-01

    States the philosophy behind the Harvard Project Physics (HPP) film program. Describes the three long HPP films. Lists the 48 color film loops covering six broad topics, primarily motion and energy. The 8-mm silent loops are synchronized with the text materials. Explains some of the pedagogical possibilities of these film loops. (RR)

  17. Nested Hilbert schemes on surfaces: Virtual fundamental class

    DEFF Research Database (Denmark)

    Gholampour, Amin; Sheshmani, Artan; Yau, Shing-Tung

    We construct natural virtual fundamental classes for nested Hilbert schemes on a nonsingular projective surface S. This allows us to define new invariants of S that recover some of the known important cases such as Poincare invariants of Durr-Kabanov-Okonek and the stable pair invariants of Kool......-Thomas. In the case of the nested Hilbert scheme of points, we can express these invariants in terms of integrals over the products of Hilbert scheme of points on S, and relate them to the vertex operator formulas found by Carlsson-Okounkov. The virtual fundamental classes of the nested Hilbert schemes play a crucial...

  18. Nest trees of northern flying squirrels in the Sierra Nevada

    Science.gov (United States)

    Marc D. Meyer; Douglas A. Kelt; Malcolm P. North

    2005-01-01

    We examined the nest-tree preferences of northern flying squirrels (Glaucomys sabrinus) in an old-growth, mixed-conifer and red fir (Abies magnifica) forest of the southern Sierra Nevada of California. We tracked 27 individuals to 122 nest trees during 3 summers. Flying squirrels selected nest trees that were larger in diameter and...

  19. Nesting biology and food habits of the Peregrine Falcon Falco ...

    African Journals Online (AJOL)

    We studied nesting biology, behaviour, and diet of the Peregrine Falcon Falco peregrinus radama in Madagascar during two breeding seasons at Tsimanampetsotsa Natural Reserve in the south-west (n = 2 nests) and at Tritriva Lake (n = 1 nest) on the central plateau from July to November 1999 and June to October 2000, ...

  20. Feathering Your Nest

    Science.gov (United States)

    Nabors, Martha L.; Edwards, Linda Carol; Decker, Suzanne

    2010-01-01

    The first-grade classroom was like a natural history museum. Bird nests of every shape and size lay on top of bookshelves that lined two walls. Methods students, who were visiting the classroom in preparation for the science lessons they would teach there, were immediately inspired by the collection. They used the collection as a springboard for…